diff options
author | alex <alex@FreeBSD.org> | 2001-04-06 00:57:18 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-04-06 00:57:18 +0800 |
commit | 6b6758d97ce0fa83ea9741afe7661a5c6f9d2501 (patch) | |
tree | 04c1fc47ad1268af3884257c0490907552f39676 | |
parent | 097e1b0626b41dcd91149e761e5a2fd952497863 (diff) | |
download | freebsd-ports-gnome-6b6758d97ce0fa83ea9741afe7661a5c6f9d2501.tar.gz freebsd-ports-gnome-6b6758d97ce0fa83ea9741afe7661a5c6f9d2501.tar.zst freebsd-ports-gnome-6b6758d97ce0fa83ea9741afe7661a5c6f9d2501.zip |
Add varconf 0.3.0, a Configuration System for the STAGE Server.
PR: 26249
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/varconf/Makefile | 25 | ||||
-rw-r--r-- | games/varconf/distinfo | 1 | ||||
-rw-r--r-- | games/varconf/pkg-comment | 1 | ||||
-rw-r--r-- | games/varconf/pkg-descr | 5 | ||||
-rw-r--r-- | games/varconf/pkg-plist | 9 |
6 files changed, 42 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index b382835b16b6..b8c848a58064 100644 --- a/games/Makefile +++ b/games/Makefile @@ -197,6 +197,7 @@ SUBDIR += omega SUBDIR += twitch SUBDIR += uox3 + SUBDIR += varconf SUBDIR += wmeyes SUBDIR += wmminichess SUBDIR += wmtictactoe diff --git a/games/varconf/Makefile b/games/varconf/Makefile new file mode 100644 index 000000000000..a5f92dbc4720 --- /dev/null +++ b/games/varconf/Makefile @@ -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> diff --git a/games/varconf/distinfo b/games/varconf/distinfo new file mode 100644 index 000000000000..e424278de7e4 --- /dev/null +++ b/games/varconf/distinfo @@ -0,0 +1 @@ +MD5 (varconf-0.3.0.tar.gz) = 962d6ec1ea7b50b6eeafb6a4a41292d7 diff --git a/games/varconf/pkg-comment b/games/varconf/pkg-comment new file mode 100644 index 000000000000..10abd9a8a4fb --- /dev/null +++ b/games/varconf/pkg-comment @@ -0,0 +1 @@ +A Configuration System for the STAGE Server diff --git a/games/varconf/pkg-descr b/games/varconf/pkg-descr new file mode 100644 index 000000000000..d3ea526083db --- /dev/null +++ b/games/varconf/pkg-descr @@ -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. diff --git a/games/varconf/pkg-plist b/games/varconf/pkg-plist new file mode 100644 index 000000000000..67dd83bab307 --- /dev/null +++ b/games/varconf/pkg-plist @@ -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 |