diff options
author | lioux <lioux@FreeBSD.org> | 2003-06-02 13:40:03 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-06-02 13:40:03 +0800 |
commit | 4f91bbba8b6eb43f8103d081722f8ad4a59ee3ee (patch) | |
tree | d1c3f8da00c16f9636942fa59802f0129a5eed89 /www/ljdeps | |
parent | 6fc67eaabfee2439cdd40c22f1f374c0742b8fb5 (diff) | |
download | freebsd-ports-gnome-4f91bbba8b6eb43f8103d081722f8ad4a59ee3ee.tar.gz freebsd-ports-gnome-4f91bbba8b6eb43f8103d081722f8ad4a59ee3ee.tar.zst freebsd-ports-gnome-4f91bbba8b6eb43f8103d081722f8ad4a59ee3ee.zip |
New port ljdeps version 1.0: A meta-port to install all the perl
modules used by LiveJournal
PR: 40925
Submitted by: Ryan T. Dean <rtdean@cytherianage.net>
Diffstat (limited to 'www/ljdeps')
-rw-r--r-- | www/ljdeps/Makefile | 46 | ||||
-rw-r--r-- | www/ljdeps/pkg-descr | 10 | ||||
-rw-r--r-- | www/ljdeps/pkg-plist | 1 |
3 files changed, 57 insertions, 0 deletions
diff --git a/www/ljdeps/Makefile b/www/ljdeps/Makefile new file mode 100644 index 000000000000..72e2b6b03b2a --- /dev/null +++ b/www/ljdeps/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: www/ljdeps +# Date created: 23 July 2002 +# Whom: Ryan T. Dean <rtdean@cytherianage.net> +# +# $FreeBSD$ +# + +PORTNAME= ljdeps +PORTVERSION= 1.0 +CATEGORIES= www perl5 +MASTER_SITES= # Undefined +DISTFILES= # Undefined + +MAINTAINER= rtdean@cytherianage.net +COMMENT= A meta-port to install all the perl modules used by LiveJournal + +RUN_DEPENDS= ${SITE_PERL}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet \ + ${SITE_PERL}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net \ + ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \ + ${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \ + ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ + ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ + ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset \ + ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ + ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/Time/DaysInMonth.pm:${PORTSDIR}/devel/p5-Time-modules \ + ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ + ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ + ${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \ + ${SITE_PERL}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \ + ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ + ${SITE_PERL}/${PERL_ARCH}/Proc/ProcessTable.pm:${PORTSDIR}/devel/p5-Proc-ProcessTable \ + ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite \ + ${SITE_PERL}/Unicode/MapUTF8.pm:${PORTSDIR}/converters/p5-Unicode-MapUTF8 + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +EXTRACT_ONLY= # Empty +NO_BUILD= yes + +do-install: # Empty + +.include <bsd.port.mk> diff --git a/www/ljdeps/pkg-descr b/www/ljdeps/pkg-descr new file mode 100644 index 000000000000..23a9dabab542 --- /dev/null +++ b/www/ljdeps/pkg-descr @@ -0,0 +1,10 @@ +LiveJournal is an open source content management system, written +mainly in Perl and utilizing MySQL as a database backend. By itself, +it serves as a powerful content updating system. In other uses, it +is the framework application behind many successful online communities, +including LiveJournal.com and DeadJournal.com. + +ljdeps is a meta-port which installs all of the perl modules needed +by LiveJournal. + +WWW: http://www.livejournal.com/code/ diff --git a/www/ljdeps/pkg-plist b/www/ljdeps/pkg-plist new file mode 100644 index 000000000000..c211202c829c --- /dev/null +++ b/www/ljdeps/pkg-plist @@ -0,0 +1 @@ +@comment This is a meta-port, this plist is intentionally empty |