summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2000-09-11Modify order of compile flags of pgcc, as requested in pkg/9921.wiz3-6/+14
Approved by explorer. Step to 0.17nb1.
2000-09-09Don't use internal libdb, use NetBSD's, as suggested by Patrick Welche inwiz6-17/+44
pkg/10340. While I'm here: set MANCOMPRESSED_IF_MANZ; and fix .El in another man page.
2000-09-05Update build dependency on perl to build in correct directory if perljlam2-4/+4
interpreter is not found.
2000-09-05Update perl dependencies to find correct version of perl.jlam3-11/+12
2000-09-04Add and enable p5-Term-ReadKeykim1-1/+2
2000-09-04Change terminal modes and perform non-blocking readskim5-0/+28
2000-09-03add RCS Idwiz1-0/+1
2000-09-03add RCS Idwiz1-0/+1
2000-09-03remove '.$'wiz2-2/+2
2000-09-03remove '^A ' and '.$'wiz1-1/+1
2000-09-03move line to be more pkglint-friendlywiz1-2/+3
2000-09-03add RCS Idwiz1-0/+1
2000-09-02add cvscheck (another leftover from the latest bulk builds)wiz1-3/+4
2000-09-01Remove another / which would cause the ftp CWD to fail due too a double /.veego1-2/+2
ftp: The `CWD ' command (without a directory), which is required by RFC 1738 to support the empty directory in the URL pathname (`//'), conflicts with the server's conformance to RFC 959. Try the same URL without the `//' in the URL pathname.
2000-09-01Remove a / from the MASTER_SITE url. Otherwise you would get urls like that:veego1-2/+2
ftp://ftp.gnome.org/pub/GNOME//unstable/sources/bonobo/ ^ and then get this error: 500 'CWD ': command not understood. CWD command not recognized, trying XCWD. 500 'XCWD ': command not understood. ftp: The `CWD ' command (without a directory), which is required by RFC 1738 to support the empty directory in the URL pathname (`//'), conflicts with the server's conformance to RFC 959. Try the same URL without the `//' in the URL pathname.
2000-08-31Add missing patches.rh2-0/+26
2000-08-31Depend on gnome-libs.rh1-4/+3
2000-08-30Adapt to tcl-8.3.2.jwise1-3/+3
2000-08-30Make MAINTAINER packages@netbsd.org, not the original FreeBSD maintainer.jwise1-2/+2
2000-08-30Adapt this package (originally written for Tk 4.1!) to tk-8.3.2.jwise3-6/+6
2000-08-30Change directory of perl>=5.6.0 from lang/perl5-current to lang/perl5.jlam1-2/+2
2000-08-30Add and enable GConfrh1-1/+2
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