1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- add stage support

Approved by:	portmgr (blanket infrastructure)
This commit is contained in:
Andrej Zverev 2014-01-06 09:24:24 +00:00
parent cdc0ff7798
commit 9e0ade65f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338850
42 changed files with 37 additions and 70 deletions

View File

@ -14,7 +14,4 @@ COMMENT= Base class of BBS::UserInfo::XXX
USES= perl5
USE_PERL5= configure
MAN3= BBS::UserInfo.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
Base class of BBS::UserInfo::XXX.
WWW: http://search.cpan.org/dist/BBS-UserInfo/
WWW: http://search.cpan.org/dist/BBS-UserInfo/

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/.packlist
%%SITE_PERL%%/BBS/UserInfo.pm
%%PERL5_MAN3%%/BBS::UserInfo.3.gz
@dirrmtry %%SITE_PERL%%/BBS
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS

View File

@ -13,7 +13,4 @@ COMMENT= Perl5 module to access and use rsh protocol
USES= perl5
USE_PERL5= configure
MAN3= Net::Rsh.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/Net/Rsh.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Rsh/.packlist
%%PERL5_MAN3%%/Net::Rsh.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Rsh
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/Net

View File

@ -9,7 +9,7 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= max@FreeBSD.org
COMMENT= A perl interface to the Twitter API
COMMENT= Perl interface to the Twitter API
BUILD_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
@ -28,9 +28,5 @@ RUN_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON \
USES= perl5
USE_PERL5= configure
MAN3= Net::Twitter::Lite.3 Net::Twitter::Lite::API::V1.3 \
Net::Twitter::Lite::API::V1_1.3 Net::Twitter::Lite::Error.3 \
Net::Twitter::Lite::WithAPIv1_1.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -6,6 +6,11 @@
%%SITE_PERL%%/Net/Twitter/Lite/WithAPIv1_1.pm
%%SITE_PERL%%/Net/Twitter/Lite/WithAPIv1_1.pod
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Twitter/Lite/.packlist
%%PERL5_MAN3%%/Net::Twitter::Lite.3.gz
%%PERL5_MAN3%%/Net::Twitter::Lite::API::V1.3.gz
%%PERL5_MAN3%%/Net::Twitter::Lite::API::V1_1.3.gz
%%PERL5_MAN3%%/Net::Twitter::Lite::Error.3.gz
%%PERL5_MAN3%%/Net::Twitter::Lite::WithAPIv1_1.3.gz
@dirrmtry %%SITE_PERL%%/Net/Twitter/Lite/API
@dirrmtry %%SITE_PERL%%/Net/Twitter/Lite
@dirrmtry %%SITE_PERL%%/Net/Twitter

View File

@ -8,12 +8,9 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tj@FreeBSD.org
COMMENT= A simple Object Orientated Logger
COMMENT= Simple Object Orientated Logger
USES= perl5
USE_PERL5= configure
MAN3= File::Log.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/File/Log.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Log/.packlist
%%PERL5_MAN3%%/File::Log.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Log
@dirrmtry %%SITE_PERL%%/File
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File

View File

@ -14,7 +14,4 @@ COMMENT= Replicate data sent to a Perl stream
USES= perl5
USE_PERL5= configure
MAN3= File::Tee.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -3,4 +3,4 @@ Perl stream into another streams.
It is the Perl equivalent of the shell utility tee(1)
WWW: http://search.cpan.org/dist/File-Tee/
WWW: http://search.cpan.org/dist/File-Tee/

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Tee/.packlist
%%SITE_PERL%%/File/Tee.pm
%%PERL5_MAN3%%/File::Tee.3.gz
@dirrmtry %%SITE_PERL%%/File
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Tee
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File

View File

@ -9,12 +9,9 @@ MASTER_SITE_SUBDIR= Filesys
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Filesys::DfPortable - Perl extension for filesystem disk space information.
COMMENT= Perl extension for filesystem disk space information
USES= perl5
USE_PERL5= configure
MAN3= Filesys::DfPortable.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
This module provides a portable way to obtain filesystem disk space
information.
Filesys::DfPortable module provides a portable way to obtain filesystem disk
space information.
WWW: http://search.cpan.org/dist/Filesys-DfPortable/

View File

@ -2,6 +2,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/DfPortable/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/DfPortable/DfPortable.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/DfPortable/DfPortable.so
%%PERL5_MAN3%%/Filesys::DfPortable.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/DfPortable
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Filesys

View File

@ -13,9 +13,6 @@ COMMENT= Perl equivalent of statfs(2)
USES= perl5
USE_PERL5= configure
MAN3= Filesys::DiskSpace.3
NO_STAGE= yes
post-patch:
@${FIND} ${WRKSRC} -name "*\.orig" -delete

View File

@ -5,5 +5,4 @@ of inodes.
It tries C<syscall(SYS_statfs)> and C<syscall(SYS_statvfs)> in several
ways. If all fails, it C<croak>s.
-Anton
<tobez@FreeBSD.org>
WWW: http://search.cpan.org/dist/Filesys-DiskSpace/

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/DiskSpace/.packlist
%%SITE_PERL%%/Filesys/DiskSpace.pm
%%PERL5_MAN3%%/Filesys::DiskSpace.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/DiskSpace
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys
@dirrm %%SITE_PERL%%/Filesys

View File

@ -16,8 +16,4 @@ RUN_DEPENDS= p5-Plugtools>=0:${PORTSDIR}/sysutils/p5-Plugtools
USES= perl5
USE_PERL5= configure
MAN3= Plugtools::Plugins::HomeOU.3 \
Plugtools::Plugins::HomeOUremove.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,6 +1,8 @@
%%SITE_PERL%%/Plugtools/Plugins/HomeOU.pm
%%SITE_PERL%%/Plugtools/Plugins/HomeOUremove.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plugtools/Plugins/HomeOU/.packlist
%%PERL5_MAN3%%/Plugtools::Plugins::HomeOU.3.gz
%%PERL5_MAN3%%/Plugtools::Plugins::HomeOUremove.3.gz
@dirrmtry %%SITE_PERL%%/Plugtools/Plugins/
@dirrmtry %%SITE_PERL%%/Plugtools/
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plugtools/Plugins/HomeOU

View File

@ -14,7 +14,4 @@ COMMENT= Information about the currently running perl
USES= perl5
USE_PERL5= configure
MAN3= Probe::Perl.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
Probe::Perl - Information about the currently running perl.
WWW: http://search.cpan.org/dist/Probe-Perl/
WWW: http://search.cpan.org/dist/Probe-Perl/

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Probe/Perl/.packlist
%%SITE_PERL%%/Probe/Perl.pm
%%PERL5_MAN3%%/Probe::Perl.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Probe/Perl
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Probe
@dirrmtry %%SITE_PERL%%/Probe

View File

@ -15,7 +15,4 @@ COMMENT= Create SIDs based on G/UIDs
USES= perl5
USE_PERL5= configure
MAN3= Samba::SIDhelper.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/Samba/SIDhelper.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Samba/SIDhelper/.packlist
%%PERL5_MAN3%%/Samba::SIDhelper.3.gz
@dirrmtry %%SITE_PERL%%/Samba/
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Samba/SIDhelper/
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Samba/

View File

@ -13,7 +13,4 @@ COMMENT= Stat::lsMode - format file modes like the ls -l command does
USES= perl5
USE_PERL5= configure
MAN3= Stat::lsMode.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -5,5 +5,4 @@ owner has the mode string -rw-r--r--. Stat::lsMode will either
examine the file and produce the right mode string for you, or you
can pass it the mode that you get back from Perl's stat call.
-Anton
<tobez@FreeBSD.org>
WWW: http://search.cpan.org/dist/Stat-lsMode/

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Stat/lsMode/.packlist
%%SITE_PERL%%/Stat/lsMode.pm
%%PERL5_MAN3%%/Stat::lsMode.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Stat/lsMode
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Stat
@dirrmtry %%SITE_PERL%%/Stat

View File

@ -14,7 +14,4 @@ COMMENT= Helps for locating free GIDs
USES= perl5
USE_PERL5= configure
MAN3= Sys::Group::GIDhelper.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/Sys/Group/GIDhelper.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Group/GIDhelper/.packlist
%%PERL5_MAN3%%/Sys::Group::GIDhelper.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Group/GIDhelper
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Group/
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/

View File

@ -9,12 +9,9 @@ PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= mopsfelder@gmail.com
COMMENT= A Perl module to get IP address related info
COMMENT= Perl module to get IP address related info
USES= perl5
USE_PERL5= configure
MAN3= Sys::HostIP.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -2,4 +2,4 @@ Sys::HostIP does what it can to determine the IP address
of your machine. This module was tested on Irix, OpenBSD,
FreeBSD, NetBSD, Solaris, Linux, OSX, Win32, and Cygwin.
WWW: http://search.cpan.org/dist/Sys-HostIP/
WWW: http://search.cpan.org/dist/Sys-HostIP/

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/HostIP/.packlist
%%SITE_PERL%%/Sys/HostIP.pm
%%PERL5_MAN3%%/Sys::HostIP.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/HostIP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys
@dirrmtry %%SITE_PERL%%/Sys

View File

@ -15,7 +15,4 @@ LICENSE= ART20
USES= perl5
USE_PERL5= configure
MAN3= Sys::Hostname::FQDN.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -6,5 +6,4 @@ The results from gethostbyname are exported as gethostinfo
and asciihostinfo as a convenience since they are available.
Similarly, the 'C' library functions inet_ntoa and inet_aton are exported.
Author: Michael Robinton <michael@bizsystems.com>
WWW: http://search.cpan.org/dist/Sys-Hostname-FQDN/
WWW: http://search.cpan.org/dist/Sys-Hostname-FQDN/

View File

@ -2,6 +2,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Hostname/FQDN/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Hostname/FQDN/FQDN.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Hostname/FQDN/FQDN.so
%%PERL5_MAN3%%/Sys::Hostname::FQDN.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Hostname/FQDN
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Hostname
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys

View File

@ -14,7 +14,4 @@ COMMENT= Getting the current system load and uptime
USES= perl5
USE_PERL5= configure
MAN3= Sys::Load.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
%%SITE_PERL%%/mach/auto/Sys/Load/Load.so
%%SITE_PERL%%/mach/auto/Sys/Load/Load.bs
%%SITE_PERL%%/mach/Sys/Load.pm
%%PERL5_MAN3%%/Sys::Load.3.gz
@dirrmtry %%SITE_PERL%%/mach/auto/Sys/Load
@dirrmtry %%SITE_PERL%%/mach/auto/Sys
@dirrmtry %%SITE_PERL%%/mach/Sys

View File

@ -11,9 +11,7 @@ COMMENT= Perl interface to the UNIX syslog(3) calls
USES= perl5
USE_PERL5= configure
MAKE_JOBS_UNSAFE= yes
MAN3= Sys::Syslog.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Syslog/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Syslog/Syslog.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Syslog/Syslog.so
%%PERL5_MAN3%%/Sys::Syslog.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Syslog
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Sys

View File

@ -25,8 +25,4 @@ RUN_DEPENDS:= p5-DateTime-Event-Cron>=0:${PORTSDIR}/devel/p5-DateTime-Event-Cron
USES= perl5
USE_PERL5= configure
MAN3= ZConf::Cron.3 \
ZConf::Cron::GUI.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -4,6 +4,8 @@ bin/gzccrontab
%%SITE_PERL%%/ZConf/Cron.pm
%%SITE_PERL%%/ZConf/Cron/GUI.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Cron/.packlist
%%PERL5_MAN3%%/ZConf::Cron.3.gz
%%PERL5_MAN3%%/ZConf::Cron::GUI.3.gz
@dirrmtry %%SITE_PERL%%/ZConf/Cron
@dirrmtry %%SITE_PERL%%/ZConf
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Cron