1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Update to version 1.0.6

PR: 30322
Submitted by: Ports Fury
This commit is contained in:
Kevin Lo 2001-09-05 16:02:09 +00:00
parent 3159e96380
commit 48292acf61
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47459
3 changed files with 54 additions and 39 deletions

View File

@ -7,23 +7,33 @@
#
PORTNAME= dotconf
PORTVERSION= 1.0.4
PORTVERSION= 1.0.6
CATEGORIES= devel
MASTER_SITES= http://www.azzit.de/dotconf/download/
MAINTAINER= ports@FreeBSD.org
USE_LIBTOOL= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}
pre-patch:
@${PERL} -pi -e 's|-Wall -g||' ${WRKSRC}/configure
@${PERL} -pi -e 's|-release $(LT_RELEASE)||' ${WRKSRC}/src/Makefile.in
pre-build:
@${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/libtool
post-install:
${MKDIR} ${DATADIR}
.if !defined(NOPORTDOCS)
.for f in dotconf-api.txt dotconf-features.txt
@${INSTALL_DATA} ${WRKSRC}/doc/$f ${DATADIR}
.endfor
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${DOCSDIR}
@${MKDIR} ${EXAMPLESDIR}
${TAR} -C ${WRKSRC}/examples -cf - . | \
${TAR} -C ${EXAMPLESDIR} --unlink -xf -
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
.endif
${CP} -R ${WRKSRC}/examples ${DATADIR}
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (dotconf-1.0.4.tar.gz) = f1711904f33efb1ee79a01a2e808c834
MD5 (dotconf-1.0.6.tar.gz) = ca53951e25d1d56f3a126d615f7174a1

View File

@ -3,36 +3,41 @@ include/dotconf.h
include/libpool.h
lib/libpool.a
lib/libdotconf.a
lib/libdotconf.la
lib/libdotconf.so
lib/libdotconf-1.0.so.0
lib/libdotconf.so.0
share/aclocal/dotconf.m4
%%PORTDOCS%%share/dotconf/dotconf-api.txt
%%PORTDOCS%%share/dotconf/dotconf-features.txt
share/dotconf/examples/README
share/dotconf/examples/caseinsensitive/Makefile
share/dotconf/examples/caseinsensitive/caseinsensitive
share/dotconf/examples/caseinsensitive/caseinsensitive.c
share/dotconf/examples/caseinsensitive/caseinsensitive.conf
share/dotconf/examples/context/Makefile
share/dotconf/examples/context/context.c
share/dotconf/examples/context/context.conf
share/dotconf/examples/errorhandler/Makefile
share/dotconf/examples/errorhandler/errorhandler.c
share/dotconf/examples/errorhandler/errorhandler.conf
share/dotconf/examples/modules/Makefile
share/dotconf/examples/modules/include.conf
share/dotconf/examples/modules/module.c
share/dotconf/examples/modules/my_module.c
share/dotconf/examples/modules/sample.conf
share/dotconf/examples/simple/Makefile
share/dotconf/examples/simple/included.conf
share/dotconf/examples/simple/linecat.conf
share/dotconf/examples/simple/simple.c
share/dotconf/examples/simple/simple.conf
@dirrm share/dotconf/examples/caseinsensitive
@dirrm share/dotconf/examples/context
@dirrm share/dotconf/examples/errorhandler
@dirrm share/dotconf/examples/modules
@dirrm share/dotconf/examples/simple
@dirrm share/dotconf/examples
@dirrm share/dotconf
%%PORTDOCS%%share/doc/dotconf/dotconf-api.txt
%%PORTDOCS%%share/doc/dotconf/dotconf-features.txt
%%PORTDOCS%%share/examples/dotconf/README
%%PORTDOCS%%share/examples/dotconf/caseinsensitive/Makefile
%%PORTDOCS%%share/examples/dotconf/caseinsensitive/caseinsensitive.c
%%PORTDOCS%%share/examples/dotconf/caseinsensitive/caseinsensitive.conf
%%PORTDOCS%%share/examples/dotconf/caseinsensitive/example_caseinsensitive.dsp
%%PORTDOCS%%share/examples/dotconf/context/Makefile
%%PORTDOCS%%share/examples/dotconf/context/context.c
%%PORTDOCS%%share/examples/dotconf/context/context.conf
%%PORTDOCS%%share/examples/dotconf/context/example_context.dsp
%%PORTDOCS%%share/examples/dotconf/errorhandler/Makefile
%%PORTDOCS%%share/examples/dotconf/errorhandler/errorhandler.c
%%PORTDOCS%%share/examples/dotconf/errorhandler/errorhandler.conf
%%PORTDOCS%%share/examples/dotconf/errorhandler/example_errorhandler.dsp
%%PORTDOCS%%share/examples/dotconf/modules/Makefile
%%PORTDOCS%%share/examples/dotconf/modules/example_modules.dsp
%%PORTDOCS%%share/examples/dotconf/modules/include.conf
%%PORTDOCS%%share/examples/dotconf/modules/module.c
%%PORTDOCS%%share/examples/dotconf/modules/my_module.c
%%PORTDOCS%%share/examples/dotconf/modules/sample.conf
%%PORTDOCS%%share/examples/dotconf/simple/Makefile
%%PORTDOCS%%share/examples/dotconf/simple/example_simple.dsp
%%PORTDOCS%%share/examples/dotconf/simple/included.conf
%%PORTDOCS%%share/examples/dotconf/simple/linecat.conf
%%PORTDOCS%%share/examples/dotconf/simple/simple.c
%%PORTDOCS%%share/examples/dotconf/simple/simple.conf
@dirrm share/examples/dotconf/simple
@dirrm share/examples/dotconf/modules
@dirrm share/examples/dotconf/errorhandler
@dirrm share/examples/dotconf/context
@dirrm share/examples/dotconf/caseinsensitive
@dirrm share/examples/dotconf
@dirrm share/doc/dotconf