Jerry's command-line LiveJournal.com entry system

PR:		26991
Submitted by:	Pete Fritchman <petef@databits.net>
This commit is contained in:
Ying-Chieh Liao 2001-05-24 14:17:27 +00:00
parent 2d97881325
commit 5f99cf5ae0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43020
7 changed files with 53 additions and 0 deletions

View File

@ -18,6 +18,7 @@
SUBDIR += gtimer
SUBDIR += ical
SUBDIR += ithought
SUBDIR += jlj
SUBDIR += kdepim
SUBDIR += korganizer
SUBDIR += kproject

35
deskutils/jlj/Makefile Normal file
View File

@ -0,0 +1,35 @@
# New ports collection makefile for: jlj
# Date created: 29 April 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= jlj
PORTVERSION= 1.7
CATEGORIES= deskutils net
MASTER_SITES= http://www.cis.rit.edu/~jerry/Software/perl/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= petef@databits.net
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PERL5= yes
NO_BUILD= yes
post-patch:
@${PERL} -pi -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} ${PREFIX}/share/doc/jlj
${INSTALL_DATA} ${WRKSRC}/README.JLJ ${PREFIX}/share/doc/jlj/README
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

1
deskutils/jlj/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (jlj_1.7.tar.gz) = afcecc02e65477b7f5d75810e468e6cc

View File

@ -0,0 +1 @@
Jerry's command-line LiveJournal.com entry system

7
deskutils/jlj/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
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
- Pete
petef@databits.net

View File

@ -0,0 +1,3 @@
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.

5
deskutils/jlj/pkg-plist Normal file
View File

@ -0,0 +1,5 @@
bin/jlj
%%PORTDOCS%%share/doc/jlj/README
share/examples/jlj/dot.livejournal.rc
%%PORTDOCS%%@dirrm share/doc/jlj
@dirrm share/examples/jlj