From owner-svn-ports-head@FreeBSD.ORG Mon Jan 27 10:49:51 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A3AC51D; Mon, 27 Jan 2014 10:49:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DE1C318CF; Mon, 27 Jan 2014 10:49:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0RAnoUL055859; Mon, 27 Jan 2014 10:49:50 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0RAno6s055857; Mon, 27 Jan 2014 10:49:50 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201401271049.s0RAno6s055857@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 27 Jan 2014 10:49:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341369 - head/japanese/py-zinnia X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 10:49:51 -0000 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 # $FreeBSD$ -# Date created: 15 Aug 2010 -# Whom: Timothy Beyer -# -# $FreeBSD$ -# - PORTNAME= zinnia PORTVERSION= 0.06 CATEGORIES= japanese python -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= beyert@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 - LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV:= ${CONFIGURE_ENV} post-extract: - ${CP} -pR ${WRKSRC}/python/* ${WRKSRC}/ + ${CP} -a ${WRKSRC}/python/* ${WRKSRC} -.include +.include 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/