Import dotconf-1.0.13:
dot.conf is an easy to use and powerful configuration file parser library. The configuration files created for dot.conf look very similar to those used by the Apache Webserver. And even these "container directives" known from httpd.conf can easily be implemented in the exact same manner as for Apache modules.
This commit is contained in:
parent
e7839969da
commit
1a944ab6ac
5 changed files with 55 additions and 0 deletions
5
dotconf/DESCR
Normal file
5
dotconf/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
dot.conf is an easy to use and powerful configuration file parser
|
||||
library. The configuration files created for dot.conf look very
|
||||
similar to those used by the Apache Webserver. And even these
|
||||
"container directives" known from httpd.conf can easily be implemented
|
||||
in the exact same manner as for Apache modules.
|
18
dotconf/Makefile
Normal file
18
dotconf/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/10/31 20:39:29 shattered Exp $
|
||||
#
|
||||
|
||||
DISTNAME= dotconf-1.0.13
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.azzit.de/dotconf/download/v1.0/
|
||||
|
||||
MAINTAINER= shattered@users.sourceforge.net
|
||||
HOMEPAGE= http://www.azzit.de/dotconf/
|
||||
COMMENT= Configuration file parser library
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
PKGCONFIG_OVERRIDE+= dotconf.pc.in
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
8
dotconf/PLIST
Normal file
8
dotconf/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/31 20:39:29 shattered Exp $
|
||||
bin/dotconf-config
|
||||
include/dotconf.h
|
||||
include/libpool.h
|
||||
lib/libdotconf.la
|
||||
lib/libpool.a
|
||||
lib/pkgconfig/dotconf.pc
|
||||
share/aclocal/dotconf.m4
|
19
dotconf/buildlink3.mk
Normal file
19
dotconf/buildlink3.mk
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/10/31 20:39:29 shattered Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
DOTCONF_BUILDLINK3_MK:= ${DOTCONF_BUILDLINK3_MK}+
|
||||
|
||||
.if ${BUILDLINK_DEPTH} == "+"
|
||||
BUILDLINK_DEPENDS+= dotconf
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ndotconf}
|
||||
BUILDLINK_PACKAGES+= dotconf
|
||||
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}dotconf
|
||||
|
||||
.if ${DOTCONF_BUILDLINK3_MK} == "+"
|
||||
BUILDLINK_API_DEPENDS.dotconf+= dotconf>=1.0.13
|
||||
BUILDLINK_PKGSRCDIR.dotconf?= ../../wip/dotconf
|
||||
.endif # DOTCONF_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
5
dotconf/distinfo
Normal file
5
dotconf/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/10/31 20:39:29 shattered Exp $
|
||||
|
||||
SHA1 (dotconf-1.0.13.tar.gz) = bf0c3a29da525f0be8b896c484b3b518f022998f
|
||||
RMD160 (dotconf-1.0.13.tar.gz) = 41871061a303b7a590a751d5c4f392b8da2fe3e9
|
||||
Size (dotconf-1.0.13.tar.gz) = 197993 bytes
|
Loading…
Reference in a new issue