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:
parent
703ea01d01
commit
48e913db94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40902
@ -197,6 +197,7 @@
|
||||
SUBDIR += omega
|
||||
SUBDIR += twitch
|
||||
SUBDIR += uox3
|
||||
SUBDIR += varconf
|
||||
SUBDIR += wmeyes
|
||||
SUBDIR += wmminichess
|
||||
SUBDIR += wmtictactoe
|
||||
|
25
games/varconf/Makefile
Normal file
25
games/varconf/Makefile
Normal 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
1
games/varconf/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (varconf-0.3.0.tar.gz) = 962d6ec1ea7b50b6eeafb6a4a41292d7
|
1
games/varconf/pkg-comment
Normal file
1
games/varconf/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Configuration System for the STAGE Server
|
5
games/varconf/pkg-descr
Normal file
5
games/varconf/pkg-descr
Normal 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
9
games/varconf/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user