mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
perl5 module handling application defaults in Perl.
This commit is contained in:
parent
2810a628f9
commit
9fab9a7c38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4144
34
devel/p5-Resources/Makefile
Normal file
34
devel/p5-Resources/Makefile
Normal file
@ -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>
|
1
devel/p5-Resources/distinfo
Normal file
1
devel/p5-Resources/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Resources-1.03.tar.gz) = e396e1683c4ae0d014fa64a0e8b1543f
|
1
devel/p5-Resources/pkg-comment
Normal file
1
devel/p5-Resources/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
perl5 module handling application defaults in Perl.
|
15
devel/p5-Resources/pkg-descr
Normal file
15
devel/p5-Resources/pkg-descr
Normal file
@ -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.
|
4
devel/p5-Resources/pkg-plist
Normal file
4
devel/p5-Resources/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user