svn commit: r331998 - in head/textproc: . py-pysrt
William Grzybowski
wg at FreeBSD.org
Tue Oct 29 20:44:21 UTC 2013
Author: wg
Date: Tue Oct 29 20:44:19 2013
New Revision: 331998
URL: http://svnweb.freebsd.org/changeset/ports/331998
Log:
textproc/py-pysrt: SubRip (.srt) subtitle parser and writer
WWW: https://github.com/byroot/pysrt/
Added:
head/textproc/py-pysrt/
head/textproc/py-pysrt/Makefile (contents, props changed)
head/textproc/py-pysrt/distinfo (contents, props changed)
head/textproc/py-pysrt/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Tue Oct 29 20:39:17 2013 (r331997)
+++ head/textproc/Makefile Tue Oct 29 20:44:19 2013 (r331998)
@@ -1177,6 +1177,7 @@
SUBDIR += py-pss
SUBDIR += py-pyctpp2
SUBDIR += py-pygments
+ SUBDIR += py-pysrt
SUBDIR += py-pystache
SUBDIR += py-pyx12
SUBDIR += py-qt4-xml
Added: head/textproc/py-pysrt/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-pysrt/Makefile Tue Oct 29 20:44:19 2013 (r331998)
@@ -0,0 +1,25 @@
+# Created by: William Grzybowski <wg at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= pysrt
+PORTVERSION= 0.5.0
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= wg at FreeBSD.org
+COMMENT= SubRip (.srt) subtitle parser and writer
+
+LICENSE= GPLv3
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= easy_install
+PYDISTUTILS_AUTOPLIST= yes
+
+NO_STAGE= yes
+
+post-patch:
+ @${REINPLACE_CMD} 's/="GPLv3",/="GPLv3", zip_safe=False,/' \
+ ${WRKSRC}/setup.py
+
+.include <bsd.port.mk>
Added: head/textproc/py-pysrt/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-pysrt/distinfo Tue Oct 29 20:44:19 2013 (r331998)
@@ -0,0 +1,2 @@
+SHA256 (pysrt-0.5.0.tar.gz) = 21c7919c9aa1e0fe9ed0ce9ec01792c23764de7b82f1cec70a36fa443b19e980
+SIZE (pysrt-0.5.0.tar.gz) = 14804
Added: head/textproc/py-pysrt/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-pysrt/pkg-descr Tue Oct 29 20:44:19 2013 (r331998)
@@ -0,0 +1,3 @@
+pysrt is a Python library used to edit or create SubRip files.
+
+WWW: https://github.com/byroot/pysrt/
More information about the svn-ports-head
mailing list