svn commit: r341369 - head/japanese/py-zinnia
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Jan 27 10:49:51 UTC 2014
Author: danfe
Date: Mon Jan 27 10:49:50 2014
New Revision: 341369
URL: http://svnweb.freebsd.org/changeset/ports/341369
QAT: https://qat.redports.org/buildarchive/r341369/
Log:
- Stagify, trim Makefile header, convert LIB_DEPENDS, contract MASTER_SITES
- Fix a typo in COMMENT; reformat and reword port description text while here
Modified:
head/japanese/py-zinnia/Makefile
head/japanese/py-zinnia/pkg-descr
Modified: head/japanese/py-zinnia/Makefile
==============================================================================
--- head/japanese/py-zinnia/Makefile Mon Jan 27 10:47:06 2014 (r341368)
+++ head/japanese/py-zinnia/Makefile Mon Jan 27 10:49:50 2014 (r341369)
@@ -1,21 +1,16 @@
+# Created by: Timothy Beyer <beyert at cs.ucr.edu>
# $FreeBSD$
-# Date created: 15 Aug 2010
-# Whom: Timothy Beyer <beyert at cs.ucr.edu>
-#
-# $FreeBSD$
-#
-
PORTNAME= zinnia
PORTVERSION= 0.06
CATEGORIES= japanese python
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
+MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= beyert at cs.ucr.edu
-COMMENT= Zinnna Python Interface
+COMMENT= Python interface for Zinnia
-LIB_DEPENDS= zinnia.0:${PORTSDIR}/japanese/zinnia
+LIB_DEPENDS= libzinnia.so:${PORTSDIR}/japanese/zinnia
RUN_DEPENDS= zinnia:${PORTSDIR}/japanese/zinnia
LICENSE= BSD
@@ -26,13 +21,10 @@ USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= ${PORTNAME}_python
PYDISTUTILS_PKGVERSION= 0.0.0
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV:= ${CONFIGURE_ENV}
post-extract:
- ${CP} -pR ${WRKSRC}/python/* ${WRKSRC}/
+ ${CP} -a ${WRKSRC}/python/* ${WRKSRC}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/japanese/py-zinnia/pkg-descr
==============================================================================
--- head/japanese/py-zinnia/pkg-descr Mon Jan 27 10:47:06 2014 (r341368)
+++ head/japanese/py-zinnia/pkg-descr Mon Jan 27 10:49:50 2014 (r341369)
@@ -1,10 +1,10 @@
-Zinnia is a simple, customizable and portable online hand recognition system
-based on Support Vector Machines. Zinnia simply receives user pen strokes as a
-sequence of coordinate data and outputs n-best characters sorted by SVM
-confidence. To keep portability, Zinnia doesn't have any rendering
-functionality. In addition to recognition, Zinnia provides training module that
-allows us to create any hand-written recognition systems with low-cost.
+Zinnia is a simple, customizable, and portable online hand recognition system
+based on Support Vector Machines. Zinnia simply receives user's pen strokes
+as a sequence of coordinate data and outputs n-best characters sorted by SVM
+confidence. For portability's sake, Zinnia does not include any rendering
+functionality. In addition to recognition, Zinnia provides training module
+that allows one to create any hand-written recognition systems with low-cost.
-This is the python interface to the library.
+This port provides Python interface to the library.
WWW: http://zinnia.sourceforge.net/
More information about the svn-ports-all
mailing list