1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add varconf 0.3.0, a Configuration System for the STAGE Server.

PR:		26249
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
This commit is contained in:
Alexander Langer 2001-04-05 19:24:57 +00:00
parent bb1c0fa37e
commit 483a3e0dc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40911
6 changed files with 42 additions and 0 deletions

View File

@ -450,6 +450,7 @@
SUBDIR += uisp
SUBDIR += understand_c
SUBDIR += ups-debug
SUBDIR += varconf
SUBDIR += veepee
SUBDIR += viewcvs
SUBDIR += vtcl

25
devel/varconf/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: varconf
# Date created: 29 March 2001
# Whom: Oliver Lehmann <lehmann@ans-netz.de>
#
# $FreeBSD$
#
PORTNAME= varconf
PORTVERSION= 0.3.0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ecs.soton.ac.uk/pub/worldforge/libs/varconf/ \
ftp://two.woovis.com/pub/worldforge/libs/varconf/ \
http://dreadnought.res.cmu.edu/worldforge/libs/varconf/ \
http://kafka.i-site.com/~novalis/mirrors/acorn/0.3/src/ \
http://65.100.132.89/wf/downloads/libs/varconf/
MAINTAINER= lehmann@ans-netz.de
LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ \
Atlas.0:${PORTSDIR}/devel/atlas
USE_LIBTOOL= YES
CONFIGURE_ARGS= --prefix=${PREFIX}
.include <bsd.port.mk>

1
devel/varconf/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (varconf-0.3.0.tar.gz) = 962d6ec1ea7b50b6eeafb6a4a41292d7

View File

@ -0,0 +1 @@
A Configuration System for the STAGE Server

5
devel/varconf/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Varconf is a configuration system designed for the STAGE server.
Varconf can parse configuration files, command-line arguments and
environment variables. It supports callbacks and can store its
configuration information in separate Config objects or in one
global configuration instance.

9
devel/varconf/pkg-plist Normal file
View File

@ -0,0 +1,9 @@
lib/libvarconf.so.0
lib/libvarconf.la
lib/libvarconf.a
include/varconf/Config.h
include/varconf/parse_error.h
include/varconf/variable.h
include/varconf/varconf.h
bin/conftest
@dirrm include/varconf