mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- convert to the new perl5 framework
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
This commit is contained in:
parent
7e70f84254
commit
f7ec825618
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327283
@ -45,7 +45,8 @@ SUB_LIST+= DATADIR=${DATADIR}\
|
||||
WWWOWN=${WWWOWN}\
|
||||
WWWGRP=${WWWGRP}
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
NO_BUILD= yes
|
||||
MT_DOCS_URL?= http://www.movabletype.org/documentation/
|
||||
MT_UPGRADE_URL?=http://www.movabletype.org/documentation/installation/upgrade-movable-type.html
|
||||
|
@ -24,9 +24,8 @@ CONFLICTS_INSTALL= caudium14-1.* \
|
||||
|
||||
USE_APACHE= common22
|
||||
USE_BZIP2= yes
|
||||
USES= iconv
|
||||
USES= iconv perl5
|
||||
USE_AUTOTOOLS= autoconf libtool
|
||||
USE_PERL5= yes
|
||||
USE_RC_SUBR= apache22 htcacheclean
|
||||
LIBTOOLFILES= configure.in
|
||||
|
||||
|
@ -14,8 +14,9 @@ LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= p5-Net-XWhois>=0:${PORTSDIR}/net/p5-Net-XWhois
|
||||
|
||||
USES= perl5
|
||||
NO_BUILD= yes
|
||||
USE_PERL5_RUN= yes
|
||||
USE_PERL5= run
|
||||
USE_DOS2UNIX= tools/*.pl \
|
||||
wwwroot/cgi-bin/awstats.model.conf \
|
||||
wwwroot/cgi-bin/*.pl \
|
||||
|
@ -30,8 +30,9 @@ RUN_DEPENDS= \
|
||||
p5-XML-Handler-YAWriter>=0:${PORTSDIR}/textproc/p5-XML-Handler-YAWriter \
|
||||
p5-libxml>=0:${PORTSDIR}/textproc/p5-libxml
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
USE_BZIP2= yes
|
||||
USE_PERL5_RUN= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
# additional scripts
|
||||
|
@ -16,7 +16,8 @@ RUN_DEPENDS+= rrdtool>=0:${PORTSDIR}/databases/rrdtool
|
||||
OPTIONS_DEFINE= ZOOM_PATCH
|
||||
ZOOM_PATCH_DESC= Zoom support using jQuery via external patch
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
NO_BUILD= yes
|
||||
|
||||
PORTDOCS= CHANGES INSTALL LICENSE README.EVENTS
|
||||
|
@ -15,7 +15,7 @@ OPTIONS_DEFINE= EXIF
|
||||
EXIF_DESC= Support EXIF data (-e option)
|
||||
|
||||
CONFLICTS= igal-1.*
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
NO_BUILD= yes
|
||||
|
||||
MAN1= igal2.1
|
||||
|
@ -17,8 +17,9 @@ RUN_DEPENDS= p5-Safe-Hole>=0.10:${PORTSDIR}/security/p5-Safe-Hole \
|
||||
p5-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USE_BZIP2= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
OPTIONS_DEFINE= MYSQL PGSQL
|
||||
OPTIONS_DEFAULT= MYSQL
|
||||
|
@ -17,8 +17,8 @@ LIB_DEPENDS= stfl.1:${PORTSDIR}/devel/stfl \
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gettext ncurses gmake pkgconfig
|
||||
USE_PERL5_BUILD=yes
|
||||
USES= gettext ncurses gmake pkgconfig perl5
|
||||
USE_PERL5= build
|
||||
USE_SQLITE= yes
|
||||
USE_GNOME= libxml2
|
||||
|
||||
|
@ -15,7 +15,8 @@ COMMENT= FormBuilder for CGI
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
OPTIONS_DEFINE= TT HTML_TEMPLATE TEXT_TEMPLATE CGI_FAST_TEMPLATE CGI_SSI CGI_SESSION
|
||||
OPTIONS_DEFAULT= TT
|
||||
|
@ -23,7 +23,8 @@ TEST_DEPENDS= p5-CHI>=0.210:${PORTSDIR}/devel/p5-CHI \
|
||||
p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
|
||||
p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= HTML::Mason.3 \
|
||||
HTML::Mason::Admin.3 \
|
||||
|
@ -18,7 +18,8 @@ RUN_DEPENDS= \
|
||||
p5-HTTP-MobileAgent>=0.26:${PORTSDIR}/www/p5-HTTP-MobileAgent
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= HTTP::MobileAgent::Plugin::Charset.3
|
||||
|
||||
|
@ -24,7 +24,8 @@ OPTIONS_DEFINE= PODT
|
||||
|
||||
PODT_DESC= Include Pod package tests
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN1= podsite.1
|
||||
MAN3= Pod::Site.3
|
||||
|
@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl module bundle for Plack
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Task::Plack.3
|
||||
|
||||
|
@ -15,8 +15,8 @@ BUILD_DEPENDS= p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \
|
||||
p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= shebangfix
|
||||
USES= shebangfix perl5
|
||||
USE_PERL5= configure
|
||||
SHEBANG_FILES= nopaste
|
||||
|
||||
MAN3= WebService::NoPaste.3
|
||||
|
@ -10,8 +10,8 @@ MASTER_SITES= http://kiza.kcore.de/media/software/snownews/
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= A text mode RSS newsreader
|
||||
|
||||
USE_PERL5_BUILD=yes
|
||||
USES= gmake iconv
|
||||
USES= gmake iconv perl5
|
||||
USE_PERL5= build
|
||||
USE_GNOME= libxml2
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
|
@ -114,9 +114,9 @@ COMMENT= HTTP Caching Proxy
|
||||
SQUID_STABLE_VER= 9
|
||||
|
||||
CONFLICTS_INSTALL= squid-2.[^7]* squid-3.* cacheboy-[0-9]* lusca-head-[0-9]*
|
||||
USES= perl5
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_PERL5= yes
|
||||
USE_RC_SUBR= squid
|
||||
|
||||
SQUID_UID?= squid
|
||||
|
@ -79,9 +79,9 @@ LATEST_LINK= squid32
|
||||
SQUID_STABLE_VER= 13
|
||||
|
||||
CONFLICTS_INSTALL= squid-2.[0-9].* squid-3.[!2].* cacheboy-[0-9]* lusca-head-[0-9]*
|
||||
USES= perl5
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_PERL5= yes
|
||||
USE_RC_SUBR= squid
|
||||
|
||||
USERS= squid
|
||||
|
@ -25,8 +25,9 @@ RUN_DEPENDS= onsgmls:${PORTSDIR}/textproc/opensp \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
|
||||
USES= perl5
|
||||
NO_BUILD= yes
|
||||
USE_PERL5_RUN= yes
|
||||
USE_PERL5= run
|
||||
|
||||
SUB_FILES= pkg-message validator.conf.sample
|
||||
|
||||
|
@ -15,8 +15,8 @@ LICENSE= ISCL
|
||||
LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \
|
||||
soup-2.4:${PORTSDIR}/devel/libsoup
|
||||
|
||||
USES= pkgconfig
|
||||
USE_PERL5_BUILD=yes
|
||||
USES= pkgconfig perl5
|
||||
USE_PERL5= build
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
MAN1= xombrero.1
|
||||
|
Loading…
Reference in New Issue
Block a user