CVS log for ports/print/gnomeprint/Attic/Makefile
Up to [FreeBSD] / ports / print / gnomeprint
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.63
Sun May 28 13:24:05 2006 UTC (5 years, 8 months ago) by pav
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.62: +1 -1 lines
- Rename port print/gnomeprint -> print/gnome-print
Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue May 16 05:14:39 2006 UTC (5 years, 8 months ago) by mezz
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +3 -3 lines
portlint: -Change the order, move USE_GHOSTSCRIPT_RUN under the *_DEPENDS.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon May 15 22:23:01 2006 UTC (5 years, 8 months ago) by mezz
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -0 lines
Add USE_GETTEXT to appease portlint.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:38:44 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:50:49 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Jul 9 17:42:45 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
Apply a big libtool patch to allow porters to use the libtool installed by 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
Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:17:15 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...
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.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:08:34 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Jan 20 16:30:07 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -10 lines
Use the new ghostscript options. Submitted by: linimon
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Aug 31 02:03:21 2003 UTC (8 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +20 -2 lines
Allow for selection of ghostscript port. PR: 54943 Submitted by: Jens Rehsack <rehsack@liwing.de> (based on)
Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Jun 12 09:46:03 2003 UTC (8 years, 8 months ago) by adamw
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +0 -4 lines
Remove REINPLACE commands that were rolled into gnomehack.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Apr 20 19:40:33 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +0 -1 lines
Remove USE_GNOMENG.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:09:03 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -0 lines
Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Sep 20 23:42:21 2002 UTC (9 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Fix MASTER_SITE_SUBDIR. Submitted by: Bob Fleck <bob@securesoftware.com>
Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Sep 20 17:07:14 2002 UTC (9 years, 4 months ago) by marcus
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
GNOME has just changed the layout of their FTP site. This resulted in making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Sep 16 16:12:49 2002 UTC (9 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
Update to 0.37.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Jul 11 17:16:02 2002 UTC (9 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +4 -6 lines
Convert all core GNOME1 components and some of the most popular GNOME1 apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus
Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jun 6 04:00:34 2002 UTC (9 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -0 lines
Get the dist path right this time.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Jun 6 00:24:35 2002 UTC (9 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -0 lines
Add a missing USE_BZIP2 Prompted by: Albert Kinderman <albert.kinderman@csun.edu>
Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Jun 5 20:15:52 2002 UTC (9 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Update to 0.36.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Mar 11 17:25:30 2002 UTC (9 years, 11 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
Chase increase of freetype2 shlib version.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Feb 1 11:24:02 2002 UTC (10 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
Update to 0.35.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Jan 21 11:46:48 2002 UTC (10 years ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Update version number of freetype2 shared library.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Dec 17 09:03:07 2001 UTC (10 years, 1 month ago) by sobomax
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -0 lines
Move creation of ${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap from
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
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Dec 12 21:41:21 2001 UTC (10 years, 2 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Update to 0.34.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Nov 22 08:57:36 2001 UTC (10 years, 2 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -0 lines
Add freetype2 as dependency. Submitted by: "Nuzrin Yaapar" <nuzrin@nuzrin.com>
Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Nov 20 14:18:24 2001 UTC (10 years, 2 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -3 lines
Update to 0.32.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Nov 9 16:39:26 2001 UTC (10 years, 3 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Update to 0.31.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Oct 30 12:42:01 2001 UTC (10 years, 3 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1 lines
Prepare ground for gdk-pixbuf update to 0.13.0 - its include files have been moved aroud, so all ports that don't pay attention to an output of `gdk-pixbuf-config --cflags' need to be fixed.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Oct 9 07:31:12 2001 UTC (10 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -4 lines
Update to 0.30.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Sep 11 21:23:46 2001 UTC (10 years, 5 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Replace the ghostscript6 dependencies with ghostscript-gnu.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Jun 5 04:58:33 2001 UTC (10 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Update to 0.29
Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri May 11 16:36:33 2001 UTC (10 years, 9 months ago) by ade
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
SWitch maintainership of core GNOME ports to a small group of committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri May 4 21:39:41 2001 UTC (10 years, 9 months ago) by ade
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -5 lines
Update to GNOME 1.4 -- massive changes all around, for the sake of 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
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Mar 29 16:34:36 2001 UTC (10 years, 10 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
-pthread --> ${PTHREAD_LIBS}
-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.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Nov 14 14:09:33 2000 UTC (11 years, 2 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Update to 0.25
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Oct 5 07:17:16 2000 UTC (11 years, 4 months ago) by reg
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -9 lines
Implement USE_GNOME, part 2.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Sep 28 17:58:43 2000 UTC (11 years, 4 months ago) by ade
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +7 -4 lines
Update to 0.24. Read the ChangeLog for updates, the list is enormous.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Aug 4 16:11:25 2000 UTC (11 years, 6 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Re-sobomize to use pre-patch instead of post-extract Wrists slapped by: knu, sheldon
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Aug 4 01:19:15 2000 UTC (11 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +9 -3 lines
Extensive patchfile cleanups using sobomax's wonderful post-extract rule
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:51:52 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the 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
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jun 16 10:38:07 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jun 1 16:10:24 2000 UTC (11 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Say hello to GNOME 1.2 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.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon May 22 18:56:11 2000 UTC (11 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Update to 0.20
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed May 17 16:28:13 2000 UTC (11 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Update to 0.19
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Apr 19 15:05:57 2000 UTC (11 years, 9 months ago) by ade
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Update to 0.18
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Apr 9 17:49:46 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Accidental whitespace
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Apr 9 17:40:16 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -4 lines
Update with the new PORTNAME/PORTVERSION variables
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Mar 28 02:53:35 2000 UTC (11 years, 10 months ago) by ade
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
Update to 0.16, a bunch of new features, and plenty of bugs fixed. Shared library revision bumped as a result.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Feb 23 00:07:15 2000 UTC (11 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4 lines
Update to 0.12
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jan 7 02:06:33 2000 UTC (12 years, 1 month ago) by nakai
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Change MAINTAINER to ade@FreeBSD.org .
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Dec 4 19:08:05 1999 UTC (12 years, 2 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
New location on MASTER_SITE. PR: 15238, 15248 Submitted by: Ade Lovett <ade@lovett.com>
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Oct 27 10:26:45 1999 UTC (12 years, 3 months ago) by nakai
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -4 lines
Update to 0.10 PR: ports/14541 Submitted by: Ade Lovett<ade@lovett.com>
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Oct 14 03:43:55 1999 UTC (12 years, 4 months ago) by nakai
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +8 -7 lines
PR: ports/14303 Submitted by:Ade Lovett <ade@lovett.com> Update to 0.9 This is a core library for 'October GNOME'
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:49:50 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Aug 31 01:44:49 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Aug 22 03:46:44 1999 UTC (12 years, 5 months ago) by steve
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -5 lines
Update to version 0.4. PR: 12781 (7 of 19) Submitted by: Ade Lovett <ade@lovett.com>
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun May 30 03:52:57 1999 UTC (12 years, 8 months ago) by steve
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +12 -13 lines
Update to version 0.1.1. PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 22 07:57:18 1999 UTC (12 years, 9 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
gtk11 -> gtk12
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Apr 8 18:08:36 1999 UTC (12 years, 10 months ago) by steve
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
DISTFILES moved on MASTER_SITE.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Feb 2 14:17:53 1999 UTC (13 years ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -5 lines
Portlint, libtool. PR: ports/9826 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jan 27 08:31:52 1999 UTC (13 years ago) by fenner
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -5 lines
Use ${MASTER_SITE_GNOME}
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Jan 17 20:19:18 1999 UTC (13 years ago) by vanilla
Branches: GNOME
CVS tags: gnomeprint_0_0_3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
GNOME print library.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jan 17 20:19:18 1999 UTC (13 years ago) by vanilla
Branches: MAIN
Initial revision
