summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-08-28 07:25:19 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-08-28 07:25:19 +0000
commitede1996e21ae8111c5d5cf56c45d9fa1ea4a69c0 (patch)
tree37b4d39ffd68ee210846ca2eeb06fbafc9f5c251 /devel
parentUpgrade to 1.1.7 (diff)
New port: p5-PAR-Dist.
This module creates and manipulates PAR distributions. They are architecture-specific PAR files, containing everything under blib/ of CPAN distributions after their "make" or "Build" stage, a META.yml describing metadata of the original CPAN distribution, and a MANIFEST detailing all files within it. Digitally signed PAR distributions will also contain a SIGNATURE file. The naming convention for such distributions is: $NAME-$VERSION-$ARCH-$PERL_VERSION.par For example, "PAR-Dist-0.01-i386-freebsd-5.8.0.par" corresponds to the 0.01 release of "PAR-Dist" on CPAN, built for perl 5.8.0 running on "i386-freebsd". Submitted by: autrijus@autrijus.org
Notes
Notes: svn path=/head/; revision=87837
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-PAR-Dist/Makefile22
-rw-r--r--devel/p5-PAR-Dist/distinfo1
-rw-r--r--devel/p5-PAR-Dist/pkg-descr14
-rw-r--r--devel/p5-PAR-Dist/pkg-plist4
5 files changed, 42 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c3f54f4322ac..9dd9f3c7b1de 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -669,6 +669,7 @@
SUBDIR += p5-OLE-Storage_Lite
SUBDIR += p5-ORBit
SUBDIR += p5-Object-Realize-Later
+ SUBDIR += p5-PAR-Dist
SUBDIR += p5-POE
SUBDIR += p5-POE-Component-Client-DNS
SUBDIR += p5-POE-Component-Client-HTTP
diff --git a/devel/p5-PAR-Dist/Makefile b/devel/p5-PAR-Dist/Makefile
new file mode 100644
index 000000000000..44b59e813f95
--- /dev/null
+++ b/devel/p5-PAR-Dist/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: devel/p5-PAR-Dist
+# Date created: Aug 27 2003
+# Whom: Autrijus Tang <autrijus@autrijus.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= PAR-Dist
+PORTVERSION= 0.05
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../../authors/id/A/AU/AUTRIJUS
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= autrijus@autrijus.org
+COMMENT= Create and manipulate PAR distributions
+
+PERL_CONFIGURE= yes
+
+MAN3= PAR::Dist.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-PAR-Dist/distinfo b/devel/p5-PAR-Dist/distinfo
new file mode 100644
index 000000000000..10b46c58b421
--- /dev/null
+++ b/devel/p5-PAR-Dist/distinfo
@@ -0,0 +1 @@
+MD5 (PAR-Dist-0.05.tar.gz) = 899b3dd6118ab71eec416d65dfcdc113
diff --git a/devel/p5-PAR-Dist/pkg-descr b/devel/p5-PAR-Dist/pkg-descr
new file mode 100644
index 000000000000..75edd5c7097c
--- /dev/null
+++ b/devel/p5-PAR-Dist/pkg-descr
@@ -0,0 +1,14 @@
+This module creates and manipulates PAR distributions. They are
+architecture-specific PAR files, containing everything under blib/
+of CPAN distributions after their "make" or "Build" stage, a META.yml
+describing metadata of the original CPAN distribution, and a MANIFEST
+detailing all files within it. Digitally signed PAR distributions
+will also contain a SIGNATURE file.
+
+The naming convention for such distributions is:
+
+ $NAME-$VERSION-$ARCH-$PERL_VERSION.par
+
+For example, "PAR-Dist-0.01-i386-freebsd-5.8.0.par" corresponds to the
+0.01 release of "PAR-Dist" on CPAN, built for perl 5.8.0 running on
+"i386-freebsd".
diff --git a/devel/p5-PAR-Dist/pkg-plist b/devel/p5-PAR-Dist/pkg-plist
new file mode 100644
index 000000000000..2e0ccbf2f8a6
--- /dev/null
+++ b/devel/p5-PAR-Dist/pkg-plist
@@ -0,0 +1,4 @@
+%%SITE_PERL%%/PAR/Dist.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/PAR-Dist/.packlist
+@dirrm %%SITE_PERL%%/PAR
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PAR-Dist