Index: head/www/qdecoder/pkg-plist =================================================================== --- head/www/qdecoder/pkg-plist (revision 375215) +++ head/www/qdecoder/pkg-plist (nonexistent) @@ -1,14 +0,0 @@ -include/qdecoder.h -lib/libqdecoder.a -lib/libqdecoder.so -lib/libqdecoder.so.12 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cookie.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/download.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multivalue.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/query.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/session.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uploadfile.c -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% Property changes on: head/www/qdecoder/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/qdecoder/Makefile =================================================================== --- head/www/qdecoder/Makefile (revision 375215) +++ head/www/qdecoder/Makefile (revision 375216) @@ -1,31 +1,37 @@ # Created by: CHOI Junho # $FreeBSD$ PORTNAME= qdecoder -PORTVERSION= 12.0.4 +PORTVERSION= 12.0.5 CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}/ -DISTNAME= qDecoder-${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= C/C++ language library including CGI supports +USE_GITHUB= yes +GH_ACCOUNT= wolkykim +GH_TAGNAME= r${PORTVERSION} +GH_COMMIT= 192943d + GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_ARGS= exec_prefix="${PREFIX}" -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +PORTEXAMPLES= * + +PLIST_FILES= include/qdecoder.h lib/libqdecoder.a \ + lib/libqdecoder.so lib/libqdecoder.so.12 OPTIONS_DEFINE= DEBUG DEBUG_CONFIGURE_ENABLE= debug post-patch: ${REINPLACE_CMD} 's/.{[A-Z]*DIR/$${DESTDIR}&/' ${WRKSRC}/src/Makefile.in ${REINPLACE_CMD} '/ Index: head/www/qdecoder/distinfo =================================================================== --- head/www/qdecoder/distinfo (revision 375215) +++ head/www/qdecoder/distinfo (revision 375216) @@ -1,2 +1,2 @@ -SHA256 (qDecoder-12.0.4.tar.gz) = 639fd2cfecbf58b95fdcfe82866a4070f8134341e4e5adfdf5dcca690340bf36 -SIZE (qDecoder-12.0.4.tar.gz) = 196939 +SHA256 (qdecoder-12.0.5.tar.gz) = 8f692434655869457bbf7116cab8f6817bde9fb60e43c8a53a3a8e2ee4dc3582 +SIZE (qdecoder-12.0.5.tar.gz) = 195068 Index: head/www/qdecoder/pkg-descr =================================================================== --- head/www/qdecoder/pkg-descr (revision 375215) +++ head/www/qdecoder/pkg-descr (revision 375216) @@ -1,19 +1,18 @@ The qDecoder Project ==================== qDecoder is a C/C++ language library including CGI supports. -Distributed under 2-clause BSD-like license since 9 release. CGI Interfaces o Request Parser, Response Generator, Session, Cookies Network & IPC Interfaces o Socket, Shared memory, Semaphore, Database wrapper Data structures o Linked-list, Hash tables, Queue, qDecoder implementation of Obstack Useful APIs o Configuration parser, Automated file logger, Server side includes Common Utilities o String libraries, File libraries, Hashes & En/decoders And more... -WWW: http://www.qDecoder.org/ +WWW: http://wolkykim.github.io/qdecoder/