summaryrefslogtreecommitdiff
path: root/print/gnome-print
AgeCommit message (Collapse)AuthorFilesLines
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-06Pull in libunicode via buildlink.mk. Patches provided in private mail byrh1-5/+6
Eric Gillespie <epg@pretzelnet.org>
2001-10-03Substitute the real config script for the config wrapper script injlam1-1/+3
installed files. We don't want buildlink references to escape into the install directory.
2001-10-01Fix copy/paste error and remove libartrh1-2/+1
2001-10-01Buildlinkifyrh2-4/+53
2001-08-11Update gnome-print to 0.29.rh3-12/+13
Changes are bugfixes only: * many robustness issues fixed. * fixed printing of componentized documents
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-20Move to sha1 digests, where appropriate and possible, and add distfileagc1-1/+2
sizes.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-06Add missing patchrh1-0/+14
2001-04-06Update gnome-print to 0.28rh5-29/+18
Changes are: 2001-03-20 Lauris Kaplinski <lauris@ximian.com> * configure.in: Version 0.28 * run-gnome-font-install: Added IRIX-specific font & exec paths * installer/gnome-font-install.c: #include <popt-gnome.h> instead of <popt.h> 2001-03-08 Chema Celorio <chema@celorio.com> * tests/testprint4.c (latin_to_utf8): was not being used, #ifdef out 2001-03-07 Lauris Kaplinski <lauris@ximian.com> * gnome-print.spec.in (Group): Changed fontmap to fontamp2 and added fax profile 2001-03-06 Lauris Kaplinski <lauris@ximian.com> * configure.in: Set version to final 0.26 * tests/testprint.c (test_dump_metafile): Close context after printing 2001-03-02 Lauris Kaplinski <lauris@ximian.com> * installer/gnome-font-install.c (gfi_process_type1_alias): Read afm file, so we get correct italic angle and weight in case entry does not have them (as is the case with hand-made entries) * run-gnome-font-install: Change fontmap file name to fontmap2 2001-02-23 Lauris Kaplinski <lauris@ximian.com> * configure.in: Use version 0.26.pre 2001-02-22 Lauris Kaplinski <lauris@ximian.com> * profiles/fax-g3.profile (driver): Added fax profile 2001-02-21 Lauris Kaplinski <lauris@ximian.com> * tests/testtext.c (print_test_page): Added beginpage * tests/testprint3.c (print_test_page): Added beginpage * tests/testprint2.c (print_test_page): Added beginpage
2001-03-16Don't try to remove directory "share/fonts" any more because it is atron1-2/+1
distribution directory now.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-17s/gkd-pixbuf/gdk-pixbuf/rh1-2/+2
2000-12-15Add dependency on gdk-pixbuf.wiz1-1/+2
2000-12-07Sync w/ realityrh1-2/+1
2000-11-25Update gnome-print to 0.25. Changes are bugfixes only.rh4-34/+14
2000-11-23Undo accidential commit of gnome-print.rh4-13/+33
2000-11-23Add and enable pcpsrh4-33/+13
2000-10-17Update gnome-print to 0.24. Changes include:rh5-51/+14
* profiles/pdf.profile (driver): rename to "Gnome Print PDF Writer" * profiles/PostscriptOptimized.profile: enable ps2 as the default postscript profile * profiles: move profiles that should not get installed by default to the development directory * profiles/Postscript.profile: split into 3. Normal Optimized and No-alpha * README: Write a short summary of features * configure.in: Remove libunicode dependency * tests/testprint4.c (latin_to_utf8): Remove libunicode stuff * configure.in: Add an additional check for libunicode, to work around libunicode-0.4 not working properly with gnome-config. * doc/Makefile.am: Update the gtk-doc 'scan' target. * doc/gnome-print.sgml: added * libgnomeprint/*.[ch]: various small typo fixes and gtk-doc cleanups in the comments.
2000-10-15Update gnome-print to 0.23. Changes are bugfixes, additional properties,rh6-42/+73
and support for test programs.
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam2-4/+5
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-31Update gnome-print to 0.20. Changes are bugfixes, compression support, andrh3-6/+8
updated language catalogs.
2000-05-19Update gnome-print to 0.19. Changes include bugfixes and a new testprintrh5-14/+20
function.
2000-05-10Alter dependencies. Packages needing X11 drivers usejlam1-2/+2
DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript and packages needing just any ghostscript binary use DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
2000-05-07Correct dependencies to find all applicable versions of ghostscript.jlam1-2/+2
If ghostscript isn't installed, then install ghostscript-x11 as it will always work.
2000-05-02Remove patches to deal with two bugs involving configure's handling ofdanw2-16/+3
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-04-24override HOME environment variable because 'make install' tries to createdmcmahill1-1/+3
$HOME/.gnome This addresses PR pkg/9956
2000-04-20Backout changes to use gstty and depend on ghostscript*-5.50nb2.jlam1-3/+3
2000-04-16Depend on ghostscript-*nb1 since were modified to use gstty/gs.jlam1-2/+2
2000-04-16Update gnome-print to 0.18. Changes are various interface enhancements andrh5-15/+15
bugfixes.
2000-04-10Adapt to gstty/gsjlam1-15/+19
2000-04-07Update gnome-print to 0.16. Changes are interface enhancements andrh5-30/+16
bugfixes.
2000-03-24Change DEPENDS to ghostscript-5.* to get all the 5.x series (from agc).jlam1-2/+2
2000-03-24Change DEPENDS from ghostscript-* to ghostscript-5.50 to avoid matchingjlam1-2/+2
ghostscript-x11-5.50. Is there a better way?
2000-03-14Depend on "gnome-libs" 1.0.56 or newer and "libxml" 1.8.5 or newer.tron1-3/+3
2000-03-14Update "gnome-print" package to version 0.12. A changelog for this versiontron5-63/+61
is not available.
2000-01-26Update gnome-print to 0.10. Changes are mostly bugfixes and smallrh3-5/+8
enhancements.
2000-01-15Update for yet another change of the directory structure on the GNOME FTPtron1-2/+2
servers.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-12defuzzrh2-8/+8
1999-10-23Use wildcard dependences for "gnome-libs" and "gnome-core" packages.tron1-2/+2
1999-10-10Update gnome-print to 0.9. Changes are mostly bugfixes, including a fixrh3-7/+8
that prevented the creation of correct PostScript(tm) code.
1999-09-08Use standard gnome master site list.tron1-2/+2
1999-09-08Update gnome-print to 0.7rh5-23/+29
Changes include: * Fixes to the PrintPreview. * PrintMeta driver has been expanded to render only specific pages. * Constification, Ansification (Morten). * Various bug fixes.
1999-09-03Update depencency on libxml to version 1.6.1rh1-3/+3