diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-29 01:20:52 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-29 01:20:52 +0800 |
commit | 955ff4966b0da9b510a53357db9356a9c2174fe2 (patch) | |
tree | a6c3edcf88df18c42e7a1be9c9368566ef266a29 /www | |
parent | 35b0140549ab31b1d1e6c43424dd0007291102e5 (diff) | |
download | freebsd-ports-gnome-955ff4966b0da9b510a53357db9356a9c2174fe2.tar.gz freebsd-ports-gnome-955ff4966b0da9b510a53357db9356a9c2174fe2.tar.zst freebsd-ports-gnome-955ff4966b0da9b510a53357db9356a9c2174fe2.zip |
add p5-Bundle-Slash 2.13
A bundle to install all modules used for Slash
PR: 36066
Submitted by: Autrijus Tang <autrijus@egb.elixus.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Bundle-Slash/Makefile | 53 | ||||
-rw-r--r-- | www/p5-Bundle-Slash/distinfo | 1 | ||||
-rw-r--r-- | www/p5-Bundle-Slash/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-Bundle-Slash/pkg-descr | 11 | ||||
-rw-r--r-- | www/p5-Bundle-Slash/pkg-plist | 2 |
6 files changed, 69 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index fbd31d9e15c1..1d28774cda7a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -250,6 +250,7 @@ SUBDIR += p5-AxKit-XSP-Sendmail SUBDIR += p5-AxKit-XSP-Util SUBDIR += p5-AxKit-XSP-WebUtils + SUBDIR += p5-Bundle-Slash SUBDIR += p5-CGI-Application SUBDIR += p5-CGI-ArgChecker SUBDIR += p5-CGI-Cache diff --git a/www/p5-Bundle-Slash/Makefile b/www/p5-Bundle-Slash/Makefile new file mode 100644 index 000000000000..a9f70a1b3abf --- /dev/null +++ b/www/p5-Bundle-Slash/Makefile @@ -0,0 +1,53 @@ +# New ports collection makefile for: p5-Bundle-Slash +# Date created: March 17th 2002 +# Whom: Autrijus Tang <autrijus@autrijus.org> +# +# $FreeBSD$ +# + +PORTNAME= Bundle-Slash +PORTVERSION= 2.13 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Bundle +PKGNAMEPREFIX= p5- + +MAINTAINER= autrijus@autrijus.org + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ + ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ + ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + ${SITE_PERL}/${PERL_ARCH}/Apache/Cookie.pm:${PORTSDIR}/www/p5-libapreq \ + ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ + ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ + ${SITE_PERL}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net \ + ${SITE_PERL}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \ + ${SITE_PERL}/Font/AFM.pm:${PORTSDIR}/x11-fonts/p5-Font-AFM \ + ${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format \ + ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \ + ${SITE_PERL}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \ + ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-Mysql \ + ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \ + ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ + ${SITE_PERL}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ + ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ + ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \ + ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid \ + ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ + ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \ + ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ + ${SITE_PERL}/Schedule/Cron.pm:${PORTSDIR}/sysutils/p5-Schedule-Cron \ + ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \ + ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ + ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time \ + ${SITE_PERL}/DBIx/Password.pm:${PORTSDIR}/databases/p5-DBIx-Password +RUN_DEPENDS= ${BUILD_DEPENDS} + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/www/p5-Bundle-Slash/distinfo b/www/p5-Bundle-Slash/distinfo new file mode 100644 index 000000000000..1fb681352172 --- /dev/null +++ b/www/p5-Bundle-Slash/distinfo @@ -0,0 +1 @@ +MD5 (Bundle-Slash-2.13.tar.gz) = 266b3eae95f8bbdd9c9f1af5dba947e7 diff --git a/www/p5-Bundle-Slash/pkg-comment b/www/p5-Bundle-Slash/pkg-comment new file mode 100644 index 000000000000..9bb96e340c3e --- /dev/null +++ b/www/p5-Bundle-Slash/pkg-comment @@ -0,0 +1 @@ +A bundle to install all modules used for Slash diff --git a/www/p5-Bundle-Slash/pkg-descr b/www/p5-Bundle-Slash/pkg-descr new file mode 100644 index 000000000000..8f0c00cd4abf --- /dev/null +++ b/www/p5-Bundle-Slash/pkg-descr @@ -0,0 +1,11 @@ + Slash -- Slashdot Like Automated Storytelling Homepage -- + is the code that runs Slashdot. More than that, however, + Slash is an architecture for putting together web sites. + It comes with functionality for posting articles, conducting + polls, having discussions, and more; but it can be extended + in innumerable ways. + + Bundle::Slash is a collection of prerequisite perl modules + needed before installing Slash. + +WWW: http://slashcode.com/ diff --git a/www/p5-Bundle-Slash/pkg-plist b/www/p5-Bundle-Slash/pkg-plist new file mode 100644 index 000000000000..acbdba015851 --- /dev/null +++ b/www/p5-Bundle-Slash/pkg-plist @@ -0,0 +1,2 @@ +lib/perl5/site_perl/%%PERL_VER%%/Bundle/Slash.pm +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Bundle 2>/dev/null || true |