Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jul 2001 23:58:44 -0400 (EDT)
From:      Pete Fritchman <petef@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28960: New port: deskutils/dailystrips
Message-ID:  <200107140358.f6E3wiE32279@electron.databits.net>

next in thread | raw e-mail | index | archive | help

>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 <petef@databits.net>
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107140358.f6E3wiE32279>