summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam2-9/+9
${PREFIX}.
2005-06-17Create directories before installing files into them.jlam19-19/+54
2005-06-16Hardcode suse91 in paths to suse91_gtk2 and suse91_locale insteadkristerw1-3/+3
of using ${SUSE_DIR_PREFIX}, since these directories do not exist for other versions.
2005-06-16One file include pthread.h and semaphore.h, but those are not used.kristerw2-1/+27
Remove them to make the package compile on NetBSD 1.6.
2005-06-16Fix installation problems found in bulk buildmartti1-4/+4
2005-06-10a2ps uses the "file" command to detect the file type of the print job.jlam1-7/+7
Explicitly note that it needs this tool. Also, the tools framework knows about mktemp, so use USE_TOOLS+=mktemp instead of the homegrown code. Bump the PKGREVISION to 8.
2005-06-09Security fix for CAN-2004-1377:salo4-3/+74
"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-06-07Note the tools that this package uses, and pass a full path to thejlam1-2/+5
configure script for "BMAKE" so that we don't pull in the BSD make symlink from the tools directory.
2005-06-07Force use of the Xaw toolkit, to prevent linking against Motifhubertf1-2/+3
accidentally, w/o adding the corresponding dependency (does not force everyone to install Motif, too). Bump to 3.0nb2. Patch suggested by Geert Hendrickx <geert.hendrickx@ua.ac.be> on tech-pkg.
2005-06-06Do not "mv" a file over itself; it causes an error with FSF mv(1).minskim1-2/+4
2005-06-05Fix build under Dragonfly (errno fallout). Patch from Joerg Sonnenberger.jmmv3-1/+31
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam1-4/+3
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
2005-06-01This package only supports Xaw3d, so include its bl3 filewiz1-4/+2
instead of using the general Xaw framework. tron@ says ok.
2005-06-01Convert to options framework.wiz2-13/+18
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam28-56/+43
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-31+epstooldrochner1-1/+2
2005-05-31oops, this shouldn't be heredrochner1-6/+0
2005-05-31add epstool-3.07, a tool to manupulate preview images and bounding boxesdrochner6-0/+62
2005-05-31Rename option PAM to pam (so all options are lower case). Backwardsdillo1-4/+4
compatibility provided via PKG_OPTIONS_LEGACY_OPTS.
2005-05-30GPL stands for General Public Licensedillo2-4/+5
2005-05-30Update to 8.15 (a lot of bug fixes and improvement, especially todillo7-51/+194
font rendering and the PDF writer)
2005-05-30Bump PKGREVISION due to changed dependency pattern (allowing newer versionsdillo7-11/+14
of ghostscript-fonts).
2005-05-30Allow newer versions of ghostscript-fonts (for pending update to 8.11)dillo3-6/+6
2005-05-30Changed "for fin ..." to "for f in ...".rillig1-2/+2
2005-05-28fix pkglint warningsdillo2-7/+7
2005-05-28remove trailing empty linesdillo2-4/+2
2005-05-25Add RMD160 checksum.wiz4-4/+8
2005-05-23Removed trailing white-space.rillig5-5/+5
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam39-78/+78
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-18Remove gnome1 packages except as needed for gnucash.wiz7-194/+1
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18This requires libgnomeprint>=2.10.2.jmmv1-2/+2
2005-05-18Fix typo... FILEDIR -> FILESDIR.jlam1-2/+2
2005-05-18If we are not using cups then explicitly disable cups support so we do notabs1-1/+3
pick up up by accident (and fail to build)
2005-05-18Updated xfce4 to 4.2.2martti3-7/+19
General: * new and updated translations: bn_IN, ca, cs, el, el_GR, eo, eu, fi, hu, ja, ko, mr, pl, ro, vi, * new french documentation. gtk-xfce-engine: * fix various colors issues with ExoIconBar, prelight colors for treeview, AdobeĀ® Acrobattm 7, progress bar, combo box, gtk scales (#848). libxfcegui4: * check ~/.local/share/pixmaps/ as a fallback (#731). xfcalendar: * fix compiling with --enable-debug=full (#843), * remove C99 variable declaration and C++ comments. xfce4-mixer: * fix a bug with ALSA. xfce4-session: * fix a crash with the MCS plugin. xfce-utils: * taskbar: Add a command option "--monitor=x" to allow specifying which monitor to use in Xinerama mode. xfdesktop: * fix translation problems with menu panel plugin, * fix bug where binding 'xfdesktop -menu' only works sporadically (#441), * fix unresolved symbol problem with menu module. xffm: * fix property dialog crahsing on FreeBSD (#945), * fix library version info not set on the properties module (#882, #249), * fix fstab parsing (#524), * fix compilation issues with ansi compiler and gcc4 (#862). xfprint: * make bsdlpr plugin compile, * change CUPS detection code, * set correct ld flags (#871), * add support for printcap aliases (#821), * fix MCS plugin. xfwm4: * fix mouse buttons being left ungrabbed when focus was transfered to an unmanaged window, * document hidden option "workspace_scroll" (#948), * various focus issues (#759, #869, #899, #905, #924, #931), * fix pixmap depth not being properly set (#895), * refresh frame when "skip taskbar" state changes (#898), * allow seemless windows to be hidden from kbd shortcuts, * code cleanup.
2005-05-17Use EXTRACT_CMD_OPTS.tar.gz and EXTRACT_CMD.tar.gz instead of figuringjlam6-65/+55
out the whole command line necessary to extract a .tar.gz file.
2005-05-16Initial import of tex-chemarrow:jschauma5-1/+68
LaTeX can be used to typeset many kinds of different documents, but typesetting chemical reactions is esthetically not very pleasing because LaTeX's own arrows \rightarrow, \leftarrow and \rightleftharpoons which you might use for this purpose are too short and the arrow heads are not like the "standard" ones you will find in books or journals on chemistry. The macro chemarrow.sty in conjunction with the font arrow.mf is supposed to make the typesetting of chemical reaction schemes in LaTeX easier and especially nicer looking.
2005-05-16Include mk/bsd.prefs.mk to prevent warnings from undefined EXTRACT_USING.kristerw3-3/+9
2005-05-16Include "bsd.prefs.mk" to get the definition of "EXTRACT_USING". Thistron1-1/+3
makes the last change actually work.
2005-05-16Included bsd.prefs.mk to work around an undefined variable (EXTRACT_USING)rillig1-1/+3
in the rest of the Makefile. Fixes PR 30240.
2005-05-16Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USINGjlam6-53/+32
which can take multiple values -- "pax" or "gtar". The default value of EXTRACT_USING is "pax", which more closely matches reality since before, we were using bootstrap "tar" for ${GTAR} and it was actually pax-as-tar. Also, stop pretending pax-as-tar from the bootstrap kit or on NetBSD is GNU tar. Lastly, in bsd.pkg.extract.mk, note whether we need "pax" or "gtar" depending on what we need to extract the distfiles.
2005-05-16Note that gtar is required by the package.jlam8-10/+34
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam2-2/+4
required by default any longer in bsd.pkg.mk under the new tools framework.
2005-05-15This package uses ${PATCH}.jlam1-1/+2
2005-05-14This is a meta package and doesn't do any builds, so removereed1-2/+1
USE_X11=yes. I am not bumping PKGREVISION because this really doesn't effect package too much since one of the dependencies does require X anyways.
2005-05-09Identify Mac OS X correctly. Patch provided by Darrin B. Jewell inminskim3-1/+36
PR pkg/29883.
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?