From owner-svn-ports-head@FreeBSD.ORG Mon Jan 27 12:25:25 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 69B4EDA9; Mon, 27 Jan 2014 12:25:25 +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 4E0EC12FC; Mon, 27 Jan 2014 12:25:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0RCPPLT093989; Mon, 27 Jan 2014 12:25:25 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0RCPPbv093988; Mon, 27 Jan 2014 12:25:25 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201401271225.s0RCPPbv093988@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 27 Jan 2014 12:25:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341388 - head/japanese/py-tegaki 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 12:25:25 -0000 Author: danfe Date: Mon Jan 27 12:25:24 2014 New Revision: 341388 URL: http://svnweb.freebsd.org/changeset/ports/341388 QAT: https://qat.redports.org/buildarchive/r341388/ Log: - Stagify, trim Makefile header, remove excessive use of caps in COMMENT - Modernize LIB_DEPENDS, move LICENSE to a better place; drop LICENSE_FILE Modified: head/japanese/py-tegaki/Makefile Modified: head/japanese/py-tegaki/Makefile ============================================================================== --- head/japanese/py-tegaki/Makefile Mon Jan 27 12:21:18 2014 (r341387) +++ head/japanese/py-tegaki/Makefile Mon Jan 27 12:25:24 2014 (r341388) @@ -1,11 +1,6 @@ +# Created by: Timothy Beyer # $FreeBSD$ -# Date created: 15 Aug 2010 -# Whom: Timothy Beyer -# -# $FreeBSD$ -# - PORTNAME= tegaki PORTVERSION= 0.3.1 CATEGORIES= japanese python @@ -14,17 +9,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-python-${PORTVERSION} MAINTAINER= beyert@cs.ucr.edu -COMMENT= Open-Source Chinese and Japanese Handwriting Recognition - -LIB_DEPENDS= zinnia.0:${PORTSDIR}/japanese/zinnia -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/zinnia.py:${PORTSDIR}/japanese/py-zinnia +COMMENT= Open-source Chinese and Japanese handwriting recognition LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libzinnia.so:${PORTSDIR}/japanese/zinnia +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/zinnia.py:${PORTSDIR}/japanese/py-zinnia USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= ${PORTNAME}_python -NO_STAGE= yes .include