diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 13:45:44 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 13:45:44 +0000 |
commit | 9fab9a7c38c2e44330544e64672df502dca05632 (patch) | |
tree | a23b59b1c82c983bdd2c16acee2a38aaa9f7619a /devel | |
parent | 2810a628f9b95f0f9ffe4c65e649786feba8bf34 (diff) | |
download | ports-9fab9a7c38c2e44330544e64672df502dca05632.tar.gz ports-9fab9a7c38c2e44330544e64672df502dca05632.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Resources/Makefile | 34 | ||||
-rw-r--r-- | devel/p5-Resources/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Resources/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Resources/pkg-descr | 15 | ||||
-rw-r--r-- | devel/p5-Resources/pkg-plist | 4 |
5 files changed, 55 insertions, 0 deletions
diff --git a/devel/p5-Resources/Makefile b/devel/p5-Resources/Makefile new file mode 100644 index 000000000000..c435d155d369 --- /dev/null +++ b/devel/p5-Resources/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-Resources +# Version required: 1.03 +# Date created: October 24th 1996 +# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# +# $Id: Makefile,v 1.2 1996/10/24 09:58:34 jfitz Exp $ +# + +DISTNAME= Resources-1.03 +PKGNAME= p5-Resources-1.03 +CATEGORIES+= devel +MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Resources/ \ + ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Resources/ \ + ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Resources/ \ + ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Resources/ \ + ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Resources/ \ + ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Resources/ + +MAINTAINER= jfitz@FreeBSD.ORG + +BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +post-install: +.if !defined(NOMANCOMPRESS) + @ for file in Resources; do \ + gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \ + done +.endif + +.include <bsd.port.mk> diff --git a/devel/p5-Resources/distinfo b/devel/p5-Resources/distinfo new file mode 100644 index 000000000000..b909a9d6a090 --- /dev/null +++ b/devel/p5-Resources/distinfo @@ -0,0 +1 @@ +MD5 (Resources-1.03.tar.gz) = e396e1683c4ae0d014fa64a0e8b1543f diff --git a/devel/p5-Resources/pkg-comment b/devel/p5-Resources/pkg-comment new file mode 100644 index 000000000000..1a90f99508fd --- /dev/null +++ b/devel/p5-Resources/pkg-comment @@ -0,0 +1 @@ +perl5 module handling application defaults in Perl. diff --git a/devel/p5-Resources/pkg-descr b/devel/p5-Resources/pkg-descr new file mode 100644 index 000000000000..411e0770dfd1 --- /dev/null +++ b/devel/p5-Resources/pkg-descr @@ -0,0 +1,15 @@ +Resources are a way to specify information of interest to program or +packages. + +Applications use resource files to specify and document the values of +quantities or attributes of interest. + +Resources can be loaded from or saved to resource files. Methods are +provided to search, modify and create resources. Packages use resources to +hardwire in their code the default values for their attributes, along with +documentation for the attibutes themselves. + +Packages inherit resources when subclassed, and the resource names are +updated dynamically to reflect a class hierarchy. + +Methods are provided for interactive resource inspection and editing. diff --git a/devel/p5-Resources/pkg-plist b/devel/p5-Resources/pkg-plist new file mode 100644 index 000000000000..eab16c98b522 --- /dev/null +++ b/devel/p5-Resources/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/man/man3/Resources.3.gz +lib/perl5/site_perl/Resources.pm +lib/perl5/site_perl/i386-freebsd/auto/Resources/.packlist +@dirrm lib/perl5/site_perl/i386-freebsd/auto/Resources |