From owner-freebsd-ports Mon Apr 30 9:10:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95FFD37B43C for ; Mon, 30 Apr 2001 09:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UGA2027774; Mon, 30 Apr 2001 09:10:02 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 8629737B424 for ; Mon, 30 Apr 2001 09:02:27 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.3/8.11.3) id f3UG2vs02155; Mon, 30 Apr 2001 12:02:57 -0400 (EDT) (envelope-from petef) Message-Id: <200104301602.f3UG2vs02155@electron.databits.net> Date: Mon, 30 Apr 2001 12:02:57 -0400 (EDT) From: petef@databits.net Reply-To: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/26991: New port: deskutils/jlj Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26991 >Category: ports >Synopsis: New port: deskutils/jlj >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 30 09:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Sun Apr 22 21:17:37 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: jlj is a LiveJournal.com command-line client in Perl. >How-To-Repeat: N/A >Fix: (http://hex.databits.net/~petef/freebsd/jlj.shar) # 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: # # jlj # jlj/pkg-descr # jlj/pkg-plist # jlj/pkg-comment # jlj/Makefile # jlj/distinfo # jlj/pkg-message # echo c - jlj mkdir -p jlj > /dev/null 2>&1 echo x - jlj/pkg-descr sed 's/^X//' >jlj/pkg-descr << 'END-of-jlj/pkg-descr' XJerry's LiveJournal system is a command-line system written in perl Xto interact with LiveJournal.com. X XWWW: http://www.cis.rit.edu/~jerry/Software/perl/#jlj X X- Pete Xpetef@databits.net END-of-jlj/pkg-descr echo x - jlj/pkg-plist sed 's/^X//' >jlj/pkg-plist << 'END-of-jlj/pkg-plist' Xbin/jlj X%%PORTDOCS%%share/doc/jlj/README Xshare/examples/jlj/dot.livejournal.rc X%%PORTDOCS%%@dirrm share/doc/jlj X@dirrm share/examples/jlj END-of-jlj/pkg-plist echo x - jlj/pkg-comment sed 's/^X//' >jlj/pkg-comment << 'END-of-jlj/pkg-comment' XJerry's command-line LiveJournal.com entry system END-of-jlj/pkg-comment echo x - jlj/Makefile sed 's/^X//' >jlj/Makefile << 'END-of-jlj/Makefile' X# New ports collection makefile for: jlj X# Date created: 29 April 2001 X# Whom: Pete Fritchman X# X# $FreeBSD$ X# X XPORTNAME= jlj XPORTVERSION= 1.6 XCATEGORIES= deskutils net XMASTER_SITES= http://www.cis.rit.edu/~jerry/Software/perl/ XDISTNAME= ${PORTNAME}_${PORTVERSION} X XMAINTAINER= petef@databits.net X XWRKSRC= ${WRKDIR}/${PORTNAME} X XUSE_PERL5= yes XNO_BUILD= yes X Xpost-patch: X @${PERL} -pi -e 's!/usr/bin/perl!${PERL}!' ${WRKSRC}/jlj.pl X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/jlj.pl ${PREFIX}/bin/jlj X @${MKDIR} ${PREFIX}/share/examples/jlj X ${INSTALL_DATA} ${WRKSRC}/.livejournal.rc \ X ${PREFIX}/share/examples/jlj/dot.livejournal.rc X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/jlj X ${INSTALL_DATA} ${WRKSRC}/README.JLJ ${PREFIX}/share/doc/jlj/README X.endif X @${CAT} ${PKGMESSAGE} X X.include END-of-jlj/Makefile echo x - jlj/distinfo sed 's/^X//' >jlj/distinfo << 'END-of-jlj/distinfo' XMD5 (jlj_1.6.tar.gz) = 09e2d6097ced2583aa5ba0c4589acea2 END-of-jlj/distinfo echo x - jlj/pkg-message sed 's/^X//' >jlj/pkg-message << 'END-of-jlj/pkg-message' XBe sure to copy ${PREFIX}/share/examples/jlj/dot.livejournal.rc to X~/.livejournal.rc before running jlj. More details can be found Xin ${PREFIX}/share/doc/jlj/README. END-of-jlj/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message