- Update to 10.0
PR: ports/178130 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
This commit is contained in:
parent
ea8d07009e
commit
e29931d6b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317058
3 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= opencc
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 10.0
|
||||
CATEGORIES= chinese converters
|
||||
PKGNAMEPREFIX= bsdconv-
|
||||
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
|
||||
|
@ -12,14 +12,14 @@ COMMENT= OpenCC conversion module for bsdconv
|
|||
|
||||
LICENSE= BSD
|
||||
|
||||
BUILD_DEPENDS= bsdconv_mktable:${PORTSDIR}/converters/bsdconv
|
||||
BUILD_DEPENDS= bsdconv-mktable:${PORTSDIR}/converters/bsdconv
|
||||
LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv \
|
||||
opencc:${PORTSDIR}/chinese/opencc
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= buganini
|
||||
GH_PROJECT= bsdconv-${PORTNAME}
|
||||
GH_COMMIT= be3e559
|
||||
GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME}
|
||||
GH_COMMIT= 38b4a80
|
||||
|
||||
MAKE_ARGS= PREFIX=${PREFIX}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (buganini-bsdconv-opencc-1.0-0-gbe3e559.tar.gz) = 4f21bcc78a5165d7919cc65bcb42c740224acb6de9d14f16915af0f56ba85a63
|
||||
SIZE (buganini-bsdconv-opencc-1.0-0-gbe3e559.tar.gz) = 2777
|
||||
SHA256 (buganini-bsdconv-opencc-10.0-0-g38b4a80.tar.gz) = 81de156b84a1d19e3276ed3bf3fdfc96156b2609704b249cc138cbab5e402ec7
|
||||
SIZE (buganini-bsdconv-opencc-10.0-0-g38b4a80.tar.gz) = 2834
|
||||
|
|
|
@ -2,8 +2,8 @@ Open Chinese Convert (OpenCC) is an open source Simplified-Traditional
|
|||
Chinese conversion project, providing high quality thesaurus and libopencc,
|
||||
as well as a conversion utility and a dictionary generator.
|
||||
|
||||
bsdconv is a BSD licensed charset/encoding converter library with more function
|
||||
than libiconv. (Currently, only a few codecs are supported)
|
||||
bsdconv is a BSD licensed charset/encoding converter library with more
|
||||
function than libiconv. (Currently, only a few codecs are supported)
|
||||
|
||||
This port is a opencc conversion module for bsdconv.
|
||||
|
||||
|
|
Loading…
Reference in a new issue