diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-02 05:40:03 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-02 05:40:03 +0000 |
commit | 3935dfde7a5e49fd405932218872a6a8608f920f (patch) | |
tree | 5f6a872ef7012f36ea19dc61a0aeb8065a0a1651 | |
parent | f23b755d9a82a7cb4dc108f5de66352b2b3ed771 (diff) | |
download | ports-3935dfde7a5e49fd405932218872a6a8608f920f.tar.gz ports-3935dfde7a5e49fd405932218872a6a8608f920f.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/ljdeps/Makefile | 46 | ||||
-rw-r--r-- | www/ljdeps/pkg-descr | 10 | ||||
-rw-r--r-- | www/ljdeps/pkg-plist | 1 |
4 files changed, 58 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 19c4845a8c50..4e4bf8c63b2b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -151,6 +151,7 @@ SUBDIR += linux-opera SUBDIR += linux-opera7 SUBDIR += linux-phoenix + SUBDIR += ljdeps SUBDIR += logtools SUBDIR += lws SUBDIR += lynx 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 |