Skip site navigation (1)Skip section navigation (2)

CVS log for ports/editors/gedit2/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / editors / gedit2

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.77
Mon Jan 24 23:36:14 2005 UTC (7 years ago) by pav
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.76: +1 -1 lines
- Move editors/gedit2 to editors/gedit

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sun Dec 5 23:14:19 2004 UTC (7 years, 2 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -2 lines
Update to 2.8.2.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Tue Nov 16 07:34:58 2004 UTC (7 years, 2 months ago) by mezz
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -0 lines
Add a new INSTALLS_OMF to take care of .omf, ScrollKeeper file. It will
automatically scan pkg-plist file and add apropriate @exec/@unexec directives
for each .omf file found to track OMF registration database. Details can be
found in bsd.gnome.mk and http://www.freebsd.org/gnome/docs/porting.html .

Current, gedit2 is the only port that use INSTALLS_OMF for now. I will chasing
all the other ports that are maintaining by gnome@FreeBSD.org when I am done
with two todo list. The other ports, you are on your own and portlint will
bug you when portlint is update.

While I am here, switch from make loops to sh loops in GCONF_SCHEMAS part.

Document writer by:	bland
Reviewed by:		my team, FreeBSD GNOME team

Revision 1.74: download - view: text, markup, annotated - select for diffs
Wed Nov 10 03:19:12 2004 UTC (7 years, 3 months ago) by mezz
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -0 lines
Bump 29 ports that use GCONF_SCHEMAS. Somehow, the diff of GNOME 2.8.x has
lost the small part. The small part was GCONF_SCHEMAS in bsd.gnome.mk that is
taking care of gconf key and schemas files for pkg-plist. Pav has committed by
re-add GCONF_SCHEMAS back in bsd.gnome.mk this afternoon. Therefore, must bump
PORTREVISION to correct our pkg-plist database installed.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:24:14 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +8 -7 lines
Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).

This release notes detailing all of the new goodies in GNOME 2.8 can
be found at http://www.gnome.org/start/2.8/notes/, and the list of what
was fixed in GNOME 2.8.1 can be found at
http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html.

This release, as well as all of our others, would not have been possible
without the great efforts of our FreeBSD GNOME Team.  The list of
current members can be found at http://www.freebsd.org/gnome/contact.html
(including our newest member, Michael Johnson <ahze@FreeBSD.org>).

Special thanks also goes out to all of the loyal FreeBSD GNOME users that
put up with crashes and hangs to test and debug GNOME on FreeBSD.  We would
especially like to thank those users that provided patches for GNOME 2.7 and
2.8:

Franz Klammer <klammer@webonaut.com>
Piotr Smyrak <piotr.smyrak@heron.pl>
Radek Kozlowski <radek@raadradd.com>
Khairil Yusof <kaeru@pd.jaring.my>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Vladimir Grebenschikov <vova@fbsd.ru>

GNOME 2.8 also features a new, FreeBSD-specific splashscreen that
was designed by jimmac for GNOME 2.8, then daemonized by
Franz Klammer <klammer@webonaut.com> and Radek Kozlowski
<radek@raadradd.com>.

As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8.  There is
a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh
that will aid in the upgrade process.  Full documentation on the GNOME 2.8
upgrade is coming following this commit.

From all of us at FreeBSD GNOME, ENJOY!

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sun Aug 29 05:23:24 2004 UTC (7 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
Chase the libpsell shared lib version.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Jul 28 14:36:28 2004 UTC (7 years, 6 months ago) by adamw
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -0 lines
Move a bunch of now unique stuff out of gnomehier and into
the ports that really own the directories.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Fri Jul 9 17:42:21 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +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.69: download - view: text, markup, annotated - select for diffs
Sat Jun 26 01:59:54 2004 UTC (7 years, 7 months ago) by bland
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
- Update to 2.6.2
- Convert to new gconf keys handling scheme.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon May 3 16:14:09 2004 UTC (7 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
Update to 2.6.1.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Mon Apr 5 03:11:23 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +5 -6 lines
Presenting GNOME 2.6.0.  The FreeBSD GNOME Team feels this our best release
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>

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:16:28 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +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.65: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:19:58 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.64: download - view: text, markup, annotated - select for diffs
Mon Nov 17 12:28:56 2003 UTC (8 years, 2 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +0 -1 lines
USE_REINPLACE need be defined only when REINPLACE_CMD is used.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Oct 16 18:18:14 2003 UTC (8 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -2 lines
Update to 2.4.1.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Oct 16 13:56:58 2003 UTC (8 years, 3 months ago) by bland
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -0 lines
Fix memory access after free().
This was a source of SIGBUS in print/printpreview on -CURRENT.

Reported by: Jacek Wotka <cn@team-fatal.com>

Revision 1.61: download - view: text, markup, annotated - select for diffs
Thu Sep 18 06:49:24 2003 UTC (8 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +9 -8 lines
Update to GNOME 2.4.0.  For all the goodies on what's changed, known issues,
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

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat Jun 14 20:20:43 2003 UTC (8 years, 7 months ago) by adamw
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
Update to 2.2.2.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Jun 12 09:45:58 2003 UTC (8 years, 8 months ago) by adamw
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +0 -4 lines
Remove REINPLACE commands that were rolled into gnomehack.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Apr 22 04:25:01 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -6 lines
Convert to new GNOME infrastructure.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun Apr 20 02:58:53 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +0 -1 lines
Remove USE_GNOMENG.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Apr 4 07:32:45 2003 UTC (8 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
Update to 2.2.1.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:00:26 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +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.54: download - view: text, markup, annotated - select for diffs
Fri Feb 7 18:42:06 2003 UTC (9 years ago) by marcus
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +6 -5 lines
Update to GNOME 2.2.

This is Phase I.  All existing ports have been updated to their GNOME 2.2
counterparts.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Nov 19 07:41:24 2002 UTC (9 years, 2 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
Update to 2.0.6.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Sep 20 17:06:45 2002 UTC (9 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +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.51: download - view: text, markup, annotated - select for diffs
Fri Sep 6 19:43:18 2002 UTC (9 years, 5 months ago) by marcus
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Update to 2.0.5.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Aug 29 05:26:05 2002 UTC (9 years, 5 months ago) by marcus
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Update to 2.0.4.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Aug 21 22:59:57 2002 UTC (9 years, 5 months ago) by marcus
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +5 -9 lines
* Update to 2.0.3
* Use USE_GNOMENG

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Jul 24 20:33:27 2002 UTC (9 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
Update to 2.0.2.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Jul 19 07:13:54 2002 UTC (9 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -1 lines
Add a dependency to eel that crept in between 2.0.0 and 2.0.1.

Noticed by:	James Satterfield <james@floondoon.com>

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jul 18 18:43:18 2002 UTC (9 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +5 -2 lines
Update to 2.0.1.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Jun 30 22:20:42 2002 UTC (9 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
The FreeBSD GNOME team is proud to present GNOME 2.0 Release.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Jun 26 09:18:35 2002 UTC (9 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +8 -6 lines
Update to GNOME 2.0 RC2.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Jun 15 09:05:09 2002 UTC (9 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Jun 12 00:18:18 2002 UTC (9 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
Update to the latest GNOME 2 snapshot.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue May 28 16:08:24 2002 UTC (9 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed May 22 22:27:04 2002 UTC (9 years, 8 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -1 lines
Add missing dependency on libgnomeui.

Submitted by:	bento

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun May 19 20:16:06 2002 UTC (9 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
Back to betas...Update to GNOME 2.0 beta 5.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed May 15 04:52:45 2002 UTC (9 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +16 -15 lines
Add gedit2 after a repo copy from gedit.  gedit2 is a lightweight editor
for the GNOME 2.0 desktop environment.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Apr 13 23:21:52 2002 UTC (9 years, 10 months ago) by ade
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +6 -1 lines
Missed these two in yesterday's uber-patch owing to a botched local
tree merge problem.

Pointy hat to:	ade

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Sep 11 14:41:38 2001 UTC (10 years, 5 months ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1, old_RELEASE_4_5_0, old_RELEASE_4_4_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3 lines
Update to 0.9.7.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri May 11 16:36:23 2001 UTC (10 years, 9 months ago) by ade
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +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.34: download - view: text, markup, annotated - select for diffs
Fri May 4 21:50:59 2001 UTC (10 years, 9 months ago) by ade
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -5 lines
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.

Applications include:

mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Mar 29 16:33:27 2001 UTC (10 years, 10 months ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_4_3_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +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.32: download - view: text, markup, annotated - select for diffs
Thu Nov 30 18:16:35 2000 UTC (11 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -4 lines
Update to 0.9.4

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Nov 14 14:10:09 2000 UTC (11 years, 2 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_4_2_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Chase new print/gnomeprint shlib version

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Oct 18 22:25:17 2000 UTC (11 years, 3 months ago) by ade
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Update to 0.9.3

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Oct 17 18:52:22 2000 UTC (11 years, 3 months ago) by ade
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Update to 0.9.2

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Oct 5 07:10:33 2000 UTC (11 years, 4 months ago) by reg
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -10 lines
Implement USE_GNOME, part 1.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Sep 28 18:01:42 2000 UTC (11 years, 4 months ago) by ade
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
Update to 0.9.1, using required new gnomeprint

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Aug 4 16:11:11 2000 UTC (11 years, 6 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_4_1_1
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Re-sobomize to use pre-patch instead of post-extract

Wrists slapped by:	knu, sheldon

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Aug 4 01:34:21 2000 UTC (11 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +8 -1 lines
Extensive patchfile cleanups using sobomax's wonderful
post-extract rule

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Jul 11 22:02:14 2000 UTC (11 years, 7 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_4_1_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Update for new devel/libglade shlib version

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Jul 10 15:01:00 2000 UTC (11 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Update to 0.9.0

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jun 26 16:14:26 2000 UTC (11 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
Add a RUN_DEPENDS on sysutils/gnomecontrolcenter.

This is now REQUIRED by ALL GNOMEish applications that install
anything into ${PREFIX}/etc/CORBA or ${PREFIX}/share/gnome

Reminded by:	bento

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Jun 14 13:21:12 2000 UTC (11 years, 8 months ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_3_5_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -2 lines
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Jun 11 16:39:21 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.7.9

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Jun 8 21:40:19 2000 UTC (11 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -2 lines
Add devel/libglade dependency

Submitted by:	bento

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jun 1 16:25:18 2000 UTC (11 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Updates for new shared library versions in GNOME 1.2

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed May 17 16:30:47 2000 UTC (11 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Chase new gnomeprint shared library version

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Apr 20 00:45:09 2000 UTC (11 years, 9 months ago) by ade
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +12 -34 lines
Update to 0.7.0, with a new MASTER_SITE and bunch of new features

Remove lots of Makefile bogons, replacing them with lots of
patches (like other GNOME ports :) to put things in the right place.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Apr 14 00:25:29 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
portname/portversion update

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Mar 29 22:34:35 2000 UTC (11 years, 10 months ago) by ade
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Take over a couple of ports.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Mar 29 07:18:32 2000 UTC (11 years, 10 months ago) by kris
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Jan 9 09:42:20 2000 UTC (12 years, 1 month ago) by cpiazza
Branches: MAIN
CVS tags: old_RELEASE_4_0_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -4 lines
Remove two master sites that aren't working and use the -b arg
to fetch so the entire file gets received

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Dec 23 13:42:33 1999 UTC (12 years, 1 month ago) by jedgar
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Update port to 0.6.1

PR:		15602
Submitted by:	Maintainer

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Nov 21 00:41:55 1999 UTC (12 years, 2 months ago) by cpiazza
Branches: MAIN
CVS tags: old_RELEASE_3_4_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +10 -6 lines
Update to version 0.6.0

PR:		15009
Submitted by:	Rod Taylor <rod@zort.on.ca>

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Oct 25 08:07:20 1999 UTC (12 years, 3 months ago) by nakai
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -10 lines
Update to 0.5.5.

PR:		ports/14481
Submitted by:	rod@oscentral.org

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Oct 18 02:24:18 1999 UTC (12 years, 3 months ago) by nakai
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Use updated gnomelibs.

PR:		ports/14374
Submitted by:	rod@oscentral.org

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Oct 9 18:42:06 1999 UTC (12 years, 4 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -18 lines
Bump glib12 's share library version to 3,
and portlint.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Oct 8 03:29:28 1999 UTC (12 years, 4 months ago) by nakai
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Use updated imlib library.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Sep 18 03:12:03 1999 UTC (12 years, 4 months ago) by steve
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
The version number of libgif.so has changed to 5.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Sep 7 10:45:22 1999 UTC (12 years, 5 months ago) by steve
Branches: MAIN
CVS tags: old_RELEASE_3_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
The tiff port now lives in ports/graphics/tiff.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:43:51 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Change Id->FreeBSD.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Aug 1 02:52:48 1999 UTC (12 years, 6 months ago) by steve
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +17 -5 lines
Update to version 0.5.4.

PR:		12593
Submitted by:	maintainer

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Jun 6 17:55:41 1999 UTC (12 years, 8 months ago) by steve
Branches: old_ANDY
CVS tags: old_v0_5_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of gedit version 0.5.1.
A small but powerful text editor for the Gnome Desktop Environment.

PR:		11486
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jun 6 17:55:41 1999 UTC (12 years, 8 months ago) by steve
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options