Commit graph

24 commits

Author SHA1 Message Date
recht
4150812b27 add python as category
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-22 09:15:59 +00:00
seb
00cc0486ea Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-17 21:32:33 +00:00
recht
1d9c8215bf update to 2.0.2
Changes since 2.0.0:
* gnome.canvas
 - add functions and methods to allow using Bpath canvas item
 - add item_list attribute to gnome.canvas.Group to contain list of child items
* gnome.vfs
 - add lots of wrappers for gnome.vfs.mime_* functions
 - add wrappers for gnome.vfs.xfer_* functions
 - bug fixes
* bonobo
 - fix reference counting of bonobo object constructors
* gnomeprint
 - Add examples ported from C, found in libgnomeprintui
 - Add wrappers for gnome_print_convert_distance(_full)?
 - GnomeFontDialog derives from GtkDialog, not GtkWidget
 - Add missing gnomeprint.Context.grestore()
* gconf
 - check gconf value type on get_xxx()
 - fix example simple-view.py
 - misc fixes
* applet
 - add PanelApplet.get_flags and PanelApplet.set_flags and respective constants
* gnome.ui
 - Enable wrapper for IconTextItem.get_text()
 - Add wrapper for gnome.ui.IconList.get_selection()
 - Fix AboutDialog crash when translator_credits is None
 - Add wrappers for gnome.ui.Client.set_xxx_command()

Changes since 2.0.1:
  The only change since 2.0.1 is a small build fix that makes it possible
  to build the vfs bindings again. (bug 138556)
2004-05-10 00:11:07 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
59bdf89739 If the ${PKGBASE} of a package doesn't match the token passed to
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16 18:23:26 +00:00
minskim
8ede385f67 No longer used. 2004-03-07 01:25:21 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
minskim
79870154de Do not use PYPKGPREFIX in buildlink3.mk except in BUILDLINK_DEPENDS.*. 2004-02-20 03:12:22 +00:00
minskim
d475a194e8 bl3ify 2004-02-19 21:36:39 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
jmmv
5f70d86fba Bump PKGREVISION due to nautilus update (imlib2 removed as a dependency). 2004-02-14 00:24:34 +00:00
xtraeme
35e06f5d53 Bump PKGREVISION due to libgtkthml update. 2004-02-11 07:43:22 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
jmmv
d3189ea520 Bump revision due to nautilus update to 2.4.2. 2004-02-06 22:37:59 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
jmmv
b32b224fea Bump revision due to librsvg2 update (libcroco added as a dependancy). 2004-01-04 17:30:55 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jmmv
a51d1c36df Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
recht
f3167ceedc python/extension.mk has to be included before any other Python module. 2003-09-09 16:30:23 +00:00
recht
48fd8a746b Initial import of py-gnome2 2.0.0.
The gnome-python package contains the source packages for the Python
bindings for GNOME called PyGNOME.

PyGNOME is an extension module for Python that provides access to the
base GNOME libraries, so you have access to more widgets, a simple
configuration interface, and metadata support.
2003-09-09 13:06:20 +00:00