Commit graph

16 commits

Author SHA1 Message Date
Jeremy Messenger
bb1e08b6be BROKEN=py-gnome-extras has pygda disable because it is broke
Reported by:	pointyhat-exp
2007-10-25 16:39:04 +00:00
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Pav Lucistnik
862d8c993a - Fix build with python25
PR:		ports/115980
Submitted by:	Scot Hetzel <swhetzel@gmail.com>
Obtained from:	vendor SVN
2007-09-05 08:17:44 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Gabor Kovesdan
d4d4877cb1 - Remove FreeBSD 4.X support from unmaintained ports in categories starting with
letter d-e
2007-04-15 19:15:42 +00:00
Rong-En Fan
59b616d6bb - Update to 1.0.4 and unbreak
PR:		ports/103140
Submitted by:	Marcin Wisnicki <mwisnicki+freebsd at gmail.com>
Approved by:	portmgr (clement)
2006-10-16 12:08:49 +00:00
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Kris Kennaway
15b247f443 Schedule these broken ports for termination on 2006-12-01 2006-09-02 16:51:10 +00:00
Rong-En Fan
80b737b5b6 - Define USE_GETTEXT, bump PORTREVISION
PR:		ports/101586
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-15 08:27:47 +00:00
Rong-En Fan
1a0d043dcd - Remove directories that are not in mtree file
Note that these directories are be removed by other dependency ports,
  so I do not bump PORTREVISION for them. These affected ports are
  belong to ports@.

PR:		ports/101586
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-15 07:56:23 +00:00
Joe Marcus Clarke
b042b2385f Glom is horribly out-of-date, and broken with current versions of bakery
and libgdamm.  I am assigning this port back to ports@ in hopes that some
GNOME Postgres user will pick it up, and update it to 1.0.

If there's anything gnome@ can do to help facilitate that, please let us know.
2006-04-02 07:35:51 +00:00
Joe Marcus Clarke
fbc73d1a66 Chase the bakery shared lib name. 2006-03-29 06:50:19 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Michael Johnson
946593c1f3 - Add glom
With Glom you can design table definitions and the relationships
between them, plus arrange the fields on the screen. You can edit
and search the data in those tables, and specify field values in
terms of other fields. It's as easy as it should be.

The design is loosely based on FileMaker Pro, with the added
advantage of separation between interface and data. Its simple
framework should be enough to implement most database
applications. Without Glom these systems normally consist of lots
of repetitive, unmaintainable code.

Glom-specific data such as the relationship definitions is saved
in the Glom document. Glom re-connects to the database server
when it loads a previous Glom document. The document is in XML
format.

Glom uses the PostgreSQL database backend but it can not edit
databases that it did not create, because it uses only a simple
subset of Postgres functionality.

Submitted by:	adamw
2005-11-06 01:47:33 +00:00