diff options
author | sat <sat@FreeBSD.org> | 2007-01-22 14:31:07 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-01-22 14:31:07 +0000 |
commit | db35bb9ed7929d4d26a7040a1c622a4451c980aa (patch) | |
tree | 22ffc998d340af5da74926c660507c9f255af78b /multimedia/gaupol/Makefile | |
parent | c2a71e0ad9cf6f27472e43b4c2dd2483bcd88578 (diff) | |
download | FreeBSD-ports-db35bb9ed7929d4d26a7040a1c622a4451c980aa.zip FreeBSD-ports-db35bb9ed7929d4d26a7040a1c622a4451c980aa.tar.gz |
Add port multimedia/gaupol:
Gaupol is an editor for text-based subtitle files. It supports multiple
subtitle file formats and provides convenient means of correcting texts
and timing subtitles to match video. The user interface is designed with
attention to batch processing of multiple documents and convenience of
translating.
WWW: http://home.gna.org/gaupol/
Author: Osmo Salomaa <otsaloma@cc.hut.fi>
Diffstat (limited to 'multimedia/gaupol/Makefile')
-rw-r--r-- | multimedia/gaupol/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/multimedia/gaupol/Makefile b/multimedia/gaupol/Makefile new file mode 100644 index 0000000..02f9d0b --- /dev/null +++ b/multimedia/gaupol/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: gaupol +# Date created: 08 January 2007 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gaupol +PORTVERSION= 0.7.2 +CATEGORIES= multimedia +MASTER_SITES= http://download.gna.org/gaupol/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ CSME + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Subtitle editor + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/enchant/__init__.py:${PORTSDIR}/textproc/py-enchant \ + ${PYTHON_SITELIBDIR}/chardet/__init__.py:${PORTSDIR}/textproc/py-chardet \ + ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes + +USE_BZIP2= yes +USE_PYTHON= yes +USE_PYDISTUTILS=yes +USE_GNOME= pygtk2 +USE_GETTEXT= yes +INSTALLS_ICONS= yes + +.include <bsd.port.mk> |