diff options
author | Don Seiler <rizzo@gentoo.org> | 2003-07-16 20:42:26 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2003-07-16 20:42:26 +0000 |
commit | ca71b740df047e0119ba9966d8e6c9ed4db4488c (patch) | |
tree | 5164929a121899cec5680d9f384ead501161533a /net-www/phpwebsite | |
parent | phpwebsite 0.9.3 released (diff) | |
download | gentoo-2-ca71b740df047e0119ba9966d8e6c9ed4db4488c.tar.gz gentoo-2-ca71b740df047e0119ba9966d8e6c9ed4db4488c.tar.bz2 gentoo-2-ca71b740df047e0119ba9966d8e6c9ed4db4488c.zip |
phpwebsite 0.9.3 released
Diffstat (limited to 'net-www/phpwebsite')
-rw-r--r-- | net-www/phpwebsite/ChangeLog | 11 | ||||
-rw-r--r-- | net-www/phpwebsite/Manifest | 4 | ||||
-rw-r--r-- | net-www/phpwebsite/files/digest-phpwebsite-0.9.3 | 1 | ||||
-rw-r--r-- | net-www/phpwebsite/phpwebsite-0.9.3.ebuild | 52 |
4 files changed, 63 insertions, 5 deletions
diff --git a/net-www/phpwebsite/ChangeLog b/net-www/phpwebsite/ChangeLog index 9a50fdd93af7..72ca6b554a72 100644 --- a/net-www/phpwebsite/ChangeLog +++ b/net-www/phpwebsite/ChangeLog @@ -1,8 +1,13 @@ # ChangeLog for net-www/phpwebsite # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/phpwebsite/ChangeLog,v 1.1 2003/07/16 18:52:27 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/phpwebsite/ChangeLog,v 1.2 2003/07/16 20:42:22 rizzo Exp $ + +*phpwebsite-0.9.3 (16 Jul 2003) + + 16 Jul 2003; Don Seiler <rizzo@gentoo.org>; phpwebsite-0.9.3.ebuild: + 0.9.3 released *phpwebsite-0.9.2_p1 (16 Jul 2003) - 16 Jul 2003; Don Seiler <rizzo@gentoo.org>: - Initial import. Ebuild submitted by me. + 16 Jul 2003; Don Seiler <rizzo@gentoo.org>: + Initial import. Ebuild submitted by me. diff --git a/net-www/phpwebsite/Manifest b/net-www/phpwebsite/Manifest index e270ea8ec6d7..1a4a74105587 100644 --- a/net-www/phpwebsite/Manifest +++ b/net-www/phpwebsite/Manifest @@ -1,5 +1,5 @@ -MD5 1498d9b6df56f4e24c61404583871f7b phpwebsite-0.9.3.ebuild 1588 -MD5 43e8e95f7874b44ddc5c59bb11582f78 ChangeLog 464 +MD5 a55dd0b42c3e6f039f28c6117a5234a6 phpwebsite-0.9.3.ebuild 1692 +MD5 36a9385f6e04e121ff50452ad73550bc ChangeLog 464 MD5 d6224574a4b4b23d9b826bc54ca43050 phpwebsite-0.9.2_p1.ebuild 1587 MD5 f0ab7279c69a8f1522e8a4eb3ac7cc18 files/digest-phpwebsite-0.9.2_p1 76 MD5 48b9aff37ab682ee582b5bc49d0f8af3 files/digest-phpwebsite-0.9.3 74 diff --git a/net-www/phpwebsite/files/digest-phpwebsite-0.9.3 b/net-www/phpwebsite/files/digest-phpwebsite-0.9.3 new file mode 100644 index 000000000000..708e6fd5d112 --- /dev/null +++ b/net-www/phpwebsite/files/digest-phpwebsite-0.9.3 @@ -0,0 +1 @@ +MD5 a363635598747da70181ee3664dc2f4b phpwebsite-0.9.3-full.tar.gz 2208979 diff --git a/net-www/phpwebsite/phpwebsite-0.9.3.ebuild b/net-www/phpwebsite/phpwebsite-0.9.3.ebuild new file mode 100644 index 000000000000..1725119f1bc2 --- /dev/null +++ b/net-www/phpwebsite/phpwebsite-0.9.3.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Don Seiler <rizzo@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-www/phpwebsite/phpwebsite-0.9.3.ebuild,v 1.1 2003/07/16 20:42:22 rizzo Exp $ + + +HOSTNAME=`hostname` +DESCRIPTION="phpWebSite provides a complete web site content management system. Web-based administration allows for easy maintenance of interactive, community-driven web sites." +HOMEPAGE="http://phpwebsite.appstate.edu" +MY_PV="${PV/_p/-}" +S="${WORKDIR}/${PN}-${MY_PV}-full" +SRC_URI="mirror://sourceforge/phpwebsite/${PN}-${MY_PV}-full.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" + +DEPEND="virtual/php" + +HTTPD_ROOT="`grep '^DocumentRoot' /etc/apache/conf/apache.conf | cut -d\ -f2`" +[ -z "${HTTPD_ROOT}" ] && HTTPD_ROOT="`grep '^DocumentRoot' /etc/apache2/conf/apache.conf | cut -d\ -f2`" +[ -z "${HTTPD_ROOT}" ] && HTTPD_ROOT="/home/httpd/htdocs" +HTTPD_USER="apache" +HTTPD_GROUP="apache" + + +src_compile() { + echo "Nothing to compile" +} + +src_install() { + cd ${S} + dodir ${HTTPD_ROOT}/phpwebsite + cp -r * ${D}/${HTTPD_ROOT}/phpwebsite +} + +pkg_postinst() { + einfo + einfo "You will need to create a database for phpWebSite" + einfo "on your own before starting setup. You will also need" + einfo "to run:" + einfo + einfo "${HTTPD_ROOT}/phpwebsite/setup/secure_setup.sh setup" + einfo + einfo "Once you have a database ready proceed to" + einfo "http://$HOSTNAME/phpwebsite to continue installation." + einfo + einfo "Once you are done with installation you need to run" + einfo + einfo "${HTTPD_ROOT}/phpwebsite/setup/secure_phpws.sh run apache users" + einfo +} |