diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-03-13 15:28:50 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-03-13 15:28:50 +0000 |
commit | 9e493b59aba4d48d3a4da8d8ff9923083458a052 (patch) | |
tree | 5c1ca5ddb917e49ec6e9b7ebd578fcc2e79d5ea4 /devel/libowfat | |
parent | 86cf3959e95bf053e2042306dc6b82e135fc7da3 (diff) | |
download | FreeBSD-ports-9e493b59aba4d48d3a4da8d8ff9923083458a052.zip FreeBSD-ports-9e493b59aba4d48d3a4da8d8ff9923083458a052.tar.gz |
- Update to 0.22
- Clean up package list creation
PR: ports/78781
Submitted by: maintainer
Diffstat (limited to 'devel/libowfat')
-rw-r--r-- | devel/libowfat/Makefile | 19 | ||||
-rw-r--r-- | devel/libowfat/distinfo | 4 | ||||
-rw-r--r-- | devel/libowfat/files/manpages | 2 |
3 files changed, 12 insertions, 13 deletions
diff --git a/devel/libowfat/Makefile b/devel/libowfat/Makefile index df11e49..bfd0032 100644 --- a/devel/libowfat/Makefile +++ b/devel/libowfat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libowfat -PORTVERSION= 0.21 +PORTVERSION= 0.22 CATEGORIES= devel ipv6 MASTER_SITES= http://dl.fefe.de/ @@ -29,10 +29,13 @@ CFLAGS+= -O2 -fomit-frame-pointer .include "${FILESDIR}/manpages" -examples= examples/byte.c examples/str.c -examplesdir= ${EXAMPLESDIR:S,^${PREFIX}/,,} -PLIST_DIRS= ${examplesdir} -PLIST_FILES= lib/libowfat.a ${examples:S,^examples/,${examplesdir}/,} +include= array.h buffer.h byte.h case.h dns.h errmsg.h fmt.h \ + havealloca.h io.h iob.h iopause.h ip4.h ip6.h mmap.h \ + ndelay.h open.h openreadclose.h readclose.h safemult.h \ + scan.h socket.h str.h stralloc.h tai.h taia.h textcode.h \ + uint16.h uint32.h uint64.h +PLIST_DIRS= include/libowfat +PLIST_FILES= ${include:S,^,include/libowfat/,} lib/libowfat.a .if!defined(NOPORTDOCS) PORTDOCS= CHANGES README TODO .endif @@ -42,11 +45,5 @@ post-install: ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif - ${MKDIR} ${EXAMPLESDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${examples} ${EXAMPLESDIR} -# add installed header files to packaging list: - @cd ${PREFIX} && \ - ${FIND} include/libowfat -type f -o -type l | ${SORT} >>${TMPPLIST} - @${ECHO_CMD} "@dirrm include/libowfat" >>${TMPPLIST} .include <bsd.port.post.mk> diff --git a/devel/libowfat/distinfo b/devel/libowfat/distinfo index 147bec3..95e515e 100644 --- a/devel/libowfat/distinfo +++ b/devel/libowfat/distinfo @@ -1,2 +1,2 @@ -MD5 (libowfat-0.21.tar.bz2) = 4023b5ecadbfb5c8ef81f956a42b7529 -SIZE (libowfat-0.21.tar.bz2) = 118300 +MD5 (libowfat-0.22.tar.bz2) = 19468178a3b14083f30f6de694652d18 +SIZE (libowfat-0.22.tar.bz2) = 111045 diff --git a/devel/libowfat/files/manpages b/devel/libowfat/files/manpages index f86fdb0..1a922a3 100644 --- a/devel/libowfat/files/manpages +++ b/devel/libowfat/files/manpages @@ -152,8 +152,10 @@ iob_addfile.3 \ iob_addfile_close.3 \ iob_adds.3 \ iob_adds_free.3 \ +iob_free.3 \ iob_new.3 \ iob_prefetch.3 \ +iob_reset.3 \ iob_send.3 \ iob_write.3 \ iopause.3 \ |