mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
This commit is contained in:
parent
d730b15061
commit
94f7601273
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327035
18 changed files with 48 additions and 94 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: gscmxx
|
||||
# Date created: 13 May 2003
|
||||
# Whom: svmohr
|
||||
#
|
||||
# Created by: svmohr
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gscmxx
|
||||
PORTVERSION= 0.4.1
|
||||
|
@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \
|
|||
scmxx:${PORTSDIR}/comms/scmxx \
|
||||
convert:${PORTSDIR}/graphics/ImageMagick
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
USE_GNOME= gtk12
|
||||
MAN1= gscmxx.1
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: o2sms
|
||||
# Date created: June 13th, 2006
|
||||
# Whom: Conor McDermottroe <ports@mcdermottroe.com>
|
||||
#
|
||||
# Created by: Conor McDermottroe <ports@mcdermottroe.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= o2sms
|
||||
PORTVERSION= 3.36
|
||||
|
@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
|||
p5-TestGen4Web-Runner>=0:${PORTSDIR}/www/p5-TestGen4Web-Runner
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= aftsms.1 \
|
||||
o2sms.1 \
|
||||
|
|
|
@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
|
|||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Cisco::UCS.3 Cisco::UCS::Blade.3 Cisco::UCS::Chassis.3 \
|
||||
Cisco::UCS::Common::EthernetPort.3 Cisco::UCS::Common::Fan.3 \
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Device-Gsm
|
||||
# Date created: 09 May 2006
|
||||
# Whom: Anders Nordby <anders@FreeBSD.org>
|
||||
#
|
||||
# Created by: Anders Nordby <anders@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Device-Gsm
|
||||
PORTVERSION= 1.60
|
||||
|
@ -17,7 +13,8 @@ COMMENT= Perl interface to GSM phones/modems on serial ports
|
|||
BUILD_DEPENDS= p5-Device-Modem>=0:${PORTSDIR}/comms/p5-Device-Modem
|
||||
RUN_DEPENDS= p5-Device-Modem>=0:${PORTSDIR}/comms/p5-Device-Modem
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Device::Gsm::Sms.3 Device::Gsm::Pdu.3 Device::Gsm.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-SMS-Send-DeviceGsm
|
||||
# Date created: 2007-09-22
|
||||
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
||||
#
|
||||
# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SMS-Send-DeviceGsm
|
||||
PORTVERSION= 1.06
|
||||
|
@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-SMS-Send>=0.04:${PORTSDIR}/comms/p5-SMS-Send \
|
|||
p5-Device-Gsm>=1.45:${PORTSDIR}/comms/p5-Device-Gsm
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SMS::Send::DeviceGsm.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-SMS-Send-NexmoUnicode
|
||||
# Date created: 2011-12-01
|
||||
# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
|
||||
#
|
||||
# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SMS-Send-NexmoUnicode
|
||||
PORTVERSION= 0.01
|
||||
|
@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Nexmo-SMS>=0.04:${PORTSDIR}/comms/p5-Nexmo-SMS \
|
|||
p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SMS::Send::NexmoUnicode.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-SMS-Send-TW-HiAir
|
||||
# Date created: 2010-01-06
|
||||
# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
|
||||
#
|
||||
# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SMS-Send-TW-HiAir
|
||||
PORTVERSION= 0.02
|
||||
|
@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \
|
|||
p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SMS::Send::TW::HiAir.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-SMS-Send-TW-PChome
|
||||
# Date created: 2007-04-06
|
||||
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
||||
#
|
||||
# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SMS-Send-TW-PChome
|
||||
PORTVERSION= 0.03
|
||||
|
@ -20,7 +16,8 @@ RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \
|
|||
p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SMS::Send::TW::PChome.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-SMS-Send-TW-Qma
|
||||
# Date created: 2011-03-20
|
||||
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
||||
#
|
||||
# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SMS-Send-TW-Qma
|
||||
PORTVERSION= 0.01
|
||||
|
@ -19,7 +15,8 @@ RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \
|
|||
p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SMS::Send::TW::Qma.3
|
||||
|
||||
|
|
|
@ -16,7 +16,8 @@ RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \
|
|||
p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SMS::Send::TW::Socket2Air.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-SMS-Send-TW-chtsns
|
||||
# Date created: 2010-01-06
|
||||
# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
|
||||
#
|
||||
# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SMS-Send-TW-chtsns
|
||||
PORTVERSION= 0.03
|
||||
|
@ -21,7 +17,8 @@ RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \
|
|||
p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SMS::Send::TW::chtsns.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-SMS-Send-TW-emome
|
||||
# Date created: 2007-10-10
|
||||
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
||||
#
|
||||
# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SMS-Send-TW-emome
|
||||
PORTVERSION= 0.04
|
||||
|
@ -20,7 +16,8 @@ RUN_DEPENDS= p5-SMS-Send>=0.03:${PORTSDIR}/comms/p5-SMS-Send \
|
|||
p5-Text-Iconv>=:${PORTSDIR}/converters/p5-Text-Iconv
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SMS::Send::TW::emome.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: uird
|
||||
# Date created: 2005-11-21
|
||||
# Whom: David Thiel <lx@redundancy.redundancy.org>
|
||||
#
|
||||
# Created by: David Thiel <lx@redundancy.redundancy.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= uird
|
||||
PORTVERSION= 1.1
|
||||
|
@ -16,7 +12,7 @@ MAINTAINER= lx@FreeBSD.org
|
|||
COMMENT= The Universal IR Receiver Daemon
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# ports collection makefile for: yflklog
|
||||
# Date created: 17 October 2007
|
||||
# Whom: db
|
||||
#
|
||||
# Created by: db
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= yfklog
|
||||
PORTVERSION= 0.3.5
|
||||
|
@ -25,7 +21,7 @@ RUN_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses \
|
|||
hamlib>=0:${PORTSDIR}/comms/hamlib \
|
||||
p5-Net-FTP-File>=0:${PORTSDIR}/net/p5-Net-FTP-File
|
||||
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
NO_BUILD= yes
|
||||
MAN1= yfklog.1
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Shell-Perl
|
||||
# Date created: 2008-02-27
|
||||
# Whom: Shinsuke Matsui <smatsui@karashi.org>
|
||||
#
|
||||
# Created by: Shinsuke Matsui <smatsui@karashi.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Shell-Perl
|
||||
PORTVERSION= 0.0022
|
||||
|
@ -25,7 +21,8 @@ BUILD_DEPENDS= p5-Test-Script>=0:${PORTSDIR}/devel/p5-Test-Script \
|
|||
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
|
||||
p5-Test-Expect>=0:${PORTSDIR}/devel/p5-Test-Expect
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= pirl.1
|
||||
MAN3= Shell::Perl.3 Shell::Perl::Dumper.3
|
||||
|
|
|
@ -11,7 +11,8 @@ MASTER_SITE_SUBDIR= CPAN:GREGOR
|
|||
MAINTAINER= garga@FreeBSD.org
|
||||
COMMENT= New shell made entirely out of a Perl script
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
SUB_FILES= pkg-install pkg-deinstall
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: qar-bufo
|
||||
# Date created: 18 April 2007
|
||||
# Whom: Zane C. Bowers
|
||||
#
|
||||
# Created by: Zane C. Bowers
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= shell-include
|
||||
PORTVERSION= 0.1.2
|
||||
|
@ -14,7 +10,7 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= vvelox@vvelox.net
|
||||
COMMENT= A include system for shell scripts
|
||||
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
|
||||
MAN3= random::shortIntRandom.3 \
|
||||
random.3 \
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
# ex:ts=8
|
||||
# New ports collection makefile for: vshnu
|
||||
# Date created: Feb 26, 2001
|
||||
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
#
|
||||
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= vshnu
|
||||
PORTVERSION= 1.0305
|
||||
|
@ -18,6 +13,7 @@ COMMENT= New Visual Shell
|
|||
BUILD_DEPENDS= p5-Term-Screen>=0:${PORTSDIR}/devel/p5-Term-Screen
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue