mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Remove Kevin Lo as maintainer, by request.
While here, fix a couple of license markers.
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2013/03/11 01:30:26 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2015/01/21 06:13:46 bentley Exp $
|
||||
|
||||
COMMENT= translate GB/Big5 encoding to tone pinyin
|
||||
|
||||
DISTNAME= zh-c2t-1.0
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= chinese
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB= c
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2013/08/07 21:31:20 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2015/01/21 06:13:46 bentley Exp $
|
||||
|
||||
COMMENT= simplified-traditional chinese translate tool
|
||||
|
||||
DISTNAME= cconv-0.6.2
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
CATEGORIES= chinese converters
|
||||
|
||||
@@ -11,9 +11,7 @@ SHARED_LIBS= cconv 0.0
|
||||
|
||||
HOMEPAGE= https://code.google.com/p/cconv/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
# GPLv2
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB= c
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# Date created: Thu Jan 18, 2000
|
||||
# Whom: Kevin Lo <kevlo@openbsd.org>
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.20 2014/01/01 20:46:28 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2015/01/21 06:13:46 bentley Exp $
|
||||
#
|
||||
|
||||
COMMENT= pager utility that speaks Chinese
|
||||
@@ -11,10 +11,10 @@ COMMENT= pager utility that speaks Chinese
|
||||
DISTNAME= cless-290
|
||||
PKGNAME= zh-${DISTNAME}
|
||||
CATEGORIES= chinese misc
|
||||
MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
MASTER_SITES= http://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/
|
||||
REVISION = 0
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB= c curses termcap
|
||||
|
||||
+2
-3
@@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2013/03/11 10:48:55 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2015/01/21 06:13:46 bentley Exp $
|
||||
|
||||
COMMENT= convert between GB and BIG-5 codes
|
||||
|
||||
DISTNAME= zh-hc-3.0
|
||||
CATEGORIES= chinese
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
REVISION = 0
|
||||
|
||||
# Fairly restrictive licence
|
||||
PERMIT_PACKAGE_CDROM= No
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2013/03/21 08:45:13 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2015/01/21 06:13:46 bentley Exp $
|
||||
|
||||
COMMENT= intelligent phonetic input method library
|
||||
|
||||
DISTNAME= libchewing-0.3.3
|
||||
PKGNAME= zh-${DISTNAME}
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS= chewing 0.0 # .3.1
|
||||
|
||||
@@ -11,12 +12,10 @@ CATEGORIES= chinese inputmethods
|
||||
|
||||
HOMEPAGE= http://chewing.csie.net/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
# GPLv2
|
||||
# LGPLv2.1 only
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
MASTER_SITES= http://chewing.csie.net/download/libchewing/
|
||||
MASTER_SITES = https://chewing.googlecode.com/files/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2013/03/21 08:45:13 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2015/01/21 06:13:46 bentley Exp $
|
||||
|
||||
COMMENT= library for Chinese language processing
|
||||
|
||||
DISTNAME= libtabe-0.2.6
|
||||
PKGNAME= zh-${DISTNAME}
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
CATEGORIES= chinese
|
||||
SHARED_LIBS += tabe 2.1 # .0.0
|
||||
SHARED_LIBS += bims 2.1 # .0.0
|
||||
|
||||
HOMEPAGE= http://libtabe.sourceforge.net/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB += c lib/db/db=3
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2013/03/11 01:30:26 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2015/01/21 06:13:46 bentley Exp $
|
||||
|
||||
COMMENT= convert solar calendar to lunar calendar
|
||||
|
||||
DISTNAME= lunar-2.1
|
||||
PKGNAME= zh-lunar-2.1
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES= chinese
|
||||
|
||||
MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
MASTER_SITES= http://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/
|
||||
|
||||
PERMIT_PACKAGE_CDROM= non-commercial use only
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2014/08/30 21:54:07 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2015/01/21 06:13:46 bentley Exp $
|
||||
|
||||
COMMENT= big5/gb enhanced truetype font manager
|
||||
|
||||
DISTNAME= ttfm-0.9.5
|
||||
PKGNAME= zh-${DISTNAME}
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= chinese
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
# BSD/X11
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB= c freetype z
|
||||
|
||||
Reference in New Issue
Block a user