summaryrefslogtreecommitdiff
path: root/x11/p5-gtk
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-25bl3ifyxtraeme3-7/+7
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc2-4/+5
2003-11-25Updated to 0.7009. Fixes build with perl 5.8.x.salo4-8/+9
Addresses PR pkg/23209 by Christian Gall.
2003-09-07Fix pathname to patched file so "sub packages" of p5-gtkseb2-5/+5
- which have a different WRKSRC - can actually be built.
2003-09-04Package sharing this file should also use the same patches; setwiz1-1/+2
PATCHDIR (per suggestion from mrg).
2003-07-22actually make sure the subpackages depend on p5-gtk itself!mrg1-2/+3
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-23part 1 to fix PR pkg/21891: split common parts of p5-gtk and it's submrg3-11/+41
packages out, and have a generic method of building a sub package.
2003-05-09Fix dir in depends line. From Soren Jacobsen in PR 21508.wiz1-2/+2
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2002-10-13buildlink1 -> buildlink2. Use perl5/module.mk.wiz1-7/+5
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-03Update x11/p5-gtk to version 0.7008. Major changes from version 0.7004jlam4-11/+41
include: * bug fixes * added perl var changes event source: you can now get a callback when the value of a perl variable changes. * install more documentation (Gtk::cookbook) * optimize both memory used and speed of loading/execution * add the ability to query packages, signals and object arguments.
2001-04-19Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-28Update to 0.7004 per pkg/11595 by Damon Brodie. Bugfix release.wiz2-5/+5
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-28Update p5-gtk to 0.7003 -- a year and a half's worth of changes to trackjlam4-12/+10
GTK+ and fix building on newer versions of Perl.
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam2-21/+6
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
1999-10-23Use wildcard dependence for "gtk+" package.tron1-2/+2
1999-09-21Consistency:abs1-1/+1
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-08-28Update dependency on gtk+-1.2.4rh1-2/+2
1999-05-02Update dependence for "gtk+" package to version 1.2.2.tron1-2/+2
1999-04-26add USE_X11=yesgarbled1-1/+2
1999-04-16Update dependence for "gtk+" package to version 1.2.1.tron1-2/+2
1999-04-12Update to 0.5120hubertf3-27/+13
Lots of changes, mostly to make this working again, and with the latest and greatest gtk release.
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc1-21/+21
1999-03-04Update dependence for "gtk+" package.tron1-2/+2
1999-01-16Depend on version 1.1.12 of "gtk+" package.tron1-2/+2
1998-12-19Depend on "gtk+-1.1.9".tron1-2/+2
1998-11-21Depend on "gtk+-1.1.3".tron1-2/+2
1998-11-04Initial import of p5-gtk-0.4.garbled5-0/+57
perl bindings for gtk