summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed2-2/+4
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-29Under NetBSD, the update-desktop-database command may fail at installagc2-1/+15
time, so ignore the return code.
2005-04-29Update glabels to 2.0.2.reed3-10/+9
ChangeLog has: 2005-01-22 Jim Evins <evins@snaught.com> * NEWS: Final prep for 2.0.2 release. 2005-01-22 Jim Evins <evins@snaught.com> * glabels.spec.in: Added '--remove-original' flag to desktop-file-install, so that there is only one menu entry. 2005-01-20 Jim Evins <evins@snaught.com> * data/glade/object-editor.glade: - Font family entry should not be editable. - img_key_entry should have sensitivity=YES, so that it follows the sensitivity of img_key_combo. - Barcode key entry should not be editable. 2005-01-17 Jim Evins <evins@snaught.com> * src/view.c: (screen_changed_cb): Don't do anything, if we don't have a screen. 2005-01-06 Jim Evins <evins@snaught.com> * src/view.c: (get_home_scale): Fixed bad call to gtk_widget_has_screen() -- huh? 2005-01-04 Jim Evins <evins@snaught.com> * AUTHORS: * data/templates/avery-iso-templates.xml: * data/templates/misc-iso-templates.xml: * data/templates/misc-us-templates.xml: Added templates, submitted by Larry Harriman, Juan Carlos Valero , and Nick Hill. 2004-11-26 Jim Evins <evins@snaught.com> * AUTHORS: * po/fr.po: Updated french translations provided by Florent Morel <florent@t aket.org>. * src/view-barcode.c: * src/view-box.c: * src/view-ellipse.c: * src/view-image.c: * src/view-line.c: * src/view-text.c: Added '#include <config.h>' -- HAVE_*GETTEXT macros were not def ined and thus _() strings were not being translated. 2004-11-14 Jim Evins <evins@snaught.com> * src/debug.h: * src/debug.c: (gl_debug_init), (gl_debug): Borrowed from gedit: use environmental variables to select debu g sections. * src/splash.c: Removed unused include of debug.h. * src/glabels.c: (main): Added call to gl_debug_init(), and removed debug clutter from co mmand line options. * src/glabels-batch.c: (main): Added call to gl_debug_init(). 2004-11-13 Jim Evins <evins@snaught.com> Drawing and property toolbars were being initialized with the "icons and text" look in Fedora Core 3. Even though none of the buttons had any text att ached to them, the buttons were being sized as if they were. This led to less re al estate for the property editor, leading to Bug #1064630. The * data/ui/glabels-ui.xml: Added explicit "look" property to both drawing and property tool bars. * src/prefs-model.c: (gl_prefs_model_save_settings), (gl_prefs_model_load_settings): * src/prefs-model.h: Removed drawing_toolbar_button_style configuration parameter. * src/ui.c: (view_menu_item_toggled_cb), (set_app_drawing_toolbar_style): Do not attempt to adjust look property of the drawing toolbar. 2004-10-28 Jim Evins <evins@snaught.com> * data/pixmaps/glabels-about-logo.png: Updated about logo. 2004-10-28 Jim Evins <evins@snaught.com> * data/man/glabels.1: * src/glabels-batch.c: (main): * src/print.h: * src/print.c: (gl_print_batch): Added option to glabels-batch to select the first label to begin printing on. 2004-09-26 Jim Evins <evins@snaught.com> * data/desktop/glabels.desktop.in: Point to app icon, "glabels.png" * data/mime/glabels.keys.in: Point at mime icon, "glabels-application-x-glabels.png" * data/pixmaps/Makefile.am: Added glabels_app_icondir. Renamed icons. * data/pixmaps/glabels.png: New cleaned up app icon. Deleted glabels-icon.png. * data/pixmaps/glabels-application-x-glabels.png: New mime icon. * data/pixmaps/glabels-splash.png: Renamed glabels-logo to glabels-splash to be more correct about role. * src/glabels.c: * src/template-designer.c: Point at app icon, "glabels.png" * src/splash.c: Point at renamed splash image, "glabels-splash.png" 2004-08-22 Jim Evins <evins@snaught.com> * AUTHORS: * src/glabels-batch.c: (main): Applied patch with minor mods to allow selecting merge source and crop-marks on glabels-batch's command line. Original patch prov ided by Jos<E9> Dapena Paz <jdapena@igalia.com>. 2004-08-15 Jim Evins <evins@snaught.com> * configure.in: Updated version to 2.0.2. * data/desktop/glabels.desktop.in: - Added encoding line - Removed period from comment - Fixed Terminal line, changed "0" to "false" - Added semicolen to Categories line * po/ja.po: - Made sure desktop.in comment string above still translated pro perly
2005-04-28Avoid using != to define LOWER_PAPERSIZE .. use :sh instead to defer itjlam2-4/+6
until the make targets are invoked. This avoids needing ${ECHO} and ${TR} in the top-level make.
2005-04-28Make this conflict with foomatic-filters (just imported)reed1-2/+4
which also provides bin/foomatic-gswrapper. Maybe this old package should be removed?
2005-04-28Add foomatic-filters-3.0.2.reed1-1/+2
2005-04-28From pkgsrc-wip and originally packaged byreed5-0/+76
Bruce J.A. Nourish. Thank you, Bruce. The foomatic-filters package provides foomatic-rip and foomatic-gswrapper. foomatic-rip uses an external renderer (like GhostScript) to translate PostScript to printer's native language. The printer capabilities are described in PPD files. foomatic-rip works with every known spooler. foomatic-gswrapper massages arguments to make Ghostscript execute properly as a filter.
2005-04-27Remove USE_BUILDLINK2 (typo).hira2-4/+2
2005-04-26update to 2.10.3drochner2-6/+6
no documented changes to 2.10.2
2005-04-22Configure script demands c++ >=3.0.5, so set GCC_REQD to 3.0.5.wiz1-1/+2
2005-04-18tron volunteered to maintain this package.wiz1-2/+2
2005-04-15Add acroread7markd1-1/+2
2005-04-15Import Adobe Reader 7.0 now its officially out.markd6-0/+448
Adobe Reader is part of the Adobe Acrobat family of software, which lets you view, distribute, and print documents in Portable Document Format (PDF)--regardless of the computer, operating system, fonts, or application used to create the original file. PDF files retain all the formatting, fonts, and graphics of the original document, and virtually any PostScript(TM) document can be converted into a PDF file.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv60-120/+60
2005-04-10teTeX3-bin uses xpm. Changes approved by hubertf.schwarz1-1/+3
2005-04-09added missing "paper" argument to texconfig xdvi (approved by hubertf)schwarz1-3/+3
2005-04-08Pull in the right (teTeX3, not teTeX(2)) Makefile.common.hubertf1-2/+2
No functional change.
2005-04-04No special handling for web2c/mktex.cnf - no idea why this was in therehubertf2-2/+2
since teTeX1. Bump version to 3.0nb1.
2005-04-04Run mktexlsr on installation of binary pkg toohubertf1-1/+2
2005-04-02This pkg works fine with teTeX>=2, note it in the depends.hubertf1-4/+4
Also be more graceful about in fmt-handling
2005-04-02Give this pkg a chance to determine teTeX(s)'s work dir in ahubertf1-2/+2
read-only pkgsrc environment (pkg_comp), where no "work"-dir/symlink will be created.
2005-04-02document that this is part of teTeX>=2.0hubertf1-2/+2
2005-03-31add & enable teTeX3-texmfsrchubertf1-1/+2
2005-03-31Import teTeX-texmfsrc-3.0: Sources for machine-independent part of teTeXhubertf5-0/+4335
Sources for machine independent parts for teTeX. Provided to fulfil the licensing terms.
2005-03-31add & enable teTeX3-texmfhubertf1-1/+2
2005-03-31Import teTeX-texmf-3.0: Machine-independent part of teTeXhubertf6-0/+14882
Machine independent parts for teTeX: web files, metafont bases, style files, font definitions, localisation, ofm-, ovf-, vf-, pfb- and tfm-files, (meta)font source files, lots of documentation, ...
2005-03-31add & enable teTeX3-binhubertf1-1/+2
2005-03-31Import teTeX-bin-3.0: TeX distribution for UNIX compatible systems - binarieshubertf15-0/+957
This package contains the executables for the teTeX installation as well as other files that were created when generating the binaries: info files, format files and manual pages.
2005-03-31don't try to rmdir ${PREFIX}/man/de; this is an official part of thedrochner1-3/+1
tree, listed in NetBSD.pkg.dist
2005-03-31update to 1.2.1drochner8-36/+305
changes: -new import/export features -python scripter additions (not enabled in pkgsrc yet) -rendering speed improvements -bugfixes -more UI translations note: scribus is able to trigger bugs in older ghostscript versions, appearently due a too high number of colors used. As a workaround, it worked for me (drochner) to delete unused colors from the palette before invoking print preview. afpl-ghostscript-8.50 works fine, but there is no pkg for (yet).
2005-03-31keep the printing widget / printer manager from crashing immediately,drochner4-2/+34
and make "lpr" printing basically work: - pass "-export-dynamic" to the programs which dynamically load the printing system specific plugin (do this by adding the "gmodule" linker flags) - set the printcap file to /etc/printcap
2005-03-26add autoconf tests to find what librarary connect, socket, recv, send,dmcmahill4-1/+480
and gethostbyname are in. On some systems, you need -lsocket and -lnsl for these (solaris). Tested on NetBSD and Solaris-9.
2005-03-25Update libgnomeprint and libgnomeprintui to 2.10.2:jmmv5-13/+31
libgnomeprint 2.10.2 Jody: * Only offer a duplex option if it exists. * The /etc/printcap importer was creating one model for all printers. [#169963] * Honour custom kerning requests in ps2/pdf backends [#158424] Suresh: * Ignore bitmaps in fonts. [#171128] Tony Graham: * Some debug routines for GnomeGlyphList [#114858] libgnomeprint 2.10.1 Jody: * Overzealous win32 port broke custom transports [#167325] * Remove use of %g in pdf exporter. * Slight speed optimization in pdf export. * Leak fix. Kjartan: * Even more leak fixes.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz11-27/+11
useful.
2005-03-24Turn on bl3, and add bl3 includes for needed libiconv and gettext-lib.tv1-2/+5
Bump PKGREVISION due to dependency changes.
2005-03-24Add mktexlsr to PLIST so binary package install works.ben1-1/+3
Addresses PR#29776.
2005-03-23Drop maintainership.wiz1-2/+2
2005-03-22Update to 2.10.0:jmmv3-8/+10
Version 2.10.0 -------------- * Translation updates: Leonid Kanter (ru), Ivar Smolin (et), David Lodge (en_GB), Sami Pesonen (fi), Laurent Dhima (sq), Jordi Mallach (ca), Maxim Dziumanenko (uk), Changwoo Ryu (ko), Ankit Patel (gu), Martin Willemoes Hansen (da), GNOME PL (pl), Francesco Marletta (it), Ahmad Riza H Nst (id), Zygimantas Berucka (lt), Gabor Kelemen (hu), Christophe Merlet (fr), Danilo Segan (sr), Misu Moldovan (ro) Version 2.9.3 ------------- * Fix CAN 2004-0888 fix for 64bit platforms. (Marco) Version 2.9.2 ------------- * Rework MIME code to no use deprecated API. (Marco Pesenti Gritti) * Fix aclocals flags using gnome-common macro. (Marco) * Show the fullscreen button only on gpdf's workspace. (Gordon Ingram) - #161225 * Fix a missing-font crash. (Martin) - part of #161066 * Simplify the bookmarks tree view. (Jonathan Blandford) * Fix some link mouse-over crashes. (Martin) - #156784, #159966, #159386 * Fix a non-i18nized popup menu. (Takao Fujiwara) - #154532 * Fix bookmarks clicking. (Martin Sjogren, Marco) - #159937 * Fix possible buffer overflows. - CAN 2004-1125, CAN 2005-0064 * Fix CID fonts problem (e.g. Firefox ad) with freetype > 2.1.7. (Albert Astals Cid, Martin) * Update recent-files code from egg. (Martin) * Translation updates: Adam Weinberger, Alexander Winston (en_CA), Vladimir Petkov (bg), Kjartan Maraas (nb), Zygimantas Berucka (lt), Miloslav Trmac (cs), Tino Meinen (nl), Christian Rose (sv), Francisco Javier F. Serrador (es), Pawan Chitrakar (ne, new translation), Satoru SATOH (ja), Frank Arnold (de), Raphael Higino (pt_BR), Funda Wang (zh_CN), Nikos Charonitakis (el), Priit Laes, Ivar Smolin (et, new translation) Version 2.9.1 ------------- * Depend on gtk+ 2.6 and use GtkAboutDialog, GtkMenuToolButton, GtkMessageDialog with secondary text. (Martin) - #152143 * Translation updates: Vincent van Adrighem (nl)
2005-03-22Update to 2.8.4:jmmv2-6/+9
* made -Wall clean. * updated recent-files from libegg (only a small sanity check). * applied Mark McLoughlin's patch for mime-type checks of remote URIs in recent-files module.
2005-03-22Update libgnomeprint and libgnomeprintui to 2.10.0:jmmv6-35/+24
Dom Lachowicz: * Some pdf fixes. * Support alpha in pdf images Jody: * Some AIX build fixes [#160861] Lutz Mueller: * Misc cleanup * Prep for D&D support Matthias Clasen: * Async ppd loading Suresh Chandrasekharan: * Handle subfonts in ttf according to spec [#158027]
2005-03-22Update to 0.2.0:jmmv3-10/+9
2005-03-04 Jody Goldberg <jody@gnome.org> * libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) : delete. 2005-02-17 Jody Goldberg <jody@gnome.org> http://mail.gnome.org/archives/gnome-print-list/2004-August/msg00023.html * libgnomecups/gnome-cups-printer.c (cups_get_dests) : copied from cups. (parse_lpoptions) : stripped down cupsGetDests that does not pull in ppds. (get_default) : Use parse_lpoptions in place of cupsGetDests. (check_exists) : delete. (gnome_cups_printer_get) : Just see if the list printer is in the list of known printers rather than using the defunct check_exists that would actually ping the printer. (get_ppd_uri_path) : new. (get_tmp_ppd_file) : new. (gnome_cups_printer_get_ppd) : 2005-02-17 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=157829 * libgnomecups/gnome-cups-request.c (idle_stop_unused_threads) : unlock before stopping the threads (close_unused_connection) : avoid deadlocks when already locked. 2005-01-06 Thomas Vander Stichele <thomas at apestaart dot org> * configure.in: error out if cups-config not found 2004-12-14 Jody Goldberg <jody@gnome.org> * configure.in : post releaes bump
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