summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-12-05Correct the version number.ben1-2/+2
2004-12-05Rename some variables to be more dlcompat-specific, and remove ajlam1-7/+5
redundant conditional.
2004-12-05dlcompat is considered built-in only if both /usr/lib/libdl.* andjlam1-5/+3
/usr/include/dlfcn.h exist. Also, correct the setting of USE_BUILTIN.dlcompat in the loop.
2004-12-05Update MASTER_SITES to reflect move to sourceforge and new maintainers.ben2-9/+9
The changes are minor, but there is no ChangeLog. The version number went from 4.6 to 4.54, however 4.6 appears to be the older version. Setting the package version to 4.6.54. This addresses PR#28348
2004-12-04Update to 0.1.2rc8. List of changes unknown. Drop maintainership.jmmv6-39/+26
2004-12-04Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changedjlam2-4/+6
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to the configure and build processes.
2004-12-04Update to 2.4.8:jmmv2-5/+5
* Reduce signal connection complexity from O(n) to O(1) [Sven Neumann] * GChildWatch - Use sigaction instead of signal [Jonas Jonnson, Archana Shah] - Make the very first SIGCHLD work [Gustavo Carneiro] * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler] * Other bug fixes [Andrea Campi, Dave MacLachlan]
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca9-18/+18
2004-12-04Convert to use guile-1.6. Based on PR 28525 by Andreas Hallmann.wiz5-35/+32
2004-12-04Add x86_64 (amd64) supportblymn2-3/+4
2004-12-04Add support for x86_64 (amd64) architectureblymn1-0/+89
2004-12-03Update to 1.9.3, from Greg Troxel via pkgsrc-wip.wiz8-101/+91
Changes since 1.3.4: Version 1.9.3 - Comes with a compatibility layer that allows GnuCash to be built with it. - Reverts the enhanced generics support, which was introduced in 1.9.2, since that currently breaks guile-gnome - Bugfixes + g-wrap-2.0-guile.pc is now generated correctly, even if the internal libffi is used. + Types used by constants are now considered when calculating the set of referenced types in a wrapset. This bug led to missing code and compile errors when a type defined in another wrapset was used by only by a constant. + On platforms which lack alloca(), the version shipped with G-Wrap should now build correctly. Version 1.9.2 - Now comes with libffi included, for systems which lack an libffi installation - SRFI module checks now work correctly, even if you do an in-tree build Version 1.9.1 - API change: destruct-value-cg is now named destroy-value-cg - Bugfixes + A bug in the latent generic code has been fixed + The error message for WCP type errors has been fixed Version 1.9.0 - Complete rewrite; too many changes to list, see the manual for the new GOOPS-based API and the guile-gnome project for an extended example. - New features: + Output arguments + Default arguments - G-Wrap should be target-language agnostic, like it was in its early days.
2004-12-03Add and enable guile-lib and g-wrap1.wiz1-1/+3
2004-12-03Initial import of guile-lib, provided by Greg Troxel via pkgsrc-wip.wiz5-0/+142
Guile-Lib is intended as an accumulation place for pure-scheme Guile modules, allowing for people to cooperate integrating their generic Guile modules into a coherent library. Think "a down-scaled, limited-scope CPAN for Guile". Also, it can be seen as a code staging area for Guile; the Guile developers could decide to integrate some of the code into guile-core. An example for a possible candidate is SRFI-35. * SSAX, S-Exp-based XML parsing/query/conversion * HTMLPrag, a permissive ("pragmatic") HTML parser * Texinfo processing, enabling literate programming * Unit testing framework ala JUnit * Logging system * String routines (wrapping, completion, soundex algorithm) * OS process chains (think "shell pipes in scheme") * An LALR parser * ANSI escape sequence text coloring * Structured text (plain, texinfo, html) * SRFI-35 (conditions)
2004-12-03Mention that this is the guile-1.4 version of the software.wiz6-6/+12
2004-12-03Depend on guile14 versions of guile-slib.wiz1-2/+2
2004-12-03Re-import devel/g-wrap as g-wrap1 to make space for a guile-1.6 versionwiz8-0/+139
of g-wrap without breaking dependencies.
2004-12-03Depend on guile14 versions of guile-slib.wiz1-2/+2
2004-12-03Update guile-slib to 2.4.2nb6: use guile-1.6. Based on pkgsrc-wipwiz3-15/+12
package by Greg Troxel and PR 28524 by Andreas Hallmann.
2004-12-03Add and enable guile14-slib.wiz1-1/+2
2004-12-03Reimport as devel/guile-slib as devel/guile14-slib to make space forwiz4-0/+38
a guile16 version of guile-slib without breaking any dependencies.
2004-12-03Update to 0.40.91 snapshot, by Greg Troxel via pkgsrc-wip.wiz6-52/+51
NEWS since guile-gtk-1.2-0.31 * Guile-gtk-1.2 is now part of the GNU Project. * Drag'n'Drop support - see examples/test-dnd.scm * GdkPixbuf bindings. Formerly these bindings were part of guile-gnome, unfortunately they were far from compelete, moreover they were not working at all. Now there are full GdkPixbuf bindings in the (gtk-1.2 gdk-pixbuf) module. * LibGlade bindings (formerly part of gnome-guile). Imported from gnome-guile, completed and improved. Now it is possible to autoconnect scheme functions and build a guile-gtk (glade) application in three commands - see examples/test-glade.scm and the little bit longer examples/run-glade.scm. You can find libGlade bindings in the (gtk-1.2 glade) module. * GtkGLArea bindings (formerly part of guileGL). Imported from guileGL, completed and improved. (gtk-1.2 gdk-gl) module provides bindings for Gdk part of GtkGLArea library (GdkGLContext, GdkGLPixmap etc), (gtk-1.2 gtk-gl-area) has bindings for GtkGLArea functions. * configure script has options --with-gdk-pixbuf, --with-glade and --with-gtkgl. Just in case you would like to turn off these new nifty features. * build-guile-gtk-1.2 supports functions with arbitrary number of required arguments. * GtkPixmap bindings closely reflects C API, helper function gtk-pixmap-new-from-file implements old behaviour. GtkPixmap bindings are complete. * Lots of additional bindings, especially for Gdk. NEWS in guile-gtk-1.2-0.31 * Bug fixes. NEWS in guile-gtk-1.2-0.30 * Support for Gnome and Gtk+-2.0 has been removed. The modules have been renamed from (gtk ...) to (gtk-1.2 ...). They are still available under their old names, but the new ones are preferred. Likewise, build-guile-gtk has been renamed to build-guile-gtk-1.2, with the old name still available but deprecated. Building new programs with "build-guile-gtk main" is no longer supported; only shared libraries are. Consequently, the guile-gtk program is no longer provided. NEWS in 0.20 * New `cname' option for field specifiers. You can now specify what name to use on the C side for field accessors. For example, to access the allocation.x subfield of a GtkWidget structure, you can use (fields (int allocation-x (cname allocation.x))) The value of the option can be either a symbol or a string. * New cstring type added to deal with const char *str declarations. * Guile-gtk will now start the usual `top-repl' of Guile. The processing of Gtk events will happen in a separate handler thread. When your Guile doesn't support threading, you get the old event driven repl. * `gdk-event-button-state' and `gdk-event-key-state' have been replaced by `gdk-event-state'. The new function will return a GtkModifierType which is a list of symbol such as (shift-mask control-mask) * Automatic *.h->*defs translator * Threads support * Experimental GTK+ 2.0 support * RPM spec file corrected * Lots of additions and corrections to the *.defs files * Various bug fixes
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz38-79/+79
Suggested by Roland Illig, ok'd by various.
2004-12-03Re-point paths to devel/guile14-gtk instead of devel/guile-gtk.wiz2-4/+4
2004-12-03Add and enable guile14-gtk.wiz1-1/+2
2004-12-03Re-import devel/guile-gtk to devel/guile14-gtk to make way for newerwiz6-0/+117
version without breaking packages depending on the old version for now. Following a plan from Greg Troxel.
2004-12-02add and enable gob2dillo1-1/+2
2004-12-02Initial import of gob2 2.0.11 (package provided by Greg Troxel via pkgsrc-wip):dillo5-0/+52
GObject Builder (for glib2) is a simple preprocessor for easily creating GObject objects. It does not parse any C code and ignores any C errors. It is in spirit similar to things like lex or yacc. In some ways it also resembles java. But it is really just a simple preprocessor for creating GObjects for use in C or C++ and it is not a programming language.
2004-12-02Fix build with latest lang/tcl package.seb2-9/+15
Approved by maintainer.
2004-12-02Add BUILD_DEPENDS on bison. Should fix bulk build problem.wiz1-1/+2
2004-12-01Install ptlib-config as welladam2-5/+6
2004-12-01Add USE_BUILDLINK3=yes, make sure to BUILD_DEPNDS to ruby-rdtool andtaca1-4/+4
miscellaneous clean up. This should fix bulkbuild problem.
2004-12-01Add USE_BUILDLINK3=yes, make sure to BUILD_DEPNDS to ruby-rdtool.taca1-1/+2
It should fix bulkbuild problem.
2004-12-01Bump PKGREVISION for openssl dependency, and depend on version with opensslwiz2-4/+4
dependency.
2004-12-01Rather use OpenSSLadam2-6/+9
2004-11-30Just depend on perl58 for now after removal of perl58-thread.wiz1-4/+2
XXX: need to find out if perl is threaded or not?
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz7-16/+14
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30Disable db3 backend in GConf1:wiz3-11/+7
(1) The Berkeley DB storage backend requires DB-3.x, and used an experimental feature of DB-3.x. (2) There is a pretty severe bug that "prevents serious use of the Berkeley DB backend", according to the documentation included with the GConf sources. (3) GConf2, the successor to GConf, doesn't build with the Berkeley DB storage backend either. Suggested by jlam. Bump PKGREVISION. Remove db3 bl3 inclusion from bl3 file, and bump BUILDLINK_DEPENDS for it. This fixes the gnucash build problems noted in PR 28423.
2004-11-30Remove empty PKGREVISION which I forgot to delete.taca1-2/+1
2004-11-30Make ruby-zlib to Ruby 1.8.1 bundled version; move out ruby-zlibtaca3-21/+17
from ruby18. And include devel/zlib/buildlink3.mk, too.
2004-11-30Add and enable ruby16-zlib.taca1-1/+2
2004-11-30Reimport ruby-zlib as ruby16-zlib.taca4-0/+43
Added inclusion of devel/zlib/buildlink3.mk, too.
2004-11-30statvfs fixadam1-0/+33
2004-11-30Changes 1.8.3:adam7-49/+49
* Bug fixes
2004-11-30Update to 0.24:wiz3-5/+39
Lots of bugfixes.
2004-11-30Add and enable p5-Class-Inner.wiz1-1/+2
2004-11-30Initial import of p5-Class-Inner:wiz4-0/+26
Yet another implementation of an anonymous class with per object overridable methods, but with the added attraction of sort of working dispatch to the parent class's method.
2004-11-30Add HOMEPAGE.wiz2-2/+4
2004-11-30Change maintainer back to tech-pkg@NetBSD.org, as I no longer use this.cjs1-2/+2
2004-11-30Add and enable gentle, rsltc, and ruby16-racc.wiz1-1/+4