Path to this page:
./
print/xpdf-hebrew,
Xpdf support files for Hebrew
Branch: CURRENT,
Version: 20110815,
Package name: xpdf-hebrew-20110815,
Maintainer: pkgsrc-usersThis package provides support files needed to use the Xpdf tools with
Hebrew PDF files.
Contents:
- ISO-8859-8 encoding
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.3 2003/08/30 20:23:05 jlam Exp $
XPDFRC=${PKG_SYSCONFDIR}/xpdfrc
case ${STAGE} in
POST-DEINSTALL)
${SED} -e "/ebrew/d" ${XPDFRC} > ${XPDFRC}.tmp
${MV} -f ${XPDFRC}.tmp ${XPDFRC}
;;
esac
Required to run:[
print/xpdf]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 2820c90b1f303849ed24aabd9afd8581daba095b
RMD160: 66ddcdf3a4b00f388ebdec07b500ec52717d25e0
Filesize: 1.286 KB
Version history: (Expand)
- (2014-12-14) Updated to version: xpdf-hebrew-20110815
- (2010-01-27) Updated to version: xpdf-hebrew-20030216nb2
- (2006-02-06) Updated to version: xpdf-hebrew-20030216nb1
- (2005-10-28) Updated to version: xpdf-hebrew-20030216
- (2005-10-12) Updated to version: xpdf-hebrew-2003-feb-16-20030216
- (2005-10-05) Package added to pkgsrc.se, version xpdf-hebrew-20030216 (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-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
|
2006-03-14 02:14:36 by Johnny C. Lam | Files touched by this commit (134) |
Log message:
Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.
If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts. If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:
INSTALL_SRC= ${PKGDIR}/INSTALL
DEINSTALL_SRC= # emtpy
As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts. By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).
In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework. The only public variables relating to the templates are:
INSTALL_SRC INSTALL_TEMPLATE
DEINSTALL_SRC DEINSTALL_TEMPLATE
HEADER_TEMPLATE
The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
|