Intial import of p5-AppConfig version 1.52.

A Perl module for reading configuration files.

PR:		14480
Submitted by:	Igor Vinokurov <igor@zynaps.ru>
This commit is contained in:
Steve Price 1999-11-26 20:11:31 +00:00
parent e2f3a95cea
commit 03d8ae0b83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23393
5 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: p5-AppConfig
# Version required: 1.52
# Date created: 23 October 1999
# Whom: Igor Vinokurov <igor@zynaps.ru>
#
# $FreeBSD$
#
DISTNAME= AppConfig-1.52
PKGNAME= p5-AppConfig-1.52
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= App/ABW
MAINTAINER= igor@zynaps.ru
USE_PERL5= YES
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= AppConfig.3 \
AppConfig::Sys.3 \
AppConfig::File.3 \
AppConfig::State.3 \
AppConfig::Getopt.3 \
AppConfig::Args.3
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (AppConfig-1.52.tar.gz) = 176d2709016aee8cf651b2aebafac90b

View File

@ -0,0 +1 @@
A Perl module for reading configuration files

View File

@ -0,0 +1,14 @@
From the README file for AppConfig:
AppConfig is a Perl5 module for managing application configuration
information. It maintains the state of any number of variables and
provides methods for parsing configuration files and command line
arguments.
Variables values may be set via configuration files. Variables may be
flags (On/Off), take a single value, or take multiple values stored as a
a list or hash. The number of arguments a variable expects is determined
by its configuration when defined.
-- Igor
igor@zynaps.ru

View File

@ -0,0 +1,9 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AppConfig/.packlist
lib/perl5/site_perl/%%PERL_VER%%/AppConfig.pm
lib/perl5/site_perl/%%PERL_VER%%/AppConfig/Args.pm
lib/perl5/site_perl/%%PERL_VER%%/AppConfig/File.pm
lib/perl5/site_perl/%%PERL_VER%%/AppConfig/Getopt.pm
lib/perl5/site_perl/%%PERL_VER%%/AppConfig/State.pm
lib/perl5/site_perl/%%PERL_VER%%/AppConfig/Sys.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AppConfig
@dirrm lib/perl5/site_perl/%%PERL_VER%%/AppConfig