Commit graph

57 commits

Author SHA1 Message Date
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
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-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
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-23 13:14:43 +00:00
rh
7e405ac2c2 Pull in libunicode via buildlink.mk. Patches provided in private mail by
Eric Gillespie <epg@pretzelnet.org>
2001-10-06 12:44:52 +00:00
jlam
f0a4fcd3e4 Substitute the real config script for the config wrapper script in
installed files.  We don't want buildlink references to escape into the
install directory.
2001-10-03 20:56:40 +00:00
rh
fc94e98714 Fix copy/paste error and remove libart 2001-10-01 07:08:09 +00:00
rh
44b8ad0811 Buildlinkify 2001-10-01 07:04:03 +00:00
rh
9d3474b48b Update gnome-print to 0.29.
Changes are bugfixes only:
    * many robustness issues fixed.
    * fixed printing of componentized documents
2001-08-11 18:24:16 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
agc
1c989c3883 Move to sha1 digests, where appropriate and possible, and add distfile
sizes.
2001-04-20 12:41:48 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
rh
a6c4290fcc Add missing patch 2001-04-06 22:12:55 +00:00
rh
9bc49e1bfa Update gnome-print to 0.28
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-04-06 22:12:07 +00:00
tron
7ce85a757c Don't try to remove directory "share/fonts" any more because it is a
distribution directory now.
2001-03-16 17:23:45 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
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.
2001-01-04 15:10:17 +00:00
rh
f4046ed494 s/gkd-pixbuf/gdk-pixbuf/ 2000-12-17 09:28:23 +00:00
wiz
1f608d4386 Add dependency on gdk-pixbuf. 2000-12-15 19:14:04 +00:00
rh
224a7afec4 Sync w/ reality 2000-12-07 12:46:47 +00:00
rh
7da6bd1dae Update gnome-print to 0.25. Changes are bugfixes only. 2000-11-25 13:53:08 +00:00
rh
5a4edd7baf Undo accidential commit of gnome-print. 2000-11-23 14:01:52 +00:00
rh
1a41dbff49 Add and enable pcps 2000-11-23 13:47:36 +00:00
rh
90422ffba6 Update gnome-print to 0.24. Changes include:
* 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-17 17:10:51 +00:00
rh
f2f5d1d952 Update gnome-print to 0.23. Changes are bugfixes, additional properties,
and support for test programs.
2000-10-15 17:35:28 +00:00
jlam
ae1eabe13a USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-21 06:57:42 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
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-06-01 11:23:11 +00:00
rh
d0f17b8c82 Update gnome-print to 0.20. Changes are bugfixes, compression support, and
updated language catalogs.
2000-05-31 09:15:18 +00:00
rh
99225a241e Update gnome-print to 0.19. Changes include bugfixes and a new testprint
function.
2000-05-19 16:19:45 +00:00
jlam
fd75e24317 Alter dependencies. Packages needing X11 drivers use
DEPENDS+=	ghostscript-[6-9]*:../../print/ghostscript

and packages needing just any ghostscript binary use

	DEPENDS+=	ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
2000-05-10 15:39:06 +00:00
jlam
582a02f348 Correct dependencies to find all applicable versions of ghostscript.
If ghostscript isn't installed, then install ghostscript-x11 as it
will always work.
2000-05-07 02:11:16 +00:00
danw
82d9c1f174 Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02 18:48:35 +00:00
dmcmahill
5dd75bf274 override HOME environment variable because 'make install' tries to create
$HOME/.gnome
This addresses PR pkg/9956
2000-04-24 14:14:35 +00:00
jlam
783e3804bc Backout changes to use gstty and depend on ghostscript*-5.50nb2. 2000-04-20 16:32:07 +00:00
jlam
c651217a12 Depend on ghostscript-*nb1 since were modified to use gstty/gs. 2000-04-16 17:36:42 +00:00
rh
8c30ff9add Update gnome-print to 0.18. Changes are various interface enhancements and
bugfixes.
2000-04-16 15:07:42 +00:00
jlam
9402305e4a Adapt to gstty/gs 2000-04-10 00:04:28 +00:00
rh
9a9d2b840b Update gnome-print to 0.16. Changes are interface enhancements and
bugfixes.
2000-04-07 08:43:01 +00:00
jlam
7591698f13 Change DEPENDS to ghostscript-5.* to get all the 5.x series (from agc). 2000-03-24 16:34:54 +00:00
jlam
762fe9265c Change DEPENDS from ghostscript-* to ghostscript-5.50 to avoid matching
ghostscript-x11-5.50.  Is there a better way?
2000-03-24 15:59:42 +00:00
tron
66f711f003 Depend on "gnome-libs" 1.0.56 or newer and "libxml" 1.8.5 or newer. 2000-03-14 21:59:33 +00:00
tron
fcc90fc3f8 Update "gnome-print" package to version 0.12. A changelog for this version
is not available.
2000-03-14 21:36:46 +00:00
rh
1de7dd9451 Update gnome-print to 0.10. Changes are mostly bugfixes and small
enhancements.
2000-01-26 11:57:12 +00:00
tron
0e3f98369d Update for yet another change of the directory structure on the GNOME FTP
servers.
2000-01-15 09:58:13 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
rh
48ef784c1a defuzz 1999-11-12 15:17:15 +00:00
tron
8e90d81d05 Use wildcard dependences for "gnome-libs" and "gnome-core" packages. 1999-10-23 11:08:54 +00:00
rh
94743c44f1 Update gnome-print to 0.9. Changes are mostly bugfixes, including a fix
that prevented the creation of correct PostScript(tm) code.
1999-10-10 15:30:27 +00:00
tron
81e1a47bbc Use standard gnome master site list. 1999-09-08 19:27:16 +00:00
rh
7d2a2a8cdd Update gnome-print to 0.7
Changes include:
 * Fixes to the PrintPreview.
 * PrintMeta driver has been expanded to render only specific pages.
 * Constification, Ansification (Morten).
 * Various bug fixes.
1999-09-08 16:13:06 +00:00
rh
8a3d542cd6 Update depencency on libxml to version 1.6.1 1999-09-03 07:21:26 +00:00