aboutsummaryrefslogtreecommitdiffstats
path: root/print/libgnomeprint
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Remove a redundant entry from the plist.marcus2004-06-301-1/+0
|
* Update to 2.6.2bland2004-06-233-4/+6
|
* Update to 2.6.1.marcus2004-04-293-3/+5
|
* Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best releasemarcus2004-04-057-30/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | ever. It fixes many bugs, and adds some features missing in previous FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an upgrade FAQ at: http://www.freebsd.org/gnome/docs/faq26.html Please read it carefully. GNOME 2.6 packages are also available for all supported i386 versions of FreeBSD at: http://www.marcuscom.com/tinderbox/ The FreeBSD GNOME Team would like the thank the following users for their wonderful testing and patching efforts. We would especially like to thank Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen. Without these people, our team, and our team alumni, GNOME on FreeBSD would not be possible. Jeremy Messenger <mezz7@cox.net> Khairil Yusof <kaeru@pd.jaring.my> Koop Mast <kwm@rainbow-runner.nl> Simon Barner <barner@in.tum.de> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Scott Dodson <sdodson@sdodson.com> Vladimir Grebenschikov <vova@sw.ru>
* - Add SIZE to GNOME portspav2004-03-181-0/+1
| | | | Submitted by: trevor
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Update to 2.4.2.marcus2003-12-092-27/+4
|
* This patch was, in fact, committed in 2.4.1.marcus2003-11-232-11/+1
| | | | Submitted by: bland
* Fix printing due to badly generated XML files. This has been reported tomarcus2003-11-222-2/+25
| | | | | the libgnomeprint developers, but it's not clear whether or not it will be fixed in time for thr freeze.
* Update to 2.4.1.marcus2003-11-213-13/+3
|
* Speedup raster image printing for metafile. Let's say dramatically.bland2003-10-292-0/+11
|
* Fix package when building with CUPS support.marcus2003-09-291-2/+0
| | | | Submitted by: Sergey Akifyev <asa@gascom.ru>
* Update to 2.4.0.adamw2003-09-273-4/+5
|
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,marcus2003-09-184-54/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users
* Conditionalize CUPS support to fix the make package on bento.marcus2003-06-272-5/+21
| | | | Reported by: bento via kris
* Update to 2.2.1.3.adamw2003-06-194-14/+13
|
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-2/+0
|
* Convert to new GNOME infrastructure.marcus2003-04-221-6/+1
|
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* Update to 2.2.1.2.marcus2003-04-044-17/+10
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Update to GNOME 2.2.marcus2003-02-087-153/+151
| | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts.
* Remove two more directories.marcus2003-02-021-0/+2
| | | | Reported by: bento
* Update to 1.116.3.marcus2003-01-203-2/+4
|
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* Update to 1.116.1.marcus2002-09-173-3/+9
|
* Update to 1.116.0 and add USE_GNOMENG.marcus2002-07-293-12/+8
|
* Use USE_REINPLACE.sobomax2002-07-111-6/+7
|
* The FreeBSD GNOME team is proud to present GNOME 2.0 Release.marcus2002-07-011-1/+1
|
* Update to GNOME 2.0 RC2.marcus2002-06-261-1/+1
|
* Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.marcus2002-06-151-1/+1
|
* Update to the latest GNOME 2 snapshot. This will be done it two parts.marcus2002-06-116-37/+50
| | | | | This first part is the GNOME 2 API. The next part will contain the desktop components.
* Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.marcus2002-05-291-1/+1
|
* Unbroke.sobomax2002-05-211-0/+1
| | | | Submitted by: bento
* Back to betas...Update to GNOME 2.0 beta 5.marcus2002-05-203-4/+7
|
* Force the creation of gnome-print.fontmap for the purposes of packagemarcus2002-05-151-0/+3
| | | | | | building. Submitted by: bento
* Update to GNOME 2.0 RC2.marcus2002-05-121-1/+1
|
* Update to GNOME 2.0 RC 1.marcus2002-05-021-1/+1
|
* Move back to share/gnome as a datadir.marcus2002-05-012-22/+22
| | | | | | | | The GNOME 2.0 APIs can be installed right along with the GNOME 1.4 APIs, but the desktops will be mutually independent. That is, you will not be able to install gnomedesktop, for example, on the same machine as gnomecore. However, you will be able to install the GNOME 2.0 desktop, and use all your favorite GNOME 1.4 applications (like gaim, AbiWord, Evolution, etc.).
* Use GNOME2 beta4 download location for all GNOME2 ports.sobomax2002-04-261-1/+1
|
* Use USE_LIBTOOL.sobomax2002-04-263-49/+15
|
* Change the GNOME 2.0 library ports to use share/gnome2 instead of share/gnomemarcus2002-04-232-21/+22
| | | | | | | in preparation for the GNOME 2.0 desktop. Reviewed by: sobomax Approved by: sobomax
* Teach GNOME1 and GNOME2 play nicely with each other - don't assume thatsobomax2002-04-091-1/+1
| | | | shared dir (share/gnome/fonts) is `owned' by either one.
* Update to GNOME 2.0 beta3.marcus2002-04-074-36/+32
| | | | Approved by: sobomax
* Update libgnomeprint to 1.111.0 after a repo-copy from gnomeprint and connectsobomax2002-03-208-167/+171
| | | | | | | it to the build. PR: 36031 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Chase increase of freetype2 shlib version.sobomax2002-03-121-1/+1
|
* Fix patch, so that it doesn't break some ports on 4-STABLE.sobomax2002-02-031-6/+8
| | | | Submitted by: Joe Macus Clarke <marcus@marcuscom.com>
* Update to 0.35.sobomax2002-02-015-35/+28
|
* Update version number of freetype2 shared library.sobomax2002-01-211-1/+1
|
* Don't try to delete directory which now being deleted by gnomelibs.sobomax2002-01-161-1/+0
|
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-201-8/+17
|
* Move creation of ${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap fromsobomax2001-12-172-1/+3
| | | | | | | pkg-plist to Makefile on a second attempt to fix bento build and unlock building of some 200 ports that depend on gnomeprint. Submitted by: bento
* Update to 0.34.sobomax2001-12-133-2/+6
|
* Use `@exec touch ...' to create ↵sobomax2001-11-261-0/+1
| | | | | | | | | | ${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap if it doesn't exist. This ensures that the file is created in all cases and should fix bento build. Originally file is only created when the package is built on a system with X11 fonts installed. Submitted by: bento
* Add freetype2 as dependency.sobomax2001-11-221-0/+2
| | | | Submitted by: "Nuzrin Yaapar" <nuzrin@nuzrin.com>
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-211-1/+1
| | | | the later case
* Update to 0.32.sobomax2001-11-204-17/+5
|
* Update to 0.31.sobomax2001-11-103-2/+4
|
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-311-1/+11
| | | | Submitted by: Ports Fury
* Prepare ground for gdk-pixbuf update to 0.13.0 - its include files have beensobomax2001-10-302-1/+15
| | | | | moved aroud, so all ports that don't pay attention to an output of `gdk-pixbuf-config --cflags' need to be fixed.
* Update to 0.30.sobomax2001-10-097-44/+104
|
* Replace the ghostscript6 dependencies with ghostscript-gnu.knu2001-09-121-1/+1
|
* Update WWW.sobomax2001-08-081-1/+1
|
* Update to 0.29ade2001-06-053-2/+3
|
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-121-1/+1
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* Update to GNOME 1.4 -- massive changes all around, for the sake ofade2001-05-054-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVS repo bloat, I'll only list the updates. graphics/imlib 1.9.9 -> 1.9.10 textproc/xml-i18n-tools 0.8 -> 0.8.1 x11/gnomelibs 1.2.11 -> 1.2.13 devel/oaf 0.6.2 -> 0.6.5 devel/gconf 0.12 -> 1.0.0 devel/gnomevfs 0.5 -> 1.0 graphics/gdk-pixbuf 0.9.0 -> 0.11.0 sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1 print/gnomeprint 0.25 -> 0.28 devel/bonobo 0.37 -> 1.0.3 audio/gnomeaudio 1.0.0 -> 1.4.0 x11/gnomecore 1.2.4 -> 1.4.0.3 devel/libgtop 1.0.11 -> 1.0.12 x11/gnomeapplets 1.2.4 -> 1.4.0.1 misc/gnomeuserdocs NEW 1.4.1 misc/gnomeutils 1.2.1 -> 1.4.0 deskutils/gnomepim 1.2.0 -> 1.4.0 games/gnomegames 1.2.0 -> 1.4.0.1 print/ggv 0.95 -> 1.0 editors/ghex 1.1.4 -> 1.2 devel/bugbuddy 1.2 -> 2.0.1 devel/glade 0.5.11 -> 0.6.2 sysutils/gtop 1.0.12 -> 1.0.13 x11/xalf NEW 0.11 x11-toolkits/py-gtk 0.6.6 -> 0.6.7 x11-toolkits/py-gnome 1.0.53 -> 1.4.0 x11-toolkits/guile-gtk 0.19 -> 0.20 x11-toolkits/guile-gnome 0.10 -> 0.20 devel/libsigc++ 1.0.1 -> 1.0.3 x11-toolkits/gnome-- 1.1.15 -> 1.1.17 x11-toolkits/panel-- NEW 0.1 x11-fm/gnomemc 4.5.51 -> 4.5.54
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Update to 0.25ade2000-11-143-3/+6
|
* Implement USE_GNOME, part 2.reg2000-10-051-8/+3
|
* Update to 0.24. Read the ChangeLog for updates, the list is enormous.ade2000-09-293-15/+21
|
* Re-sobomize to use pre-patch instead of post-extractade2000-08-051-1/+1
| | | | Wrists slapped by: knu, sheldon
* Extensive patchfile cleanups using sobomax's wonderfulade2000-08-041-2/+8
| | | | post-extract rule
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+1
| | | | ldconfig in PLIST need personal consideration.
* Say hello to GNOME 1.2ade2000-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | audio/gnomemedia 1.2.0 deskutils/gnomepim 1.2.0 devel/bugbuddy 1.0 devel/glade 0.5.9 devel/libgtop 1.0.9 games/gnomegames 1.2.0 graphics/imlib 1.9.8.1 misc/gnomeusersguide 1.2 misc/gnomeutils 1.2.0 sysutils/gnomecontrolcenter 1.2.0 sysutils/gtop 1.0.8 x11-fm/gmomemc 4.5.50 x11/gnomecore 1.2.0 x11/gnomelibs 1.2.1 Along with cosmetic changes to other parts of the metaport for the new shared library version numbers. Plus. The metaport has been reworked to bring in a few more often-requested items. Please note that you absolutely need GTK/GLIB 1.2.8 or higher for this release.
* Update to 0.20ade2000-05-233-2/+4
|
* Update to 0.19ade2000-05-183-3/+9
|
* Update to 0.18ade2000-04-193-3/+3
|
* Accidental whitespacecpiazza2000-04-101-2/+2
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* Update to 0.16, a bunch of new features, and plenty of bugs fixed.ade2000-03-283-5/+6
| | | | Shared library revision bumped as a result.
* Update to 0.12ade2000-02-233-24/+33
|
* Change MAINTAINER to ade@FreeBSD.org .nakai2000-01-071-1/+1
|
* New location on MASTER_SITE.steve1999-12-051-1/+1
| | | | | PR: 15238, 15248 Submitted by: Ade Lovett <ade@lovett.com>
* Update to 0.10nakai1999-10-273-4/+7
| | | | | PR: ports/14541 Submitted by: Ade Lovett<ade@lovett.com>
* PR: ports/14303nakai1999-10-143-8/+17
| | | | | | Submitted by:Ade Lovett <ade@lovett.com> Update to 0.9 This is a core library for 'October GNOME'
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Update to version 0.4.steve1999-08-224-22/+61
| | | | | PR: 12781 (7 of 19) Submitted by: Ade Lovett <ade@lovett.com>
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Update to version 0.1.1.steve1999-05-304-41/+39
| | | | | PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* The faster this commit message is typed the faster it'll all be over.mharo1999-05-031-1/+1
| | | | (add WWW:)
* gtk11 -> gtk12mharo1999-04-221-2/+2
|
* DISTFILES moved on MASTER_SITE.steve1999-04-091-2/+2
|
* Portlint, libtool.vanilla1999-02-021-5/+3
| | | | | PR: ports/9826 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Use ${MASTER_SITE_GNOME}fenner1999-01-271-5/+3
|
* GNOME print library.vanilla1999-01-186-0/+89