Commit graph

5154 commits

Author SHA1 Message Date
drochner
bc2905a937 import the current poppler base pkg as "poppler016"
This is the last version which supports the qt3 frontend, needed
by KDE3 (until it switches to "trinity" which seems to maintain a qt3
frontend for newer poppler versions)
2012-07-04 20:15:45 +00:00
dholland
49cfd098d9 Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01 19:05:10 +00:00
schnoebe
bd857aa9b0 pkgsrc specific:
Update to 3.12.6
    PR pkgsrc/46475
	remove use of strnlen to support building on older platforms
	that do not support the function.

Changelog/Release Notes:
Significant Changes:
  - 'hp-check' tool when run with "--fix" option resolves missing
    dependencies/groups/plugin and disable SELinux
  - Added PIN to PRINT support for HP Color LaserJet CM4540 MFP
  - libusb-1.0 support added

Added Support for the Following New Printers:
  - HP DeskJet Ink Advantage 2510 All-in-One Series
  - HP DeskJet Ink Advantage 3525 e-All-in-One
  - HP DeskJet Ink Advantage 4610 All-in-One Series
  - HP DeskJet Ink Advantage 4620 e-All-in-One Series
  - HP DeskJet Ink Advantage 5525 e-All-in-One
  - HP DeskJet 2510 All-in-One Series
  - HP DeskJet 3520 e-All-in-One Series
  - HP OfficeJet 4610 All-in-One Series
  - HP OfficeJet 4620 e-All-in-One Series
  - HP Photosmart 5520 e-All-in-One Series
  - HP LaserJet 400 M401
  - HP LaserJet 400 MFP M425 Series
  - HP LaserJet Enterprise 500 MFP M525 Series
  - HP LaserJet Enterprise 500 Color MFP M575 Series
  - HP LaserJet Professional P 1102w Printer
  - HP LaserJet Professional P1107w Printer
  - HP LaserJet Professional P1107 Printer
  - HP LaserJet Professional P1109w Printer
  - HP LaserJet Professional P1109 Printer
  - HP LaserJet Professional M1137 MFP
  - HP LaserJet Professional M1138 MFP
  - HP LaserJet Professional M1139 MFP
  - HP LaserJet Professional P1567
  - HP LaserJet Professional P1568
  - HP LaserJet Professional P1569
  - HP LaserJet Professional P1607dn Printer
  - HP LaserJet Professional P1608dn Printer
  - HP LaserJet Professional P1609dn Printer

Launchpad fixes:
  1007836 - Log files from Print to Photo Tray attempt, not working

Issues fixed:
  - HPLIP installation hangs at "Remove and Install" on Fedora 16 64bit OS
  - Supplies information was not getting refreshed unless hp-toolbox was
    re-launched
  - Fix for multiple queues configured warning message
  - Added dynamic cartridge part number display support for LEDM devices
  - Enabled Low ink alert message display for LEDM devices

Detailed Change Log:
  - libusb-1.0 support added
  - cleaned up hp-upgrade zombie processes
  - Added auto refresh in hp-systray when new device added or removed
    using hp-toolbox
  - Fixed the issue of Dbus install failure centOS 6
  - Removed obsolete ftime function and added gettimeofday
  - Added the hplipjs filter in the hplip.list.in file to include this
    filter in the RHEL5 & RHEL6 for PIN to PRINT
  - SELinux disable supported in hp-check --fix
  - Added Wget as dependency in HPLIP build
2012-06-23 04:50:06 +00:00
joerg
7fe7eb7d80 Not MAKE_JOBS_SAFE. 2012-06-21 10:36:01 +00:00
markd
859d12642b Update to KDE SC 4.8.4
Bug fixes.
2012-06-16 04:45:28 +00:00
taca
fa82681d54 *Use newer data type name of PHP; support PHP 5.4.x, too. 2012-06-16 02:59:00 +00:00
sbd
cdfc7f300d Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
gdt
50f60c40ac Update to 5.2.8.
* Changes from 5.2.7

  1) The Canon driver has been significantly overhauled for this
     release, and output (and in some cases functionality) may be
     significantly different from previous releases.  We expect to
     perform further work in future releases.  Specific changes
     include:

     [Massive list of Canon printers with changes]

  2) New printers supported in this release:

     [many]

  3) A problem whereby printing did not work at all on some Linux
     distributions has been fixed (3299815 CUPS PPD broken on Linux).

  4) A crash with the EPSON Stylus Photo R3000 has been fixed.

  5) Printing on the Epson Stylus NX200, SX200, and SX205 is believed
     to be corrected.

  6) A build problem with libgutenprintui2 and testpattern on certain
     platforms has been fixed.

  7) Chinese (Mandarin), Galician, and Ukrainian translations have
     been added.

  8) (API) Added function stp_vars_copy_from() to override settings in
     one settings object with those in another.
2012-06-13 23:19:19 +00:00
dholland
12dd32452c Add missing archivers/lz buildlink. 2012-06-06 22:51:18 +00:00
gdt
c7984dddc3 Force language bindings to off.
They already weren't bl3'd in, so this is to ensure they aren't
accidentally picked up (as happens on Mac OS X).

It remains to optionize them or (better) make split packages.

From Edgar Fuß on tech-pkg@.
2012-06-04 17:00:14 +00:00
dholland
0ee95f6899 Belatedly bump PKGREVISION for packages where the mass glib2 include
fixes last month changed installed headers, excluding some that have
already been bumped.
2012-06-03 23:56:58 +00:00
wiz
d3866e76ce Update to 1.0:
MuPDF 1.0 (2012-04-24)

The 1.0 release is here!

MuPDF 1.0 RC1 (2012-03-29)

The 1.0 release rapidly approaches! This version brings with it a whole host of features, including:

    Removal of all global variables: we now pass a context pointer
    through the code freeing us from the use of globals within the
    library.

    Multi-threaded operation: while MuPDF does not require a thread
    library, hooks are in place so that if one is used, significant
    speedups can be gained from using multiple cores to render.

    New error handling: a portable exception-like system is used
    to allow neater handling of errors. This leads to more stability
    and better resilience to broken files.

    Public/Private API: the API has undergone a significant revision
    (required by some of the above changes, plus renaming/revising
    for clarity and consistency), and has been split into public
    and private headers. The plan is that the public portion of
    the API should remain much more static in future.

    Improved Text Extraction device: a cleaner API to the experimental
    text extraction device, offering a list of styles, and more
    cleanly delineated content.

    Documentation: All public header entry points/structures are
    now documented and overviews of how to call the library to
    render pages both in single and multi-threaded mode are given.

    A new scavenging memory manager; makes much better use of the
    memory available by freeing cached items 'just in time'.

    Many, many, bugfixes.

This is such a large and significant version that we're doing a
release candidate first to allow us to correct any obvious bugs
that are found. Please try it and let us know how you get on!
2012-06-03 22:03:24 +00:00
obache
2a4da1d365 require bsd.prefs.mk before conditional check. 2012-06-03 09:31:31 +00:00
dholland
6d4b1cfe7e Use BUILDLINK_TRANSFORM to remove -Werror=foo syntax not supported on
netbsd-5.
2012-06-02 19:38:56 +00:00
taca
d4c449735e Update ruby-pdf-reader to 1.1.1.
v1.1.1 (9th May 2012)
- bugfix release to improve parsing of some PDFs
2012-06-02 01:00:44 +00:00
wiz
0a123c134d Update to 1.9.61, set LICENSE. Requested by Francois Tigeot in PR 46489.
New in 1.9.60:

* New constants from 1.5:
  - IPP_AUTHENTICATION_CANCELED
  - IPP_PKI_ERROR
  - HTTP_NOT_IMPLEMENTED
  - HTTP_BAD_GATEWAY
  - HTTP_SERVICE_UNAVAILABLE
  - HTTP_GATEWAY_TIMEOUT
  - HTTP_NOT_SUPPORTED
  - HTTP_AUTHORIZATION_CANCELED
  - HTTP_PKI_ERROR

New in 1.9.59:

* Password callbacks can now return None to indicate they want to
  abort the current operation.

New in 1.9.58:

* cups.Connection.adminExportSamba

New in 1.9.57:

* Fixed rpm provides script for newer versions of rpm.

New in 1.9.56:

* Builds against older versions of CUPS again.

New in 1.9.55:

* cups.IPP_QUALITY_DRAFT, cups.IPP_QUALITY_NORMAL,
  cups.IPP_QUALITY_HIGH
* cups.IPP_PORTRAIT, cups.IPP_LANDSCAPE, cups.IPP_REVERSE_PORTRAIT,
  cups.IPP_REVERSE_LANDSCAPE
* cups.IPP_RES_UNITS_CM, cups.IPP_RES_UNITS_INCH
* Support for IPP_TAG_RESOLUTION as triplet (xres, yres, units).

New in 1.9.52:

* cups.Connection.getPPDs2(): New method, identical to getPPDs() but
  returning all attribute values as lists.

New in 1.9.50:

* cups.Connection.getPPD3()
* cups.Connection.getJobs() now takes optional requested_attributes argument.
* cups.Connection.getPrinterAttributes(): member-names is now always a list.
* cups.HTTP_NOT_MODIFIED constant.
* cups.PPD_ORDER_ANY constant.
* cups.PPD_ORDER_DOCUMENT constant.
* cups.PPD_ORDER_EXIT constant.
* cups.PPD_ORDER_JCL constant.
* cups.PPD_ORDER_PAGE constant.
* cups.PPD_ORDER_PROLOG constant.
* cups.PPD.emitString() method.
* cups.PPD.emit() method.
* cups.PPD.emitAfterOrder() method.
* cups.PPD.emitFd() method.
* cups.PPD.emitJCL() method.
* cups.PPD.emitJCLEnd() method.

New in 1.9.48:

* cups.Connection.cancelJob()'s optional second argument is now a keyword.
2012-05-28 09:02:55 +00:00
marino
f1f7c8fc68 print/foomatic4-db-engine: Fix man page generation on DragonFly(+)
The perl man page generation script has an unnecessary file type check
that causes no man pages to be generated on DragonFly and possibly other
platforms.

After properly identifying the template file, it checks to see if it's type
nroff, troff, or groff.  On DragonFly it is type "ASCII".  Just skip the
check completely, the templates were extracted from the verified tarball.
2012-05-22 15:46:54 +00:00
marino
62c72b1370 print/jcabc2ps: Remove trace of cat pages
Apparently references to man/cat* on the PLIST are now being filtered out
by PKG_DEVELOPER=yes.  Now there is an error that cat pages are present
without being on the PLIST when actually they are.

So remove the installation of the jcabc2ps cat page despite there being no
man page version.
2012-05-22 06:20:27 +00:00
schnoebe
175e7d4e6b Add hplip to pkgsrc/print,
remove a bit of trailing whitespace in pkgsrc/print/hplip/Makefile.
2012-05-18 03:07:26 +00:00
schnoebe
f94690d36f Imported hplip from pkgsrc-wip.
HPLIP (Hewlett-Packard Linux Imaging & Printing) is an HP-developed
solution for printing, scanning, and faxing with HP inkjet and laser
based printers in Linux.

The HPLIP project provides printing support for 1,980 printer models,
including Deskjet, Officejet, Photosmart, PSC (Print Scan Copy),
Business Inkjet, LaserJet, Edgeline MFP, and LaserJet MFP.  See [1]
for more information on supported printers.

[1] http://hplipopensource.com/hplip-web/supported_devices/index.html
2012-05-18 03:03:20 +00:00
drochner
bfffb4f5b9 update to 1.4.1
changes:
-Addition of the GiveLife Color System(R) swatch palettes
-Addition of undo steps for path operations and page moving
-Enhancements to scripter
-Translation updates
-Relocation of profiles and swatches to the share directory
-bugfixes

pkgsrc note: switched from lcms1 to lcms2 -- this was not necessary
technically, but it is harder to keep cmake from picking up lcms2
if both versions are present
2012-05-09 09:28:31 +00:00
minskim
36794a86cf Resolve conflicts between tex-bbold, tex-extsizes, and teTeX-texmf. 2012-05-08 18:43:46 +00:00
minskim
54356c9816 Add tex-extsizes{,-doc}. 2012-05-08 18:42:51 +00:00
minskim
493ee718a3 Import tex-extsizes-doc-1.4a as print/tex-extsizes-doc.
This is documentation for tex-extsizes.
2012-05-08 18:41:27 +00:00
minskim
7562bc0125 Import tex-extsizes-1.4a as print/tex-extsizes.
Provides classes extarticle and extreport, extletter, extbook,
extproc which allow for documents with a base font of size 8-
20pt.
2012-05-08 18:41:18 +00:00
minskim
74a9c7d7cc Add tex-svninfo{,-doc}. 2012-05-08 16:55:44 +00:00
minskim
5ddaedb727 Import tex-svninfo-doc-0.7.4 as print/tex-svninfo-doc.
Based on wip/tex-svninfo-doc packaged by Christopher M. Fuhrman.

This is documentation for tex-svninfo.
2012-05-08 16:54:29 +00:00
minskim
bcc1fa97b4 Import tex-svninfo-0.7.4 as print/tex-svninfo.
Based on wip/tex-svninfo packaged by Christopher M. Fuhrman.

A package for incorporating the values of Subversion keywords
into typeset documents. Information about Subversion (a
replacement for CVS) is available from
http://subversion.tigris.org/
2012-05-08 16:54:02 +00:00
dholland
6b38387faa Build fixes for new glib2. Done with SUBST like inkscape due to volume. 2012-05-08 02:41:26 +00:00
dholland
0bcdacfbcf Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
dholland
1b70ed353a Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
caught by pkglint
2012-05-07 00:32:54 +00:00
dholland
d4f4ec8951 Build fixes for the new glib2. 2012-05-07 00:31:46 +00:00
dholland
84dc2eba45 Fix build with latest glib2. 2012-05-07 00:26:48 +00:00
joerg
30efd57429 Sprinkle a tiny bit of ANSI C. 2012-05-04 16:31:59 +00:00
joerg
ed43b8c8ae Match function return type with actual usage. 2012-05-04 16:30:28 +00:00
taca
02996d5e3d Update ruby-pdf-reader to 1.1.0.
v1.1.0 (25th March 2012)
- new PageState class for handling common state tracking in page receivers
  - see PageTextReceiver for example usage
- various bugfixes to support reading more PDF dialects
2012-04-29 14:18:50 +00:00
obache
99dc9c311a Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
minskim
f9d73cab87 Let teTeX honor the x11 option. 2012-04-25 22:17:19 +00:00
minskim
8163355fbd Let tex-texdoc honor the x11 option. 2012-04-25 15:47:49 +00:00
minskim
0ae0f7192f Set PKG_DESTDIR_SUPPORT before including options.mk. 2012-04-25 15:47:19 +00:00
minskim
54a0beb6ca Let tex-pdftools honor the x11 option.
Based on patches from Volkmar Seifert.
2012-04-24 20:27:18 +00:00
dholland
edf4c2ceb7 Set chown/chgrp by a method that doesn't allow the configure script to
come up with a different opinion. Fixes workdir references (to the
chown/chgrp in work/.tools) appearing in some cases.
2012-04-21 04:18:02 +00:00
joerg
49b2a86efc Don't use -Werror with clang. 2012-04-19 21:04:30 +00:00
minskim
1b6e9a4587 Resolve conflicts between teTeX-texmf and tex-mdwtools{,-doc}. 2012-04-18 19:37:35 +00:00
minskim
bec569574c Add tex-mdwtools{,-doc}. 2012-04-18 19:33:05 +00:00
minskim
c96f4855c2 Import tex-mdwtools-doc-1.05.4 as print/tex-mdwtools-doc.
This is documentation for tex-mdwtools.
2012-04-18 19:32:02 +00:00
minskim
5ab4454fa8 Import tex-mdwtools-1.05.4 as print/tex-mdwtools.
This collection of tools includes: support for short commands
starting with @, macros to sanitise the OT1 encoding of the
cmtt fonts; a 'do after' command; improved footnote
support; mathenv for various alignment in maths; list
handling; mdwmath which adds some minor changes to LaTeX
maths; a rewrite of LaTeX's tabular and array environments;
verbatim handling; and syntax diagrams.
2012-04-18 19:31:47 +00:00
markd
914ec1e9bc Update KDE SC to 4.8.2
bugfixes.
2012-04-15 05:54:50 +00:00
minskim
37946c335d Add tex-clrscode{,-doc}. 2012-04-15 03:05:02 +00:00
minskim
2ce0c8b66a Import tex-clrscode-doc-1.7 as print/tex-clrscode-doc.
This is documentation for tex-clrscode.
2012-04-15 03:03:19 +00:00
minskim
e8f46910fb Import tex-clrscode-1.7 as print/tex-clrscode.
This package allows you to typeset pseudocode in the style of
Introduction to Algorithms, Second edition, by Cormen,
Leiserson, Rivest, and Stein. The package was written by the
authors. You use the commands the same way the package's author
did when writing the book, and your output will look just like
the pseudocode in the text.
2012-04-15 03:03:02 +00:00
obache
96d0a072a2 Update ruby-gnome2 to 1.1.3.
== Ruby-GNOME2 1.1.3: 2012-04-08

This is a bug fix release of 1.1.2.

=== Changes

==== Ruby/GLib2

  * Improvements
    * Added required Ruby version into gemspec.
    * [GitHub#106] glib-mkenums.rb supported macro lines in header.
      This change is required for building with GLib 2.31.20.
      [Reported by mtasaka]
    * [GitHub#107] Supported tests on PPC.
      [Reported by mtasaka]
  * Fixes
    * Fixed handler_id type.

==== Ruby/GTK2

  * Improvements
    * Added Gtk::TreeViewColumn#set_sort_column_id and
      Gtk::TreeViewColumn#sort_column_id= for GTK+ < 2.18.
      [ruby-gnome2-devel-en] Gtk::TreeViewColumn
      [Reported by grant schoep]
    * Added Gtk::InfoBar.
    * Added Gtk::MessageType.
    * Added Gtk::ResponseType.
  * Fixes
    * Fixed build failure with GTK+ < 2.12.
      [ruby-gnome2-devel-en] compile problems gtk2, ruby-gnome2-all-1.1.2
      [Reported by grant schoep]
    * Fixed require failure with GTK+ < 2.14.
      [ruby-gnome2-devel-en] NameError: undefined method
      `color_selection' for class `Gtk::ColorSelectionDialog'
      [Reported by grant schoep]

==== Ruby/Poppler

  * Improvements
    * [GitHub#97] Added Poppler::Page#text_layout.
      [Patch by Andrey Kutejko]
    * [SF.net#3495948] Removed needless poppler-cairo check.
      [Reported by Pino Toscano]
  * Fixes
    * [GitHub#96] Fixed valid state of child index iterator.
      [Patch by Andrey Kutejko]
    * [GitHub#97] Fixed parameter check of Poppler::Page#get_text.
      [Patch by Andrey Kutejko]

==== Ruby/VTE

  * Fixes
    * Fixed build failure with VTE < 0.24.

==== Ruby/GStreamer

  * Improvements
    * Added Gst::Element#seek_simple.
  * Fixes
    * [GitHub#95] Fixed async test.
      [Reported by mtasaka]
2012-04-14 04:27:49 +00:00
obache
ad11f7599a Update acroread9 to 9.5.1, security fix for APSB12-08. 2012-04-12 14:31:30 +00:00
hans
5fa27b24d7 Add localedir setting to CONFIGURE_ARGS. 2012-04-12 13:13:48 +00:00
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
chs
7b6b845540 update to acroread 9.4.7. fixes CVE-2011-2462. 2012-01-18 15:34:46 +00:00
sbd
1e38404e66 Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2012-01-17 21:43:18 +00:00
drochner
1c8118ef2a fix an off-by-one in an earlier fix, from gnome bug #643882 2012-01-16 12:42:56 +00:00
obache
2f97717bdb gsed related clean up.
* Stop to treat NetBSD's sed as GNU sed, not full compatible.
  * Then, no need to reset TOOLS_PLATFORM.gsed for NetBSD if USE_TOOLS+=gsed and
    real GNU sed is required.
  * In addition, convert simple USE_TOOLS+=gsed to conditionally, without NetBSD.
* convert {BUILD_,}DEPENDS+=gsed to USE_TOOLS, all tools from gsed are real gsed.
2012-01-14 07:44:33 +00:00
hans
65a21db088 Force real gsed only on NetBSD. 2012-01-14 03:36:42 +00:00
hans
3a3fe8e873 Convert the remaining few packages that explicitly set DEPENDS or
BUILD_DEPENDS on bison to USE_TOOLS=bison. The minimum bison version
required in mk/tools/bison.mk is good enough for all of them.
2012-01-14 00:51:36 +00:00
obache
1f4649c8a2 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
obache
07542669ff Update ruby-gnome2 to 1.1.0.
== Ruby-GNOME2 1.1.0: 2012-01-05

This is a source cleanup release.

=== Changes

==== Ruby/GLib2

  * Improvements
    * [GitHub#65] Supported GLib 2.31. [Reported by mtasaka]
    * Supported comparing between GLib::Enum/GLib::Flags and Symbol.
  * Fixes
    * [GitHub#1] Fix GLib::Spawn regression.
      [Patch by Geoff Youngs]
    * Plugged memory leaks.
    * Fixed a crash by GC on Ruby 1.9.
  * Changes
    * Remove optional Ruby-GetText-Package dependency.

==== Ruby/GTK2

  * Improvements
    * [ruby-gnome2-devel-en] FileChooserDialog raising warnings on Windows:
      Added hicolor-icon-theme into gem on Windows.
      [Suggested by wNikolai Weibull]
  * Fixes
    * Fixed a crash by GC.
    * Plugged memory leaks.
    * Fixed Gdk::GC#colormap= uses wrong value.
    * Fixed Gtk::TextBuffer#serialize uses wrong value.

==== Ruby/Pango

  * Fixes
    * Plugged memory leaks.

==== Ruby/GdkPixbuf

  * Improvements
    * Gdk::Pixbuf.new supports hash argument.
  * Fixes
    * Plugged memory leaks.

==== Ruby/GStreamer

  * Improvements
    * Supported Windows gem.
    * Improved memory management.
  * Fixes
    * [GitHub#86] Gstreamer: test_caps test fails. [Reported by mtasaka]
    * [GitHub#87] GStreamer: test_span test fails. [Reported by mtasaka]
    * [GitHub#87] GStreamer: test_create_clock test fails.
      [Reported by mtasaka]
    * [GitHub#89] GStreamer: test_fraction_range_new test fails.
      [Reported by mtasaka]
    * [GitHub#91] GStreamer: test_state "sometimes" fails.
      [Reported by mtasaka]

==== Ruby/Poppler

  * Fixes
    * Fixed a wrong conversion in Poppler::Document#find_dest.
      [Reported by Chloé Desoutter]
2012-01-11 13:47:30 +00:00
drochner
ad18640cd5 update to 1.4.0
this is the first stable release after the 1.3.9 development cycle
changes:
-bugfixes
-documentation updates
-translation updates

Warning: Documents created by this pkg cannot be read by
version 1.3.3.x (pkgsrc/print/scribus).
2012-01-09 17:44:12 +00:00
joerg
b0bb70ca22 Just make the template implementation availabe all the time. C++
compilers are supposed to know how to use COMDAT.
2011-12-29 16:35:41 +00:00
sbd
71aa16df0c Don't use statfs() on SunOS (PR#44453). 2011-12-21 08:57:11 +00:00
drochner
c32bdfab41 make this build with the "cups" option again
(missing header, likely due to recent cups update)
2011-12-19 11:14:25 +00:00
obache
9ce09e1be1 Change default PKGNAME scheme for PECL packages.
Drop ${PHP_BASE_VARS} from PKGVERSION by default.

It used to be required to support multiple php version.
But after PHP version based ${PHP_PKG_PREFIX} was introduced,
such trick is not required anymore.
In addition to this, such version name schme invokes unwanted version bump
when base php version is bumped, plus, such version scheme is hard to
use for DEPENDS pattern.

To avoid downgrading of package using such legacy version scheme,
PECL_LEGACY_VERSION_SCHEME is introduced.
If it is defined, current version scheme is still used for currently
supported PHP version (5 and 53), but instead of ${PHP_BASE_VARS},
current fixed PHP base version in pkgsrc is used to avoid unwanted version bump
from update of PHP base package.
With newer PHP (54, or so on), new version scheme will be used if
it is defined.
This trick will not be required and should be removed after php5 and php53 will
be gone away from pkgsrc.
2011-12-17 13:46:27 +00:00
taca
f85eb1be43 Update ruby-pdf-reader package to 0.10.1.
v0.10.1 (20th October 2011)
- simple license change to glyph data file, no code changes
2011-12-15 15:45:25 +00:00
minskim
1eb9052a15 Update tex-xetex{,-doc} to 2011.
Create a missing symlink for xelatex.  Noted by Mark Davies.
2011-12-14 20:27:10 +00:00
minskim
2d575ed6b8 Update tex-latex{,-doc} to 2011.
Changes:
        * ltfssdcl.dtx: Bruno's improvement to \in@
        * ltfntcmd.dtx: Bug fix for 2009-12 change
2011-12-14 20:14:25 +00:00
minskim
e93da6f326 Update tex-luatex{,-doc} to 0.70.1.
Changes:
- Added settings for ConTeXt.
2011-12-14 19:53:20 +00:00
minskim
1678e52635 Sync tex-pdftex{,-doc} with TeX Live r24563.
Changes:
- Regenerated font maps.
2011-12-14 19:42:15 +00:00
minskim
01a6d3769f Let web2c install pdftex's manpage. 2011-12-14 19:33:40 +00:00
minskim
8779f3310a Update tex-hyphen-base to 2011. No functional change. 2011-12-11 20:30:24 +00:00
minskim
eb71596653 Update tex-dvips{,-doc} to 2011.
Changes:
- Regenerate font map files.
2011-12-11 20:14:24 +00:00
minskim
ac37a4487d Update tex-latexconfig to 2011.
Changes:
- Add luatex version of lualatexquotejobname.
2011-12-11 20:00:58 +00:00
minskim
85da6c0dda Sync tex-etex{,-doc} with TeX Live r22198.
Changes:
- Fix the version string in a manpage.
2011-12-11 19:52:31 +00:00
minskim
a8e06ab853 Let texlive packages honor PKGINFORDIR. 2011-12-10 19:17:00 +00:00
drochner
759c9a66a2 PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
joerg
05021fa85a Fix build with newer CUPS 2011-12-06 19:49:54 +00:00
joerg
58ad01c799 Fix build with newer GCC and newer CUPS 2011-12-06 19:48:47 +00:00
marino
b0673c6c44 print/lilypond: Fix copy/paste error on previous commit 2011-12-06 19:05:35 +00:00
marino
30a1cd50bb print/lilypond: Fix for DragonFly
DragonFly needs devel/flex rather than USE_TOOLS+= lex in order to
build lilypond
2011-12-06 01:23:58 +00:00
sbd
529d8cb79d Recursive bump for lang/ocaml buildlink addition. 2011-12-06 00:19:21 +00:00
joerg
bbde65f2e0 Tag the 28 locations that result in a Python 3.1 package as supporting so.
Remove it from the default list for the rest.
2011-12-03 00:02:14 +00:00
hans
f24775d7a7 Limit ssp fix to SunOS. 2011-12-02 14:14:58 +00:00
minskim
4c8a29614f Move format regeneration and font map update into texmf.mk so that
non-TexLive packages can use them.

Thanks to wiz@ for testing.
2011-11-30 19:15:46 +00:00
minskim
324a16da98 Update tex-kotex-dev{,-doc} to 0.3.
Changes:
- remove code suppressing char orphan in xetexko
- remove obsolete files from luatexko
- provides [nounfonts] option in luatexko.sty
- remove hyperref outuni routine from luatexko.sty
- remove plain tex latin font setting in xetexko-space.sty and
  luatexko.{tex,lua}
- consider some chinese center-aligned full stop in xetexko-space
- introduced hanjahook.sty. updated xetexko-dotemph and hangulhook
2011-11-29 21:20:59 +00:00
minskim
acc2cddfda Update tex-kotex{,-doc} to 0.3.
Changes:
- compatibility with memoir in kosections-utf.tex
- update hanja-to-hangul tables
2011-11-29 21:16:00 +00:00
minskim
7ef127fa20 Update tex-kotex-utils to 0.3.
Changes:
- Added kotexindy for indexing Korean.
2011-11-29 21:05:36 +00:00
hans
7f5c6e1a09 Add pod2man to USE_TOOLS. 2011-11-29 18:27:24 +00:00
drochner
615d8716b7 don't bl3 libXp explicitely where it is just meant as indirect
dependency of an Xaw variant -- if at all, this will be handled
by the Xaw bl3 file
2011-11-29 17:55:07 +00:00
hans
f682d7d276 Fix build with -fstack-protector. 2011-11-29 15:46:24 +00:00
drochner
50379201e3 include <cups/ppd.h> explicitely to make this build with newer cups 2011-11-28 15:29:32 +00:00
joerg
0aeac1fbd8 Add missing includes. 2011-11-25 22:17:07 +00:00
joerg
f9f73a6f69 Fix build with newer GCC 2011-11-25 22:16:26 +00:00
joerg
49ba684837 Newer GCC complains that foo != NULL is tautological, if foo is a local
variable, so deal with it.
2011-11-25 22:15:18 +00:00
ryoon
2fc4a1c0aa Update to 1.5.0
Changelog:
1.5.0

Added Save As action and dialog for saving the differences to a PDF file.

1.3.0

Added support for -a, --appearance, -t, --text command line options to
set the initial comparison mode.

1.2.3

Added a mention of comparepdf in the About box.
2011-11-22 19:46:09 +00:00
sbd
1c239e2837 With cups-1.5 <cups/ppd.h> in no-longer include by <cups/cups.h>. 2011-11-20 08:29:37 +00:00
ryoon
8c266d4a4e Update to 1.0b7
I was unaware of version up.

* Fix html2psrc path in patch-aa

Changelog:
  051211 1.0b5   Bug fixes. Added -M option.
  091021 1.0b6   "Security" fix. Changed behavior for SSI, to avoid having
                 arbitrary readable files disclosed on a web server that uses
                 html2ps in a web application (cgi script etc), allowing HTML
                 files to be uploaded for conversion. Setting up a service like
                 this is begging for trouble in my opinion. (Is /bin/cat also
                 a vulnerability, since one can use it in a web app, allowing
                 uploading arbitrary parameters to it?)
  100507 1.0b7   Fixed a bug introduced by the previous bug fix...
2011-11-18 21:59:01 +00:00