Initial import of gaupol-0.13.1:
Gaupol is an editor for text-based subtitle files. It supports multiple subtitle file formats and provides 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. Gaupol should run on all Unix-like (GNU/Linux, *BSD, etc.) operating systems and on Windows. Technically it should be able to run on Mac as well, but that has not been tested nor made convenient. Gaupol's user interface is based on the GTK+ toolkit and has been designed to best fit the GNOME desktop environment.
This commit is contained in:
parent
c6a95b4a6f
commit
e53c198b22
4 changed files with 593 additions and 0 deletions
11
misc/gaupol/DESCR
Normal file
11
misc/gaupol/DESCR
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Gaupol is an editor for text-based subtitle files. It supports
|
||||||
|
multiple subtitle file formats and provides 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.
|
||||||
|
|
||||||
|
Gaupol should run on all Unix-like (GNU/Linux, *BSD, etc.) operating
|
||||||
|
systems and on Windows. Technically it should be able to run on
|
||||||
|
Mac as well, but that has not been tested nor made convenient.
|
||||||
|
Gaupol's user interface is based on the GTK+ toolkit and has been
|
||||||
|
designed to best fit the GNOME desktop environment.
|
32
misc/gaupol/Makefile
Normal file
32
misc/gaupol/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1.1.1 2008/10/08 09:45:18 wiz Exp $
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= gaupol-0.13.1
|
||||||
|
CATEGORIES= misc
|
||||||
|
MASTER_SITES= http://download.gna.org/gaupol/0.13/
|
||||||
|
|
||||||
|
MAINTAINER= wiz@NetBSD.org
|
||||||
|
HOMEPAGE= http://home.gna.org/gaupol/index.html
|
||||||
|
COMMENT= Subtitle editor
|
||||||
|
|
||||||
|
DEPENDS+= iso-codes-[0-9]*:../../textproc/iso-codes
|
||||||
|
DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
|
||||||
|
DEPENDS+= ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant
|
||||||
|
DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.12:../../x11/py-gtk2
|
||||||
|
|
||||||
|
PYTHON_VERSIONS_ACCEPTED= 25
|
||||||
|
PYDISTUTILSPKG= yes
|
||||||
|
USE_DIRS+= xdg-1.4
|
||||||
|
USE_LANGUAGES= # none
|
||||||
|
USE_TOOLS+= intltool msgfmt
|
||||||
|
|
||||||
|
SUBST_CLASSES+= manpath
|
||||||
|
SUBST_FILES.manpath= INSTALL setup.py
|
||||||
|
SUBST_MESSAGE.manpath= Fixing man page installation path.
|
||||||
|
SUBST_SED.manpath= -e "s,share/man/man1,${PKGMANDIR}/man1,"
|
||||||
|
SUBST_STAGE.manpath= pre-build
|
||||||
|
|
||||||
|
.include "../../lang/python/extension.mk"
|
||||||
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
||||||
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
545
misc/gaupol/PLIST
Normal file
545
misc/gaupol/PLIST
Normal file
|
@ -0,0 +1,545 @@
|
||||||
|
@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/08 09:45:18 wiz Exp $
|
||||||
|
bin/gaupol
|
||||||
|
${PYSITELIB}/gaupol/__init__.py
|
||||||
|
${PYSITELIB}/gaupol/__init__.pyc
|
||||||
|
${PYSITELIB}/gaupol/__init__.pyo
|
||||||
|
${PYSITELIB}/gaupol/agents/__init__.py
|
||||||
|
${PYSITELIB}/gaupol/agents/__init__.pyc
|
||||||
|
${PYSITELIB}/gaupol/agents/__init__.pyo
|
||||||
|
${PYSITELIB}/gaupol/agents/clipboard.py
|
||||||
|
${PYSITELIB}/gaupol/agents/clipboard.pyc
|
||||||
|
${PYSITELIB}/gaupol/agents/clipboard.pyo
|
||||||
|
${PYSITELIB}/gaupol/agents/edit.py
|
||||||
|
${PYSITELIB}/gaupol/agents/edit.pyc
|
||||||
|
${PYSITELIB}/gaupol/agents/edit.pyo
|
||||||
|
${PYSITELIB}/gaupol/agents/format.py
|
||||||
|
${PYSITELIB}/gaupol/agents/format.pyc
|
||||||
|
${PYSITELIB}/gaupol/agents/format.pyo
|
||||||
|
${PYSITELIB}/gaupol/agents/open.py
|
||||||
|
${PYSITELIB}/gaupol/agents/open.pyc
|
||||||
|
${PYSITELIB}/gaupol/agents/open.pyo
|
||||||
|
${PYSITELIB}/gaupol/agents/position.py
|
||||||
|
${PYSITELIB}/gaupol/agents/position.pyc
|
||||||
|
${PYSITELIB}/gaupol/agents/position.pyo
|
||||||
|
${PYSITELIB}/gaupol/agents/preview.py
|
||||||
|
${PYSITELIB}/gaupol/agents/preview.pyc
|
||||||
|
${PYSITELIB}/gaupol/agents/preview.pyo
|
||||||
|
${PYSITELIB}/gaupol/agents/register.py
|
||||||
|
${PYSITELIB}/gaupol/agents/register.pyc
|
||||||
|
${PYSITELIB}/gaupol/agents/register.pyo
|
||||||
|
${PYSITELIB}/gaupol/agents/save.py
|
||||||
|
${PYSITELIB}/gaupol/agents/save.pyc
|
||||||
|
${PYSITELIB}/gaupol/agents/save.pyo
|
||||||
|
${PYSITELIB}/gaupol/agents/search.py
|
||||||
|
${PYSITELIB}/gaupol/agents/search.pyc
|
||||||
|
${PYSITELIB}/gaupol/agents/search.pyo
|
||||||
|
${PYSITELIB}/gaupol/agents/set.py
|
||||||
|
${PYSITELIB}/gaupol/agents/set.pyc
|
||||||
|
${PYSITELIB}/gaupol/agents/set.pyo
|
||||||
|
${PYSITELIB}/gaupol/agents/text.py
|
||||||
|
${PYSITELIB}/gaupol/agents/text.pyc
|
||||||
|
${PYSITELIB}/gaupol/agents/text.pyo
|
||||||
|
${PYSITELIB}/gaupol/agents/util.py
|
||||||
|
${PYSITELIB}/gaupol/agents/util.pyc
|
||||||
|
${PYSITELIB}/gaupol/agents/util.pyo
|
||||||
|
${PYSITELIB}/gaupol/align.py
|
||||||
|
${PYSITELIB}/gaupol/align.pyc
|
||||||
|
${PYSITELIB}/gaupol/align.pyo
|
||||||
|
${PYSITELIB}/gaupol/calculator.py
|
||||||
|
${PYSITELIB}/gaupol/calculator.pyc
|
||||||
|
${PYSITELIB}/gaupol/calculator.pyo
|
||||||
|
${PYSITELIB}/gaupol/clipboard.py
|
||||||
|
${PYSITELIB}/gaupol/clipboard.pyc
|
||||||
|
${PYSITELIB}/gaupol/clipboard.pyo
|
||||||
|
${PYSITELIB}/gaupol/containers.py
|
||||||
|
${PYSITELIB}/gaupol/containers.pyc
|
||||||
|
${PYSITELIB}/gaupol/containers.pyo
|
||||||
|
${PYSITELIB}/gaupol/contractual.py
|
||||||
|
${PYSITELIB}/gaupol/contractual.pyc
|
||||||
|
${PYSITELIB}/gaupol/contractual.pyo
|
||||||
|
${PYSITELIB}/gaupol/converter.py
|
||||||
|
${PYSITELIB}/gaupol/converter.pyc
|
||||||
|
${PYSITELIB}/gaupol/converter.pyo
|
||||||
|
${PYSITELIB}/gaupol/countries.py
|
||||||
|
${PYSITELIB}/gaupol/countries.pyc
|
||||||
|
${PYSITELIB}/gaupol/countries.pyo
|
||||||
|
${PYSITELIB}/gaupol/deco.py
|
||||||
|
${PYSITELIB}/gaupol/deco.pyc
|
||||||
|
${PYSITELIB}/gaupol/deco.pyo
|
||||||
|
${PYSITELIB}/gaupol/delegate.py
|
||||||
|
${PYSITELIB}/gaupol/delegate.pyc
|
||||||
|
${PYSITELIB}/gaupol/delegate.pyo
|
||||||
|
${PYSITELIB}/gaupol/determiner.py
|
||||||
|
${PYSITELIB}/gaupol/determiner.pyc
|
||||||
|
${PYSITELIB}/gaupol/determiner.pyo
|
||||||
|
${PYSITELIB}/gaupol/documents.py
|
||||||
|
${PYSITELIB}/gaupol/documents.pyc
|
||||||
|
${PYSITELIB}/gaupol/documents.pyo
|
||||||
|
${PYSITELIB}/gaupol/encodings.py
|
||||||
|
${PYSITELIB}/gaupol/encodings.pyc
|
||||||
|
${PYSITELIB}/gaupol/encodings.pyo
|
||||||
|
${PYSITELIB}/gaupol/enumeration.py
|
||||||
|
${PYSITELIB}/gaupol/enumeration.pyc
|
||||||
|
${PYSITELIB}/gaupol/enumeration.pyo
|
||||||
|
${PYSITELIB}/gaupol/errors.py
|
||||||
|
${PYSITELIB}/gaupol/errors.pyc
|
||||||
|
${PYSITELIB}/gaupol/errors.pyo
|
||||||
|
${PYSITELIB}/gaupol/file.py
|
||||||
|
${PYSITELIB}/gaupol/file.pyc
|
||||||
|
${PYSITELIB}/gaupol/file.pyo
|
||||||
|
${PYSITELIB}/gaupol/files/__init__.py
|
||||||
|
${PYSITELIB}/gaupol/files/__init__.pyc
|
||||||
|
${PYSITELIB}/gaupol/files/__init__.pyo
|
||||||
|
${PYSITELIB}/gaupol/files/ass.py
|
||||||
|
${PYSITELIB}/gaupol/files/ass.pyc
|
||||||
|
${PYSITELIB}/gaupol/files/ass.pyo
|
||||||
|
${PYSITELIB}/gaupol/files/microdvd.py
|
||||||
|
${PYSITELIB}/gaupol/files/microdvd.pyc
|
||||||
|
${PYSITELIB}/gaupol/files/microdvd.pyo
|
||||||
|
${PYSITELIB}/gaupol/files/mpl2.py
|
||||||
|
${PYSITELIB}/gaupol/files/mpl2.pyc
|
||||||
|
${PYSITELIB}/gaupol/files/mpl2.pyo
|
||||||
|
${PYSITELIB}/gaupol/files/mpsub.py
|
||||||
|
${PYSITELIB}/gaupol/files/mpsub.pyc
|
||||||
|
${PYSITELIB}/gaupol/files/mpsub.pyo
|
||||||
|
${PYSITELIB}/gaupol/files/ssa.py
|
||||||
|
${PYSITELIB}/gaupol/files/ssa.pyc
|
||||||
|
${PYSITELIB}/gaupol/files/ssa.pyo
|
||||||
|
${PYSITELIB}/gaupol/files/subrip.py
|
||||||
|
${PYSITELIB}/gaupol/files/subrip.pyc
|
||||||
|
${PYSITELIB}/gaupol/files/subrip.pyo
|
||||||
|
${PYSITELIB}/gaupol/files/subviewer2.py
|
||||||
|
${PYSITELIB}/gaupol/files/subviewer2.pyc
|
||||||
|
${PYSITELIB}/gaupol/files/subviewer2.pyo
|
||||||
|
${PYSITELIB}/gaupol/files/tmplayer.py
|
||||||
|
${PYSITELIB}/gaupol/files/tmplayer.pyc
|
||||||
|
${PYSITELIB}/gaupol/files/tmplayer.pyo
|
||||||
|
${PYSITELIB}/gaupol/finder.py
|
||||||
|
${PYSITELIB}/gaupol/finder.pyc
|
||||||
|
${PYSITELIB}/gaupol/finder.pyo
|
||||||
|
${PYSITELIB}/gaupol/formats.py
|
||||||
|
${PYSITELIB}/gaupol/formats.pyc
|
||||||
|
${PYSITELIB}/gaupol/formats.pyo
|
||||||
|
${PYSITELIB}/gaupol/framerates.py
|
||||||
|
${PYSITELIB}/gaupol/framerates.pyc
|
||||||
|
${PYSITELIB}/gaupol/framerates.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/__init__.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/__init__.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/__init__.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/action.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/action.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/action.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/__init__.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/__init__.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/__init__.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/edit.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/edit.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/edit.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/file.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/file.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/file.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/format.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/format.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/format.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/help.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/help.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/help.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/menu.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/menu.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/menu.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/position.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/position.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/position.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/search.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/search.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/search.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/text.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/text.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/text.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/view.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/view.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/actions/view.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/__init__.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/__init__.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/__init__.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/close.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/close.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/close.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/edit.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/edit.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/edit.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/format.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/format.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/format.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/help.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/help.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/help.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/menu.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/menu.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/menu.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/open.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/open.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/open.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/position.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/position.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/position.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/preview.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/preview.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/preview.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/save.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/save.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/save.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/search.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/search.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/search.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/text.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/text.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/text.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/update.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/update.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/update.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/util.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/util.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/util.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/view.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/view.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/agents/view.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/application.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/application.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/application.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/assistants.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/assistants.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/assistants.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/conf/__init__.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/conf/__init__.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/conf/__init__.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/conf/config.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/conf/config.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/conf/config.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/conf/configobj.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/conf/configobj.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/conf/configobj.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/conf/container.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/conf/container.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/conf/container.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/conf/validate.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/conf/validate.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/conf/validate.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/__init__.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/__init__.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/__init__.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/about.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/about.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/about.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/append.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/append.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/append.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/debug.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/debug.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/debug.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/duration.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/duration.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/duration.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/encoding.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/encoding.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/encoding.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/file.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/file.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/file.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/framerate.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/framerate.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/framerate.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/glade.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/glade.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/glade.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/header.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/header.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/header.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/insert.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/insert.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/insert.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/language.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/language.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/language.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/message.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/message.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/message.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/multiclose.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/multiclose.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/multiclose.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/open.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/open.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/open.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/preferences.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/preferences.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/preferences.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/previewerr.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/previewerr.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/previewerr.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/save.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/save.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/save.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/search.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/search.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/search.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/shift.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/shift.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/shift.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/spellcheck.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/spellcheck.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/spellcheck.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/split.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/split.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/split.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/textedit.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/textedit.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/textedit.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/transform.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/transform.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/transform.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/video.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/video.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/dialogs/video.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/entries.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/entries.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/entries.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/errors.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/errors.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/errors.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/fields.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/fields.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/fields.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/main.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/main.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/main.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/meta.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/meta.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/meta.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/output.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/output.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/output.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/page.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/page.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/page.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/renderers/__init__.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/renderers/__init__.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/renderers/__init__.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/renderers/multiline.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/renderers/multiline.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/renderers/multiline.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/renderers/time.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/renderers/time.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/renderers/time.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/ruler.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/ruler.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/ruler.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/runner.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/runner.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/runner.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/styles.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/styles.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/styles.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/targets.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/targets.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/targets.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/units.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/units.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/units.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/unittest.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/unittest.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/unittest.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/util.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/util.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/util.pyo
|
||||||
|
${PYSITELIB}/gaupol/gtk/view.py
|
||||||
|
${PYSITELIB}/gaupol/gtk/view.pyc
|
||||||
|
${PYSITELIB}/gaupol/gtk/view.pyo
|
||||||
|
${PYSITELIB}/gaupol/i18n.py
|
||||||
|
${PYSITELIB}/gaupol/i18n.pyc
|
||||||
|
${PYSITELIB}/gaupol/i18n.pyo
|
||||||
|
${PYSITELIB}/gaupol/languages.py
|
||||||
|
${PYSITELIB}/gaupol/languages.pyc
|
||||||
|
${PYSITELIB}/gaupol/languages.pyo
|
||||||
|
${PYSITELIB}/gaupol/liner.py
|
||||||
|
${PYSITELIB}/gaupol/liner.pyc
|
||||||
|
${PYSITELIB}/gaupol/liner.pyo
|
||||||
|
${PYSITELIB}/gaupol/locales.py
|
||||||
|
${PYSITELIB}/gaupol/locales.pyc
|
||||||
|
${PYSITELIB}/gaupol/locales.pyo
|
||||||
|
${PYSITELIB}/gaupol/markup.py
|
||||||
|
${PYSITELIB}/gaupol/markup.pyc
|
||||||
|
${PYSITELIB}/gaupol/markup.pyo
|
||||||
|
${PYSITELIB}/gaupol/modes.py
|
||||||
|
${PYSITELIB}/gaupol/modes.pyc
|
||||||
|
${PYSITELIB}/gaupol/modes.pyo
|
||||||
|
${PYSITELIB}/gaupol/mutables.py
|
||||||
|
${PYSITELIB}/gaupol/mutables.pyc
|
||||||
|
${PYSITELIB}/gaupol/mutables.pyo
|
||||||
|
${PYSITELIB}/gaupol/newlines.py
|
||||||
|
${PYSITELIB}/gaupol/newlines.pyc
|
||||||
|
${PYSITELIB}/gaupol/newlines.pyo
|
||||||
|
${PYSITELIB}/gaupol/observable.py
|
||||||
|
${PYSITELIB}/gaupol/observable.pyc
|
||||||
|
${PYSITELIB}/gaupol/observable.pyo
|
||||||
|
${PYSITELIB}/gaupol/parser.py
|
||||||
|
${PYSITELIB}/gaupol/parser.pyc
|
||||||
|
${PYSITELIB}/gaupol/parser.pyo
|
||||||
|
${PYSITELIB}/gaupol/paths.py
|
||||||
|
${PYSITELIB}/gaupol/paths.pyc
|
||||||
|
${PYSITELIB}/gaupol/paths.pyo
|
||||||
|
${PYSITELIB}/gaupol/pattern.py
|
||||||
|
${PYSITELIB}/gaupol/pattern.pyc
|
||||||
|
${PYSITELIB}/gaupol/pattern.pyo
|
||||||
|
${PYSITELIB}/gaupol/patternman.py
|
||||||
|
${PYSITELIB}/gaupol/patternman.pyc
|
||||||
|
${PYSITELIB}/gaupol/patternman.pyo
|
||||||
|
${PYSITELIB}/gaupol/players.py
|
||||||
|
${PYSITELIB}/gaupol/players.pyc
|
||||||
|
${PYSITELIB}/gaupol/players.pyo
|
||||||
|
${PYSITELIB}/gaupol/project.py
|
||||||
|
${PYSITELIB}/gaupol/project.pyc
|
||||||
|
${PYSITELIB}/gaupol/project.pyo
|
||||||
|
${PYSITELIB}/gaupol/registers.py
|
||||||
|
${PYSITELIB}/gaupol/registers.pyc
|
||||||
|
${PYSITELIB}/gaupol/registers.pyo
|
||||||
|
${PYSITELIB}/gaupol/revertable.py
|
||||||
|
${PYSITELIB}/gaupol/revertable.pyc
|
||||||
|
${PYSITELIB}/gaupol/revertable.pyo
|
||||||
|
${PYSITELIB}/gaupol/scripts.py
|
||||||
|
${PYSITELIB}/gaupol/scripts.pyc
|
||||||
|
${PYSITELIB}/gaupol/scripts.pyo
|
||||||
|
${PYSITELIB}/gaupol/singleton.py
|
||||||
|
${PYSITELIB}/gaupol/singleton.pyc
|
||||||
|
${PYSITELIB}/gaupol/singleton.pyo
|
||||||
|
${PYSITELIB}/gaupol/subtitle.py
|
||||||
|
${PYSITELIB}/gaupol/subtitle.pyc
|
||||||
|
${PYSITELIB}/gaupol/subtitle.pyo
|
||||||
|
${PYSITELIB}/gaupol/tags/__init__.py
|
||||||
|
${PYSITELIB}/gaupol/tags/__init__.pyc
|
||||||
|
${PYSITELIB}/gaupol/tags/__init__.pyo
|
||||||
|
${PYSITELIB}/gaupol/tags/ass.py
|
||||||
|
${PYSITELIB}/gaupol/tags/ass.pyc
|
||||||
|
${PYSITELIB}/gaupol/tags/ass.pyo
|
||||||
|
${PYSITELIB}/gaupol/tags/microdvd.py
|
||||||
|
${PYSITELIB}/gaupol/tags/microdvd.pyc
|
||||||
|
${PYSITELIB}/gaupol/tags/microdvd.pyo
|
||||||
|
${PYSITELIB}/gaupol/tags/mpl2.py
|
||||||
|
${PYSITELIB}/gaupol/tags/mpl2.pyc
|
||||||
|
${PYSITELIB}/gaupol/tags/mpl2.pyo
|
||||||
|
${PYSITELIB}/gaupol/tags/mpsub.py
|
||||||
|
${PYSITELIB}/gaupol/tags/mpsub.pyc
|
||||||
|
${PYSITELIB}/gaupol/tags/mpsub.pyo
|
||||||
|
${PYSITELIB}/gaupol/tags/ssa.py
|
||||||
|
${PYSITELIB}/gaupol/tags/ssa.pyc
|
||||||
|
${PYSITELIB}/gaupol/tags/ssa.pyo
|
||||||
|
${PYSITELIB}/gaupol/tags/subrip.py
|
||||||
|
${PYSITELIB}/gaupol/tags/subrip.pyc
|
||||||
|
${PYSITELIB}/gaupol/tags/subrip.pyo
|
||||||
|
${PYSITELIB}/gaupol/tags/subviewer2.py
|
||||||
|
${PYSITELIB}/gaupol/tags/subviewer2.pyc
|
||||||
|
${PYSITELIB}/gaupol/tags/subviewer2.pyo
|
||||||
|
${PYSITELIB}/gaupol/tags/tmplayer.py
|
||||||
|
${PYSITELIB}/gaupol/tags/tmplayer.pyc
|
||||||
|
${PYSITELIB}/gaupol/tags/tmplayer.pyo
|
||||||
|
${PYSITELIB}/gaupol/temp.py
|
||||||
|
${PYSITELIB}/gaupol/temp.pyc
|
||||||
|
${PYSITELIB}/gaupol/temp.pyo
|
||||||
|
${PYSITELIB}/gaupol/unittest.py
|
||||||
|
${PYSITELIB}/gaupol/unittest.pyc
|
||||||
|
${PYSITELIB}/gaupol/unittest.pyo
|
||||||
|
${PYSITELIB}/gaupol/urls.py
|
||||||
|
${PYSITELIB}/gaupol/urls.pyc
|
||||||
|
${PYSITELIB}/gaupol/urls.pyo
|
||||||
|
${PYSITELIB}/gaupol/util.py
|
||||||
|
${PYSITELIB}/gaupol/util.pyc
|
||||||
|
${PYSITELIB}/gaupol/util.pyo
|
||||||
|
man/man1/gaupol.1
|
||||||
|
share/applications/gaupol.desktop
|
||||||
|
share/gaupol/gaupol.gtk.conf.spec
|
||||||
|
share/gaupol/codes/iso_15924.xml
|
||||||
|
share/gaupol/codes/iso_3166.xml
|
||||||
|
share/gaupol/codes/iso_639.xml
|
||||||
|
share/gaupol/codes/locales.txt
|
||||||
|
share/gaupol/glade/dialogs/duration.glade
|
||||||
|
share/gaupol/glade/dialogs/debug.glade
|
||||||
|
share/gaupol/glade/dialogs/preferences.glade
|
||||||
|
share/gaupol/glade/dialogs/encoding.glade
|
||||||
|
share/gaupol/glade/dialogs/framerate.glade
|
||||||
|
share/gaupol/glade/dialogs/header.glade
|
||||||
|
share/gaupol/glade/dialogs/insert.glade
|
||||||
|
share/gaupol/glade/dialogs/language.glade
|
||||||
|
share/gaupol/glade/dialogs/multiclose.glade
|
||||||
|
share/gaupol/glade/dialogs/open.glade
|
||||||
|
share/gaupol/glade/dialogs/previewerr.glade
|
||||||
|
share/gaupol/glade/dialogs/save.glade
|
||||||
|
share/gaupol/glade/dialogs/search.glade
|
||||||
|
share/gaupol/glade/dialogs/shift.glade
|
||||||
|
share/gaupol/glade/dialogs/spellcheck.glade
|
||||||
|
share/gaupol/glade/dialogs/split.glade
|
||||||
|
share/gaupol/glade/dialogs/transform.glade
|
||||||
|
share/gaupol/glade/assistants/text/hearing-impaired.glade
|
||||||
|
share/gaupol/glade/assistants/text/capitalization.glade
|
||||||
|
share/gaupol/glade/assistants/text/common-error.glade
|
||||||
|
share/gaupol/glade/assistants/text/confirmation.glade
|
||||||
|
share/gaupol/glade/assistants/text/line-break-options.glade
|
||||||
|
share/gaupol/glade/assistants/text/introduction.glade
|
||||||
|
share/gaupol/glade/assistants/text/line-break.glade
|
||||||
|
share/gaupol/glade/assistants/text/progress.glade
|
||||||
|
share/gaupol/headers/microdvd
|
||||||
|
share/gaupol/headers/ass
|
||||||
|
share/gaupol/headers/subviewer2
|
||||||
|
share/gaupol/headers/mpsub
|
||||||
|
share/gaupol/headers/ssa
|
||||||
|
share/gaupol/patterns/Latn-en-US.common-error
|
||||||
|
share/gaupol/patterns/Latn-en-US.common-error.conf
|
||||||
|
share/gaupol/patterns/Latn-en.capitalization
|
||||||
|
share/gaupol/patterns/Latn-en.capitalization.conf
|
||||||
|
share/gaupol/patterns/Latn-en.common-error
|
||||||
|
share/gaupol/patterns/Latn-en.common-error.conf
|
||||||
|
share/gaupol/patterns/Latn-en.hearing-impaired
|
||||||
|
share/gaupol/patterns/Latn-en.hearing-impaired.conf
|
||||||
|
share/gaupol/patterns/Latn-en.line-break
|
||||||
|
share/gaupol/patterns/Latn-en.line-break.conf
|
||||||
|
share/gaupol/patterns/Latn.capitalization
|
||||||
|
share/gaupol/patterns/Latn.capitalization.conf
|
||||||
|
share/gaupol/patterns/Latn.common-error
|
||||||
|
share/gaupol/patterns/Latn.common-error.conf
|
||||||
|
share/gaupol/patterns/Latn.hearing-impaired
|
||||||
|
share/gaupol/patterns/Latn.hearing-impaired.conf
|
||||||
|
share/gaupol/patterns/Latn.line-break
|
||||||
|
share/gaupol/patterns/Latn.line-break.conf
|
||||||
|
share/gaupol/patterns/Zyyy.common-error
|
||||||
|
share/gaupol/patterns/Zyyy.common-error.conf
|
||||||
|
share/gaupol/ui/gtkrc
|
||||||
|
share/gaupol/ui/ui.xml
|
||||||
|
share/icons/hicolor/16x16/apps/gaupol.png
|
||||||
|
share/icons/hicolor/22x22/apps/gaupol.png
|
||||||
|
share/icons/hicolor/24x24/apps/gaupol.png
|
||||||
|
share/icons/hicolor/32x32/apps/gaupol.png
|
||||||
|
share/icons/hicolor/scalable/apps/gaupol.svg
|
||||||
|
share/locale/ca/LC_MESSAGES/gaupol.mo
|
||||||
|
share/locale/es/LC_MESSAGES/gaupol.mo
|
||||||
|
share/locale/pl/LC_MESSAGES/gaupol.mo
|
||||||
|
share/locale/sv/LC_MESSAGES/gaupol.mo
|
||||||
|
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor
|
||||||
|
@dirrm share/gaupol/patterns
|
||||||
|
@comment in xdg-dirs: @dirrm share/applications
|
||||||
|
@dirrm ${PYSITELIB}/gaupol/tags
|
||||||
|
@dirrm ${PYSITELIB}/gaupol/gtk/renderers
|
||||||
|
@dirrm ${PYSITELIB}/gaupol/gtk/dialogs
|
||||||
|
@dirrm ${PYSITELIB}/gaupol/gtk/conf
|
||||||
|
@dirrm ${PYSITELIB}/gaupol/gtk/agents
|
||||||
|
@dirrm ${PYSITELIB}/gaupol/gtk/actions
|
||||||
|
@dirrm ${PYSITELIB}/gaupol/gtk
|
||||||
|
@dirrm ${PYSITELIB}/gaupol/files
|
||||||
|
@dirrm ${PYSITELIB}/gaupol/agents
|
||||||
|
@dirrm ${PYSITELIB}/gaupol
|
||||||
|
@dirrm share/gaupol/ui
|
||||||
|
@dirrm share/gaupol/patterns
|
||||||
|
@dirrm share/gaupol/headers
|
||||||
|
@dirrm share/gaupol/glade/dialogs
|
||||||
|
@dirrm share/gaupol/glade/assistants/text
|
||||||
|
@dirrm share/gaupol/glade/assistants
|
||||||
|
@dirrm share/gaupol/glade
|
||||||
|
@dirrm share/gaupol/codes
|
||||||
|
@dirrm share/gaupol
|
5
misc/gaupol/distinfo
Normal file
5
misc/gaupol/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
$NetBSD: distinfo,v 1.1.1.1 2008/10/08 09:45:18 wiz Exp $
|
||||||
|
|
||||||
|
SHA1 (gaupol-0.13.1.tar.gz) = 77f5850fba9e3aeecbb3faa6e9d425b790088b43
|
||||||
|
RMD160 (gaupol-0.13.1.tar.gz) = 7a004d15b9a9a8c8dbb80c2473bb1f7c122ee922
|
||||||
|
Size (gaupol-0.13.1.tar.gz) = 381472 bytes
|
Loading…
Reference in a new issue