summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2004-02-16Sort includes, use pkgsrc intltool and drop dependency on libgnomeprintui.jmmv1-5/+5
Bump PKGREVISION to 2.
2004-02-14Explicitly depend on pkgconfig.minskim1-1/+2
2004-02-14Put post-install information in MESSAGE instead of using an INSTALL script.snj3-20/+11
Okayed by wiz.
2004-02-14Whitespace fix.snj1-1/+2
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14Put post-install information in MESSAGE instead of using an INSTALL script.snj3-20/+10
Okayed by wiz.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam16-39/+20
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and willjlam1-9/+1
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
2004-02-13s/dependant/dependent/snj1-1/+1
2004-02-13s/dependant/dependent/snj1-1/+1
2004-02-13s/independant/independent/snj1-1/+1
2004-02-13pdftops is a C++ application.jlam1-1/+2
2004-02-13Use pkgsrc intltool.jmmv1-1/+2
2004-02-12This package doesn't build anything.minskim1-2/+1
2004-02-11bl3ifyxtraeme1-5/+5
2004-02-11bl3ifyxtraeme4-23/+91
2004-02-10The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mkjlam1-2/+2
and any pre-existing buildlink2.mk files.
2004-02-10Fix for gcc3: varargs -> stdargagc2-1/+15
2004-02-09BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to thejlam1-12/+6
existing value. This is critical to set the correct list of dependencies for a package.
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv2-2/+4
2004-02-08Initial addition.jmmv1-0/+25
2004-02-08PKGLIBTOOL and PKGSHLIBTOOL are no more.jlam1-2/+2
2004-02-07Update dvipdfmx to 20031116. This closes PR pkg/23961.minskim4-33/+31
Approved by kei@ and wiz@. Changes since 20021230: * Fixed a bug on the algorithm converting arc to cubic bezier curves in arc() (tpic.c), which is reported by Werner Lemberg. * PNG support completely rewritten. Color pallete images are now not converted to 24-bit RGB, colorspace Indexed is used instead. Added tRNS and alpha chunnel (transparency) support. Experimental gAMA, cHRM and sRGB support. * Fixed bug that dvipdfmx stops with error "Invalid Subr Index" when embedding CFF OpenType font. * Add a missing line including pdfparse.h in dvi.c, which is reported by Akira Kakuto. * Changed the default font map files for teTeX 2.x as suggested by Haruhiko Okumura. * A bug on the paper size checking routine of dvi_paper_size() in dvi.c is fixed, which is reported by Haruhiko Okumura. * A bug on the kerning routine of dev_set_string() in pdfdev.c is fixed, which is reported by Edward G.J. Lee. * Changed to embed images only one time. * Updated configure.in and config.h.in to support WORDS_BIGENDIAN and SIZEOF_SHORT, SIZEOF_INT, SIZEOF_LONG. * A faked font name was used for TrueType fonts without any PS font name as suggested by Hin-Tak Leung. * Built-in codes (originally from libgcrypt-1.1.42) was used for PDF encryption instead of the OpenSSL library as suggested by Thomas Esser. * A significant bug reported from Haruhiko Okumura is fixed. The bug occurs only if compiled with gcc 3.x, not gcc 2.x. * New feature, hexadecimal Unicode, suggested by iNOUE Koich! and Akira Kakuto is implemented. * Fixed bugs on reading and writing OpenType fonts. * Applied changes for MiKTeX in ps_include() (psimage.c). * Fixed a bug in cff_charsets_lookup() (cff.c). * Fixed a bug in string_mode() (pdfdev.c) reported by iNOUE Koich!.
2004-02-07Update to dvipng-0.9. Changes:snj6-41/+12
* New --expand-bbox switch * code for getting image size info straight from preview-latex's "tightpage" option * Fix subpixel offsets * Slight speedups Remove info file from PLIST, as they are handled automatically these days. Okayed by wiz.
2004-02-06Update to 0.112:jmmv4-8/+38
* Set a window icon. - #130612 (I've disabled this in the package through patch-aa since it requires functionality in the development branch of gtk2, 2.3.x). * Fix links when using glib. >= 2.3.1. * Fix desktop file for DnD. (Shakti) - #126160 * a11y fixes. (Padraig O'Briain) - #126516 * Fix for files with % in their name. - #128171
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam1-2/+2
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
2004-02-06Update to 2.4.1:jmmv2-6/+5
* Fix memory corruption issues (Jaka) * Minor fixes for PostScript (Jaka) * Improve showing help in full-screen mode (Jaka) * Range selection with shift pressed (Jaka) * Updated docs (Breda) * Build fixes (Alexander Winston)
2004-02-06Include buildlink2 glue code for "libiconv", "ncurses" and "readline" totron1-3/+5
fix build problem. Bump package revision.
2004-02-06Add a MESSAGE for Linux, because Linux needs thereed2-2/+11
bidirectional communication for the parallel port enabled. (Maybe later, a note about a module?) Bump package revision.
2004-02-02These packages need a C++ compiler.jlam1-2/+2
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam3-7/+7
overridden.
2004-01-29the do-install target uses ${PATCH}, so add USE_GNU_TOOLS+=patch.grant2-3/+4
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-4/+4
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant30-60/+60
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv4-8/+8
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23bump PKGREVISIONS after name change of the pyxml dependency.recht1-1/+2
spotted by wiz@
2004-01-23catch up with pyxml -> py-xml name changerecht1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc51-104/+104
2004-01-18Update to 20040116:wiz3-10/+10
Two new CMaps, UniGB-UTF16-H and UniGB-UTF16-V.
2004-01-18Update to 20040116:wiz3-9/+10
Two new CMaps, UniKS-UTF16-H and UniKS-UTF16-V.
2004-01-18Update to 20040116:wiz3-9/+10
Two new CMaps, UniCNS-UTF16-H and UniCNS-UTF16-V.
2004-01-18Fix PKGNAME.wiz1-2/+2
2004-01-18Update to 20040116:wiz3-9/+10
Two new CMaps, UniJIS-UTF16-H and UniJIS-UTF16-V.
2004-01-10Set MAINTAINER to "tech-pkg" instead of "packages".kristerw1-2/+2
2004-01-10Don't put default arguments belong only in function declarations, not injlam2-1/+23
function definitions.
2004-01-10Update print/cups to 1.1.20. Changes from version 1.1.19nb3 include:jlam7-36/+27
Bug fixes: - The HTTP code did not use a case-insensitive comparison when checking for the Basic authentication method (STR #407) - The cupsaddsmb program didn't export the new CUPS driver for Windows properly (STR #390) - The default landscape orientation was not the same as that defined in the PPD file (STR #397) - The pdftops filter incorrectly auto-rotated pages when the user already had specified the proper orientation (STR #207) - The scheduler did not reset the group list when running CGI and filter processes (STR #185) Enhancements: - Updated the pdftops filter to use the annotation flags instead of the subtype to determine whether to print an annotation (STR #425) - The pdftops filter no longer needs to create temporary files with tmpnam (STR #406) - The scheduler now waits up to 60 seconds before restarting to allow active jobs to complete printing and pending requests to be processed (STR #226) - Added new cupsDoAuthentication(), cupsGetFd(), cupsGetFile(), cupsPutFd(), and cupsPutFile() functions to the CUPS API (STR #112) - The PDF filter always scaled and offset pages; this caused problems under MacOS X, so now the "fitplot" option controls whether PDF files are scaled to fit within the printable area of the page (STR #250) - Updated the pdftops filter to be based upon Xpdf 2.02pl1 (STR #191)
2004-01-10From the log for rev. 1.1260 of bsd.pkg.mk:jlam1-2/+2
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by installing all config files into /etc/packages/<pkg> instead of occasionally putting some directly into /etc."
2004-01-08Updated XFce to 4.0.3martti4-8/+8
- Leak in window manager's pixmap management - Various file manager fixes - Translation updates - Support for KDE system tray was added
2004-01-07From the log for rev. 1.1260 of bsd.pkg.mk:jlam1-2/+2
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by installing all config files into /etc/packages/<pkg> instead of occasionally putting some directly into /etc."