import dotconf 1.1.0

dot.conf is a simple-to-use and powerful configuration-file parser
library written in C. The configuration files created for dot.conf look
very similar to those used by the Apache Webserver.
This commit is contained in:
jasper 2009-04-26 19:36:33 +00:00
parent bdf5d49c4c
commit be0b634fd4
5 changed files with 60 additions and 0 deletions

28
devel/dotconf/Makefile Executable file
View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/04/26 19:36:33 jasper Exp $
COMMENT= simple, powerful configuration-file parser
DISTNAME= dotconf-1.1.0
SHARED_LIBS += dotconf 0.0 # .0.0
SHARED_LIBS += dotconf-1.1 0.0 # .0.0
CATEGORIES= devel
HOMEPAGE= http://www.azzit.de/dotconf/
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/download/v1.1/
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dotconf/
${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${PREFIX}/share/doc/dotconf/
.include <bsd.port.mk>

5
devel/dotconf/distinfo Executable file
View File

@ -0,0 +1,5 @@
MD5 (dotconf-1.1.0.tar.gz) = Ku44Ve02NaUfMcNagWxUGw==
RMD160 (dotconf-1.1.0.tar.gz) = 2hSI2s7Oq5RsAMTy/mqCcvN2vak=
SHA1 (dotconf-1.1.0.tar.gz) = EUrZogf3gdPy2V3NTaoXLls7mTs=
SHA256 (dotconf-1.1.0.tar.gz) = hOKg8t38xbRpKgLMnFcI2NyyQgXZSCzAFnM/4pdZeAY=
SIZE (dotconf-1.1.0.tar.gz) = 199548

9
devel/dotconf/pkg/DESCR Executable file
View File

@ -0,0 +1,9 @@
dot.conf is a simple-to-use and powerful configuration-file parser
library written in C. The configuration files created for dot.conf look
very similar to those used by the Apache Webserver. Even
Container-Directives known from httpd.conf can easily be used in the
exact same manner as for Apache-Modules. It supports various types of
arguments, dynamically loadable modules that create their own
configuration options on-the-fly, a here-documents feature to pass very
long ARG_STR data to your app, and on-the-fly inclusion of additional
config files.

3
devel/dotconf/pkg/PFRAG.shared Executable file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2009/04/26 19:36:33 jasper Exp $
@lib lib/libdotconf-1.1.so.${LIBdotconf-1.1_VERSION}
@lib lib/libdotconf.so.${LIBdotconf_VERSION}

15
devel/dotconf/pkg/PLIST Executable file
View File

@ -0,0 +1,15 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/04/26 19:36:33 jasper Exp $
%%SHARED%%
bin/dotconf-config
include/dotconf.h
include/libpool.h
lib/libdotconf.a
lib/libdotconf.la
lib/libpool.a
lib/pkgconfig/
lib/pkgconfig/dotconf.pc
share/aclocal/
share/aclocal/dotconf.m4
share/doc/dotconf/
share/doc/dotconf/dotconf-api.txt
share/doc/dotconf/dotconf-features.txt