2013-07-31 13:56:17 +02:00
|
|
|
# Created by: Tim Welch <ports@thepentagon.org>
|
2006-06-03 00:12:37 +02:00
|
|
|
|
|
|
|
PORTNAME= nzbperl
|
|
|
|
PORTVERSION= 0.6.8
|
2010-01-26 16:01:09 +01:00
|
|
|
PORTREVISION= 1
|
2006-06-03 00:12:37 +02:00
|
|
|
CATEGORIES= news
|
2006-06-12 16:45:19 +02:00
|
|
|
MASTER_SITES= http://www.thepentagon.org/local_distfiles/ \
|
2006-06-20 14:02:13 +02:00
|
|
|
http://noisybox.net/computers/nzbperl/ \
|
2006-06-12 16:45:19 +02:00
|
|
|
ftp://ftp.foss.org.my/pub/FreeBSD/misc/
|
2006-06-20 14:02:13 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}.pl
|
2006-06-03 00:12:37 +02:00
|
|
|
EXTRACT_SUFX=
|
|
|
|
|
|
|
|
MAINTAINER= ports@thepentagon.org
|
2014-07-10 14:13:11 +02:00
|
|
|
COMMENT= Perl script for downloading nzb files
|
2006-06-03 00:12:37 +02:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= p5-XML-DOM>=0:textproc/p5-XML-DOM \
|
|
|
|
p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \
|
|
|
|
uudeview:converters/uudeview
|
2006-06-03 00:12:37 +02:00
|
|
|
|
Add stage support to news, and improve correctness.
I am not touching the husky ports with a 10 foot pole.
atp:
stage, improve pkg-message
crashmail:
stage
diablo:
too wacky to stage, but convert WITH_* to OPTIONS, unmute
commands that shouldn't be muted, use :MDOCS
fidogate-ds:
stage, OPTIONS, treat examples as EXAMPLES, not DOCS, handle
/var/* in the plist properly
golded+:
stage, OPTIONS, protect examples behind %%PORTEXAMPLES%%
nntpbtr:
this was an unbelievably PITA
stage, add missing prototypes, add missing return types,
rename patch files to what they actually patch
nntpcache:
stage support, required lots of Makefile.in patching,
call submakes correctly, handle config files properly
nzbperl:
stage, use OPTIONS, remove obsolete pkg-message
papercut:
stage, handle config file properly
py-pynzb:
stage, use OPTIONS helper to avoid bsd.port.options.mk inclusion
s-news:
stage
slrnconf:
stage
slrnface:
stage, install required files to datadir, not examplesdir,
generate proper pkg-message
sn:
stage
2014-03-29 18:28:56 +01:00
|
|
|
USES= perl5 shebangfix
|
2013-07-31 13:56:17 +02:00
|
|
|
USE_PERL5= run
|
Add stage support to news, and improve correctness.
I am not touching the husky ports with a 10 foot pole.
atp:
stage, improve pkg-message
crashmail:
stage
diablo:
too wacky to stage, but convert WITH_* to OPTIONS, unmute
commands that shouldn't be muted, use :MDOCS
fidogate-ds:
stage, OPTIONS, treat examples as EXAMPLES, not DOCS, handle
/var/* in the plist properly
golded+:
stage, OPTIONS, protect examples behind %%PORTEXAMPLES%%
nntpbtr:
this was an unbelievably PITA
stage, add missing prototypes, add missing return types,
rename patch files to what they actually patch
nntpcache:
stage support, required lots of Makefile.in patching,
call submakes correctly, handle config files properly
nzbperl:
stage, use OPTIONS, remove obsolete pkg-message
papercut:
stage, handle config file properly
py-pynzb:
stage, use OPTIONS helper to avoid bsd.port.options.mk inclusion
s-news:
stage
slrnconf:
stage
slrnface:
stage, install required files to datadir, not examplesdir,
generate proper pkg-message
sn:
stage
2014-03-29 18:28:56 +01:00
|
|
|
SHEBANG_FILES= ${DISTNAME}
|
2019-02-02 10:42:06 +01:00
|
|
|
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
NO_BUILD= yes
|
2006-06-03 00:12:37 +02:00
|
|
|
|
Add stage support to news, and improve correctness.
I am not touching the husky ports with a 10 foot pole.
atp:
stage, improve pkg-message
crashmail:
stage
diablo:
too wacky to stage, but convert WITH_* to OPTIONS, unmute
commands that shouldn't be muted, use :MDOCS
fidogate-ds:
stage, OPTIONS, treat examples as EXAMPLES, not DOCS, handle
/var/* in the plist properly
golded+:
stage, OPTIONS, protect examples behind %%PORTEXAMPLES%%
nntpbtr:
this was an unbelievably PITA
stage, add missing prototypes, add missing return types,
rename patch files to what they actually patch
nntpcache:
stage support, required lots of Makefile.in patching,
call submakes correctly, handle config files properly
nzbperl:
stage, use OPTIONS, remove obsolete pkg-message
papercut:
stage, handle config file properly
py-pynzb:
stage, use OPTIONS helper to avoid bsd.port.options.mk inclusion
s-news:
stage
slrnconf:
stage
slrnface:
stage, install required files to datadir, not examplesdir,
generate proper pkg-message
sn:
stage
2014-03-29 18:28:56 +01:00
|
|
|
OPTIONS_DEFINE= SSL
|
2016-04-01 16:16:16 +02:00
|
|
|
SSL_RUN_DEPENDS=p5-Net-SSLeay>=0:security/p5-Net-SSLeay
|
2006-06-03 00:12:37 +02:00
|
|
|
|
|
|
|
do-extract:
|
2019-02-02 10:42:06 +01:00
|
|
|
@${MKDIR} ${WRKSRC}
|
|
|
|
${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
|
2006-06-03 00:12:37 +02:00
|
|
|
|
|
|
|
do-install:
|
2019-02-02 10:42:06 +01:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
2006-06-03 00:12:37 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|