summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gtk (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro1-2/+2
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
1999-08-31$Id$ -> $FreeBSD$Peter Wemm1-1/+1
Notes: svn path=/head/; revision=21148
1999-06-26#4/4 enforcing Caps, no periodTim Vanderhoek1-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 Notes: svn path=/head/; revision=19804
1999-05-30Use new gnome ports.Steve Price1-3/+5
PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19106
1999-05-27Update 1.0.1 -> 1.0.3Jacques Vidrine3-71/+78
Notes: svn path=/head/; revision=19015
1999-03-16New port py-gnome created from repository copy of py-gtk.Jacques Vidrine5-45/+106
py-gnome-1.0.1 replaces py-gtk-0.5.12 (the latter is fully incorporated into the former). Notes: svn path=/head/; revision=17255
1999-03-15Bump imlib library version since it now depends upon GTK 1.2 instead of 1.1.Jacques Vidrine1-2/+2
libgdk_imlib.so.2 -> libgdk_imlib.so.3 libImlib.so.2 -> libImlib.so.3 Notes: svn path=/head/; revision=17236
1999-03-15Update 0.5.11 -> 0.5.12Jacques Vidrine3-67/+53
Notes: svn path=/head/; revision=17222
1999-02-28Upgrade 0.5.10 -> 0.5.11Jacques Vidrine2-6/+4
Notes: svn path=/head/; revision=16946
1999-02-28BROKEN= 'sites either have much older than 0.5.10, or 0.5.11'David E. O'Brien1-1/+3
Notes: svn path=/head/; revision=16929
1999-02-22Update to 0.5.10. Note that I have changed installation pathsJacques Vidrine3-62/+68
for examples (s;/pygtk;/py-gtk). Notes: svn path=/head/; revision=16861
1999-01-17Bump imlib version number in dependencies.Jacques Vidrine1-2/+2
Notes: svn path=/head/; revision=16103
1999-01-07Rename pygtk to py-gtk after repository copy, to meet conventionJacques Vidrine1-3/+1
of naming Python modules with a prefix of "py-" and to match this port's PKGNAME. Notes: svn path=/head/; revision=15900
1999-01-07Mark this broken while our esteemed Mr. nectar works on fixups afterSatoshi Asami1-1/+3
a repository copy. Notes: svn path=/head/; revision=15899
1998-12-31Upgrade to 0.5.9.Jacques Vidrine4-73/+74
Notes: svn path=/head/; revision=15735
1998-11-11Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1-3/+5
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
1998-10-15Mark BROKEN for current: bad python pathsJustin M. Seger1-1/+7
Notes: svn path=/head/; revision=14024
1998-09-25graphics/imlib is now ELFized.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=13385
1998-09-23Upgrade to 0.5.2.Thomas Gellekum3-6/+21
Notes: svn path=/head/; revision=13359
1998-08-11Some fixes: depend on libImlib, get the correct linker pathThomas Gellekum1-4/+2
to libraries in ${LOCALBASE}. Notes: svn path=/head/; revision=12440
1998-08-07Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=12335
1998-08-07Move "FWF Xaw3d auis blt iv lesstif neXtaw pmw pygtk qt qt133 qt140Satoshi Asami1-2/+2
slingshot tix tk41 tk42 tk80 tk81 tkstep80 v xbae xforms xview-clients xview-config xview-lib" from x11 to x11-toolkits. Notes: svn path=/head/; revision=12330
1998-08-07===> Configuring for py-gtk-0.4.5Satoshi Asami1-1/+3
creating cache ./config.cache checking for python... /usr/local/bin/python checking python version... 1.5 checking python installation prefix... /usr/local checking python installation exec_prefix... /usr/local checking definitions in Python library makefile... done checking where to install python modules... $(prefix)/lib/python1.5/site-packages checking where to install python shared modules... $(exec_prefix)/lib/python1.5/s ite-packages checking for gtk-config... /usr/local/bin/gtk-config checking for GTK cflags... -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include checking for GTK libs... -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -lglib -lX ext -lX11 -lm checking for main in -lz... yes checking for main in -ltiff... no checking for main in -lgif... no checking for main in -ljpeg... no checking for png_get_valid in -lpng... no checking for gdk_imlib_init in -lgdk_imlib... yes updating cache ./config.cache creating ./config.status creating Setup creating Makefile.pre creating Makefile ===> Building for py-gtk-0.4.5 `Makefile' is up to date. cc -fpic -O2 -pipe -I/usr/local/include/python1.5 -I/usr/local/lib/python1.5/config -DHAVE_CONFIG_H=1 -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X 11R6/include -c ./gtkmodule.c In file included from /usr/local/include/gdk/gdk.h:23, from /usr/local/include/gtk/gtk.h:23, from ./gtkmodule.c:239: /usr/local/include/gdk/gdktypes.h:25: glib.h: No such file or directory ======= glib.h is in /usr/local/include/glib. Perhaps it needs to be changed after glib was updated. By the way, why isn't devel/glib in the dependency list? Notes: svn path=/head/; revision=12319
1998-08-07Upgrade to 0.4.5.Thomas Gellekum3-7/+11
Notes: svn path=/head/; revision=12312
1998-07-06Upgrade to 0.4.4.Thomas Gellekum3-5/+7
Notes: svn path=/head/; revision=11760
1998-06-30Use py- as prefix for the package names.Thomas Gellekum1-1/+2
Notes: svn path=/head/; revision=11622
1998-06-25Add virtual category "python".Thomas Gellekum1-2/+2
pygist: add dependency on rng. Notes: svn path=/head/; revision=11520
1998-06-03Add a couple of mirrors.Thomas Gellekum1-2/+5
Notes: svn path=/head/; revision=11226
1998-06-02New port pygtk, a set of wrappers around gtk for python.Thomas Gellekum5-0/+105
Notes: svn path=/head/; revision=11208