diff --git a/japanese/skk-jisyo/Makefile b/japanese/skk-jisyo/Makefile index 747661f53e9a..60518c971aac 100644 --- a/japanese/skk-jisyo/Makefile +++ b/japanese/skk-jisyo/Makefile @@ -1,81 +1,80 @@ PORTNAME= skk-jisyo DISTVERSIONPREFIX= g -DISTVERSION= 20240130 -PORTREVISION= 2 +DISTVERSION= 20260411 CATEGORIES= japanese .if defined(WITH_SKKJISYO_CDB) PKGNAMESUFFIX= -cdb .endif MAINTAINER= mce@FreeBSD.org COMMENT?= Jisyo (dictionary) files for the SKK Japanese-input software WWW= http://openlab.jp/skk/dic.html LICENSE= GPLv2+ .if defined(WITH_SKKJISYO_CDB) BUILD_DEPENDS= ${LOCALBASE}/bin/cdb:databases/tinycdb .endif USE_GITHUB= yes GH_ACCOUNT= skk-dev GH_PROJECT= dict -GH_TAGNAME= b798a46 +GH_TAGNAME= 0a164e6 NO_ARCH= yes .if defined(WITH_SKKJISYO_CDB) CDBSUFFIX= .cdb .else CDBSUFFIX= #empty NO_BUILD= yes .endif SKKDIR?= share/skk SKK_JISYO_TYPE?=L JIS2 JIS3_4 .for type in ${SKK_JISYO_TYPE} PLIST_FILES+= ${SKKDIR}/SKK-JISYO.${type}${CDBSUFFIX} .endfor PLIST_SUB+= SKKDIR=${SKKDIR} .if defined(WITH_SKKJISYO_DELCOMMENTS) # Strip comments in transtation candidates list. # Candidate list starts with '/', and each candidate is concatenated by # '/' (e.g., "/c1/c2/".) Each candidate may have a comment just after # the candidate, leading a marker character ';' (e.g. /c3;comment/). post-patch: .for type in ${SKK_JISYO_TYPE} ${REINPLACE_CMD} -e '/^[^;]/s,;[^/]*/,/,g' -e '/^>/d' \ ${WRKSRC}/SKK-JISYO.${type} .endfor .endif .if defined(WITH_SKKJISYO_CDB) # Convert plaintext jisyo data to CDB database by cdbmake. # Each line consists of "+${klen},${dlen}:${key}->${data}", where klen/dlen # are length of key/data. A blank line at the end of data is required. # See also: . do-build: .for type in ${SKK_JISYO_TYPE} ${AWK} '/^[^;]/ { \ s = substr($$0, index($$0, " ") + 1); \ print "+" length($$1) "," length(s) ":" $$1 "->" s; \ } \ END { \ print ""; \ }' \ < ${WRKSRC}/SKK-JISYO.${type} | \ ${LOCALBASE}/bin/cdb -c -t - \ ${WRKSRC}/SKK-JISYO.${type}${CDBSUFFIX} .endfor .endif do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${SKKDIR} .for type in ${SKK_JISYO_TYPE} ${INSTALL_DATA} ${WRKSRC}/SKK-JISYO.${type}${CDBSUFFIX} \ ${STAGEDIR}${PREFIX}/${SKKDIR}/ .endfor .include diff --git a/japanese/skk-jisyo/distinfo b/japanese/skk-jisyo/distinfo index 4a8dadd49b32..7042cc6535c8 100644 --- a/japanese/skk-jisyo/distinfo +++ b/japanese/skk-jisyo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710656369 -SHA256 (skk-dev-dict-g20240130-b798a46_GH0.tar.gz) = aa49efa1dc407dcf15f8a07bcf6a8860aad0671314fdc01d194216145a5eac75 -SIZE (skk-dev-dict-g20240130-b798a46_GH0.tar.gz) = 17807823 +TIMESTAMP = 1775941988 +SHA256 (skk-dev-dict-g20260411-0a164e6_GH0.tar.gz) = c27c1f553f18443c6fe10603c30fc505351ca2d0fcb56d3d3870af0d07c861ec +SIZE (skk-dev-dict-g20260411-0a164e6_GH0.tar.gz) = 17806646