summaryrefslogtreecommitdiff
path: root/www-apps/phpwebsite
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/phpwebsite')
-rw-r--r--www-apps/phpwebsite/Manifest4
-rw-r--r--www-apps/phpwebsite/files/postinstall-en.txt130
-rw-r--r--www-apps/phpwebsite/metadata.xml12
-rw-r--r--www-apps/phpwebsite/phpwebsite-1.7.2.ebuild43
4 files changed, 0 insertions, 189 deletions
diff --git a/www-apps/phpwebsite/Manifest b/www-apps/phpwebsite/Manifest
deleted file mode 100644
index d5dbd6a25d11..000000000000
--- a/www-apps/phpwebsite/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX postinstall-en.txt 4642 BLAKE2B d00a3c06c548ab1b424a988b064d23023ce10c5ba62058bfee5c5d81f4edcc5cf2871365672ea048c8f4a2d73cb0073867db8ed2274589bf233927caf6f8b5c6 SHA512 18698195eabc6f0b032c679f6f8bb4e6f5c09c1063155feb98ea366ac204e3577b7fbc5a0b49a1f6d5b00f0354c0e5b2bab52f99e4996f81e1511657e7529aa0
-DIST phpwebsite_1_7_2.tar.gz 14531036 BLAKE2B 4681cad72ebc9ae3e1838b0db15022a8681560dae27bd9cc4be9e1b4b1d479e218e43781e2c5024924c762cbc85eacfa31ab975ab81587e42356bbb0b7936c9f SHA512 cf3f503794bb12d24ea003b0caf3e98148be43e0acd38e4d15be559cdf643266270800450309337d6540eaa069022730cef64bf315bd0fb3853a344a63c78ae5
-EBUILD phpwebsite-1.7.2.ebuild 1076 BLAKE2B 6178ce16315beb0d3d8ed0346c90734c12f973e6b59b55b4a331857ada2484a5d84bb6d0d6291032a978c34f937a60a6010df8894fb37ac2610a0644ef09c209 SHA512 f71f17722a93f01f61db60b703ed382a433bfecfde4cc3e238b01b4859d68641559ee73b82c24ae6b888475f4db5f7e007149e367fd83ca6793ef4175580f213
-MISC metadata.xml 530 BLAKE2B 7da060cdaf07251ff2d82470470c761f08d2d9c4ce8bbc3be8bd12cf31431f7404ec0dee4860bc63ece36e10cb4025b7c18381d57035dc747efb7453d619422b SHA512 ae99108e95329aacd90e09478fa476ddde8c30de43db1c2f09b7083d034d0190114922ae70715414ad32456884b9be9e99fadc6ace9374336dc8eb35aa089c90
diff --git a/www-apps/phpwebsite/files/postinstall-en.txt b/www-apps/phpwebsite/files/postinstall-en.txt
deleted file mode 100644
index 7bca5583dafb..000000000000
--- a/www-apps/phpwebsite/files/postinstall-en.txt
+++ /dev/null
@@ -1,130 +0,0 @@
-phpWebSite is installed.
-
-Installation Instructions
-=========================
-
-You will need to create a database for phpWebSite
-on your own before starting setup.
-
-Then change permissions for set with this script:
-
-cd ${MY_INSTALLDIR}/setup
-./secure_phpws.sh setup
-
-Once you have a database ready proceed to
-http://${VHOST_HOSTNAME}/${VHOST_APPDIR} to continue installation.
-
-Once you are done with installation you need to run:
-
-cd ${MY_INSTALLDIR}/setup
-./secure_phpws.sh run apache users
-
-Upgrade Instructions
-====================
-
-Preparing to Upgrade
---------------------
- - Dump/backup your hub and branch databases.
- - Backup your hub and branch directories/files.
- - Create an index.php file that warns users of the upgrade.
-
-<?php
-echo "<div align=\"center\"><h1>Please be patient while we upgrade the site.</h1>
-We'll be back in a jiffy!</div>";
-?>
-
- - Close and restart your browser. If you have a session live while updating
- your site, it MIGHT interfere with the upgrade process. If you are using
- Boost to upgrade, you can skip this step.
-
-If you are upgrading to 0.9.3 or greater, you should make the images/
-directory and subdirectories writable by the web server.
-
-Prepare your branches if you are running any off of your hub site. Depending
-on the owner of these directories will affect the commands to run. The base
-directory of each branch will need to be writable.
-
-If the owner is the webserver and you have root access:
-chmod o+rwx branch1/
-chmod o+rwx branch2/
-etc...
-
-otherwise:
-chmod 0777 branch1/
-chmod 0777 branch2/
-etc...
-
-The images and themes directories will also need to be writable for the
-upgrade:
-
-chmod -R o+rwx branch1/{images,themes}
-chmod -R o+rwx branch2/{images,themes}
-
--or-
-
-chmod -R 0777 branch1/{images,themes}
-chmod -R 0777 branch2/{images,themes}
-
-If the webserver is not given the proper permissions then the branch upgrade
-will not be successfull.
-
-
-Once you have you have finished these steps (and ONLY after) should you
-continue.
-
-Running the Upgrade
---------------------------------------
-Now you can untar the new files into your installation. If you go to
-your site's index.php file, you will see a few error messages. The
-aforementioned index.php prevents most people from seeing these messages.
-Point your browser to 'http://www.myWebSitesName.com/setup/' where
-'www.myWebSitesName.com' is the address for your web site.
-
-The first thing the upgrader will do is upgrade your core modules. It
-will also check to see if you are running any branch sites and automatically
-upgrade them as well.
-
-You should receive a 'Core Updated!' message. Underneath these messages
-will be a list of modules that appear to need upgrading as well. Click
-the checkboxes of the modules you want updated (or click the 'Check All' button
-to check all of them) and click the 'Update Modules' button. Your site and
-all your branch sites should now be updated.
-
-If you made a warning index.php file, dump it and put the real file back.
-You should now be able to use your site as normal.
-
-Should something go wrong
---------------------------------------
-If you go to your site and receive errors the FIRST thing you should try
-is closing your browser, reopening it, and trying to use your site again.
-Sometimes old sessions will conflict with the upgraded information.
-
-If you get an error message or your sites still don't function, restore your
-backed up databases and files and try again. If it STILL doesn't work, contact
-us via Sourceforge, we want to know what went wrong.
-
-Please include your OS, web server, PHP, and phpWebSite version information.
-Also include any error messages that were displayed. The more data you supply
-us, the better chance you will receive help.
-
-You may also try using the repair.php file. It contains answers to a few
-commonly experienced problems.
-
-Returning to update.php
----------------------------------------
-Most of the time, Boost will handle your upgrade needs. However, should
-an upgraded module cause problems before you can get to the Boost module,
-you can always return to update.php to upgrade the offending module.
-
-Securing your Site
----------------------------------------
-Although setup.php, update.php, and repair.php require passwords to enter,
-you may want to prevent malicious users (read: jerks) from even accessing
-these files. One way would be to limit read access on that directory after
-you are finished using it. Another measure would be to alter your
-allow_setup.php file. Open this file in an editor and change the 'TRUE'
-to 'FALSE' like so:
-
-$_SESSION['allow_setup'] = FALSE;
-
-Change this back to TRUE when you need to update again.
diff --git a/www-apps/phpwebsite/metadata.xml b/www-apps/phpwebsite/metadata.xml
deleted file mode 100644
index cce709fb534c..000000000000
--- a/www-apps/phpwebsite/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>web-apps@gentoo.org</email>
- <name>Gentoo Webapps</name>
- </maintainer>
- <longdescription>phpWebSite provides a complete web site content management system. Web-based administration allows for easy maintenance of interactive, community-driven web sites.</longdescription>
- <upstream>
- <remote-id type="sourceforge">phpwebsite</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/www-apps/phpwebsite/phpwebsite-1.7.2.ebuild b/www-apps/phpwebsite/phpwebsite-1.7.2.ebuild
deleted file mode 100644
index e2b172dd995d..000000000000
--- a/www-apps/phpwebsite/phpwebsite-1.7.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit webapp
-
-MY_PV=${PV//./_}
-DESCRIPTION="phpWebSite Content Management System"
-HOMEPAGE="http://phpwebsite.appstate.edu"
-SRC_URI="mirror://sourceforge/${PN}/${PN}_${MY_PV}.tar.gz"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ppc ~ppc64 x86"
-IUSE="+mysql postgres"
-REQUIRED_USE="|| ( mysql postgres )"
-
-S="${WORKDIR}"/${PN}_${MY_PV}
-
-RDEPEND="virtual/httpd-php
- dev-lang/php[gd,mysql?,postgres?]"
-
-src_install() {
- webapp_src_preinst
-
- dodoc README docs/*
-
- cp -r * "${D}/${MY_HTDOCSDIR}"
-
- # Files that need to be owned by webserver
- webapp_serverowned ${MY_HTDOCSDIR}/config
- webapp_serverowned ${MY_HTDOCSDIR}/config/core
- webapp_serverowned ${MY_HTDOCSDIR}/files
- webapp_serverowned ${MY_HTDOCSDIR}/images
- webapp_serverowned ${MY_HTDOCSDIR}/mod
- webapp_serverowned ${MY_HTDOCSDIR}/logs
- webapp_serverowned ${MY_HTDOCSDIR}/templates
- webapp_serverowned ${MY_HTDOCSDIR}/javascript
-
-# webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
-
- webapp_src_install
-}