summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2006-12-15Reset maintainer, ben@ has resigned.wiz2-4/+4
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg1-2/+2
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-10Update tex-dhucs to 3.1.4.minskim3-7/+8
Changes since 3.0.2: - bug fix for nojosa. - support apacite. - improved support for hyperref/beamer/memoir. - pdf bookmarks. - unicode naming rule. - linebreak before suppl. hanja.
2006-12-07As temporary band aid, ensure that PATH contains ${PREFIX}/bin, asjoerg2-3/+6
most scripts like tex-config will not work otherwise, breaking bulk builds badly. Bump revision.
2006-12-06Bump PKGREVISION for evince/patches/patch-ac,wiz1-1/+2
to be on the safe side.
2006-12-06Fix CVE-2006-5864 using a patch from evince CVS.wiz3-2/+31
Bump PKGREVISION.
2006-12-06Add tex-pgf.wiz1-1/+2
2006-12-06Initial import of tex-pgf-1.10 (with some help from minskim, thanks!):wiz4-0/+319
PGF is a macro package for creating graphics. It is platform- and format-independent and works together with the most important TeX backend drivers, including pdftex and dvips. It comes with a user-friedly syntax layer called TikZ. Its usage is similar to pstricks and the standard picture environment. PGF works with plain (pdf-)TeX, (pdf-)LaTeX, and ConTeXt. Unlike pstricks, it can produce either PostScript or PDF output.
2006-12-05Update texmf-dirs to 1.4. This version adds the following directoriesminskim2-3/+7
to the local texmf tree: doc/generic, tex/context, tex/generic, and tex/plain.
2006-12-02Instead of setting compiler flags in each package if it uses C99,jschauma1-7/+2
allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing. May need to be reviewed/added for other compilers. ok rillig@
2006-12-01Explicitly disable Perl to not leak wrkdir references. Bump revision.joerg1-2/+3
2006-11-30Add epdfview.reed1-1/+2
2006-11-30Import epdfview. A GTK2-based PDF viewer that uses Poppler.reed4-0/+53
This is partially based on yui's package at pkgsrc-wip-kr that I found when I was working on this.
2006-11-28don't try to @dirrm include/poppler which does belongs to the base popplerdrochner1-2/+1
2006-11-27Don't create empty directory. Found by ghen@.hira2-5/+5
2006-11-27Add SunOS-x86_64 support.obache2-2/+22
Patch provided by Gilles Dauphin in PR 33714.
2006-11-21Add security fix for CVE-2006-5864 based on patch taken from Debian Sarge.tron3-2/+30
Bump package revision because of this fix.
2006-11-20Apply some official patches. Two non-critical patches to themarkd2-2/+17
filtered selection code and "View Document" context menu and a patch to fix compilation with gcc 4.x. Bump PKGREVISION.
2006-11-14update to 2.0.4drochner4-22/+16
changes: -Use filechooser for GnomeFileEntrys in merge properties dialog and object editor image page. -New configure option to disable update-mime-database and update-desktop-database -Minor cleanup. -New templates and fixes
2006-11-13migrate devhelp docs to share/gtk-doc/html, bump PKGREVISIONdrochner4-51/+48
2006-11-12Don't overwrite installed files. This should close PR pkg/35036.hira2-11/+54
2006-11-11Fixed "test ==".rillig1-1/+3
2006-11-11Applied a patch from Ryo HAYASAKA, provided in PR 35035, which fixes therillig2-1/+15
check-portability test.
2006-11-11Fixed a pkglint warning.rillig1-2/+2
2006-11-06Switch to modular buildlinks.joerg1-2/+4
2006-11-06DESTDIR support. Remove explicit x11 include.joerg1-2/+3
2006-11-06DESTDIR support and switch to modular buildlinks.joerg2-4/+12
2006-11-06Switch to modular buildlinks and prefer OWN_DIRS over PLISTjoerg2-8/+4
exec/unexec.
2006-11-05DESTDIR support.joerg7-12/+141
2006-10-25Fixed PKGMANDIR.rillig1-1/+2
2006-10-24This package use perl:run and xgettext. Bump PKGREVISION.obache1-3/+3
Fixed PR 34898.
2006-10-23Update "gv" package to version 3.6.2. This is release fixes severaltron8-102/+127
bugs present in the 3.6.1 release. Based on patches provided by Thomas Klausner in private e-mail.
2006-10-17update to 1.2.5drochner3-347/+363
changes: -fontconfig support -Icon Tool Bars are now dockable -bugfixes
2006-10-16Update kbibtex to 0.1.5markd2-6/+6
Changes: Many UI improvements. A sidebar for detailed searching. Querying of online databases (PubMed). Kate is used for BibTeX source editing. Exporting to RTF has been added (using latex2rtf). Auto-completion when editing BibTeX entry fields has been added.
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz4-8/+8
2006-10-13poppler-link-qt3.h should also be installed. Bump PKGREVISION.markd2-2/+6
Should fix PR pkg/34810.
2006-10-12update to 0.6.1drochner5-14/+22
canges: -bugfixes -translation updates pkgsrc change: include tiff/buildlink directly instead relying on gtk to pull it in
2006-10-12update to 0.5.4drochner4-43/+37
changes: -Automatically read in CJK encoding files -Speed ups -let the utils take input on stdin -Bugs fixed
2006-10-12Don't build hugelatex configuration at do-install time, but in thejoerg5-34/+53
INSTALL script. Use magic markers and remove the texmf.cnf fragment at DEINSTALL time. This fixes the deinstallation when other packages modify it and are installed afterwards, but removed out-of-order. Bump revision. Addresses PR 32376 and PR 34003 (the latter indirectly from myself).
2006-10-12Regenerate to fix some pkglint warnings.martti1-5/+5
2006-10-10Fixed "test ==".rillig2-1/+51
2006-10-10Avoid empty for loops in shell scripts .dmcmahill1-3/+5
for f in ; do .... ; done fails with solaris /bin/sh. This repairs installation for several packages.
2006-10-10Don't try and install the man page on solaris. It is broken withdmcmahill1-2/+13
solaris nroff right now. This lets this package build and package on solaris.
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg1-1/+3
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-10-09Fixed bash and Perl interpreters. This made it necessary that the distfilerillig4-20/+19
is first extracted into the working directory and later copied. PKGREVISION++
2006-10-05Fixed unresolved pathnames like "${datarootdir}/cups".rillig3-16/+63
See: http://mail-index.netbsd.org/pkgsrc-users/2006/10/05/0000.html
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz9-20/+20
2006-10-03Change test string checking to use one equal sign.reed3-9/+18
Noticed on NetBSD when my print job didn't work (using pdq and foomatic-rip). Bump package revision. I also reported upstream.
2006-10-01The .gz extension for manual pages need not be given in the PLIST.rillig1-21/+21
2006-09-24Make this compile on sparc64 with gcc 4.jdc2-1/+19
(Need to cast to something at least as wide as "void *" - e.g. "long".) OK wiz@, joerg@.