mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +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:
parent
9bcd672114
commit
2e8e2db23c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45620
@ -8,6 +8,7 @@
|
|||||||
SUBDIR += bulb
|
SUBDIR += bulb
|
||||||
SUBDIR += cal
|
SUBDIR += cal
|
||||||
SUBDIR += cbb
|
SUBDIR += cbb
|
||||||
|
SUBDIR += dailystrips
|
||||||
SUBDIR += gaddr
|
SUBDIR += gaddr
|
||||||
SUBDIR += gcal
|
SUBDIR += gcal
|
||||||
SUBDIR += gemcal
|
SUBDIR += gemcal
|
||||||
|
39
deskutils/dailystrips/Makefile
Normal file
39
deskutils/dailystrips/Makefile
Normal 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>
|
1
deskutils/dailystrips/distinfo
Normal file
1
deskutils/dailystrips/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (dailystrips-1.0.14.tar.gz) = aaef61f72a4ed844c6f48a9170fecdda
|
1
deskutils/dailystrips/pkg-comment
Normal file
1
deskutils/dailystrips/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
Utility to download or view your favorite online comic strips daily
|
9
deskutils/dailystrips/pkg-descr
Normal file
9
deskutils/dailystrips/pkg-descr
Normal 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
|
7
deskutils/dailystrips/pkg-plist
Normal file
7
deskutils/dailystrips/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user