From rtdean@ratri.cytherianage.net  Tue Jul 23 09:19:19 2002
Return-Path: <rtdean@ratri.cytherianage.net>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4D72E37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Jul 2002 09:19:19 -0700 (PDT)
Received: from ratri.cytherianage.net (c24.159.192.138.roc.mn.charter.com [24.159.192.138])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5C00443E65
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Jul 2002 09:19:18 -0700 (PDT)
	(envelope-from rtdean@ratri.cytherianage.net)
Received: from ratri.cytherianage.net (localhost [127.0.0.1])
	by ratri.cytherianage.net (8.12.4/8.12.3) with ESMTP id g6NGJCRd024821
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Jul 2002 11:19:12 -0500 (CDT)
	(envelope-from rtdean@ratri.cytherianage.net)
Received: (from rtdean@localhost)
	by ratri.cytherianage.net (8.12.4/8.12.4/Submit) id g6NGJCE3024820;
	Tue, 23 Jul 2002 11:19:12 -0500 (CDT)
Message-Id: <200207231619.g6NGJCE3024820@ratri.cytherianage.net>
Date: Tue, 23 Jul 2002 11:19:12 -0500 (CDT)
From: "Ryan T. Dean" <rtdean@cytherianage.net>
Reply-To: "Ryan T. Dean" <rtdean@cytherianage.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [new port] www/ljdeps - metaport for LiveJournal code depends
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         40925
>Category:       ports
>Synopsis:       [new port] www/ljdeps - metaport for LiveJournal code depends
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 23 09:20:01 PDT 2002
>Closed-Date:    Sun Jun 01 22:40:22 PDT 2003
>Last-Modified:  Sun Jun 01 22:40:22 PDT 2003
>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:

From: Pete Fritchman <petef@FreeBSD.org>
To: "Ryan T. Dean" <rtdean@cytherianage.net>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/40925: [new port] www/ljdeps - metaport for LiveJournal code depends
Date: Tue, 23 Jul 2002 10:22:01 -0600

 ++ 23/07/02 11:19 -0500 - Ryan T. Dean:
 | 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)
 
 I'm interested in seeing the LJ server code in the tree, but I don't
 think it's worth adding a metaport for.  Let's wait until 1.0 is
 released (or heck, we could put a CVS version in for now).
 
 --pete
 
 --
 Pete Fritchman [petef@(databits.net|freebsd.org|wyom.net)]
 finger petef@databits.net for PGP key
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jan 20 19:01:53 PST 2003 
State-Changed-Why:  
Any news about the real livejournal port? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=40925 
State-Changed-From-To: feedback->open 
State-Changed-By: edwin 
State-Changed-When: Mon Jan 20 19:36:15 PST 2003 
State-Changed-Why:  
From: "Ryan T. Dean" <rtdean@cytherianage.net>   
To: Edwin Groothuis <edwin@FreeBSD.org> 

I havn't worked on / with / whatever LiveJournal in many months, however, 
I did check and they still do not possess a 'release' as such; all the 
code currently lives in CVS, and there isn't a 'stable' branch versus a 
'development' branch.  There are a few code snapshots from CVS available,   
however, they don't appear to be updated / recreated often.  If you want 
to set up livejournal, at this point in time, it appears best to do it by 
hand from their CVS repository. 

-Ryan T. Dean 


http://www.freebsd.org/cgi/query-pr.cgi?pr=40925 
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Sun Jun 1 22:40:21 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=40925 
>Unformatted:
