Path to this page:
./
print/xpdf-chinese-simplified,
Xpdf support files for Chinese (Simplified)
Branch: CURRENT,
Version: 20110902nb1,
Package name: xpdf-chinese-simplified-20110902nb1,
Maintainer: pkgsrc-usersThis package provides support files needed to use the Xpdf tools with
Chinese (Simplified) PDF files.
Contents:
- Adobe-GB1 character collection support
- ISO-2022-CN encoding
- EUC-CN encoding
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.3 2003/08/30 20:23:03 jlam Exp $
XPDFRC=${PKG_SYSCONFDIR}/xpdfrc
case ${STAGE} in
POST-DEINSTALL)
${SED} -e "/implified/d" ${XPDFRC} > ${XPDFRC}.tmp
${SED} -e "/gb2312/d" ${XPDFRC}.tmp > ${XPDFRC}
${RM} -f ${XPDFRC}.tmp
;;
esac
Required to run:[
print/xpdf]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: d7f0528ab1c21652906c7747e74a27c2f75308dd
RMD160: 69eb53b7ad19d1a7a03bd9d6737c285cb4496f6d
Filesize: 885.944 KB
Version history: (Expand)
- (2014-12-17) Updated to version: xpdf-chinese-simplified-20110902nb1
- (2014-12-14) Updated to version: xpdf-chinese-simplified-20110902
- (2010-01-27) Updated to version: xpdf-chinese-simplified-20040727nb2
- (2006-02-06) Updated to version: xpdf-chinese-simplified-20040727nb1
- (2005-10-05) Package added to pkgsrc.se, version xpdf-chinese-simplified-20040727 (created)
CVS history: (Expand)
2018-04-21 15:38:07 by Thomas Klausner | Files touched by this commit (28) |
Log message:
*: gd.tuwien.ac.at/ftp.tuwien.ac.at is gone, remove it from various mastersites
|
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message:
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
|
2015-11-04 02:03:03 by Alistair G. Crooks | Files touched by this commit (1194) |
Log message:
Add SHA512 digests for distfiles for print category
Problems found locating distfiles:
Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz
Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz
Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz
Package dvidvi: missing distfile dvidvi-1.0.tar.gz
Package lgrind: missing distfile lgrind.tar.bz2
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-12-17 00:37:48 by David A. Holland | Files touched by this commit (8) |  |
Log message:
Fix PLISTs after update. Reported by qjsgkem on freenode.
Bump PKGREVISIONS.
|
2014-12-14 14:47:50 by Makoto Fujiwara | Files touched by this commit (22) |  |
Log message:
(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)
|
2012-10-08 15:45:50 by Aleksej Saushev | Files touched by this commit (147) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|
2010-01-27 16:14:01 by Joerg Sonnenberger | Files touched by this commit (33) |
Log message:
Defer modification of xpdfrc to real package install time. Bump
revisions. Add DESTDIR support.
|
2009-06-14 20:12:04 by Joerg Sonnenberger | Files touched by this commit (118) |
Log message:
Remove @dirrm entries from PLISTs
|