Use new USES=dos2unix

This commit is contained in:
Mathieu Arnold 2013-11-18 16:45:09 +00:00
parent 3c0c4937c8
commit 291f1400ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334223
16 changed files with 18 additions and 32 deletions

View File

@ -10,9 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Design-by-Contract OO in Perl
USES= perl5
USES= perl5 dos2unix
USE_PERL5= configure
USE_DOS2UNIX= yes
PLIST_SUB+= EXAMPLESDIR="share/examples/${PORTNAME}"
pre-configure:

View File

@ -16,8 +16,7 @@ RUN_DEPENDS= p5-Hash-Case>=0:${PORTSDIR}/devel/p5-Hash-Case \
p5-Hash-WithDefaults>=0.04:${PORTSDIR}/devel/p5-Hash-WithDefaults
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USES= perl5 dos2unix
USE_PERL5= configure
USE_DOS2UNIX= yes
.include <bsd.port.mk>

View File

@ -10,9 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Discover the classes of an arbitrary suite of Perl modules
USES= perl5
USES= perl5 dos2unix
USE_PERL5= configure
USE_DOS2UNIX= yes
post-install:
.ifndef(NOPORTDOCS)

View File

@ -14,8 +14,8 @@ COMMENT= Creates 3D charts with GD::Graph and GD
BUILD_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USES= perl5 dos2unix
USE_PERL5= configure
USE_DOS2UNIX= lib/GD/Graph3d.pm # pod2man doesn't work without this
DOS2UNIX_FILES= lib/GD/Graph3d.pm # pod2man doesn't work without this
.include <bsd.port.mk>

View File

@ -15,9 +15,8 @@ BUILD_DEPENDS= p5-SWF-File>=0:${PORTSDIR}/graphics/p5-SWF-File \
p5-Font-TTF>=0:${PORTSDIR}/x11-fonts/p5-Font-TTF
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USES= perl5 dos2unix
USE_PERL5= configure
USE_DOS2UNIX= yes
post-configure:
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile

View File

@ -15,9 +15,8 @@ COMMENT= Manipulating Flash movie (SWF) files
BUILD_DEPENDS= p5-Data-TemporaryBag>=0:${PORTSDIR}/devel/p5-Data-TemporaryBag
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USES= perl5 dos2unix
USE_PERL5= configure
USE_DOS2UNIX= yes
post-configure:
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile

View File

@ -10,9 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Convert cubic and quadratic Bezier each other
USES= perl5
USES= perl5 dos2unix
USE_PERL5= configure
USE_DOS2UNIX= yes
post-configure:
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile

View File

@ -13,9 +13,8 @@ COMMENT= Modules to work with POD (Plain Old Documentation)
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USES= perl5 dos2unix
USE_PERL5= configure
USE_DOS2UNIX= yes
post-patch:
@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL

View File

@ -11,8 +11,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Strip all pod, and output what's left
USES= perl5
USES= perl5 dos2unix
USE_PERL5= configure
USE_DOS2UNIX= yes
.include <bsd.port.mk>

View File

@ -15,9 +15,8 @@ LICENSE_COMB= dual
OPTIONS_DEFINE= EXAMPLES
USES= perl5
USES= perl5 dos2unix
USE_PERL5= configure
USE_DOS2UNIX= yes
.include <bsd.port.options.mk>

View File

@ -21,8 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
OPTIONS_DEFINE= DOCS EXAMPLES
USES= perl5 shebangfix
USE_DOS2UNIX= yes
USES= perl5 shebangfix dos2unix
USE_PERL5= configure
DOS2UNIX_REGEX= "*.p[lm]"

View File

@ -10,9 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= PerlSAX handlers for building tree structures
USES= perl5
USES= perl5 dos2unix
USE_PERL5= configure
USE_DOS2UNIX= Trees.pm
DOS2UNIX_FILES= Trees.pm
post-extract:
@${CHMOD} +w ${WRKSRC}/Trees.pm

View File

@ -16,8 +16,7 @@ BUILD_DEPENDS= p5-Text-CSV_XS>=0.22:${PORTSDIR}/textproc/p5-Text-CSV_XS \
p5-XML-SAX>=0.14:${PORTSDIR}/textproc/p5-XML-SAX
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USES= perl5 dos2unix
USE_PERL5= configure
USE_DOS2UNIX= yes
.include <bsd.port.mk>

View File

@ -14,8 +14,7 @@ BUILD_DEPENDS= p5-Spreadsheet-ParseExcel>=0.2603:${PORTSDIR}/textproc/p5-Spreads
p5-XML-SAX>=0.14:${PORTSDIR}/textproc/p5-XML-SAX
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USES= perl5 dos2unix
USE_PERL5= configure
USE_DOS2UNIX= yes
.include <bsd.port.mk>

View File

@ -17,9 +17,8 @@ BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USES= perl5 dos2unix
USE_PERL5= configure
USE_DOS2UNIX= yes
post-patch:
@${RM} -f ${WRKSRC}/lib/HTTP/Recorder.pm.orig

View File

@ -35,8 +35,7 @@ TEST_DEPENDS= p5-IO-Capture>=0:${PORTSDIR}/devel/p5-IO-Capture \
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
USES= perl5
USES= perl5 dos2unix
USE_PERL5= configure
USE_DOS2UNIX= yes
.include <bsd.port.mk>