diff options
author | danfe <danfe@FreeBSD.org> | 2014-01-27 18:27:53 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-01-27 18:27:53 +0800 |
commit | 6bf2cdf6b88ec497b5f9f63e2e30f28479530309 (patch) | |
tree | 39557e78e9702651bf65500102115a914e67050f /japanese | |
parent | 7ab6f7372ffafe8ceb22c8febc334fafd11dc7c6 (diff) | |
download | freebsd-ports-gnome-6bf2cdf6b88ec497b5f9f63e2e30f28479530309.tar.gz freebsd-ports-gnome-6bf2cdf6b88ec497b5f9f63e2e30f28479530309.tar.zst freebsd-ports-gnome-6bf2cdf6b88ec497b5f9f63e2e30f28479530309.zip |
- Stagify, do not set LICENSE_FILE for well-known license (GPLv2)
- While here, trim Makefile header; augment and fix a typo in pkg-descr
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/py-tegaki-gtk/Makefile | 17 | ||||
-rw-r--r-- | japanese/py-tegaki-gtk/pkg-descr | 12 |
2 files changed, 10 insertions, 19 deletions
diff --git a/japanese/py-tegaki-gtk/Makefile b/japanese/py-tegaki-gtk/Makefile index 4d586c7de3ce..c9ba3db5a364 100644 --- a/japanese/py-tegaki-gtk/Makefile +++ b/japanese/py-tegaki-gtk/Makefile @@ -1,11 +1,6 @@ +# Created by: Timothy Beyer <beyert@cs.ucr.edu> # $FreeBSD$ -# Date created: 15 Aug 2010 -# Whom: Timothy Beyer <beyert@cs.ucr.edu> -# -# $FreeBSD$ -# - PORTNAME= tegaki PORTVERSION= 0.3.1 CATEGORIES= japanese python @@ -15,17 +10,15 @@ PKGNAMESUFFIX= -gtk DISTNAME= ${PORTNAME}-pygtk-${PORTVERSION} MAINTAINER= beyert@cs.ucr.edu -COMMENT= Tegaki pygtk interface - -LIB_DEPENDS= zinnia.0:${PORTSDIR}/japanese/zinnia -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/tegaki/engine.py:${PORTSDIR}/japanese/py-tegaki +COMMENT= Tegaki PyGTK interface LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libzinnia.so:${PORTSDIR}/japanese/zinnia +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/tegaki/engine.py:${PORTSDIR}/japanese/py-tegaki USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= ${PORTNAME}_pygtk -NO_STAGE= yes .include <bsd.port.mk> diff --git a/japanese/py-tegaki-gtk/pkg-descr b/japanese/py-tegaki-gtk/pkg-descr index f3367cdb0953..37f7487219b5 100644 --- a/japanese/py-tegaki-gtk/pkg-descr +++ b/japanese/py-tegaki-gtk/pkg-descr @@ -1,10 +1,8 @@ -Tegaki: +Tegaki is an open-source, multi-platform Chinese and Japanese handwriting +recognition system. Some of its features: - * is free and open-source - * is multi-plaform - * focuses on Chinese (simplified and traditional) and Japanese characters - * supports 2 different recognition engines - * aspires to work on both desktop-PCs and mobile devices + * Focuses on Chinese (simplified and traditional) and Japanese characters + * Supports 2 different recognition engines + * Aspires to work on both desktop PCs and mobile devices WWW: http://www.tegaki.org/ - |