summaryrefslogtreecommitdiff
path: root/www/qdecoder
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2001-08-25 08:42:42 +0000
committerCHOI Junho <cjh@FreeBSD.org>2001-08-25 08:42:42 +0000
commitd287836c4c6a6500977e9a1f5e7f3161df6ce366 (patch)
treed5d3d42b58e4a9493d70f69b95fbb105487b4655 /www/qdecoder
parentUpdate to id3ed 1.10.2 (diff)
Update to 7.0
Notes
Notes: svn path=/head/; revision=46866
Diffstat (limited to 'www/qdecoder')
-rw-r--r--www/qdecoder/Makefile10
-rw-r--r--www/qdecoder/distinfo2
-rw-r--r--www/qdecoder/pkg-comment2
-rw-r--r--www/qdecoder/pkg-plist8
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