Date: Wed, 16 Nov 2016 01:05:04 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426206 - in head/japanese/dbskkd-cdb: . files Message-ID: <201611160105.uAG154MK057181@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Wed Nov 16 01:05:04 2016 New Revision: 426206 URL: https://svnweb.freebsd.org/changeset/ports/426206 Log: Update to 3.00. Submitted by: Kenji Rikitake (maintainer) PR: 214465 Deleted: head/japanese/dbskkd-cdb/files/patch-READMEJP.md Modified: head/japanese/dbskkd-cdb/Makefile head/japanese/dbskkd-cdb/distinfo head/japanese/dbskkd-cdb/files/pkg-message.in head/japanese/dbskkd-cdb/pkg-descr Modified: head/japanese/dbskkd-cdb/Makefile ============================================================================== --- head/japanese/dbskkd-cdb/Makefile Wed Nov 16 00:52:01 2016 (r426205) +++ head/japanese/dbskkd-cdb/Makefile Wed Nov 16 01:05:04 2016 (r426206) @@ -2,38 +2,38 @@ # $FreeBSD$ PORTNAME= dbskkd-cdb -PORTVERSION= 2.00 -PORTREVISION= 1 +PORTVERSION= 3.00 +#PORTREVISION= 0 CATEGORIES= japanese -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= GH MAINTAINER= kenji@k2r.org -COMMENT= Yet another dictionary server for SKK +COMMENT= SKK dictionary server based on cdb -USE_GITHUB= yes -GH_ACCOUNT= jj1bdx -GH_PROJECT= dbskkd-cdb -GH_TAGNAME= 2.00-20161005 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libcdb.a:databases/tinycdb RUN_DEPENDS= ${SKKJISYOCDB}:japanese/skk-jisyo-cdb +USE_GITHUB= yes +GH_ACCOUNT= jj1bdx +GH_TAGNAME= 3.00 +MAKE_ENV= LOCALBASE="${LOCALBASE}" \ + SKKJISYOCDB="${SKKJISYOCDB}" PLIST_FILES= libexec/dbskkd-cdb SUB_FILES= pkg-message +PORTDOCS= ${PORTDOCS_FILE} ${PORTDOCS_SH} SKKDIR?= share/skk SKKJISYO_TYPE?= L SKKJISYOCDB?= ${LOCALBASE}/${SKKDIR}/SKK-JISYO.${SKKJISYO_TYPE}.cdb - -MAKE_ENV+= LOCALBASE="${LOCALBASE}" -MAKE_ENV+= SKKJISYOCDB="${SKKJISYOCDB}" - -PORTDOCS= ${PORTDOCS_FILE} ${PORTDOCS_SH} -PORTDOCS_FILE= CHANGES LICENSE READMEJP.md \ - example-daemontools.txt example-inetd.txt +PORTDOCS_FILE= CHANGES.md LICENSE README.md READMEJP.md \ + examples.md skk-server-protocol.md PORTDOCS_SH= makeskkcdb.sh skktocdbm.sh OPTIONS_DEFINE= DOCS +OPTIONS_DEFAULT=DOCS post-patch: .for f in READMEJP.md makeskkcdb.sh @@ -44,6 +44,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dbskkd-cdb ${STAGEDIR}${PREFIX}/libexec + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS_FILE:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} ${INSTALL_SCRIPT} ${PORTDOCS_SH:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/japanese/dbskkd-cdb/distinfo ============================================================================== --- head/japanese/dbskkd-cdb/distinfo Wed Nov 16 00:52:01 2016 (r426205) +++ head/japanese/dbskkd-cdb/distinfo Wed Nov 16 01:05:04 2016 (r426206) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475622412 -SHA256 (jj1bdx-dbskkd-cdb-2.00-2.00-20161005_GH0.tar.gz) = 15eca1baaec5f61672089c672b77fe83eac4e0add7e5bcfb4f78b744ce5573cd -SIZE (jj1bdx-dbskkd-cdb-2.00-2.00-20161005_GH0.tar.gz) = 10053 +TIMESTAMP = 1479014399 +SHA256 (jj1bdx-dbskkd-cdb-3.00_GH0.tar.gz) = e92ef7162c2c50a441dd864dbf21510d746174b9f1f484bfbbdca1b31c055286 +SIZE (jj1bdx-dbskkd-cdb-3.00_GH0.tar.gz) = 9380 Modified: head/japanese/dbskkd-cdb/files/pkg-message.in ============================================================================== --- head/japanese/dbskkd-cdb/files/pkg-message.in Wed Nov 16 00:52:01 2016 (r426205) +++ head/japanese/dbskkd-cdb/files/pkg-message.in Wed Nov 16 01:05:04 2016 (r426206) @@ -1,8 +1,3 @@ - -Note: -Dbskkd-cdb is designed to run with inetd or daemontools. Example config -for both superdaemons are available at %%DOCSDIR%%. - -Also note that dbskkd-cdb no longer required to run 'root' (1.71dev does), -nor chroot(8) to the dictionary directory. - +Note: the dbskkd-cdb requires inetd or daemontools to run. +Example configurations are available at %%DOCSDIR%%/examples.md. +*Note well*: dbskkd-cdb must not be invoked with the root privilege. Modified: head/japanese/dbskkd-cdb/pkg-descr ============================================================================== --- head/japanese/dbskkd-cdb/pkg-descr Wed Nov 16 00:52:01 2016 (r426205) +++ head/japanese/dbskkd-cdb/pkg-descr Wed Nov 16 01:05:04 2016 (r426206) @@ -1,11 +1,9 @@ dbskkd-cdb is a dictionary server for the SKK Japanese input method -system. dbskkd-cdb is based on the code of skkserv (the original SKK -server) 3.9.3, using the cdb constant database package of -D. J. Bernstein (DJB) for faster dictionary access. +system. dbskkd-cdb uses the cdb constant database package for faster +dictionary access. dbskkd-cdb is compatible with skkserv on the protocol behavior. It is -called from "super-server" programs such as inetd or tcpserver, and the -I/O operation is solely with the stdio interface, so the code is compact -and the access to the server can be easily restricted. +designed to be called from "super-server" programs such as inetd +or tcpserver. The I/O operation is solely with the stdio interface. -WWW: http://code.google.com/p/dbskkd-cdb/ +WWW: https://github.com/jj1bdx/dbskkd-cdb/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611160105.uAG154MK057181>