Date: Wed, 12 Feb 2020 19:23:10 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525927 - in head/textproc: . py-aeidon Message-ID: <202002121923.01CJNAeN080973@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002121923.01CJNAeN080973>