From owner-svn-ports-all@freebsd.org Wed Feb 12 19:23:11 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 36BC9240ECB; Wed, 12 Feb 2020 19:23:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48HqL70gM8z3LPQ; Wed, 12 Feb 2020 19:23:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 120AC264E2; Wed, 12 Feb 2020 19:23:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01CJNAeY080976; Wed, 12 Feb 2020 19:23:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01CJNAeN080973; Wed, 12 Feb 2020 19:23:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002121923.01CJNAeN080973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 12 Feb 2020 19:23:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525927 - in head/textproc: . py-aeidon X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . py-aeidon X-SVN-Commit-Revision: 525927 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2020 19:23:11 -0000 Author: sunpoet Date: Wed Feb 12 19:23:09 2020 New Revision: 525927 URL: https://svnweb.freebsd.org/changeset/ports/525927 Log: Add py-aeidon 1.7.0 aeidon is a Python package for reading, writing and manipulating text-based subtitle files. It is used by the gaupol package, which provides a subtitle editor with a GTK user interface. Separating a user interface independent general-purpose subtitle editing package from Gaupol has been an afterthought and thus not well designed to be a reusable component, but on the other hand is proven, working and maintained code. WWW: https://github.com/jrabbit/gaupol Added: head/textproc/py-aeidon/ head/textproc/py-aeidon/Makefile (contents, props changed) head/textproc/py-aeidon/distinfo (contents, props changed) head/textproc/py-aeidon/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Feb 12 19:21:36 2020 (r525926) +++ head/textproc/Makefile Wed Feb 12 19:23:09 2020 (r525927) @@ -1213,6 +1213,7 @@ SUBDIR += py-QDarkStyle SUBDIR += py-Tempita SUBDIR += py-acora + SUBDIR += py-aeidon SUBDIR += py-agate SUBDIR += py-agate-dbf SUBDIR += py-agate-excel Added: head/textproc/py-aeidon/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-aeidon/Makefile Wed Feb 12 19:23:09 2020 (r525927) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= aeidon +PORTVERSION= 1.7.0 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Reading, write and manipulate text-based subtitle files + +LICENSE= GPLv3+ + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=3.0<4.0:textproc/py-chardet@${PY_FLAVOR} + +USES= python:3.5+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/textproc/py-aeidon/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-aeidon/distinfo Wed Feb 12 19:23:09 2020 (r525927) @@ -0,0 +1,3 @@ +TIMESTAMP = 1581440607 +SHA256 (aeidon-1.7.0.tar.gz) = 975d48dce65dee0f906f80d12dc772d2cef861fc3f52d8abfd6d4f18dfa81356 +SIZE (aeidon-1.7.0.tar.gz) = 87237 Added: head/textproc/py-aeidon/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-aeidon/pkg-descr Wed Feb 12 19:23:09 2020 (r525927) @@ -0,0 +1,9 @@ +aeidon is a Python package for reading, writing and manipulating text-based +subtitle files. It is used by the gaupol package, which provides a subtitle +editor with a GTK user interface. + +Separating a user interface independent general-purpose subtitle editing package +from Gaupol has been an afterthought and thus not well designed to be a reusable +component, but on the other hand is proven, working and maintained code. + +WWW: https://github.com/jrabbit/gaupol