diff options
author | wiz <wiz> | 2010-05-02 11:03:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-05-02 11:03:13 +0000 |
commit | e3b29a84a587ddf08cd71c5cd80e9e0541b76677 (patch) | |
tree | 703e3d372c342a795a00a0b66b1122f824d2bf49 /misc/gaupol | |
parent | 649ea1eb7ff598562d03004a3132f1550e631373 (diff) | |
download | pkgsrc-e3b29a84a587ddf08cd71c5cd80e9e0541b76677.tar.gz |
Update to 0.15.1, set LICENSE.
* Fix complete breakage of opening subtitle files due to a change in
newline handling of codecs.open in Python 2.6.5
* Use existing subtitle file mime-types instead of text/plain when
adding files to the recent files database
* Add German translation (Chris Leick)
* Add Hungarian translation (László Andrássy)
Diffstat (limited to 'misc/gaupol')
-rw-r--r-- | misc/gaupol/Makefile | 5 | ||||
-rw-r--r-- | misc/gaupol/PLIST | 4 | ||||
-rw-r--r-- | misc/gaupol/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/misc/gaupol/Makefile b/misc/gaupol/Makefile index c460ba10805..cc0b75967bb 100644 --- a/misc/gaupol/Makefile +++ b/misc/gaupol/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.7 2010/03/07 08:56:55 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2010/05/02 11:03:13 wiz Exp $ # -DISTNAME= gaupol-0.15 +DISTNAME= gaupol-0.15.1 CATEGORIES= misc MASTER_SITES= http://download.gna.org/gaupol/0.15/ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://home.gna.org/gaupol/index.html COMMENT= Subtitle editor +LICENSE= gnu-gpl-v3 DEPENDS+= iso-codes-[0-9]*:../../textproc/iso-codes DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet diff --git a/misc/gaupol/PLIST b/misc/gaupol/PLIST index 0c22ba68211..e6ece38a7d7 100644 --- a/misc/gaupol/PLIST +++ b/misc/gaupol/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2010/03/07 08:55:45 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2010/05/02 11:03:13 wiz Exp $ bin/gaupol ${PYSITELIB}/gaupol/__init__.py ${PYSITELIB}/gaupol/__init__.pyc @@ -550,6 +550,8 @@ 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/de/LC_MESSAGES/gaupol.mo share/locale/es/LC_MESSAGES/gaupol.mo +share/locale/hu/LC_MESSAGES/gaupol.mo share/locale/pl/LC_MESSAGES/gaupol.mo share/locale/sv/LC_MESSAGES/gaupol.mo diff --git a/misc/gaupol/distinfo b/misc/gaupol/distinfo index 5e76e03b4b3..2c836a1444a 100644 --- a/misc/gaupol/distinfo +++ b/misc/gaupol/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2010/03/07 08:55:45 wiz Exp $ +$NetBSD: distinfo,v 1.3 2010/05/02 11:03:13 wiz Exp $ -SHA1 (gaupol-0.15.tar.gz) = bbf2a0e792b4ec078aa42eef3ecec5e506891308 -RMD160 (gaupol-0.15.tar.gz) = b87926e3e466d24ba01f9e18c5573c16ae6710ef -Size (gaupol-0.15.tar.gz) = 428060 bytes +SHA1 (gaupol-0.15.1.tar.gz) = 91935e1bf567f6d241be545232286a3add72820b +RMD160 (gaupol-0.15.1.tar.gz) = 75059401e680e2b233d3e108ad9e6cc94b0624ec +Size (gaupol-0.15.1.tar.gz) = 458687 bytes SHA1 (patch-aa) = 77576970066c0bc74c15bc9ed2831f0099c8e896 |