mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Update to 7.0
This commit is contained in:
parent
a7567581c6
commit
d287836c4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46866
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (qDecoder-6.0.3.tar.Z) = ebf89f7837f8b4b87e857a9c96b0b2ca
|
||||
MD5 (qDecoder-7.0.tar.Z) = 0de9ab7432fb207575c1e4fb27cc6cb8
|
||||
|
@ -1 +1 @@
|
||||
A CGI library for C/C++ language programming
|
||||
CGI library for C/C++ language programming
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user