diff options
author | cjh <cjh@FreeBSD.org> | 2001-08-25 16:42:42 +0800 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2001-08-25 16:42:42 +0800 |
commit | 81263cbb4f1ac0e9515a926c9554824e924b3d09 (patch) | |
tree | d1fa27eeecf84081bfc38fe0dc0f4a4868f8f29e /www/qdecoder | |
parent | b9650ec741267da3a9aac25a4fb3d92bd240bf81 (diff) | |
download | freebsd-ports-gnome-81263cbb4f1ac0e9515a926c9554824e924b3d09.tar.gz freebsd-ports-gnome-81263cbb4f1ac0e9515a926c9554824e924b3d09.tar.zst freebsd-ports-gnome-81263cbb4f1ac0e9515a926c9554824e924b3d09.zip |
Update to 7.0
Diffstat (limited to 'www/qdecoder')
-rw-r--r-- | www/qdecoder/Makefile | 10 | ||||
-rw-r--r-- | www/qdecoder/distinfo | 2 | ||||
-rw-r--r-- | www/qdecoder/pkg-comment | 2 | ||||
-rw-r--r-- | www/qdecoder/pkg-plist | 8 |
4 files changed, 15 insertions, 7 deletions
diff --git a/www/qdecoder/Makefile b/www/qdecoder/Makefile index 4c48ec67eb92..e65ccf96253b 100644 --- a/www/qdecoder/Makefile +++ b/www/qdecoder/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qDecoder -PORTVERSION= 6.0.3 +PORTVERSION= 7.0 CATEGORIES= www MASTER_SITES= ftp://ftp.qDecoder.org/pub/qDecoder/\ ftp://ftp2.qDecoder.org/pub/qDecoder/ @@ -19,13 +19,17 @@ GNU_CONFIGURE= YES post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib ${MKDIR} ${PREFIX}/share/doc/qDecoder -.for doc in AUTHORS DISCLAIMER README README.pdf qDecoder.jpg +.for doc in AUTHORS DISCLAIMER README REFERENCE qDecoder.jpg ${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/qDecoder .endfor ${MKDIR} ${PREFIX}/share/examples/qDecoder -${RM} ${WRKSRC}/examples/*.o ${WRKSRC}/examples/*.cgi \ ${WRKSRC}/examples/Makefile.in - ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/qDecoder + ${INSTALL_DATA} ${WRKSRC}/examples/Makefile ${PREFIX}/share/examples/qDecoder + ${INSTALL_DATA} ${WRKSRC}/examples/*.c ${PREFIX}/share/examples/qDecoder + ${INSTALL_DATA} ${WRKSRC}/examples/*.conf ${PREFIX}/share/examples/qDecoder + ${INSTALL_DATA} ${WRKSRC}/examples/*.html ${PREFIX}/share/examples/qDecoder + ${INSTALL_DATA} ${WRKSRC}/examples/*.in ${PREFIX}/share/examples/qDecoder .include <bsd.port.mk> diff --git a/www/qdecoder/distinfo b/www/qdecoder/distinfo index 162d5b99e1d9..8dc1f97c8b1a 100644 --- a/www/qdecoder/distinfo +++ b/www/qdecoder/distinfo @@ -1 +1 @@ -MD5 (qDecoder-6.0.3.tar.Z) = ebf89f7837f8b4b87e857a9c96b0b2ca +MD5 (qDecoder-7.0.tar.Z) = 0de9ab7432fb207575c1e4fb27cc6cb8 diff --git a/www/qdecoder/pkg-comment b/www/qdecoder/pkg-comment index caa68805ec74..f31573e909e0 100644 --- a/www/qdecoder/pkg-comment +++ b/www/qdecoder/pkg-comment @@ -1 +1 @@ -A CGI library for C/C++ language programming +CGI library for C/C++ language programming diff --git a/www/qdecoder/pkg-plist b/www/qdecoder/pkg-plist index 5d4fbca59b20..f6b21f7fb4b7 100644 --- a/www/qdecoder/pkg-plist +++ b/www/qdecoder/pkg-plist @@ -1,6 +1,6 @@ include/qDecoder.h lib/libqDecoder.a -lib/libqDecoder.so.1 +lib/libqDecoder.so.2 @exec ln -sf %f %B/libqDecoder.so @unexec rm -f %B/libqDecoder.so @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @@ -8,15 +8,19 @@ lib/libqDecoder.so.1 share/doc/qDecoder/AUTHORS share/doc/qDecoder/DISCLAIMER share/doc/qDecoder/README -share/doc/qDecoder/README.pdf +share/doc/qDecoder/REFERENCE share/doc/qDecoder/qDecoder.jpg @dirrm share/doc/qDecoder share/examples/qDecoder/Makefile share/examples/qDecoder/arglist.c +share/examples/qDecoder/confparser.c +share/examples/qDecoder/confparser.conf +share/examples/qDecoder/cookie.c share/examples/qDecoder/download.c share/examples/qDecoder/examples.html share/examples/qDecoder/fetch.c share/examples/qDecoder/multivalue.c +share/examples/qDecoder/session.c share/examples/qDecoder/streamedit-header.html.in share/examples/qDecoder/streamedit-tailer.html.in share/examples/qDecoder/streamedit.c |