diff options
author | alex <alex@FreeBSD.org> | 2001-04-06 03:24:57 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-04-06 03:24:57 +0800 |
commit | 29c451abeba549ad0fbf1b1236d496bb9d2b93cf (patch) | |
tree | 4a813cce31eed2c13e164941514558f9147771f5 /devel | |
parent | 4875ad883ed4943653b49275db0d82dfe16f8f9d (diff) | |
download | freebsd-ports-gnome-29c451abeba549ad0fbf1b1236d496bb9d2b93cf.tar.gz freebsd-ports-gnome-29c451abeba549ad0fbf1b1236d496bb9d2b93cf.tar.zst freebsd-ports-gnome-29c451abeba549ad0fbf1b1236d496bb9d2b93cf.zip |
Add varconf 0.3.0, a Configuration System for the STAGE Server.
PR: 26249
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/varconf/Makefile | 25 | ||||
-rw-r--r-- | devel/varconf/distinfo | 1 | ||||
-rw-r--r-- | devel/varconf/pkg-comment | 1 | ||||
-rw-r--r-- | devel/varconf/pkg-descr | 5 | ||||
-rw-r--r-- | devel/varconf/pkg-plist | 9 |
6 files changed, 42 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2b1fb845f8db..e11b579aba19 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -450,6 +450,7 @@ SUBDIR += uisp SUBDIR += understand_c SUBDIR += ups-debug + SUBDIR += varconf SUBDIR += veepee SUBDIR += viewcvs SUBDIR += vtcl diff --git a/devel/varconf/Makefile b/devel/varconf/Makefile new file mode 100644 index 000000000000..fd45442dd77c --- /dev/null +++ b/devel/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= 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> diff --git a/devel/varconf/distinfo b/devel/varconf/distinfo new file mode 100644 index 000000000000..e424278de7e4 --- /dev/null +++ b/devel/varconf/distinfo @@ -0,0 +1 @@ +MD5 (varconf-0.3.0.tar.gz) = 962d6ec1ea7b50b6eeafb6a4a41292d7 diff --git a/devel/varconf/pkg-comment b/devel/varconf/pkg-comment new file mode 100644 index 000000000000..10abd9a8a4fb --- /dev/null +++ b/devel/varconf/pkg-comment @@ -0,0 +1 @@ +A Configuration System for the STAGE Server diff --git a/devel/varconf/pkg-descr b/devel/varconf/pkg-descr new file mode 100644 index 000000000000..528f9d2729cf --- /dev/null +++ b/devel/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/devel/varconf/pkg-plist b/devel/varconf/pkg-plist new file mode 100644 index 000000000000..67dd83bab307 --- /dev/null +++ b/devel/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 |