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 16:57:18 +00:00
parent 703ea01d01
commit 48e913db94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40902
6 changed files with 42 additions and 0 deletions

View File

@ -197,6 +197,7 @@
SUBDIR += omega
SUBDIR += twitch
SUBDIR += uox3
SUBDIR += varconf
SUBDIR += wmeyes
SUBDIR += wmminichess
SUBDIR += wmtictactoe

25
games/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= games
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
games/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
games/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
games/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