diff options
author | mef <mef@pkgsrc.org> | 2014-12-14 13:47:49 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-14 13:47:49 +0000 |
commit | 5f234e9f6586a40c6e225dac414aedeab560a17d (patch) | |
tree | 2039100b1395b3f2975cc00d8f0765dea10790f4 /print/xpdf-chinese-traditional/Makefile | |
parent | 8f1ab362e70fa98e301c295f8402671665e940f7 (diff) | |
download | pkgsrc-5f234e9f6586a40c6e225dac414aedeab560a17d.tar.gz |
(pkgsrc)
- Add LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
(upstream)
- Update xpdf-* listed below
from 2002-2005 to 20110815 or 20110902
(from)
xpdf-arabic-20030216
xpdf-chinese-simplified-20040727
xpdf-chinese-traditional-20040727
xpdf-cyrillic-20030628
xpdf-greek-20020628
xpdf-hebrew-20030216
xpdf-japanese-20040727
xpdf-korean-20050707
xpdf-latin2-20021022
xpdf-thai-20020116
xpdf-turkish-20020410
(to)
xpdf-arabic-20110815
xpdf-chinese-simplified-20110902
xpdf-chinese-traditional-20110902
xpdf-cyrillic-20110815
xpdf-greek-20110815
xpdf-hebrew-20110815
xpdf-japanese-20110902
xpdf-korean-20110902
xpdf-latin2-20110815
xpdf-thai-20110815
xpdf-turkish-20110815
Changes are stated in following file
ftp://ftp.foolabs.com/pub/xpdf/CHANGES
The date and release numbers of xpdf are:
3.01 (2005-aug-17)
3.02 (2007-feb-27)
3.03 (2011-aug-15)
Diffstat (limited to 'print/xpdf-chinese-traditional/Makefile')
-rw-r--r-- | print/xpdf-chinese-traditional/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/xpdf-chinese-traditional/Makefile b/print/xpdf-chinese-traditional/Makefile index 8f7745270c1..f8f8a888f3f 100644 --- a/print/xpdf-chinese-traditional/Makefile +++ b/print/xpdf-chinese-traditional/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2012/10/08 13:45:49 asau Exp $ +# $NetBSD: Makefile,v 1.20 2014/12/14 13:47:49 mef Exp $ # -DISTNAME= xpdf-chinese-traditional-2004-jul-27 -PKGNAME= xpdf-chinese-traditional-20040727 -PKGREVISION= 2 +DISTNAME= xpdf-chinese-traditional-2011-sep-02 +PKGNAME= xpdf-chinese-traditional-20110902 CATEGORIES= print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ http://gd.tuwien.ac.at/publishing/xpdf/ @@ -11,6 +10,7 @@ MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.foolabs.com/xpdf/ COMMENT= Xpdf support files for Chinese (Traditional) +LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 DEPENDS+= xpdf>=2.02:../../print/xpdf |