Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2002 11:19:12 -0500 (CDT)
From:      "Ryan T. Dean" <rtdean@cytherianage.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40925: [new port] www/ljdeps - metaport for LiveJournal code depends
Message-ID:  <200207231619.g6NGJCE3024820@ratri.cytherianage.net>

next in thread | raw e-mail | index | archive | help

>Number:         40925
>Category:       ports
>Synopsis:       [new port] www/ljdeps - metaport for LiveJournal code depends
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 23 09:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Ryan T. Dean
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD ratri.cytherianage.net 4.6-STABLE FreeBSD 4.6-STABLE #1: Fri Jun 28 11:33:14 CDT 2002 root@ratri.cytherianage.net:/usr/obj/usr/src/sys/TEMP-RATRI i386
>Description:

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.


This port, if committed, would ease installation of the LiveJournal code.  
(A livejournal port will come as soon as 1.0 of the LiveJournal source is released)

>How-To-Repeat:
	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ljdeps
#	ljdeps/Makefile
#	ljdeps/pkg-comment
#	ljdeps/pkg-descr
#	ljdeps/pkg-plist
#
echo c - ljdeps
mkdir -p ljdeps > /dev/null 2>&1
echo x - ljdeps/Makefile
sed 's/^X//' >ljdeps/Makefile << 'END-of-ljdeps/Makefile'
X# New ports collection makefile for: www/ljdeps
X# Date created: 	23 July 2002
X# Whom:		Ryan T. Dean <rtdean@cytherianage.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ljdeps
XPORTVERSION=	1.0
XCATEGORIES=	www perl5
XMASTER_SITES=	# Undefined
XDISTFILES=	# Undefined
X
XMAINTAINER=	rtdean@cytherianage.net
X
XRUN_DEPENDS=	${SITE_PERL}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet \
X		${SITE_PERL}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net \
X		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
X		${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \
X		${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \
X		${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
X		${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
X		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
X		${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI \
X		${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset \
X		${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
X		${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \
X		${SITE_PERL}/Time/DaysInMonth.pm:${PORTSDIR}/devel/p5-Time \
X		${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
X		${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \
X		${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \
X		${SITE_PERL}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \
X		${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
X		${SITE_PERL}/${PERL_ARCH}/Proc/ProcessTable.pm:${PORTSDIR}/devel/p5-Proc-ProcessTable \
X		${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite \
X		${SITE_PERL}/Unicode/MapUTF8.pm:${PORTSDIR}/converters/p5-Unicode-MapUTF8
X
XSITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
X
XEXTRACT_ONLY=	# Empty
XNO_BUILD=	yes
X
Xdo-install:	# Empty
X
X.include <bsd.port.mk>
END-of-ljdeps/Makefile
echo x - ljdeps/pkg-comment
sed 's/^X//' >ljdeps/pkg-comment << 'END-of-ljdeps/pkg-comment'
XA meta-port to install all the perl modules user by LiveJournal
END-of-ljdeps/pkg-comment
echo x - ljdeps/pkg-descr
sed 's/^X//' >ljdeps/pkg-descr << 'END-of-ljdeps/pkg-descr'
XLiveJournal is an open source content management system, written mainly in
XPerl and utilizing MySQL as a database backend. By itself, it serves as a 
Xpowerful content updating system. In other uses, it is the framework 
Xapplication behind many successful online communities, including 
XLiveJournal.com and DeadJournal.com. 
X
Xljdeps is a meta-port which installs all of the perl modules needed by 
XLiveJournal.
X
XWWW: http://www.livejournal.com/code
END-of-ljdeps/pkg-descr
echo x - ljdeps/pkg-plist
sed 's/^X//' >ljdeps/pkg-plist << 'END-of-ljdeps/pkg-plist'
X@comment This is a meta-port, this plist is intentionally empty
END-of-ljdeps/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207231619.g6NGJCE3024820>