mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add p5-release 0.99, upload files to CPAN and SourceForge.
This commit is contained in:
parent
841b3bd0d5
commit
9e99989beb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131171
9 changed files with 95 additions and 0 deletions
|
@ -1118,6 +1118,7 @@
|
|||
SUBDIR += p5-enum
|
||||
SUBDIR += p5-mixin
|
||||
SUBDIR += p5-prefork
|
||||
SUBDIR += p5-release
|
||||
SUBDIR += p5-version
|
||||
SUBDIR += p65
|
||||
SUBDIR += parrot
|
||||
|
|
33
devel/p5-Module-Release/Makefile
Normal file
33
devel/p5-Module-Release/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: release
|
||||
# Date created: 14 Mart 2005
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= release
|
||||
PORTVERSION= 0.99
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/B/BD/BDFOY
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Upload files to CPAN and SourceForge
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
|
||||
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
|
||||
${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
|
||||
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/ConfigReader/Simple.pm:${PORTSDIR}/devel/p5-ConfigReader-Simple
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.24
|
||||
|
||||
MAN1= release.1
|
||||
MAN3= Module::Release.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Module-Release/distinfo
Normal file
2
devel/p5-Module-Release/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (release-0.99.tar.gz) = 5cfaf7117306f0ead55f7471dbfda2fd
|
||||
SIZE (release-0.99.tar.gz) = 10717
|
7
devel/p5-Module-Release/pkg-descr
Normal file
7
devel/p5-Module-Release/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
This program automates Perl module releases. It makes the distribution,
|
||||
tests it, checks that CVS is up to date, tags CVS, uploads it to the
|
||||
PAUSE anonymous FTP directory and to the incoming directory for
|
||||
SourceForge.net, claims it on PAUSE for your CPAN account, and releases
|
||||
it on SourceForge.net.
|
||||
|
||||
WWW: http://search.cpan.org/dist/release/
|
5
devel/p5-Module-Release/pkg-plist
Normal file
5
devel/p5-Module-Release/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin/release
|
||||
%%SITE_PERL%%/Module/Release.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/release/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/release
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Module 2>/dev/null || true
|
33
devel/p5-release/Makefile
Normal file
33
devel/p5-release/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: release
|
||||
# Date created: 14 Mart 2005
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= release
|
||||
PORTVERSION= 0.99
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/B/BD/BDFOY
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Upload files to CPAN and SourceForge
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
|
||||
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
|
||||
${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
|
||||
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/ConfigReader/Simple.pm:${PORTSDIR}/devel/p5-ConfigReader-Simple
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.24
|
||||
|
||||
MAN1= release.1
|
||||
MAN3= Module::Release.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-release/distinfo
Normal file
2
devel/p5-release/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (release-0.99.tar.gz) = 5cfaf7117306f0ead55f7471dbfda2fd
|
||||
SIZE (release-0.99.tar.gz) = 10717
|
7
devel/p5-release/pkg-descr
Normal file
7
devel/p5-release/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
This program automates Perl module releases. It makes the distribution,
|
||||
tests it, checks that CVS is up to date, tags CVS, uploads it to the
|
||||
PAUSE anonymous FTP directory and to the incoming directory for
|
||||
SourceForge.net, claims it on PAUSE for your CPAN account, and releases
|
||||
it on SourceForge.net.
|
||||
|
||||
WWW: http://search.cpan.org/dist/release/
|
5
devel/p5-release/pkg-plist
Normal file
5
devel/p5-release/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin/release
|
||||
%%SITE_PERL%%/Module/Release.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/release/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/release
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Module 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue