From owner-freebsd-ports Fri Jul 13 21:10:34 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 7EEBC37B401 for ; Fri, 13 Jul 2001 21:10:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6E4AOT22306; Fri, 13 Jul 2001 21:10:24 -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 5100237B401 for ; Fri, 13 Jul 2001 21:00:04 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f6E3wiE32279; Fri, 13 Jul 2001 23:58:44 -0400 (EDT) (envelope-from petef) Message-Id: <200107140358.f6E3wiE32279@electron.databits.net> Date: Fri, 13 Jul 2001 23:58:44 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28960: New port: deskutils/dailystrips Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28960 >Category: ports >Synopsis: New port: deskutils/dailystrips >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: Fri Jul 13 21:10:23 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 #0: Fri Jul 13 09:58:28 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: dailystrips is a utility to download your favorite online comic strips each day. What sets it apart from the rest is its "local" mode of operation, which automatically downloads strips for you. WWW: http://dailystrips.sourceforge.net/ >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: # # dailystrips/ # dailystrips/pkg-descr # dailystrips/distinfo # dailystrips/pkg-plist # dailystrips/Makefile # dailystrips/pkg-comment # echo c - dailystrips/ mkdir -p dailystrips/ > /dev/null 2>&1 echo x - dailystrips/pkg-descr sed 's/^X//' >dailystrips/pkg-descr << 'END-of-dailystrips/pkg-descr' Xdailystrips is a utility to download your favorite online comic Xstrips each day. What sets it apart from the rest is its X"local" mode of operation, which automatically downloads strips Xfor you. X XWWW: http://dailystrips.sourceforge.net/ X X- Pete Xpetef@databits.net END-of-dailystrips/pkg-descr echo x - dailystrips/distinfo sed 's/^X//' >dailystrips/distinfo << 'END-of-dailystrips/distinfo' XMD5 (dailystrips-1.0.14.tar.gz) = aaef61f72a4ed844c6f48a9170fecdda END-of-dailystrips/distinfo echo x - dailystrips/pkg-plist sed 's/^X//' >dailystrips/pkg-plist << 'END-of-dailystrips/pkg-plist' Xbin/dailystrips Xshare/dailystrips/strips.def X%%PORTDOCS%%share/doc/dailystrips/README X%%PORTDOCS%%share/doc/dailystrips/README.DEFS X%%PORTDOCS%%share/doc/dailystrips/README.LOCAL X%%PORTDOCS%%@dirrm share/doc/dailystrips X@dirrm share/dailystrips END-of-dailystrips/pkg-plist echo x - dailystrips/Makefile sed 's/^X//' >dailystrips/Makefile << 'END-of-dailystrips/Makefile' X# New ports collection makefile for: dailystrips X# Date created: 13 July 2001 X# Whom: Pete Fritchman X# X# $FreeBSD$ X# X XPORTNAME= dailystrips XPORTVERSION= 1.0.14 XCATEGORIES= deskutils www XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= petef@databits.net X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate X XNO_BUILD= yes XUSE_PERL5= yes X Xpost-patch: X @${PERL} -pi -e 's|^#!/usr/bin/perl|#!${PERL}|; \ X s!%-e!%e!; \ X s!join\(./.,\@base_dirparts.*!"${PREFIX}/share/dailystrips/strips.def"\;!' \ X ${WRKSRC}/dailystrips.pl X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/dailystrips.pl ${PREFIX}/bin/dailystrips X @${MKDIR} ${DATADIR} X ${INSTALL_SCRIPT} ${WRKSRC}/strips.def ${DATADIR} X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for file in README README.DEFS README.LOCAL X ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} X.endfor X.endif X X.include END-of-dailystrips/Makefile echo x - dailystrips/pkg-comment sed 's/^X//' >dailystrips/pkg-comment << 'END-of-dailystrips/pkg-comment' XUtility to download or view your favorite online comic strips daily END-of-dailystrips/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message