Update to 6.0.2

This commit is contained in:
CHOI Junho 2000-06-25 14:02:23 +00:00
parent 445c8f5986
commit bcfced91d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29859
4 changed files with 29 additions and 8 deletions

View file

@ -1,21 +1,31 @@
# New ports collection makefile for: qDecoder library
# Date created: Sep 10 1999
# Whom: CHOI Junho <cjh@kr.freebsd.org>
# Whom: CHOI Junho <cjh@FreeBSD.org>
#
# $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 <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (qDecoder-5.0.8.tar.Z) = a0dfc2ba42020d911882791607dd0d34
MD5 (qDecoder-6.0.2.tar.Z) = f1ff7194965c1629dd3aabef70dd9f2a

View file

@ -11,4 +11,5 @@ qDecoder
available to everyone."
--
Ports by CHOI Junho <cjh@kr.freebsd.org>
Ports by CHOI Junho <cjh@FreeBSD.org>
WWW: http://www.qDecoder.org

View file

@ -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