summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2007-01-15Fix typo, as pointed by Gilles Dauphintonio1-2/+2
2007-01-15Modular Xorg support.joerg1-2/+5
2007-01-14Modular Xorg support.joerg1-1/+6
2007-01-11update to 1.3.3.7drochner7-83/+429
This switches the pkg to the 1.3 branch which is declared stable now.
2007-01-11Modular Xorg support.joerg1-1/+4
2007-01-11Update to version 7.0.9.obache2-10/+9
Patch provided by KIRIHARA Masaharu in PR 35393. Security fix of APSB07-01. http://www.adobe.com/support/security/bulletins/apsb07-01.html
2007-01-11Modular Xorg support.joerg1-1/+6
2007-01-10Needs libXt for building.joerg1-1/+4
2007-01-09Define uint64_t to u_int64_t on Interix.tv1-0/+11
There actually is an autoconf test in ghostscript for a 64-bit int, used for GX_COLOR_INDEX_TYPE, but the fallback for that is "ulong", not necessarily 64 bits. So to make gdevpdfe.c happy for now, force the issue.
2007-01-09Needs libSM for modular Xorg.joerg2-2/+4
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig8-23/+23
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2007-01-03Shortened the Makefile a bit, cleaned up the code, removed unnecessaryrillig1-29/+17
code, made the PAPERSIZE check at load time, removed automatic stripping of the binary files.
2006-12-31Master site's layout has been changed.obache1-2/+2
2006-12-29Update lilypond to 2.4.6.obache6-52/+14
This release backports the tieWaitForNote feature and has support for tetex-3.0 and some fixes.
2006-12-28Depend on the ghostscript fonts by default. Bump revision.joerg1-1/+4
2006-12-28Retire ghostscript-afpl and ghostscript-gnu.joerg17-1516/+1
2006-12-27Update to gpl ghostscript-8.54 aka print/ghostscript-afpl relaunchedjoerg38-2340/+620
under GPL with options.mk. This was discussed on tech-pkg@.
2006-12-27Use REQD_DIRS for share/ghostscript.joerg1-2/+4
2006-12-27+ ghostscript6joerg1-1/+2
2006-12-27Reimport print/ghostscript as print/ghostscript6 in preparation ofjoerg37-0/+2438
merging ghostscript-gnu and ghostscript-afpl.
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-1/+3
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-16Add USE_DIRS xdg-1.4 for share/pixmaps.wiz1-1/+2
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg5-10/+10
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
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