summaryrefslogtreecommitdiff
path: root/lang/gb
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+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-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-04-28Convert to buildlink3.snj1-4/+4
2004-04-25Unused.wiz1-22/+0
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-04-24This package needs freetype2 (noticed in arm bulk build)cjep1-1/+2
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-4/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-01USE_PKGLOCALEDIR, remove unnecessary patch.salo4-29/+16
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-08Convert to buildlink2.wiz1-4/+3
2002-10-08Unused.wiz1-51/+0
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+22
buildlink2.mk files back into the main trunk.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb2-3/+4
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-03Substitute the real config script for the config wrapper script injlam1-1/+3
installed files. We don't want buildlink references to escape into the install directory.
2001-10-01Reduce dependency on gnome-core to gnome-libs. While we are at it, makerh2-13/+62
this strongly buildlinked and provide a buildlink.mk for dependent packages
2001-08-11Update gb to 0.0.20.rh3-11/+8
Notable changes are: * Massive grammer / lexer / internals fixage * Form work * Form [MaxButton, MinButton, ShowInTaskbar, BorderStyle, LinkTopic, StartupPosition] * Menu fixage * sub-properties * handle control box * Add shapes support * FormItem work * visibility work * [DragMode] * Textbox [MultiLine] * Textbox [MaxLength, PasswordChar] * Misc. * File handling updates * Print statement * Leak fixes
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-07Add missing patch-sumrh1-0/+3
2001-04-07Update gb to 0.0.18. Changes include tons of bugfixes and localisation.rh4-6/+30
2001-02-17Move the COMMENT from being in its own file to a definition in theagc2-2/+2
package Makefile.
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+5
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-30Update gb to 0.0.17. Changes include:rh3-5/+9
Version 0.0.17 * Delay the parsing of the function specs until the function is used for the first time - speed and efficiency win (Frank) * Date functions fixed up (Ravi) * For Each implemented * UBound, LBound * More constants added * Screen's mouse pointer stuff impl * Object referencing grammar fixed * User defined constants implemented * Exit [Sub, Function, For etc.] impl. * Fix function invocation with Option Explicit * Parse Declare statements * ReDim implemented * Correct spelling of indices discovered. * Options setup and honoured (Ken Guest) * Lots of Command button signals added (Almer Tigelaar) * New object globalization logic * Build fix (Boszormenyi Zoltan) Version 0.0.16 * Implement CallByName * Port Frame to new object system (Frank) * Improve parser / lexer flexibility. * Implement Eval, Execute. * Implement user defined Types * Update project logic and form object referencing. * Add (evily hacked) up ASP runtime ( gb test/web.asp ) * Install 'gb' by default to aid use.
2000-11-25Update gb to 0.0.15. Changes include:rh3-5/+11
* Implement a collections object * Add the '!' operator WorkSheets!Sheet1 * Impl the 'visible' property on form items. * Read / Write only properties * Impl. default methods * Massive internal object / type system re-write * Major API clean * Potential security issue fixed * Lots of Parser / Lexer work + Class parsing + Set statement + Control array parsing + 'Is' statement * Lots of parser / lexer bugs fixed * File IO performance improvements and fixes * Lof implemented, Open improved * More Command button events * Form parsing & FRX handling * GUI items - PictureBox, Frame, Check started * Embryonic GB GUI designer
2000-10-17Initial import of gb-0.0.12, the Gnome Basic for office applicationsrh5-0/+57