Commit graph

5000 commits

Author SHA1 Message Date
ryoon
7f8cab90d4 Update to 1.9.2
* buildlink to print/poppler-cpp

Changelog:
1.9.2

- Added missing step to the README.

1.9.1

- Save As now preserves the aspect ratio. Bug reported by Rainer
  Krachten.

1.9.0

- Added Czech translation provided by Pavel Fric.

- Will now use the default locale's language for standard dialogs (e.g.,
  for the file dialog).

- Dragging & dropping one or two files onto the filename line edits or
  onto the file viewer panels is now supported. Independently suggested
  by Liviu Andronic and Rory Gordon.

- Show Zones checkbox is always visible (it was only visible with
  --debug in earlier versions).

- DiffPDF now starts up with its initial comparison mode being whatever
  comparison mode was in force when it was shut down (or Words mode the
  first time it is run).

- Improved About box with more version info + contributors.

- Added --help command line option.

1.8.0

- Introduced zoning: this can be slow in Characters mode but can provide
  better accuracy in text modes.

1.7.1

- Improved Character mode to be as liberal about hyphens as Words mode.
- Minor doc changes that I forgot for 1.7.0.
- Minor GUI bug fixes and changes.
- Minor under the hood efficiency improvements.

1.7.0

- Renamed Text mode to Words mode. This mode is best for alphabetic text
  (e.g., English).
- Added Characters mode. This mode is best for logographic text (e.g.,
  Chinese and Japanese). This was suggested by Paul Howarth.

1.6.3

- Very minor cosmetic changes.

1.6.2

- Save button is now only enabled if there are changes.
- An improved help window with slightly more information.

1.6.1

- In rare cases the highlighting on the right hand page could be in the
  wrong (horizontal) position; this has now been fixed.

1.6.0

- In addition to Appearance comparisons using highlighting, some
  composition modes can now be used to help make subtle differences more
  visible. (This was inspired by feedback by Florian Heiderich.)
- Can now control the square size for appearance comparisons. Using very
  small squares can help reveal tiny Appearance differences.
- Can now control the fill opacity for highlighting.
- Extended zoom range from 20% to 800% (was 25% to 400%).

1.5.1

Quite a few false-positives have now been eliminated:
- All hyphens are treated the same now.
- Some weirdly-encoded open/close double-quotes are treated as normal
  Unicode open/close double-quotes.
- Improved whitespace ignoring.
2012-04-11 17:20:45 +00:00
wiz
4773e0d7e2 All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08 20:21:41 +00:00
wiz
4faa202860 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00
dholland
d3f90d7e4c Bump depends to require at least version 3.0, so evince2 isn't picked up.
Bump PKGREVISION. I can't find any users of this package yet so I guess
they don't need to be revbumped.
2012-04-03 09:57:08 +00:00
dholland
af197b5736 Fix used-by, was copied from print/evince without being updated. 2012-04-03 09:55:59 +00:00
dholland
4fdd3e8702 Restrict depends to exclude evince3. 2012-04-03 09:53:44 +00:00
minskim
0886ea378c Resolve conflicts between teTeX-texmf and recent TeX Live packages.
This fixes PR 45902 and PR 46220.
2012-04-02 18:07:35 +00:00
markd
94394d3b9a fix build failure that occurs when random order of includes in a
generated file did not happen to include <KSharedConfig> prior to
its need here.
2012-03-26 09:15:04 +00:00
drochner
2ad81e06f7 update to 0.9
changes:
-xps support
-speedup, rendering improvements
-cleanup, bugfixes
2012-03-24 13:31:58 +00:00
marino
cd53f5c145 print/a2ps: Fix mempcpy for DragonFly
a2ps is inconsistent with it's use of mempcpy.  For lib/path-concat.c and
lib/strftime.c, it's looking for "mempcpy", but for src/regex.c it is
looking for __mempcpy.

DragonFly has mempcpy in string.h, so just patch the problematic
lib/path-concat.c to stop it from being redefined.  HAVE_MEMPCPY isn't
defined correctly and if it were it would break at regex.c.  The string.h
header and mempcpy definition are mutually exclusive in strftime.c file
so this one didn't need a patch.
2012-03-23 18:44:23 +00:00
obache
18c1a73ba4 Kill roff file check with `file' command.
Some platform does not have `file' utility, others does not recognize `roff'
format as PR 46245.

For this package, all wildcard matched files are 'roff' man source files,
so it is safe to skip this check.
2012-03-23 11:26:18 +00:00
obache
1facc87a4a LICENSE=gnu-gpl-v2 2012-03-23 11:02:51 +00:00
obache
82625fb135 Add missing RCS Id to patch-aa. 2012-03-23 11:00:14 +00:00
markd
e33ca9af59 add tex-biblatex{,-doc} tex-logreq{,-doc} 2012-03-22 20:23:34 +00:00
markd
c38ca53e6c import tex-logreq-doc 1.0
Documentation for tex-logreq
2012-03-22 20:20:46 +00:00
markd
247ec677df import tex-logreq 1.0
The package helps to automate a typical LaTeX workflow that
involves running LaTeX several times, running tools such as
BibTeX or makeindex, and so on. It will log requests like
"please rerun LaTeX" or "please run BibTeX on file X" to an
external XML file which lists all open tasks in a machine-
readable format. Compiler scripts and integrated LaTeX editing
environments may parse this file to determine the next steps in
the workflow in a way that is more efficient than parsing the
main log file. In sum, the package will do two things: 1)
enable package authors to use LaTeX commands to issue requests,
2) collect all requests from all packages and write them to an
external XML file at the end of the document.
2012-03-22 20:19:53 +00:00
markd
f5584a68e3 import tex-biblatex-doc 1.7
Documentation for tex-biblatex
2012-03-22 20:16:30 +00:00
markd
534d024952 import tex-biblatex 1.7
The biblatex package is a complete reimplementation of the
bibliographic facilities provided by LaTeX in conjunction with
BibTeX. It redesigns the way in which LaTeX interacts with
BibTeX at a fairly fundamental level. With biblatex, BibTeX is
only used (if it is used at all) to sort the bibliography and
to generate labels. Instead of being implemented in BibTeX's
style files, the formatting of the bibliography is entirely
controlled by TeX macros. Good working knowledge in LaTeX
should be sufficient to design new bibliography and citation
styles -- there is no need to learn BibTeX's postfix stack
language. Just like the bibliography styles, all citation
commands may be freely (re)defined. In fact, users need not
remain bound to BibTeX for use with biblatex: an alternative
bibliography processor biblatex-biber is available. Development
of biblatex and biblatex-biber is closely coupled; the present
release of biblatex is designed to work with biblatex-biber
version 0.9.3. The package needs e-TeX, and uses the author's
etoolbox and logreq packages. For users of biblatex-biber,
version 0.9 is required (at least; refer to the notes for the
version of biblatex-biber that you are using). Apart from the
features unique to biblatex, the package also incorporates core
features of the following packages: babelbib, bibtopic,
bibunits, chapterbib, cite, inlinebib, mcite and mciteplus,
mlbib, multibib, splitbib. There are also some conceptual
parallels to the natbib and amsrefs packages. The biblatex
package supports split bibliographies, multiple bibliographies
within one document, and separate lists of bibliographic
shorthands. Bibliographies may be subdivided into parts (by
chapter, by section, etc.) and/or segmented by topics (by type,
by keyword, etc.). The package is fully localized and can
interface with the babel package.
2012-03-22 20:15:12 +00:00
tron
53b30f46c2 Fix incorrect filename in patch file. 2012-03-22 09:05:46 +00:00
markd
633643c2a6 add kbibtex-kde3 tex-minted tex-minted-doc tex-xetex-def 2012-03-22 08:23:42 +00:00
markd
ae12246f19 import tex-minted-doc 1.7
Documentation for tex-minted
2012-03-22 08:11:43 +00:00
markd
147325b6aa import tex-minted 1.7
The package that facilitates expressive syntax highlighting in
LaTeX using the powerful Pygments library. The package also
provides options to customize the highlighted source code
output using fancyvrb.
2012-03-22 08:10:18 +00:00
markd
3f31641ac9 import tex-xetex-def 0.94
The file xetex.def provides device-specific definitions for
colour and graphics support when running Xe(La)TeX
2012-03-22 07:58:12 +00:00
markd
cc95921b75 Update to 0.4
KDE4 version.
2012-03-22 07:06:24 +00:00
markd
2b8e99394d Reimport kbibtex 0.2.1nb12 as kbibtex-kde3 2012-03-22 06:58:08 +00:00
markd
88927f656c Make work with zlib 1.2.6 2012-03-21 22:32:34 +00:00
drochner
ed641cc139 +libgxps,evince3 2012-03-21 17:42:48 +00:00
drochner
3420b80fcd add evince3-3.2.1, the gnome3 version of the "evince" document viewer 2012-03-21 17:40:19 +00:00
drochner
273bd89da1 add libgxps-0.2.2, a library to read "xps" documents 2012-03-21 17:38:39 +00:00
hans
d62f2ea322 Avoid invalid conversion from const char * to char * when building this
against lesstif with gcc46.
2012-03-21 17:05:57 +00:00
taca
c219aab9f4 Update ruby-pdf-reader to 1.0.0.
v1.0.0 (16th January 2012)
- support a new encryption variation
- bugfix in PageTextRender (thanks Paul Gallagher)

v1.0.0.rc1 (19th December 2011)
- performance optimisations (all by Bernerd Schaefer)
- some improvements to text extraction from form xobjects
- assume invalid font encodings are StandardEncoding
- use binary mode when opening PDFs to stop ruby being helpful and transcoding
    bytes for us

v1.0.0.beta1 (6th October 2011)
- ensure inline images that contain "EI" are correctly parsed
  (thanks Bernard Schaefer)
- fix parsing of inline image data

v0.12.0.alpha (28th August 2011)
- small breaking changes to the page-based API - it's alpha for a reason
  - resource related methods on Page object return raw PDF objects
  - if the caller wants the resources wrapped in a more convenient
    Ruby object (like PDF::Reader::Font or PDF::Reader::FormXObject) will
    need to do so themselves
- add support for RunLengthDecode filters (thanks Bernerd Schaefer)
- add support for standard PDF encryption (thanks Evan Brunner)
- add support for decoding stream with TIFF prediction
- new PDF::Reader::FormXObject class to simplify working with form XObjects

v0.11.0.alpha (19th July 2011)
- introduce experimental new page-based API
  - old API is deprecated but will continue to work with no warnings
- add transparent caching of common objects to ObjectHash
2012-03-20 13:08:33 +00:00
markd
a16fcdef9e add printer-applet 2012-03-20 06:24:07 +00:00
markd
119c46d847 Add printer-applet. Part of KDE SC 4.8.0
KDE printer applet
2012-03-20 06:21:42 +00:00
markd
b94dc5a72f Change category to print. 2012-03-20 00:58:26 +00:00
markd
3478943de8 Add okular 2012-03-20 00:36:15 +00:00
markd
07175ad6f8 Import okular. Part of KDE SC 4.8.0
Okular is a universal document viewer based on KPDF for KDE 4.

Okular combines the excellent functionalities of KPDF with the versatility
of supporting different kind of documents, like PDF, Postscript, DjVu, CHM,
XPS, ePub and others.
2012-03-20 00:34:54 +00:00
obache
e38bf63769 put an empty line around comments. 2012-03-16 01:11:32 +00:00
obache
23047f21c4 tabfy 2012-03-16 01:09:44 +00:00
marino
f03ecca41b print/cups-drivers-Magicolor5440DL: regenerate distinfo
For an unknown reason, the distinfo generated after patch-aa was last
modified was uncorrect, so it has been regenerated.
2012-03-15 16:13:28 +00:00
obache
34a560cbb0 Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
markd
36f978ce37 Update to 2.08
2.08: fixed a bug in one of the tests
2.07: two other common graphics formats (JPG and PNG) are now explicitly
 allowed as input files (i.e., not only PDF files are allowed as inputs).
2.06: changed the pdfbook script to include --booklet true as the default
 behaviour (thanks to Julien Bossert for this good suggestion).
2.05: changes to the pdfbook script [the --right-edge-binding option is
 now redundant, and there's a new --short-edge option for binding along
 the short edge of pages instead of the long edge (thanks to Marco Pessotto
 for this)]. The --preamble option to pdfjam is enhanced, to allow multiple
 instances which get concatenated. Also various minor corrections to man
 pages.
2.04: various minor improvements suggested by Debian maintainers (thanks
 to Eduard Bloch for these). The main things are: addition of the --version
 option; liberalisation of pdfjam to allow files in JPEG format to be
 specified as input, as well as PDF (I don't know why or if this might
 work! but some people have said it does); tidying of the man files; and
 more use of exec, to avoid forking.
2.03: fixed a bug which caused problems when your /bin/sh is the zsh shell;
 fixed a bug which prevented the correct representation of many UTF-8
 characters in pdfinfo data.
2012-03-15 01:53:45 +00:00
fhajny
1b714903c8 cups will search for iconv headers and use the library if it finds it.
Added libiconv bl3 to fix build on modern SunOS platforms.
2012-03-12 13:37:40 +00:00
markd
45870b23f7 Update to 2.02
2.02: more progress on portability; introduced the beginnings of a suite
 of tests; improvements in the --keepinfo functionality, and to the
 treatment of file permissions (thanks to Marco Pessotto for these).
 [2010-04-14]

2.01: fixed a silly bug (thoughtless use of "test -a" in a couple of
 places) which seriously affected portability. [2010-04-13]

2.00: a major re-design. This is not completely backward-compatible with
 previous versions of the pdfnup, pdfjoin and pdf90 scripts. The
 differences in interface are few, though.

 In addition, various reported bugs have been fixed - many thanks to all
 those kind people who reported them (too numerous to list here!)
 [2010-03-14]

1.21: bug fixes, including security issues (many thanks to Eduard Bloch,
 Robert Buchholz and Martin Vaeth for helpful reports on vulnerabilities
 and for kindly contributing patches); the scripts now call for /bin/bash
 as interpreter; availability of mktemp is now also assumed; the
 Mac OS X droplets now look for pdflatex at (by default)
 /usr/texbin/pdflatex [2009-01-19]
2012-03-10 22:23:13 +00:00
minskim
8a5f3c5b66 Add missing build-time dependencies to lilypond. 2012-03-07 15:56:32 +00:00
minskim
0891e856b5 Reduce lilypond's dependencies on TeX. 2012-03-07 15:27:30 +00:00
minskim
2c65c24114 Fix a typo. 2012-03-07 04:03:13 +00:00
minskim
24b1adc7f3 Delete cjk-lyx, which has been merged with editors/lyx. 2012-03-07 03:21:27 +00:00
ryoon
9c53210756 Recursive PKGREVISION bump for xulrunner, nss, and nspr. 2012-03-06 17:38:53 +00:00
minskim
ed7fa56602 Add tex-cweb{,-doc}. 2012-03-05 16:22:07 +00:00
minskim
eb0b349c5f Import tex-cweb-doc-3.64ad as print/tex-cweb-doc.
This is documentation for tex-cweb.
2012-03-05 16:20:36 +00:00
minskim
ec844a89d3 Import tex-cweb-3.64ad as print/tex-cweb.
The Cweb system is a system for Structured Software
Documentation (also known as Literate Programming) in the
programming language C.
2012-03-05 16:20:18 +00:00
minskim
1057683d9a Sync tex-texlive-scripts with TeX Live r25234. No functional change. 2012-03-04 20:17:38 +00:00
minskim
52ad5ff9e0 Update DISTFILES. No functional change. 2012-03-04 15:30:10 +00:00
minskim
225a5a53f9 Update tex-ptex{,-doc} to 3.2.
Changes:
- Make Japanese font maps available to updmap.
- Generate LaTeX format using eptex instead of ptex.
2012-03-04 01:20:20 +00:00
minskim
7c70a3bb60 Let tex-tetex/map.mk handle TEX_KANJIMAP_FILES. 2012-03-04 01:03:59 +00:00
minskim
6fd1cd3fd1 Sync tex-tetex{,-doc} with TeX Live r25424.
This version supports Japanese font maps for pTeX and pLaTeX.
2012-03-04 01:01:43 +00:00
minskim
71feaf46fd Update dvipsk to 5.991.
Changes:
	* output.c (hvpos): recover the old code in hvpos() for japanese
	because the changed code leads to incorrect result in some cases.
	other cases than japanese are not affected.
	* writet1.c (t1_check_unusual_charstring): new fn.
	(t1_subset_charstrings): call it.  This resolves a bug reported by
	Knuth when there is a newline between the /CharStrings and the
	following number (dict size).
2012-03-03 23:28:04 +00:00
minskim
3c44409aeb Sync tex-dvips{,-doc} with TeX Live r25424.
Font map updates.
2012-03-03 23:00:22 +00:00
minskim
4e8144582b Delete obsolete commends. 2012-03-03 21:32:34 +00:00
minskim
904e96ae0f Add tex-japanese{,-doc}. 2012-03-03 19:38:23 +00:00
minskim
76cd4f4590 Import tex-japanese-doc-1.3 as print/tex-japanese-doc.
This is documentation for tex-japanese.
2012-03-03 19:36:57 +00:00
minskim
b8eb530281 Import tex-japanese-1.3 as print/tex-japanese.
The package behaves in a similar way as if you provided the
(non-existent) Japanese option to babel so that you can handle
Japanese language text in LaTeX documents. The package requires
a Japanese-enabled TeX system, such as pTeX or jTeX.
2012-03-03 19:36:38 +00:00
minskim
c386c2f8be Sync tex-tex with TeX Live r23409. No functional change. 2012-03-03 18:53:42 +00:00
minskim
d83f22e865 Use GNU patch on Darwin; nbpatch fails in patching dvips.info. 2012-03-03 18:45:01 +00:00
wiz
e64308b04b Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
ryoon
b3f2ff40a1 Update to 6.6.6
* Bugfixes
* Add some instruction
2012-02-16 05:49:57 +00:00
ryoon
3acac03674 Update to 0.7.12
Changelog:
pdf2djvu (0.7.12) unstable; urgency=low

  * Fix resolution detection.
  * Add Ukrainian translation by Serhij Dubyk.
  * Windows: honour console output encoding.
    http://code.google.com/p/pdf2djvu/issues/detail?id=64

 -- Jakub Wilk <jwilk@jwilk.net>  Sun, 22 Jan 2012 00:16:38 +0100

pdf2djvu (0.7.11) unstable; urgency=low

  * Fix build failure with Poppler ≥ 0.17. Thanks to Vincent Untz for the bug
    report and the patch.
    http://code.google.com/p/pdf2djvu/issues/detail?id=61

 -- Jakub Wilk <jwilk@jwilk.net>  Thu, 06 Oct 2011 10:40:39 +0200

pdf2djvu (0.7.10) unstable; urgency=low

  * Fix the --monochrome option.
    Thanks to Rogério Brito for the bug report.
    http://code.google.com/p/pdf2djvu/issues/detail?id=59
  * Fix crash with --no-metadata.
  * Allow one to easily skip running some tests. Move tests requiring
    GraphicsMagick into separate files.
    Thanks to Kyrill Detinov for the bug report.
    http://code.google.com/p/pdf2djvu/issues/detail?id=55

 -- Jakub Wilk <jwilk@jwilk.net>  Sat, 20 Aug 2011 20:52:59 +0200

pdf2djvu (0.7.9) unstable; urgency=low

  * Add Russian translation by Kyrill Detinov.

 -- Jakub Wilk <jwilk@jwilk.net>  Thu, 18 Aug 2011 20:44:29 +0200

pdf2djvu (0.7.8) unstable; urgency=low

  * Add German translation by Chris Leick.
    Thanks also to Arno Töll for a translation update.
    http://bugs.debian.org/626315
  * Add support for merging multiple PDFs into a single DjVu file.
    http://bugs.debian.org/633628
  * Windows: cross compile using MinGW-w64.

 -- Jakub Wilk <jwilk@jwilk.net>  Sun, 24 Jul 2011 22:41:20 +0200
2012-02-16 04:00:39 +00:00
minskim
3e30bf317d Update tex-exam{,-doc} to 2.4.
Changes:
- New environments: EnvUplevel and EnvFullwidth
- New document class options: cancelspace
                              nocancelspace
                New commands: \cancelspace
                              \nocancelspace
- New command: \nobonusqformat
- New commands:
    \pointsinrange{rangename}
    \bonuspointsinrange{rangename}
- New commands:
   \settabletotalpoints
   \settabletotalbonuspoints
2012-02-14 21:50:46 +00:00
wiz
936b078a53 + paps. 2012-02-14 20:09:52 +00:00
wiz
84e506892f Initial import of paps-0.6.8:
libpaps is a library for converting Unicode text encoded in UTF-8
to postscript by using pango.

paps is a command line program using this library.
2012-02-14 20:07:32 +00:00
minskim
7e97b45527 Update tex-moreverb{,-doc} to 2.3a.
Changes:
- Define \verbatim@out only if it is not defined.
2012-02-10 17:50:46 +00:00
sbd
a81e84092e Add SET_LIBDIR=yes 2012-02-09 21:44:27 +00:00
minskim
df39ad16d9 Replace teTeX's texdoc with TeX Live's. 2012-02-09 21:44:15 +00:00
minskim
996f357c1b Let texlive-tetex not install the manpage for texdoctk, which is
installed by tex-texdoc-doc.
2012-02-09 21:27:26 +00:00
minskim
c37893277f Add tex-texdoc{,-doc}. 2012-02-09 21:23:03 +00:00
minskim
7c3225db08 Import tex-texdoc-doc-2011 as print/tex-texdoc-doc.
This is documentation for tex-texdoc.
2012-02-09 21:20:47 +00:00
minskim
d869aaa8b3 Import tex-texdoc-2011 as print/tex-texdoc.
TeXdoc is a script for easy access to the package documentation of
TeX distributions (i.e., .dvi, .pdf or .ps files on the $TEXDOCS
tree).
2012-02-09 21:20:31 +00:00
sbd
1a3ca2e9bb Update to cups-1.5.2
--------------------

CHANGES IN CUPS V1.5.2

	- Reposted what should have been CUPS 1.5.1.


CHANGES IN CUPS V1.5.1

	- Documentation updates (STR #3885, STR #3886, STR #3946, STR #3969)
	- Localization updates (STR #3840, STR #3989, STR #3997)
	- Build fixes (STR #3956, STR #3999)
	- The SNMP backend did not validate the device URIs reported by printers
	  (STR #4004)
	- cupsBackendReport() did not handle newlines in 1284 Device IDs
	  (STR #4005)
	- USB backend fixes for libusb (STR #3965, STR #3978)
	- The DBUS notifier did not validate string parameters (STR #3984)
	- Group quota ACLs did not work with Kerberos (STR #3972)
	- The IPP backend did not retry when a printer responded with
	  client-error-not-possible (STR #3963)
	- PostScript PPDs with filters used the wrong command filter (STR #3973)
	- The scheduler incorrectly used free() on a POSIX ACL value, which
	  could cause a crash (STR #3970)
	- PPD files using the MacStandard encoding did not work.
	- The web interface did not work on some platforms (STR #3902)
	- The lpstat command would crash when then "-u" option was used by a
	  non-administrator (STR #3953)
	- Japanese supply level reporting did not always work.
	- The DBUS notifier could crash (STR #3947)
	- Relaxed some of the page size checks in cupstestppd.
	- The ipptool program now reports attributes that are repeated within
	  the same attribute group.
	- Updated the PWG raster support to match the current draft
	  specification.
	- Fixed some IPP conformance issues in the scheduler.
	- Added ipptool support for repeating requests.
	- Added IPP/2.2 conformance tests and greatly improved the IPP/1.1,
	  IPP/2.0, and IPP/2.1 conformance testing.
	- IPP messages containing mixed integer/rangeOfInteger values did not
	  work (STR #3942)
	- The ipptool program now provides additional diagnostics for badly-
	  formatted responses (STR #3857)
	- When possible, the IPP backend now stops sending job data early on a
	  cancel.
	- cupsSendRequest and cupsWriteRequestData did not properly read all
	  HTTP headers, preventing authentication and encryption upgrades from
	  working in all cases.
	- The client.conf Server directive is no longer supported on Mac OS X
	  10.7 and later.
	- The IPP backend sent the wrong margins in media-col.
	- The scheduler did not save or restore large Kerberos credentials for
	  jobs.
	- The dnssd backend did not properly browse for secure IPP printers.
	- httpAssembleURI* did not properly escape all special characters in the
	  username/password field.
	- The scheduler now logs config file errors to stderr (STR #3936)
	- The configure script incorrectly used bundle-based localizations on
	  Linux (STR #3938)
	- The cups-driverd helper program did not cache .drv files properly,
	  sometimes leading to a crash (STR #3921)
	- CUPS did not build on stock Mac OS X installations.
	- Encryption was broken with OpenSSL.
	- ipptool's XML output used date/time values with timezone offsets,
	  which are not supported by Mac OS X's NSDate class.
	- Several programs did not support the cupsFilter2 keyword in PPD files.
	- The IPP backend incorrectly reported spool-area-full states.
	- cupsMarkOptions() did not protect against a bad PPD that was missing
	  one or more standard Duplex options.
	- The PostScript filter did not mirror N-up output properly.
	- The ipptool program did not validate UTF-8 strings in XML output.
	- Fixed supply level reporting for some printers.
	- The scheduler no longer automatically logs debug messages for jobs
	  that were held or canceled.
	- The cupsSendRequest function did not flush remaining response data
	  from a previous request, leading to apparent chunking issues.
	- The scheduler did not report the correct version in the Server: header
	  (STR #3903)
	- The scheduler did not support 1284 device IDs reported by driver
	  interface programs longer than 127 characters (STR #3871)
	- The image filters did not support loading images larger than the
	  RIPCache setting (STR #3901)
	- "PAGE: total NNN" messages did not get logged properly (STR #3887)
	- Updated the PWG Raster support to conform to the current draft of the
	  PWG Raster Format specification.
	- The PWG Raster filter did not always write the correct number of
	  padding lines on the bottom of the page (STR #3904)
	- When reporting a denial-of-service attack from the domain socket, the
	  address reported does not always contain the correct path (STR #3888)
	- Badly formed GIF files could cause the image filters to crash
	  (STR #3914)
	- Jobs canceled at the printer were retried by the IPP backend.
	- "cupsfilter -u" deleted the input file instead of the PPD file.
	- The scheduler did not compute the cost of PPD filters defined using
	  the cupsFilter2 keyword properly.
	- The scheduler did not correctly support the maxsize() attribute for
	  PPD filters.
2012-02-07 23:16:57 +00:00
wiz
5fb1e22076 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:40:37 +00:00
wiz
f228cfdfe7 Add used-by lines. 2012-02-06 10:12:57 +00:00
obache
3cf7b3eb5e fixes missing bump of the last py-reportlab update. 2012-02-04 04:46:34 +00:00
obache
978df0707c * No need to buildlink with py-imaging, simple DEPENDS is sufficient.
* No need to buildlink with obsolated py-xml, add py-expat to DEPENDS instead.
* add test target for self-tests.
* distutils pkg, switch to use python/distutils.mk

Bump PKGREVISION.
2012-02-04 04:41:56 +00:00
jnemeth
4e6052c74d sort 2012-02-02 07:54:27 +00:00
sno
345018559d using ${PAX} instead of expecting a pax is in PATH 2012-01-30 19:08:58 +00:00
sbd
df30b4ef53 When using imake the 'make' to use needs to IMAKE_MAKE otherwise there can
be problems with an interaction between gmake and bmake.
2012-01-30 07:09:06 +00:00
cheusov
457436024c + tex-splitbib 2012-01-29 11:57:57 +00:00
cheusov
188bb36b21 Import tex-splitbib
This package allows you to split a bibliography into several
categories and subcategories. It does not depend on BibTeX, and any
bibliography may be split and reordered.
2012-01-29 11:55:42 +00:00
marino
6af36b0880 print/cups-drivers-Magicolor5440DL: Fix PLIST problem on DragonFly
The configure script was looking for BSD in the uname, which DragonFly
does not have, and as a result was installing the driver in the wrong
directory.

Also indirect linking was removed for DragonFly only.
2012-01-29 10:11:01 +00:00
marino
c7c1bea21a print/imposter: Fix indirect linking error on DragonFly 2012-01-29 10:09:29 +00:00
marino
69cd9f90d9 print/img2eps: Fix indirect linking error on DragonFly 2012-01-29 10:08:30 +00:00
marino
424a58d81a print/ja-vfxdvik: Fix indirect linking error on DragonFly 2012-01-29 10:07:37 +00:00
marino
de56a62a23 print/scribus: Fix indirect linking error on DragonFly 2012-01-29 10:06:39 +00:00
jnemeth
5f5efe61e2 add and enable tex-bibtex8 2012-01-28 07:05:13 +00:00
sbd
f6381b0cad Disable automatic ldap detection. (Noted in PR/45824)
Bump PKGREVISION
2012-01-27 08:50:24 +00:00
drochner
b0949f370a update to 4.0.8
changes:
-deal with non-utf8 encoded PPD files
-improved printer search
-minor build fixes and cleanup
2012-01-26 11:53:49 +00:00
drochner
dcdb3d9107 update to 4.0.9
changes:
-bugfixes (command injection fix was integrated)
-minor feature extensions (color profile support, ghostscript speedup)
2012-01-26 11:49:23 +00:00
drochner
8e502466fa update to a recent snapshot
chances: new printer definitions
2012-01-26 11:31:43 +00:00
sbd
ec681430da Recursive dependency bump for databases/gdbm ABI_DEPENDS change. 2012-01-24 09:10:50 +00:00
joerg
bf35d16565 Don't include files (that generally don't even exist). Bump revision. 2012-01-23 00:43:44 +00:00
cheusov
708f794a5b A multilanguage implementation of BibTeX 0.99.
(v3.71) "big" BibTeX with full support of 8-bit encodings

An enhanced, portable C version of BibTeX. Enhanced by conversion to "big"
(32-bit) capacity, addition of run-time selectable capacity and 8-bit
support extensions.  National character set and sorting order are controlled
by an external configuration file.
Various examples are included.
2012-01-22 16:21:33 +00:00