Commit graph

2079 commits

Author SHA1 Message Date
wiz
f3f27e5e2a Remove conflict with hpijs; reportedby Steve O'Hara-Smith on tech-pkg. 2006-02-11 11:51:24 +00:00
wiz
a30edbbd34 Be consistent in the weird PKGREVISION handling -- fixes DEPENDS. 2006-02-06 18:00:34 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
markd
72a10280ea Fix build on Solaris:
fabsf() -> fabs()
  Solaris<=9 doesn't have fabsf()
 test -z $foo  ->  test -z "$foo"
  Solaris test objects if $foo empty.
Bump PKGREVISION for fabsf() change.
2006-02-04 22:12:23 +00:00
gavan
92e227327a Update to hpijs 2.1.4.
This release contains support for a number of new printers.
2006-01-29 01:51:23 +00:00
dmcmahill
bf7451f4a3 update to latex-mk-1.5
* When  using  tex2page or HeVeA for html output, do not force the running of LaTeX. With latex2html,
       LaTeX will still be run because latex2html makes use of the .aux files generated by LaTeX.
     * Fixed a bug where if the BibTeX input file was modified LaTeX would be run again but not BibTeX.
     * Added  a  --tex2page  mode  for  latex-mk  (the  script)  which allows latex-mk to run tex2page the
       appropriate number of times to resolves all references.
     * Improve the cleaning of tex2page generated output.
     * Added latex.subdir.mk to support recursive builds.
2006-01-28 05:46:02 +00:00
tonio
99bbf9490e Take care to quote PATH variables: they may contains path with spaces
Fix PR pkg/32654, applying the proposed patches, thanks Peter Bex
2006-01-27 23:13:54 +00:00
joerg
fcbfa948bb Has BROKEN_GETTEXT_DETECTION. 2006-01-27 16:41:44 +00:00
minskim
91ba96eff4 Remove BROKEN_IN since this package builds fine with the recent
TEX_DEFAULT change.
2006-01-26 03:57:55 +00:00
tron
cf14634e31 Incorporate fixes for vulnerabilities reported in SA17916 and SA18329,
bump package revision.
2006-01-24 21:51:36 +00:00
ben
c957a9835c Make CUPS support optional using the pkgsrc option framework. 2006-01-24 15:28:30 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
jlam
c8acc068af EXTRACT_CMD.zip is no more... just use the real command for extracting a
ZIP archive.
2006-01-23 18:37:18 +00:00
tron
e72e3d6021 Apply security fix for SA18303 taken from Fedora Core 4.
Bump package revision because of this fix.
2006-01-22 23:13:33 +00:00
ghen
99245a1e72 [subst.mk] WARNING: Ignoring non-existent file "./doc/pdftopnm.1".
-> should be "doc/pdftoppm.1".
2006-01-22 22:01:11 +00:00
tonio
c746fe9467 move the PLIST SUBST from tex.buildlink3.mk to tetex?-bin/buildlink3.mk
This should fix bulk build for teTeX1 packages
2006-01-22 16:45:30 +00:00
tonio
bba43d4b6d Explicitly include tetex-bin/buildlink3.mk, as in ja-ptex-bin
Fixes PR pkg/32592
2006-01-22 15:47:40 +00:00
hira
ae2a45a3ac Add missing semicolon in previous. 2006-01-22 09:12:52 +00:00
hira
917011e836 Adapt to recent bsd.pkg.extract.mk changes. 2006-01-22 08:45:05 +00:00
adam
185839c192 Changes 8.53:
* Numerous bug fixes and improvements, particularly in the area DeviceN
  (spot color) handling and the PDF interpreter.
* The pdfwrite device can now create PDF/X-3 compliant documents using the
  lib/PDFX_def.ps prefix approach. See doc/Ps2pdf.htm documentation.
*A Beta version level 2 Postscript output device, ps2write, which generates
  high-level PostScript including text and images and graphics.
* A rendering performance enhancement for PDF's with transparency (10x to 90x
  on files with many small transparency regions/groups).
2006-01-22 08:18:49 +00:00
joerg
6a585133a6 Use INSTALL_EXTRA_TMPL and DEINSTALL_EXTRA_TMPL. Fix the output of
DEINSTALL to only print the delimiting line if the opening line was
written as well. Makes the output a bit nicer when no file was
modified.
2006-01-22 00:57:02 +00:00
dillo
46637a5519 Drop maintainership: I don't have the time to chase two vulnerabilities
per month.
2006-01-21 22:31:58 +00:00
jlam
758d912e33 Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction.  Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed.  The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-21 18:57:40 +00:00
jlam
c95ffd9147 PKGNAME should be derived from DISTNAME, not DISTFILES. This removes a
".tgz" from the PKGNAME.
2006-01-20 23:46:47 +00:00
jlam
81db182ecc Rename the following variables to reduce the number that we need to track:
EXTRACT_CMD_OPTS.bin		->  EXTRACT_OPTS_BIN
	EXTRACT_CMD_OPTS.lha		->  EXTRACT_OPTS_LHA
	EXTRACT_CMD_OPTS.rar		->  EXTRACT_OPTS_RAR
	EXTRACT_CMD_OPTS.tar		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.Z		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.bz2	->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.gz		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tbz		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tbz2		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tgz		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.zip		->  EXTRACT_OPTS_ZIP
	EXTRACT_CMD_OPTS.zoo		->  EXTRACT_OPTS_ZOO
	EXTRACT_CMD_OPTS_tar.gz		->  EXTRACT_OPTS_TAR
2006-01-20 23:41:29 +00:00
tonio
86bcf2de00 Make ja-ptex-bin explicitly include print/teTeX-bin/buildlink3.mk instead of
using tex.buildlink3.mk, as it requires teTeX2
Fixes PR pkg/32582
2006-01-20 14:20:59 +00:00
joerg
344db4d063 Query teTeX1-bin for WRKSRC, don't make (incorrect) assumptions about
the location. Specify -DANSI as well to avoid definitions e.g. of
sprintf, which GCC 3.4+ doesn't like.
2006-01-20 01:36:17 +00:00
joerg
26763ef3ab Transform a lvalue cast into a rvalue cast. 2006-01-20 01:19:23 +00:00
rxg
5d93ed0845 Modified mailbox in MAINTAINER. 2006-01-16 13:43:26 +00:00
minskim
8ae52f2cbe Update tex-dhucs to 2.60.20051222.
Changes:
- documentation update.
- better handling with teTeX.
2006-01-15 23:05:32 +00:00
minskim
7db160b184 Update dvipdfmx to 0.0.0.20050831.
Changes:
- Fix bugs in MetaPost manipulation and PK Type3 font.
- Allow PDF images generated from Mac OS X.
- Other fixes and improvements.
2006-01-15 21:26:41 +00:00
joerg
f0fe973f27 Fix errno. 2006-01-15 20:07:42 +00:00
wiz
b2f83f0be6 Add missing freetype-lib dependency, and use ja-vflib-lib/bl3.mk
instead of DEPENDS, to make this build again.
2006-01-15 19:28:32 +00:00
minskim
0a54cd08d2 This package doesn't build xdvik; disable tests for xdvik in configure. 2006-01-15 17:01:53 +00:00
tonio
2cad4cf56b Update print/auxtex to 11.82
News in 11.82
   * Support for the MinionPro LaTeX package was added.
   * Warnings and underfull/overfull boxes are now being indicated in
     the echo area after a LaTeX run, if the respective debugging
     options are activated with `TeX-toggle-debug-warnings' (`C-c C-t
     C-w') or `TeX-toggle-debug-bad-boxes' (`C-c C-t C-b').  In this
     case `TeX-next-error' will find these warnings in addition to
     normal errors.
     The key binding `C-c C-w' for `TeX-toggle-debug-bad-boxes' (which
     was renamed from `TeX-toggle-debug-boxes') now is deprecated.
   * AUCTeX now can automatically insert a pair of braces after typing
     <_> or <^> in math constructs if the new variable
     `TeX-electric-sub-and-superscript' is set to a non-nil value.
   * Some language-specific support for French was added.  There now is
     completion support for the commands provided by the `frenchb' (and
     `francais') options of the babel LaTeX package and easier input of
     French quotation marks (`\\og ...\\fg') which can now be inserted
     by typing <">.
   * Completion support for options of some LaTeX packages was added.
   * Handling of verbatim constructs was consolidated across AUCTeX.
     This resulted in the font-latex-specific variables
     `font-latex-verb-like-commands', `font-latex-verbatim-macros', and
     `font-latex-verbatim-environments' being removed and the more
     general variables `LaTeX-verbatim-macros-with-delims',
     `LaTeX-verbatim-macros-with-braces', and
     `LaTeX-verbatim-environments' being added.
   * The output of a BibTeX run is now checked for warnings and errors,
     which are reported in the echo area.
   * The aliases for `font-latex-title-fontify' were removed.  Use
     `font-latex-fontify-sectioning' instead.
   * The problem that Japanese macros where broken across lines was
     fixed.
   * Various bug fixes.
2006-01-13 22:59:44 +00:00
wiz
9e2ddacc40 Handle packages that only accept teTeX2 similarly to ones
that only accept teTeX2; should fix ja-ptex-share bulk build.
2006-01-13 17:56:43 +00:00
rillig
9ffb698d5d Removed the unused, misplaced definition of PKGREVISION. 2006-01-12 18:30:23 +00:00
ghen
dfdc1e8cb0 Use += instead of = for appending to SUBST_FILES. (btw, Joerg, you could also
have used *.1 *.5 as in the original post-patch target.)
2006-01-12 13:56:12 +00:00
joerg
04daac8ff6 Use SUBST framework. 2006-01-12 02:02:16 +00:00
reed
86577947ee Create a Makefile.common so poppler-qt will use same.
Remove distinfo from poppler-qt.

Make sure that poppler-qt depends on at least same version of poppler.

Take maintainership for poppler-qt.

This updates poppler-qt to 0.4.4. (I didn't check to see if fixes
are related to "qt".)
2006-01-11 17:49:35 +00:00
reed
661dd87b35 Add BUILDLINK_RECOMMENDED for security fix. 2006-01-11 16:14:14 +00:00
reed
ea88b2ed91 Update to poppler-0.4.4.
From ChangeLog:

2006-01-10  Kristian Høgsberg  <krh@redhat.com>

	* configure.ac: Bump realease to 0.4.4.

	* NEWS: Sum up changes.

	* poppler/DCTStream.cc: Backport patch for KDE #119569.

2006-01-10  Kristian Høgsberg  <krh@redhat.com>

	Security patch from Martin Pitt (#5516).  Multiple integer/buffer
	overflows.

	* poppler/Stream.cc (CCITTFaxStream::CCITTFaxStream): Check
	columns for negative or large values (CVE-2005-3624).

	* poppler/Stream.cc: Reset numComps to 0 since it's a global
	variable that is used later (CVE-2005-3627).

	* poppler/Stream.cc (DCTStream::readHuffmanTables): Fix out of
	bounds array access in Huffman tables (CVE-2005-3627).

	* poppler/Stream.cc (DCTStream::readMarker): Check for EOF in
	while loop to prevent endless loops (CVE-2005-3625).

	* poppler/JBIG2Stream.cc (JBIG2Bitmap::JBIG2Bitmap,
	JBIG2Bitmap::expand, JBIG2Stream::readHalftoneRegionSeg): Check
	user supplied width and height against invalid values.  Allocate
	one extra byte to prevent out of bounds access in combine().

2006-01-10  Kristian Høgsberg  <krh@redhat.com>

	* poppler/Stream.cc: Fix bug in last security patch (#5514).
	Also, for the record, the security patch also fixes CVE-2005-3192
	and CVE-2005-3193.

2005-12-18  Albert Astals Cid  <aacid@kde.org>

	* configure.ac: Better jpeg detection, refer to ml PCbsd problem
	* qt/Makefile.am: Backport fix build on systems where fontconfig is
	not on /usr/include
2006-01-11 16:10:11 +00:00
tonio
fbcf8141f8 fix problem with malformed conditional with old make 2006-01-10 13:25:01 +00:00
martti
c823d662d6 Updated print/apsfilter to 7.2.6
* driver/hpdj/550C, driver/pcl3/hpdj550c adjustments to ColorMode/ColorModel
* printing of PDF files: use acroread5 before v4 and v3 if present
2006-01-10 07:17:41 +00:00
tron
86523dd9df Patch the "texconfig-dialog" script (patching the "texconfig" script
doesn't help any more) so it calls the "dialog" program without requiring
the "DIALOG_PROG" environment variable to be set. Bump package revision
because of this fix.
2006-01-09 11:59:55 +00:00
tron
b0693b0d51 Fix broken ".if" conditional which causes warnings if e.g. "pkg_chk -i"
was used.
2006-01-09 10:12:11 +00:00
uebayasi
f64cda5daf Add pdfjam. 2006-01-09 10:10:50 +00:00
uebayasi
500647c2ef Initial import of PDFjam 1.2.0:
PDFjam is a small collection of shell scripts which provide a simple
interface to some of the functionality of the excellent pdfpages package
(by Andreas Matthias) for pdfLaTeX.  At present the utilities available
are:

 + pdfnup, which allows PDF files to be "n-upped" in roughly the way
   that psnup does for PostScript files.

 + pdfjoin, which concatenates the pages of multiple PDF files together
   into a single file

 + pdf90, which rotates the pages of one or more PDF files through 90
   degrees (anti-clockwise).
2006-01-09 10:10:08 +00:00
tonio
a5a34197c1 do not use tex.buildlink3.mk when the only accepted version is teTeX1, to
allow bulk build to create packages
2006-01-08 14:13:48 +00:00
tonio
56edd1a62d Make teTeX3 the default TEX_DEFAULT
bump PKGREVISION where necessary

Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to
teTeX?/buidlink3.mk, so that packages may include
print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not
allow that)
2006-01-08 14:00:11 +00:00