1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Add dailystrips 1.0.14,

utility to download or view your favorite
online comic strips daily.

PR:		28960
Submitted by:	Pete Fritchman <petef@databits.net>
This commit is contained in:
Anton Berezin 2001-07-30 14:02:42 +00:00
parent 9bcd672114
commit 2e8e2db23c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45620
6 changed files with 58 additions and 0 deletions

View File

@ -8,6 +8,7 @@
SUBDIR += bulb
SUBDIR += cal
SUBDIR += cbb
SUBDIR += dailystrips
SUBDIR += gaddr
SUBDIR += gcal
SUBDIR += gemcal

View File

@ -0,0 +1,39 @@
# New ports collection makefile for: dailystrips
# Date created: 13 July 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= dailystrips
PORTVERSION= 1.0.14
CATEGORIES= deskutils www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= petef@databits.net
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
NO_BUILD= yes
USE_PERL5= yes
post-patch:
@${PERL} -pi -e 's|^#!/usr/bin/perl|#!${PERL}|; \
s!%-e!%e!; \
s!join\(./.,\@base_dirparts.*!"${PREFIX}/share/dailystrips/strips.def"\;!' \
${WRKSRC}/dailystrips.pl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/dailystrips.pl ${PREFIX}/bin/dailystrips
@${MKDIR} ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/strips.def ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in README README.DEFS README.LOCAL
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (dailystrips-1.0.14.tar.gz) = aaef61f72a4ed844c6f48a9170fecdda

View File

@ -0,0 +1 @@
Utility to download or view your favorite online comic strips daily

View File

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

View File

@ -0,0 +1,7 @@
bin/dailystrips
share/dailystrips/strips.def
%%PORTDOCS%%share/doc/dailystrips/README
%%PORTDOCS%%share/doc/dailystrips/README.DEFS
%%PORTDOCS%%share/doc/dailystrips/README.LOCAL
%%PORTDOCS%%@dirrm share/doc/dailystrips
@dirrm share/dailystrips