From bcfced91d34507df9e73ead54a175989ed37bd1b Mon Sep 17 00:00:00 2001 From: CHOI Junho Date: Sun, 25 Jun 2000 14:02:23 +0000 Subject: [PATCH] Update to 6.0.2 --- www/qdecoder/Makefile | 20 +++++++++++++++----- www/qdecoder/distinfo | 2 +- www/qdecoder/pkg-descr | 3 ++- www/qdecoder/pkg-plist | 12 +++++++++++- 4 files changed, 29 insertions(+), 8 deletions(-) diff --git a/www/qdecoder/Makefile b/www/qdecoder/Makefile index 3ff5e8a0ad7d..8c399d205c4e 100644 --- a/www/qdecoder/Makefile +++ b/www/qdecoder/Makefile @@ -1,21 +1,31 @@ # New ports collection makefile for: qDecoder library # Date created: Sep 10 1999 -# Whom: CHOI Junho +# Whom: CHOI Junho # # $FreeBSD$ # PORTNAME= qDecoder -PORTVERSION= 5.0.8 +PORTVERSION= 6.0.2 CATEGORIES= www -MASTER_SITES= ftp://ftp.hongik.com/pub/qDecoder/ +MASTER_SITES= ftp://ftp.qDecoder.org/pub/qDecoder/\ + ftp://ftp2.qDecoder.org/pub/qDecoder/ EXTRACT_SUFX= .tar.Z -MAINTAINER= cjh@kr.FreeBSD.org +MAINTAINER= cjh@FreeBSD.org + +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 + ${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/qDecoder +.endfor ${MKDIR} ${PREFIX}/share/examples/qDecoder - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/examples/qDecoder + -${RM} ${WRKSRC}/examples/*.o ${WRKSRC}/examples/*.cgi \ + ${WRKSRC}/examples/Makefile.in ${WRKSRC}/examples/maketest ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/qDecoder + .include diff --git a/www/qdecoder/distinfo b/www/qdecoder/distinfo index 8ece1eb42f8a..d92efeaaabfa 100644 --- a/www/qdecoder/distinfo +++ b/www/qdecoder/distinfo @@ -1 +1 @@ -MD5 (qDecoder-5.0.8.tar.Z) = a0dfc2ba42020d911882791607dd0d34 +MD5 (qDecoder-6.0.2.tar.Z) = f1ff7194965c1629dd3aabef70dd9f2a diff --git a/www/qdecoder/pkg-descr b/www/qdecoder/pkg-descr index 1008e2ebfa7a..e6b72208e7ce 100644 --- a/www/qdecoder/pkg-descr +++ b/www/qdecoder/pkg-descr @@ -11,4 +11,5 @@ qDecoder available to everyone." -- -Ports by CHOI Junho +Ports by CHOI Junho +WWW: http://www.qDecoder.org diff --git a/www/qdecoder/pkg-plist b/www/qdecoder/pkg-plist index 5d9d27e2f811..7d8d238cb884 100644 --- a/www/qdecoder/pkg-plist +++ b/www/qdecoder/pkg-plist @@ -1,7 +1,17 @@ include/qDecoder.h lib/libqDecoder.a +lib/libqDecoder.so.1 +@exec ln -sf %f %B/libqDecoder.so +@unexec rm -f %B/libqDecoder.so +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +share/doc/qDecoder/AUTHORS +share/doc/qDecoder/DISCLAIMER +share/doc/qDecoder/README +share/doc/qDecoder/README.pdf +share/doc/qDecoder/qDecoder.jpg +@dirrm share/doc/qDecoder share/examples/qDecoder/Makefile -share/examples/qDecoder/README share/examples/qDecoder/arglist.c share/examples/qDecoder/examples.html share/examples/qDecoder/fetch.c