diff options
author | Lim Swee Tat <st_lim@gentoo.org> | 2004-08-23 14:11:47 +0000 |
---|---|---|
committer | Lim Swee Tat <st_lim@gentoo.org> | 2004-08-23 14:11:47 +0000 |
commit | 42e940290890eb534253e1b0d71b2f18965b25ce (patch) | |
tree | bde8454c6fc0d9eb3d6627f85b1ffef9d8c3e4c1 /net-www | |
parent | Updated the ebuild to make use of the explicit patch levels kernel-2 eclass f... (diff) | |
download | gentoo-2-42e940290890eb534253e1b0d71b2f18965b25ce.tar.gz gentoo-2-42e940290890eb534253e1b0d71b2f18965b25ce.tar.bz2 gentoo-2-42e940290890eb534253e1b0d71b2f18965b25ce.zip |
Moving to www-apps/dspam-web
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/dspam-web/ChangeLog | 18 | ||||
-rw-r--r-- | net-www/dspam-web/Manifest | 8 | ||||
-rw-r--r-- | net-www/dspam-web/dspam-web-3.0.0.ebuild | 93 | ||||
-rw-r--r-- | net-www/dspam-web/dspam-web-3.1.0.ebuild | 94 | ||||
-rw-r--r-- | net-www/dspam-web/files/digest-dspam-web-3.0.0 | 1 | ||||
-rw-r--r-- | net-www/dspam-web/files/digest-dspam-web-3.1.0 | 1 | ||||
-rw-r--r-- | net-www/dspam-web/files/htaccess | 7 | ||||
-rw-r--r-- | net-www/dspam-web/files/htpasswd | 1 | ||||
-rw-r--r-- | net-www/dspam-web/metadata.xml | 9 |
9 files changed, 0 insertions, 232 deletions
diff --git a/net-www/dspam-web/ChangeLog b/net-www/dspam-web/ChangeLog deleted file mode 100644 index 044bd3a4d892..000000000000 --- a/net-www/dspam-web/ChangeLog +++ /dev/null @@ -1,18 +0,0 @@ -# ChangeLog for net-www/dspam-web -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/dspam-web/ChangeLog,v 1.4 2004/08/04 11:41:09 st_lim Exp $ - - 31 Jul 2004; Lim Swee Tat <st_lim@gentoo.org> - -dspam-web-3.1.0_beta11.ebuild: - Version bump - - 22 Jul 2004; David Holm <dholm@gentoo.org> dspam-web-3.1.0_beta11.ebuild: - Added to ~ppc. - -*dspam-web-3.1.0_beta11 (21 Jul 2004) -*dspam-web-3.0.0 (21 Jul 2004) - - 21 Jul 2004; Lim Swee Tat <st_lim@gentoo.org> +files/htaccess, - +files/htpasswd, +dspam-web-3.0.0.ebuild, +dspam-web-3.1.0_beta11.ebuild: - Initial commit of dspam-web to support the use of dspam. - diff --git a/net-www/dspam-web/Manifest b/net-www/dspam-web/Manifest deleted file mode 100644 index 18323480c8c2..000000000000 --- a/net-www/dspam-web/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -MD5 1c5c72933289251b7514d3831c13dc41 dspam-web-3.0.0.ebuild 2465 -MD5 dda464d63ad1c3b8dc1e56915cb5aedc dspam-web-3.1.0.ebuild 2495 -MD5 ec3cdf18d70c8c7559a14935a7cc1018 ChangeLog 670 -MD5 f1ea445d6b4ddf81c55a4e886bc04218 metadata.xml 341 -MD5 ffdfc8d816078f4c58b75b9bed07503f files/htaccess 135 -MD5 b4099a94a52af9abd4ade48d82914c3c files/htpasswd 19 -MD5 05dce5dc8cf516655657aa2a4cc5f1da files/digest-dspam-web-3.0.0 63 -MD5 7f1185a1a89bc7c74aafba93afc2b0cf files/digest-dspam-web-3.1.0 63 diff --git a/net-www/dspam-web/dspam-web-3.0.0.ebuild b/net-www/dspam-web/dspam-web-3.0.0.ebuild deleted file mode 100644 index 6dfd827a1d53..000000000000 --- a/net-www/dspam-web/dspam-web-3.0.0.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/dspam-web/dspam-web-3.0.0.ebuild,v 1.1 2004/07/21 12:59:25 st_lim Exp $ - -inherit webapp - -MY_PN=${PN/-web/} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Web based administration and user controls for dspam" -SRC_URI="http://www.nuclearelephant.com/projects/dspam/sources/${MY_P}.tar.gz" - -HOMEPAGE="http://www.nuclearelephant.com/projects/dspam/index.html" -LICENSE="GPL-2" -DEPEND=">=mail-filter/dspam-3.1.0_beta11 - >=net-www/apache-1.3 - >=dev-lang/perl-5.8.2 - >=dev-perl/GD-2.0 - dev-perl/GD-Graph3d - dev-perl/GDGraph - dev-perl/GDTextUtil" -KEYWORDS="~x86" -S=${WORKDIR}/${MY_P}/cgi - -src_compile () { - einfo "Nothing to compile" -} - -src_install () { - webapp_src_preinst - - sed -e 's,/var/dspam,/etc/mail/dspam,' \ - -e 's,/usr/local,/usr,' \ - -i ${S}/cgi/admin.cgi - sed -e 's,/var/dspam,/etc/mail/dspam,' \ - -e 's,/usr/local,/usr,' \ - -i ${S}/cgi/dspam.cgi - - insinto ${MY_HTDOCSDIR} - insopts -m644 -o apache -g apache - - doins *.css - doins *.gif - doins rgb.txt - doins default.prefs - doins admins - - newins ${FILESDIR}/htaccess .htaccess - newins ${FILESDIR}/htpasswd .htpasswd - - insopts -m755 -o apache -g apache - doins *.cgi - - for CGI_SCRIPT in admin.cgi admingraph.cgi dspam.cgi graph.cgi; do - webapp_runbycgibin perl ${MY_HTDOCSDIR}/${CGI_SCRIPT} - done - - dodir ${MY_HTDOCSDIR}/templates - - insinto ${MY_HTDOCSDIR}/templates - doins templates/*.html - - #All files must be owned by server - cd ${D}${MY_HTDOCSDIR} - for x in `find . -type f -print` ; do - webapp_serverowned ${MY_HTDOCSDIR}/$x - done - - webapp_src_install -} - -pkg_config () { - # add apache to the dspam group so the CGIs can access the data - - local groups - groups=`groups apache` - groups=`echo ${groups} | sed -e 's/ /,/g'` - usermod -G "${groups},dspam" apache -} - -pkg_postinst () { - einfo "The CGIs need to be executed as group dspam in order to write" - einfo "to the dspam data directory. You will need to configure apache" - einfo "manually to do this. Another option is to add the user apache" - einfo "to the dspam group. You can do this automatically by running:" - echo - einfo "ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config" - echo - einfo "This app requires basic auth in order to operate properly." - einfo "You will need to add dspam users to the .htpasswd file or" - einfo "configure a different authentication mechanism for the user" - einfo "accounts." -} diff --git a/net-www/dspam-web/dspam-web-3.1.0.ebuild b/net-www/dspam-web/dspam-web-3.1.0.ebuild deleted file mode 100644 index f9c49400ac81..000000000000 --- a/net-www/dspam-web/dspam-web-3.1.0.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/dspam-web/dspam-web-3.1.0.ebuild,v 1.1 2004/08/04 11:41:09 st_lim Exp $ - -inherit webapp - -MY_PN=${PN/-web/} -MY_PV=${PV/_beta11/.beta.1.1} -MY_P=${MY_PN}-${MY_PV} - -DESCRIPTION="Web based administration and user controls for dspam" -SRC_URI="http://www.nuclearelephant.com/projects/dspam/sources/${MY_P}.tar.gz" - -HOMEPAGE="http://www.nuclearelephant.com/projects/dspam/index.html" -LICENSE="GPL-2" -DEPEND=">=mail-filter/dspam-3.1.0_beta11 - >=net-www/apache-1.3 - >=dev-lang/perl-5.8.2 - >=dev-perl/GD-2.0 - dev-perl/GD-Graph3d - dev-perl/GDGraph - dev-perl/GDTextUtil" -KEYWORDS="~x86 ~ppc" -S=${WORKDIR}/${MY_P}/cgi - -src_compile () { - einfo "Nothing to compile" -} - -src_install () { - webapp_src_preinst - - sed -e 's,/var/dspam,/etc/mail/dspam,' \ - -e 's,/usr/local,/usr,' \ - -i ${S}/admin.cgi - sed -e 's,/var/dspam,/etc/mail/dspam,' \ - -e 's,/usr/local,/usr,' \ - -i ${S}/dspam.cgi - - insinto ${MY_HTDOCSDIR} - insopts -m644 -o apache -g apache - - doins *.css - doins *.gif - doins rgb.txt - doins default.prefs - doins admins - - newins ${FILESDIR}/htaccess .htaccess - newins ${FILESDIR}/htpasswd .htpasswd - - insopts -m755 -o apache -g apache - doins *.cgi - - for CGI_SCRIPT in admin.cgi admingraph.cgi dspam.cgi graph.cgi; do - webapp_runbycgibin perl ${MY_HTDOCSDIR}/${CGI_SCRIPT} - done - - dodir ${MY_HTDOCSDIR}/templates - - insinto ${MY_HTDOCSDIR}/templates - doins templates/*.html - - #All files must be owned by server - cd ${D}${MY_HTDOCSDIR} - for x in `find . -type f -print` ; do - webapp_serverowned ${MY_HTDOCSDIR}/$x - done - - webapp_src_install -} - -pkg_config () { - # add apache to the dspam group so the CGIs can access the data - - local groups - groups=`groups apache` - groups=`echo ${groups} | sed -e 's/ /,/g'` - usermod -G "${groups},dspam" apache -} - -pkg_postinst () { - einfo "The CGIs need to be executed as group dspam in order to write" - einfo "to the dspam data directory. You will need to configure apache" - einfo "manually to do this. Another option is to add the user apache" - einfo "to the dspam group. You can do this automatically by running:" - echo - einfo "ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config" - echo - einfo "This app requires basic auth in order to operate properly." - einfo "You will need to add dspam users to the .htpasswd file or" - einfo "configure a different authentication mechanism for the user" - einfo "accounts." -} diff --git a/net-www/dspam-web/files/digest-dspam-web-3.0.0 b/net-www/dspam-web/files/digest-dspam-web-3.0.0 deleted file mode 100644 index f27f0f265cf9..000000000000 --- a/net-www/dspam-web/files/digest-dspam-web-3.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 f5b568e8fea50faaf4c1fcabee177934 dspam-3.0.0.tar.gz 575382 diff --git a/net-www/dspam-web/files/digest-dspam-web-3.1.0 b/net-www/dspam-web/files/digest-dspam-web-3.1.0 deleted file mode 100644 index 5ae37a5f154d..000000000000 --- a/net-www/dspam-web/files/digest-dspam-web-3.1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 217c622c8eba132756ebc3cac8396897 dspam-3.1.0.tar.gz 611220 diff --git a/net-www/dspam-web/files/htaccess b/net-www/dspam-web/files/htaccess deleted file mode 100644 index 2fcb498667a4..000000000000 --- a/net-www/dspam-web/files/htaccess +++ /dev/null @@ -1,7 +0,0 @@ -Options +ExecCGI -DirectoryIndex dspam.cgi -AuthAuthoritative On -AuthType Basic -AuthName DSPAM -AuthUserFile .htpasswd -Require valid-user diff --git a/net-www/dspam-web/files/htpasswd b/net-www/dspam-web/files/htpasswd deleted file mode 100644 index 8dbcfae20848..000000000000 --- a/net-www/dspam-web/files/htpasswd +++ /dev/null @@ -1 +0,0 @@ -root:aylR1sao2D.mE diff --git a/net-www/dspam-web/metadata.xml b/net-www/dspam-web/metadata.xml deleted file mode 100644 index 246710b65f6b..000000000000 --- a/net-www/dspam-web/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>web-apps</herd> -<maintainer> - <email>st_lim@gentoo.org</email> -</maintainer> -<longdescription>Web Administrative interface for a statistical-algorithmic hybrid anti-spam filter</longdescription> -</pkgmetadata> |