[Midnightbsd-cvs] mports: mports/deskutils:

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Dec 3 00:17:02 EST 2007


Log Message:
-----------


Modified Files:
--------------
    mports/deskutils:
        Makefile (r1.16 -> r1.17)

Added Files:
-----------
    mports/deskutils/jlj:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
    mports/deskutils/jlj/files:
        pkg-message.in (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -L deskutils/Makefile -L deskutils/Makefile -u -r1.16 -r1.17
--- deskutils/Makefile
+++ deskutils/Makefile
@@ -19,6 +19,7 @@
     SUBDIR += gnome-utils
     SUBDIR += gucharmap
     SUBDIR += gworkspace
+    SUBDIR += jlj
     SUBDIR += linux-sunbird
     SUBDIR += ljclive
     SUBDIR += preferencepanes
--- /dev/null
+++ deskutils/jlj/pkg-descr
@@ -0,0 +1,4 @@
+Jerry's LiveJournal system is a command-line system written in perl
+to interact with LiveJournal.com.
+
+WWW: http://www.cis.rit.edu/~jerry/Software/perl/#jlj
--- /dev/null
+++ deskutils/jlj/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for:	jlj
+# Date created:				29 April 2001
+# Whom:					Pete Fritchman <petef at databits.net>
+#
+# $MidnightBSD: mports/deskutils/jlj/Makefile,v 1.1 2007/12/03 05:17:00 laffer1 Exp $
+# $FreeBSD: ports/deskutils/jlj/Makefile,v 1.14 2006/09/30 18:05:59 bsam Exp $
+#
+
+PORTNAME=	jlj
+PORTVERSION=	2.12
+CATEGORIES=	deskutils net
+MASTER_SITES=	http://umlautllama.com/projects/perl/ \
+		http://www.atarininja.org/~wxs/distfiles/
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Jerry's command-line LiveJournal.com entry system
+LICENSE=	publicdom
+
+WRKSRC=		${WRKDIR}/${PORTNAME}
+
+USE_PERL5_RUN=	yes
+NO_BUILD=	yes
+SUB_FILES=	pkg-message
+
+PLIST_FILES=	bin/jlj share/examples/jlj/dot.livejournal.rc
+PLIST_DIRS=	share/examples/jlj
+
+.if !defined(NOPORTDOCS)
+PORTDOCS=	README
+.endif
+
+post-patch:
+	@${REINPLACE_CMD} -e 's!/usr/bin/perl!${PERL}!' ${WRKSRC}/jlj.pl
+
+do-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/jlj.pl ${PREFIX}/bin/jlj
+	@${MKDIR} ${PREFIX}/share/examples/jlj
+	${INSTALL_DATA} ${WRKSRC}/.livejournal.rc \
+		${PREFIX}/share/examples/jlj/dot.livejournal.rc
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README.JLJ ${DOCSDIR}/README
+.endif
+
+.include <bsd.port.mk>
--- /dev/null
+++ deskutils/jlj/distinfo
@@ -0,0 +1,3 @@
+MD5 (jlj_2.12.tar.gz) = 55724c4d6d26211f34803ef856075234
+SHA256 (jlj_2.12.tar.gz) = da3e1626338c5337e28bb4bc8da0b64d7a8ab441a52aa2364037e9eea152bc27
+SIZE (jlj_2.12.tar.gz) = 32480
--- /dev/null
+++ deskutils/jlj/files/pkg-message.in
@@ -0,0 +1,4 @@
+Be sure to copy %%PREFIX%%/share/examples/jlj/dot.livejournal.rc to
+~/.livejournal.rc before running jlj.  More details can be found
+in %%PREFIX%%/share/doc/jlj/README.
+


More information about the Midnightbsd-cvs mailing list