summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2000-08-30Initial import of GConf-0.8, a configuration database system for GNOME.rh9-0/+151
2000-08-29Until the sources for these packages catch up to the current (post-5.6.0)jlam2-0/+19
Perl API, we need to pass -DPERL_POLLUTE=1 to the build process to look like an older perl.
2000-08-29Update this to use tcl-8.3.2, making it libstroke-0.3nb1. While here, makejwise4-4/+19
this actually find tcl -- even though it previously DEPENDed on tcl-8.0.5, it didn't link against it properly (linking -ltcl8.0 instead of -ltcl80).
2000-08-29Update stooop to version 4.1.1 and adapt to tcl-8.3.2jwise4-18/+23
2000-08-29Note where to build for dependency.jlam1-2/+2
2000-08-29Update dependency on perl to >=5.6.0nb1. Needs at least 5.6.0 to buildjlam1-2/+4
correctly.
2000-08-29Fix runtime library search path of "libkdlgloader.so.1.0".tron1-2/+3
2000-08-29Update bonobo to 0.18. Changes include:rh5-75/+59
* Monikers, total re-write along with some standard monikers, 'file', 'oafiid', 'item' * Aggregate Object finalization bug nailed * Switched to a single Oaf build (Gnorba is no longer supported) cleaning loads of cruft, object activation cleaned, bonobo-selector API shrunk * Bonobo has been split into GUI-less and GUI versions of Bonobo (bonobo, bonobox libraries to assist non-gui Bonobo component development * Property Bag Client - new more flexible helper interface removing BonoboObjectClient Bugs fixed: * Bonobo-Widget bug nailed * Evil, fatal, intermittent plug / socket unrealize bug inherited from Gtk fixed * UI handler bugs nailed * Blocking problems in listners fixed * Spec file sorted * Updated docs/refcounting.txt and enforced inter object ref counting policy globaly * Various naming daftnesses cleaned
2000-08-29Update oaf to 0.5.1. Changes include:rh11-60/+85
* Compile fixes for gcc 2.96, docs (Anders Carlsson) * Added factory skeletons to liboaf * Renamed gnome-factory.idl to oaf-factory.idl, and renamed GNOME::GenericFactory to GNOME::ObjectFactory (Mathieu Lacage, Maciej Stachowiak) * Preliminary API docs (Mathieu Lacage) * -Werror turned off for releases, by popular demand * Renamed "Attribute" to "Property" throughout, since "attribute" is an IDL reserved word. (ERDI Gergo, Maciej Stachowiak) * Fix compilation with builddir != srcdir (Mathieu Lacage) * Improved handling of duplicate oafinfo files. (Mathieu Lacage) * Turkish, German, Russian, Danish, Norwegian translations (translation team) * Added internationalization support (Mathieu Lacage) * Renamed `supports' method to `manufactures' in GNOME::GenericFactory interface. (ERDI Gergo) * Added support for /etc/oaf-config.xml to tell OAF where to look for oafinfo files. * Added timeout for servers that don't register themselves (Michael Meeks) * Added support for GNOME_PATH environment variable (Mathieu Lacage) * Numerous build fixes (Robin * Slomkowski) * oaf-slay program (Michael Meeks) * Improved test program (Michael Meeks) * IID validation (Michael Meeks)
2000-08-29Remove *.orig files so they don't accidentally get installed.jlam1-1/+4
2000-08-28Fix unknown macro D<...> from pod2man.jlam2-0/+16
2000-08-28Update p5-Bit-Vector to 5.8. Changes from version 5.7:jlam2-4/+4
+ Changed "na" to "PL_na" in Vector.xs in order to make the module ready for Perl 5.6.0. + Removed the error messages which appeared at global destruction time with Perl 5.6.0. + Changed the corresponding test script (t/02____destroy.t) accordingly. + Optimized the "strEQ" away from the typemap section in Vector.xs. + Fixed the misspelled word "whether" in the documentation. + Added method "Power()". + Added overloaded operator "**" (for exponentiation). + Changed method "Copy()"; the two vectors do not need to have the same size anymore. The method will copy as much as will fit or fill up with 0's or 1's (depending on the sign of the source) if necessary. + Changed the corresponding test script (t/09_parameters.t) accordingly.
2000-08-28Fix unterminated I<...> errors noticed by pod2man.jlam2-0/+16
2000-08-28Make it work a bit better by enabling the same conditionals as formjl3-1/+32
the other *BSD. Still has some problems.
2000-08-28Update p5-PV to 1.4. This version is actually licensed under a freejlam5-32/+10
license, unlike the previous version.
2000-08-28Update p5-Curses to 1.05. Some changes in the new version:jlam5-25/+36
o Added the missing support functions c_chstrlen, c_Screen2sv. Oops. :) o Updated DIAGNOSTICS section of pod. o Added typedef detection support. o Rearranged PANELS support a little. o Removed support for wattr_get, wattr_off, wattr_on, and wattr_set (for now). I got the prototypes from ncurses-1.9.9g, but they apparently differ from the "standard" ones. o Renamed "lines" everywhere, 'cause some curses library writer was stupid enough to #define it. (Go figure.) o Reworked "optional" arguments, which only affects newterm(), panel_above() and panel_below(). Now, if you want to specify "NULL" as an argument, use "undef" instead of omitting the argument. (Don't worry if this doesn't make sense. You probably aren't affected anyway.) o Added the ncurses "curs_mouse" functions, but I have no idea if they work. I couldn't even get the C versions to work, so I had no way of testing them. Feedback on these functions would be appreciated.
2000-08-28add build dependency on bisonwiz1-1/+2
2000-08-28Use PERL5 variable for location of perl5 binary.jlam3-6/+6
2000-08-28Fix broken depends on unproven-threads.jlam1-2/+2
2000-08-28fix man page (misapplied patch; already fixed in cvs' CVS)wiz2-1/+23
2000-08-27Add and enable p5-Devel-Peekjlam1-1/+2
2000-08-27p5-Devel-Peek: data debugging tool for XS programmersjlam5-0/+33
2000-08-27Update p5-Devel-DProf to 19990108. This version fixes compilation withjlam2-4/+6
perls newer than 5.004. Note conflict with perl-5.6.0.
2000-08-27Note conflict with perl-5.6.0 and always install under ${PERL5_SITELIB}.jlam3-1/+20
2000-08-27Forgot to remove this file as part of conversion to PERL5_PACKLIST.jlam1-4/+0
2000-08-27Forgot to add this file as part of conversion to PERL5_PACKLIST.jlam1-0/+11
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam54-265/+138
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 :)
2000-08-27Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.jlam2-8/+7
2000-08-26Also use the solaris library naming on Solaris and not the linux one.veego2-3/+12
2000-08-25Add and enable "sdcc". Fixes PR pkg/9748 by Lennart Augustsson.tron1-1/+2
2000-08-25Adapt this package to NetBSD and use a better master site with atron20-351/+309
distribution file with correct compression.
2000-08-25Import "sdcc" from the FreeBSD port collection:tron13-0/+950
Cross compile 8051 code
2000-08-25Add and enable cmdlinejlam1-1/+2
2000-08-25cmdline - C++ library for parsing command argumentsjlam43-0/+5412
2000-08-25Enable pwlib, openh323mjl1-1/+2
2000-08-25Initial import of pwlib.mjl12-0/+453
PWLib is a moderately large class library that has its genesis many years ago as a method to product applications to run on both Microsoft Windows and Unix X-Windows systems.
2000-08-25This package seems to need perl for building.wiz1-3/+2
Remove commented out #LICENSE=GPL line, there'd be too many packages to mark like this...
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-6/+5
2000-08-23add patch so this builds on sparc. Thanks to Robert Elz <kre@munnari.OZ.AU> anddmcmahill2-1/+98
Alistair Crooks <agc@netbsd.org> for help on this.
2000-08-22add missing DEPENDS.dmcmahill1-1/+2
2000-08-22do not list ELF shared lib links in PLIST.dmcmahill1-4/+1
2000-08-22patch-adjoda1-1/+2
2000-08-22use local buffer in fnid instead of allocating lots of memoryjoda1-0/+13
2000-08-22Update to 1.4.2. Changes since 1.4.1:mjl2-4/+4
slang.c: Under certain conditions, the continue statement was not properly handled in do..while statements. src/test/loops.sl added for testing. slparse.c: avoid potential (rare?) infinite loop when slang error occurs slsmg.c: When SLsmg_init_smg is called, mark the display as trashed. It is now possible to add intrinsics to their own namespace via new SLns_add* functions. Moreover, the import function now takes an optional additional argument that specifies a namespace. New namespace intrinsics: use_namespace, current_namespace Changed inner-product algorithm to minimize the number of cache misses. sldisply.c: Kanji specific patch sldisply.c: Assume that Eterm and rxvt are xterm-like sldostty.c: mouse support added slsearch.c: avoid infinite loop if search string has no length. slregexp.c: regexp \d+ was not working properly keyhash.c: typos involving USER_BLOCK keywords corrected. New intrinsic variable: _slang_doc_dir. This specifies the installation location of the doc files. Make sure it can compile with SLTT_HAS_NON_BCE_SUPPORT set to 0.
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf6-12/+12
appropriate.
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-2/+1
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-17USE_PKGLIBTOOL -> USE_LIBTOOLhubertf2-3/+4
2000-08-16USE_PKGLIBTOOL => USE_LIBTOOLhubertf1-2/+2
2000-08-16USE_PKGLIBTOOL => USE_LIBTOOLhubertf2-3/+4
2000-08-15remove unnecessary part of patch (LTCONFIG_OVERRIDE takes care of this)wiz2-19/+3