summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2005-06-09Pullup ticket 545 - requested by Lubomir Sedlaciksnj4-3/+74
security fix for a2ps Revisions pulled up: - pkgsrc/print/a2ps/Makefile 1.54 - pkgsrc/print/a2ps/distinfo 1.9 - pkgsrc/print/a2ps/patches/patch-ad 1.4 - pkgsrc/print/a2ps/patches/patch-ae 1.4 Module Name: pkgsrc Committed By: salo Date: Thu Jun 9 14:53:49 UTC 2005 Modified Files: pkgsrc/print/a2ps: Makefile distinfo Added Files: pkgsrc/print/a2ps/patches: patch-ad patch-ae Log Message: Security fix for CAN-2004-1377: "The fixps and psmandup scripts in a2ps allow local users to overwrite arbitrary files via a symlink attack on temporary files." Patches from Gentoo with few minor issues corrected.
2005-05-10Pullup ticket 489 - requested by Min Sik Kimsalo3-1/+36
portability fix for pdflib Revisions pulled up: - pkgsrc/print/pdflib/distinfo 1.9 - pkgsrc/print/pdflib/patches/patch-ab 1.5 - pkgsrc/print/pdflib/patches/patch-ac 1.3 Module Name: pkgsrc Committed By: minskim Date: Mon May 9 15:14:01 UTC 2005 Modified Files: pkgsrc/print/pdflib: distinfo Added Files: pkgsrc/print/pdflib/patches: patch-ab patch-ac Log Message: Identify Mac OS X correctly. Patch provided by Darrin B. Jewell in PR pkg/29883.
2005-03-27Pullup ticket 394 - requested by Dan McMahillsnj4-1/+480
portability fix for hpijs Revisions pulled up: - pkgsrc/print/hpijs/distinfo 1.8 - pkgsrc/print/hpijs/patches/patch-aa 1.4 - pkgsrc/print/hpijs/patches/patch-ab 1.3 - pkgsrc/print/hpijs/patches/patch-ac 1.1 Module Name: pkgsrc Committed By: dmcmahill Date: Sat Mar 26 13:59:33 UTC 2005 Modified Files: pkgsrc/print/hpijs: distinfo Added Files: pkgsrc/print/hpijs/patches: patch-aa patch-ab patch-ac Log Message: add autoconf tests to find what librarary connect, socket, recv, send, and gethostbyname are in. On some systems, you need -lsocket and -lnsl for these (solaris). Tested on NetBSD and Solaris-9.
2005-03-21pull ${PREFIX}/share/texmf/tex/latex/listings/listings.sty fromkei3-5/+18
teTeX-sharesrc package which is missing in original tetex-texmf archive by accident. It fixes 28876, and should do 29514 also. bumped PKGREVISION.
2005-03-18Updated xfce to 4.2.1.1martti3-8/+7
General: * Don't use G_INLINE_FUNC in the source code, which fixes several weird build errors. libxfce4util: * Fix a problem with NFS mounted home directories in Solaris (#724) xfce4-session: * Fix RedHat shutdown code (#703) xfdesktop: * fix handling of quoted commands in the desktop menu (#776) * fix handling of .desktop files with no Categories list (#776) * add "edit menu" button to panel plugin prefs (#554), and ability to change the button tooltip (#764) * fix broken panel plugin behavior when trying to track the default desktop menu. there's a new option to either follow the default menu, or use a static menu file (#778) * fix bug where xfdesktop would crash if the windowlist was opened, then a window was destroyed, and then that window was selected from the list (#672) * fix "unique" attribute of system menu inclusion xffm: * ensure posix.1-1996 compatibility (#695) * fix for crash on opening fstab on solaris (#726) * avoid a showstopper gtk-2.4 bug (scaling gdkpixbufs from svg images). This is bugzilla #751 report. Not all gtk showstopper bugs from svg can be avoided. In particular with office/mobile_phone_01.svg. This file will also crash rox * allow relative paths for icon resolution (xfce4-modules) * validate utf error messages (#737) * don't quote paths that are already quoted. * change smb-share icon to proper icon * fix borked overwrite warning dialog message * bug fixes for keyboardnavigation to close bug #795 * separate remove and paste button in toolbar to avoid confusing the remove confirmation dialog with the overwrite confirmation dialog * fix translation problems in several languages, including brazilian-portuguese * fill in some missing spanish translation strings * fix for bug #524 (crashing xffm by mounting cdrom and trying to open it in the other treeview before mount is complete) xfcalendar: * remembering of its position (bug #691 and #789) * warning box for preventing users to loose their changes (#714 and #738) * possibility to show/hide xfcalendar in taskbar, pager and systray (#719) * possibility to choose to either show or hide the calendar window when xfcalendar is launched (it remembered before the status when leaving) xfce4-panel: * Save configuration file only on exit * Fix double click on inactive item in dialog (#739) * 64bit fix * Clock applet tweak (#716, hopefully) xfprint: * remove FILE backend and add a print-to-file entry in the printing dialog * multiple bugfixes (#816, #817, #818, #820) in the BSD-LPR backend
2005-03-17Bump PKGREVISION: DEPENDS on fixed enscript without security vulnerabilities.salo2-5/+6
2005-03-17Update to version 1.6.3nb1salo8-151/+304
nb1: ==== - security fixes for CAN-2004-1184, CAN-2004-1185, CAN-2004-1186 - patches from Debian/Gentoo - addresses PR pkg/29721 1.6.3: ====== - Changes in the highlighting / pretty printing - Support for state inheritance. - new highlighting rules - new output language `ansi' to print color outputs - new encodings - new options
2005-03-02Fix CAN-2005-0206:drochner4-5/+67
An overflow check introduced earlier (for CAN-2004-0888) was never triggered on 64-bit systems because 64-bit arithmetics was used there. Sprinkle some casts to int su that the overflow can happen. This fix is similar to the redhat one. The fix for similar code in print/teTeX-bin looks much cleaner, but since cups already contains the wrong redhad fix, I've chosen to stay close to the original. bump PKGREVISION
2005-03-01add -lgcc_s on solaris with gccdmcmahill1-1/+11
2005-03-01use libnbcompat for missing getopt. Fixes compilation on solaris.dmcmahill1-1/+8
2005-02-27Update to 0.1.14:jmmv2-6/+6
2004-11-16 Jody Goldberg <jody@gnome.org> * libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) : Add a decl in the header. * libgnomecups/gnome-cups-printer.c (update_attributes) : disable the optimization that went directly to a printer when we knew it's host. This caused problems when the remote printer was not accessible, or for machines with unresolveable localnames (eg SuSE). People can re-enable it if they'd like (eg RedHat) by tweaking the magic global static variable go_directly_to_printer_when_possible. (_gnome_cups_printer_get_host) : ditto. 2004-10-27 Jody Goldberg <jody@gnome.org> * libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) : new (gnome_cups_printer_set_description) : s/CUPS_ADD_PRINTER/IPP_SET_PRINTER_ATTRIBUTES/ (gnome_cups_printer_set_location) : ditto 2004-10-14 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=151218 * libgnomecups/gnome-cups-request.c (gnome_cups_request_new) : patch minor leak. 2004-10-10 Malcolm Tredinnick <malcolm@commsecure.com.au> * configure.in: Wrap the GETTEXT_PACKAGE string in quotes. Unbreaks the build. 2004-10-09 James Henstridge <james@jamesh.id.au> * acconfig.h, acinclude.m4: remove unnecessary autoconf/automake cruft. * libgnomecups/Makefile.am: don't set LDFLAGS variable, since it is meant to be a user variable. Don't define GNOMELOCALEDIR, since it is done in the configure script now. * configure.in: remove some macro calls that are unnecessary with newer versions of Automake. * autogen.sh: ask for Automake >= 1.7
2005-02-26Update libgnomeprint and libgnomeprintui to 2.8.2:jmmv5-13/+16
Dom & Hans * Clean up win32 build Jody * Use 'b' with fopen just to be safe http://bugzilla.gnome.org/show_bug.cgi?id=160185 * Set the use theme flag correctly on subsequent previews * Check for existence of transport before offering it * Don't center the preview by default
2005-02-24Add RMD160 digests.agc107-108/+301
2005-02-24Define ENODATA (if not defined) in patch-ad.reed3-9/+26
Also make it work with older gcc (patch-aa).
2005-02-23Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+3
tech-pkg@.
2005-02-21Use the extended PLIST_SRC support which now also reads:veego7-10/+7
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. Rename PLIST.pro to PLIST.common and PLIST.post to PLIST.common_end and rename the PLIST.* files from ${LOWER_OPSYS} to ${OPSYS}.
2005-02-21Use the extended PLIST_SRC support which now also reads:veego6-16/+6
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. Rename PLIST.pre to PLIST.common and PLIST.post to PLIST.common_end
2005-02-21Sign over maintainership to tech-pkg@hubertf5-10/+10
2005-02-12Reset maintainer to tech-pkg@.snj1-2/+2
2005-02-12Remove patch obsoleted by 0.37 update.wiz1-13/+0
2005-02-11Actually pull in teTeX(2, not 1!) *if* someone really needs this.hubertf1-2/+2
This pkg will go away when we have teTeX3.
2005-02-11Note that this pkg conflicts with teTeX>1hubertf1-1/+2
XXX this doesn't DTRT as we only look at CONFLICTS at 'make install' time, by which this pkg already has pulled in it's outdated dependency
2005-02-11Format docs at build-time (assuming non-root), instead of athubertf2-12/+15
install0time. Tested with teTeX2 and teTeX3.
2005-02-11teTeX3 doesnt' have virtex either - link musictex to 'tex' insteadhubertf1-2/+6
(as it was used to make the format file, too)
2005-02-11Shuffle a bit, and make sure the ls-R database is upto date when thishubertf1-6/+7
is installed as binary pkg
2005-02-10Make this work with teTeX3 (in addition to teTeX2):hubertf1-3/+10
teTeX3 doesn't come with an "initex" command, one has to use "tex -ini".
2005-02-10Added support for CPUS (pkg/29278 by Piotr Kalinowski)martti1-1/+6
2005-02-10Fix installation of info files. We have to manually pass the --infodirjmmv1-2/+4
argument to the configure script to point to ${PREFIX}/info; otherwise they'd get installed in the lilypond/lilypond subdirectory, thus being unrecognized by the PLIST. Bump PKGREVISION to 2.
2005-02-10This is included in teTeX, make it conflict now (but still work withhubertf1-2/+4
teTeX2). This should be removed when teTeX3 is imported.
2005-02-10Document that this is part of teTeX3 too (the pkg should be removedhubertf1-2/+2
once teTeX3 is imported)
2005-02-09Update to 0.37: bugfix release.wiz2-8/+7
2005-02-07Instantly deprecate USE_PAM from pkgsrc as its value is being set fromjlam1-5/+1
within NetBSD-current's bsd.own.mk, which conflicts with its usage in pkgsrc. The package that use USE_PAM have been converted to use the bsd.options.mk framework. This should fix PR pkg/29257.
2005-02-05Remove out-dated patches for last round of ocaml updatesadrianp2-25/+0
2005-02-04- Update of advi from 1.4.0 to 1.6.0adrianp3-17/+28
Version 1.5+2 2003/10/09 Background enhancement with specification of the geometry and colors. 2003/10/09 Added an HTML version of the manual with the help of HeVeA and Luc Maranget. 2003/10/08 Change the background command execution order: 1) Solid background first, 2) Then apply the gradient function, 3) Then draw the image. This way you can use an (alpha blended) image on a gradient background. 2003/10/03 Long time standing bug of set_title has been fixed: the Active-DVI window is now allocated by the Window Manager with the expected correct name. Version 1.5 2003/09/30: Introducing page timing dump to designated files for synchronisation purposes.
2005-02-04Create font spool in VARBASE, not in /var.minskim2-4/+4
2005-02-03Update print/p5-PostScript-MailLabels to version 2.10. Changes fromjlam4-9/+36
version 1.01 include: * Added parameters for 5167 Avery (tm) stock. Also added many new Avery (tm) parameters. * Added new parameter set 'freetype', to allow the user to place a text string anywhere they want. Particular use is for numbering the pages. * Code now escapes special PostScript characters (){}[]<>/% in the input so that they will print properly and not crash the PS interpreter. * Changed to honor user-defined number of columns. * Added y_gap to Avery(tm) labels * Updated calibration plot in BasicData to arbitrary paper size * Added all of the component and label definition stuff. * Added pagesize so that various paper sizes are actually handled correctly.
2005-02-03Update to 2.8.3:jmmv2-5/+5
- The program should now not insist on having a peek at each remote URI in your recently used document list. (Looks like faster startup times.) - Many warnings fixed. - Many updated translations.
2005-02-03Update to 2.8.3:jmmv2-5/+5
Version 2.8.3 ------------- * Fix for CAN 2005-0064 (Derek Noonburg) * Fix font encoding code for Type1C fonts and freetype > 2.1.7 Version 2.8.2 ------------- * Fix potential buffer overflow in xpdf colorspace handling code. (Derek Noonburg) - CAN 2004-1125 * Fix bookmarks navigation. (Martin Sjogren, Marco Pesenti Gritti) - #159937 * Show "Exit Fullscreen" button only on current workspace. (Gordon Ingram) - #161225 * Fix crash with broken embedded fonts. (Martin) - #161066 * Fix several crashes with mouse-over-links. (Martin) - #156784 * Translation updates: Vincent van Adrighem (nl)
2005-02-02Depend on scrollkeeper to handle .omf files; pointed out by wiz@.jmmv2-300/+7
While here, fix handling of info files; thanks to seb@. Bump PKGREVISION to 1.
2005-01-25Bad Ghostscript for using autoconf and then summarily ignoring $X_*LIBS.tv1-5/+5
Provide an explicit override for the Ghostscript-specific XLIBS (no underscore, no -l in values) for Interix. Remove obsolete ZOULARISBASE references.
2005-01-24Apply xpdf-3.00pl3.patch also to fix a security problem which is discribed inkei3-7/+17
http://www.idefense.com/application/poi/display?id=186&type=vulnerabilities (CAN-2005-0064). Noticed by Hiroki Sato. Thanks! Bump PKGREVISION to 5.
2005-01-21update to 1.20drochner4-63/+374
changes: -can run out of a Python 2.3 zip archive -some fixes and feature additions [pkgsrc] this distfile doesn't trigger the pax-as-tar bug, so remove the build dependency on GNU tar
2005-01-19People (including me) often cannot tell what command should be used tokei2-1/+16
typeset, preview, etc. (Japanese-aware commands are renamed from original.) So add the message to show a brief usage.
2005-01-19apply the last xpdf security patch to the embedded pdftops filterdrochner3-2/+18
which is based on xpdf, bump PKGREVISUIN
2005-01-19the daily security patch: update to 3.00pl3, fixes:drochner2-3/+6
http://www.idefense.com/application/poi/display?id=186&type=vulnerabilities
2005-01-18Update tex-bagpipetex to 3.01nb2: adjust from teTeX1 to teTeX2hubertf1-4/+4
Patch from the maintainer, via wiz.
2005-01-18Update tex-musixtex to 112. Mostly adapt to teTeX2,hubertf3-23/+32
no list of changes available. Updates via wiz from the pkg's maintainer.
2005-01-17Updated XFce to 4.2.0martti4-13/+38
Too many changes to list here, please read the Changelog from www.xfce.org (http://www.xfce.org/release_notes/4.2.0_changelog.html)
2005-01-17Change dependency to use teTeX2 per default instead of the obsolete teTeX1.wiz4-22/+6
While here, replace the INSTALL/DEINSTALL scripts with @exec/@unexec lines. Bump PKGREVISION for dependency change.
2005-01-17Bump PKGREVISION for CAN-2004-0888 fix.wiz1-2/+2