Commit graph

5059 commits

Author SHA1 Message Date
dholland
874d269ad0 Oops, credit should be given to Anthony Mallet (PR 46698) 2012-08-22 19:46:58 +00:00
dholland
2002dc9d7a Disable -ffunction-sections -fdata-sections and accompanying
--gc-sections on netbsd because --gc-sections doesn't work with the
netbsd-4 and netbsd-5 linker. See PR 46698 and PR 40401.

Bump PKGREVISION because this changes the compiled package on netbsd-6.
2012-08-22 19:44:27 +00:00
marino
95c0e86f35 Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12 2012-08-21 23:49:18 +00:00
drochner
2d57b6d7a7 update to 1.1, from Leonardo Taccari per PR pkg/46823
changes:
The command line tools have been combined into one tool that does all:
 mubusy. Where previously you would have called "mupdfclean blah blah
 blah", now call "mubusy clean blah blah blah" instead.
Support for UserUnits
bugfixes and optimisations
2012-08-21 19:50:53 +00:00
minskim
a044e1e3af web2c requires ptexenc>=1.3.0.
This fixes PR 46787.
2012-08-14 21:05:51 +00:00
obache
ca63714f0e Instead of pass down LUA_ROOT as CFLAGS, replace its definition in the source,
avoid to specify nasty C string macro in the command line.
2012-08-14 11:36:25 +00:00
minskim
e5fbabeecc Update dvipsk to 5.992.
Changes:
- `c' config file include directive.
2012-08-13 20:07:27 +00:00
marino
d588ed54f5 print/poppler016: Fix poppler-qt.pc (Fixes KOffice, kdegraphics3)
Remove a dependency to poppler-0.16 in the poppler-qt.pc file so
that pkg-config --cflags "poppler-qt >= 0.3.1" returns valid information.

Default poppler version is now 0.20.x.  Since this package explicitly uses
0.16.x, @PC_REQUIRES_PRIVATE@ introduces a dependency to poppler-0.16.x in
the .pc file; pkg-config will then print messages such as "Package
'poppler-qt' requires 'poppler = 0.16.7' but version of poppler is 0.20.2"
instead of the required information.  Removing the Requires.private line
entirely fixes the issue.

After applying this patch and rebuilding poppler-qt, graphics/kdegraphics3
and misc/koffice now build on DragonFly.  Previously they failed with
poppler-related errors.

Patch provided by F.Tigeot.
2012-08-13 16:15:20 +00:00
wiz
3ebfad8824 Bump PKGREVISION for fix in librsvg/buildlink3.mk. 2012-08-13 14:25:37 +00:00
drochner
4c464db1bc PKGREV bump for poppler shlib major change 2012-08-13 12:18:37 +00:00
drochner
e4503a94f2 update to 0.7.13
fixes build w/ recent poppler
2012-08-13 12:12:59 +00:00
drochner
8a6f13fdea PKGREV bumps for poppler shlib major change 2012-08-13 11:25:56 +00:00
drochner
3eff49070e dependency bump for poppler shlib major change 2012-08-13 11:20:54 +00:00
drochner
f59804461a update to 0.20.3
changes: minor fixes, cleanup

pkgsrc note: shlib major changed (for no obvious reason), need revbumps
2012-08-13 11:19:39 +00:00
drochner
5ce5b99b02 make the program work again after incomplete WRKDIR change
bump PKGREV
2012-08-13 10:42:18 +00:00
wiz
4aed786b33 Update to 0.2.7:
libspectre 0.2.7 (08 August 2012)
=================================

This is another bugfix only release in the libspectre's 0.2 series.

This release fixes two crashes than can happen when %%Pages: or
%%Page: comments are missing in the document or when %%Pages: comment
is present but it's invalid.
2012-08-12 16:34:10 +00:00
ryoon
84ac939c03 Update to 2.1.1
Changelog:
2.1.1

- Tiny bug fix to make sure that the help file is in the right language.

2.1.0

- Dragging and and dropping files from Windows Explorer, Thunar, etc.,
  now works (at least for me, on Windows 7 and Xubuntu).

- Updated Czech translation from Pavel Fric.

- French translation from Pierre-Alain Bandinelli.

- German translation (and many suggestions) from Rainer Krachten.

- Translations should "just work"; i.e., if you use a French locale then
  the user interface and help text should appear in French. However, you
  can force DiffPDF to use any language it supports by using the
  --language command line option (e.g., --language=fr). If an
  unsupported locale or --language option is used, DiffPDF will fall
  back to English.

- Now support -h as a synonym for --help.

- Initial path defaults to home directory instead of DiffPDF's
  installation directory.

- Improved the Options dialog's layout.

- A subtle bugfix to the --words command line option.

- Fixed a crash: clicking to set a margin when there're no PDFs loaded
  now safely does nothing.


2.0.0

- Can now have comparisons exclude text that's outside user-specified
  margins. This feature was sponsored by a company that prefers to
  remain anonymous.

- Save As can now save images as well as PDFs.

- Minor bug fixes and improvements.

- Command line help (--help) will no longer work on Windows. This is to
  avoid a spurious console window appearing. I've put the output in the
  online help though.

- Improved dock window handling so that docks can now be stacked on top
  of each other (useful for small screens).
2012-08-11 17:57:39 +00:00
marino
01b2d8cff7 print/foo2zjs: Remove bad dependency check of dc
The package assumes that if the dc program doesn't support -V, it must
not support -e either.  This is a bad assumption; DragonFly supports
-e but doesn't support -V.  Rather than try to fix a bad conftest, just
remove it completely.  There's a previous test for dc presence.  If dc
doesn't support -e, let it break during the build rather than before it.
It doesn't take long to build.
2012-08-10 16:30:53 +00:00
wiz
fc97dd2240 Stop WRKSRC/CONFIGURE_DIRS abuse.
WRKSRC should be the toplevel, while CONFIGURE_DIRS can be used
for sub-hierarchies. Make it so.
2012-07-31 18:44:03 +00:00
wiz
220e8ba0a7 Add comment to patch. 2012-07-31 18:35:47 +00:00
imil
fc11c34d64 add & enable foo2zjs 2012-07-25 17:19:37 +00:00
imil
1836d377d8 Initial import of foo2zjs, version 20120516, into the NetBSD Packages
Collection.

foo2zjs is an open source printer driver for printers that use the Zenographics
ZjStream wire protocol for their print data, such as the  Minolta/QMS magicolor
2300 DL or Konica Minolta magicolor 2430 DL or HP LaserJet 1020 or HP LaserJet
Pro P1102 or HP LaserJet Pro P1102w or HP LaserJet Pro CP1025nw. These printers
are often erroneously referred to as winprinters or GDI printers. However,
Microsoft GDI only mandates the API between an application and the printer
driver, not the protocol on the wire between the printer driver and the printer.
In fact, ZjStream printers are raster printers which happen to use a very
efficient wire protocol which was developed by Zenographics and licensed by
most major printer manufacturers for at least some of their product lines.
ZjStream is just one of many wire protocols that are in use today, such as
Postscript, PCL, Epson, etc.
2012-07-25 17:15:45 +00:00
drochner
be4eb4ff74 update to 0.20.2
changes: bugfixes
2012-07-24 18:29:13 +00:00
jperkin
f2bda3c038 Fix paths to kpsewhich, avoiding "sh: line 1: kpsewhich: not found".
Bump PKGREVISION.
2012-07-24 09:24:22 +00:00
jperkin
ae4ca27e47 Use portable find(1) constructs. 2012-07-23 19:17:40 +00:00
minskim
5f02b09ad0 Update tex-tetex{,-doc} to 3.0.26894.
Changes:
- Support multiple updmap.cfg, one in each texmf tree.
2012-07-22 20:24:42 +00:00
minskim
88facd26b8 Update tex-texlive.infra to 2012. Mainly updmap configuration changes. 2012-07-18 18:30:50 +00:00
wiz
0e2c441278 Recursive bump for startup-notification* dependency change, requested
by Obache.
2012-07-15 08:22:46 +00:00
minskim
d8ea864e52 Update xetex to 0.9998.
Patches provided by Mathias Drochner and modified by me.  This fixes PR 46698.

Changes:
        * xetex.ch: XeTeX uses 256 math font families.
        * XeTeX_ext.c, pdfimage.cpp, am/xetex.am: Always use poppler.
2012-07-13 14:13:59 +00:00
minskim
5e3676c90b Sync xdvipdfmx with TeX Live 2012.
Patches provided by Matthias Drochner and modified by me.

Changes:
        * src/spc_pdfm.c: use kpse to find media.
        * dvipdfmx.c: allow inclusion of subsidiary config files, directive i
        * data/config/dvipdfmx.cfg: document the i directive
        * pdfdev.c (handle_multibyte_string): Handle UTP-16 surrogates
        for UCS-4 supplementary planes.
2012-07-13 13:44:49 +00:00
minskim
4c28b9e74a Resolve conflicts between teTeX-texmf and tex-xtab{,-doc}. 2012-07-11 12:59:59 +00:00
minskim
13d44658f4 Add tex-xtab{,-doc}. 2012-07-11 12:58:56 +00:00
minskim
8161f531db Import tex-xtab-doc-2.3f as print/tex-xtab-doc.
This is documentation for tex-xtab.
2012-07-11 12:58:02 +00:00
minskim
a09adcee92 Import tex-xtab-2.3f as print/tex-xtab.
Xtab is an extended and somewhat improved version of
supertabular; it provides tables that break across pages.
2012-07-11 12:57:27 +00:00
minskim
66a41cd874 Make luatex build with kpathsea-6.1.0. 2012-07-10 22:35:10 +00:00
minskim
e85ef29b9c Update web2c to 2012.
Changes:
- Add upTeX.
- Documentation and bug fixes.
2012-07-10 22:34:38 +00:00
minskim
6c4717dfb4 Update ptexenc to 1.3.0.
Major changes:
- Support for upTeX and e-upTeX.
2012-07-10 22:33:54 +00:00
minskim
30477ac6ff Update kpathsea to 6.1.0.
Changes:
* New formats for .ris and .bltxml.
* Merge with W32TeX.
2012-07-10 22:32:13 +00:00
minskim
f8c17b7304 Add a missing dependency. 2012-07-09 14:52:53 +00:00
minskim
8a99ec7b8d Use the absolute path in invoking xdvipdfmx. 2012-07-09 01:51:34 +00:00
minskim
6b1af2597e Add xdvipdfmx. 2012-07-09 01:22:34 +00:00
minskim
1a9b1d57de Import xdvipdfmx-0.7.8.20110705 as print/xdvipdfmx. Packaged by mishka@.
The extensions provided by xdvipdfmx provide support for the Extended DVI
(.xdv) format used by xetex, including support for platform-native fonts
and the xetex graphics primitives, as well as Unicode/OpenType text.
2012-07-09 01:21:27 +00:00
gdt
ad5477c542 Update to 5.2.9.
1) This release fixes an inappropriate change to the internal
     library version number (.soname or equivalent) made in 5.2.8.
     All distributors should immediately apply this update to their
     distributions to avoid other software linking against
     libgutenprint breaking.

  2) Duplicate Transparency entries in the media types for Canon
     iP4100 and similar printers have been removed.

  3) The range of fine position adjustment of CD media has been
     increased for Epson printers.

  4) The German translation has been updated.

  5) Canon PIXMA Pro9000 plain media high quality mode bug fix.
2012-07-08 11:34:14 +00:00
sbd
0d653b4da6 1) Add 'bsdlpr' option.
2) Make bsdlpr and cups options the members of a PKG_OPTIONS_NONEMPTY_SETS.
   (Because it is an error to build xfce4-print without lpr and cups support.)

3) On SunOS and Linux make cups the suggested option, otherwise make
   bsdlpr the suggested options.

Bump PKGREVISION.
2012-07-08 07:45:25 +00:00
joerg
582745682c PR 46666: share/texmf-dist must exist for some pax versions 2012-07-06 16:22:55 +00:00
wiz
80f527eaf7 Add comment (hi drochner!) 2012-07-05 10:23:23 +00:00
tron
e348787605 Fix incorrect filename in patch file and add missing comment. The patch
can be applied now.
2012-07-05 08:01:03 +00:00
drochner
ce865a9eb3 bump PKGREV for poppler shlib major change 2012-07-04 20:34:36 +00:00
drochner
fa276da06a make this build with poppler-0.20, bump PKGREV 2012-07-04 20:30:22 +00:00
drochner
59a1b71f59 update to 3.4.0
This switched to the gnome-3.4 branch
2012-07-04 20:29:23 +00:00