summaryrefslogtreecommitdiff
path: root/www/ljdeps
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-06-02 05:40:03 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-06-02 05:40:03 +0000
commit3935dfde7a5e49fd405932218872a6a8608f920f (patch)
tree5f6a872ef7012f36ea19dc61a0aeb8065a0a1651 /www/ljdeps
parentNew port animabob version 1.3.0b: Interactive 3D volume renderer (diff)
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>
Notes
Notes: svn path=/head/; revision=81971
Diffstat (limited to 'www/ljdeps')
-rw-r--r--www/ljdeps/Makefile46
-rw-r--r--www/ljdeps/pkg-descr10
-rw-r--r--www/ljdeps/pkg-plist1
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