summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-11-28Migrate ruby-ri to use new framework for Ruby packages.taca1-3/+3
2004-11-28Migrate ruby-mutexm to use new framework for Ruby packages.taca1-6/+5
2004-11-28Rewrite lib-checking code to use the standard variables and method tojlam1-28/+17
check and store the presence of libreadline and libedit. Also, don't assume that just because libreadline.* exists that GNU readline exists. Instead, use the presence of particular macros in the readline.h header as a check for GNU readline.
2004-11-28Migrate ruby-installpkg to use new framework for Ruby packagestaca5-32/+25
and mark this package is only for ruby16.
2004-11-28Migrate ruby-installpkg to use new framework for Ruby packages andtaca3-12/+9
mark this package is only for ruby16.
2004-11-28Migrate ruby-strscan to use new framework for Ruby packages and marktaca2-8/+6
this package is only for ruby16.
2004-11-28Migrate ruby-optparse to use new framework for Ruby packages andtaca5-12/+21
mark this package is only for ruby16. Also trivial manual page fix, too.
2004-11-28Importing ruby16-racc, ruby-racc package for ruby16.taca4-0/+122
Racc is an LALR(1) parser generator for Ruby. It is written in Ruby and generates Ruby code. Almost all functions of yacc(1) are implemented.
2004-11-28Reverse the tests so that we actually check for the existence and notjlam2-12/+12
the non-existence of the library -- this more accurately reflects what we want to say.
2004-11-27Fix broken libintl existence test; patch by minskim.wiz1-6/+6
2004-11-27Migrate ruby-installpkg to use new framework for Ruby packages.taca1-8/+9
And make this pakcage only for ruby16 until threre is a new ruby18 based pacakge which needs this package.
2004-11-27Migrate ruby-filelock to use new framework for Ruby packages.taca2-12/+7
2004-11-27Migrate ruby-byaccr to use new framework for Ruby packages.taca2-10/+4
2004-11-27Migrate ruby-bsearch to use new framework for Ruby packages.taca1-7/+5
2004-11-27Migrate ruby-amstd to use new framework for Ruby packages.taca2-5/+3
2004-11-27Update newfile package to 1.0.14 migrating to use new framework for Ruby,taca4-28/+29
prefixing package name with "ruby1*-".
2004-11-27Migrate ruby-rd-mode to use new framework for Ruby packages.taca1-8/+9
2004-11-27Update ruby-racc package to 1.4.4 and migrate to new framework.taca5-48/+44
Add raccversion.mk for use racc commands from other pacakges. == 1.4.4 (2003-10-12) * document change only.
2004-11-27Update ruby-mode package to 1.8.1; Ruby 1.8.1 bundled version.taca1-17/+15
Changes are unknown.
2004-11-27Add and enable ruby-curses and ruby16-curses package.taca1-1/+3
2004-11-27Update ruby-readline pacakge with new framework for Ruby packages.taca3-13/+13
2004-11-27Initial import of ruby-curses package. This is separated from originaltaca5-0/+68
Ruby 1.6.8 distribution because of (possible) dependency to external package.
2004-11-27Initial import of ruby-curses package. This is separated from originaltaca5-0/+66
Ruby 1.8.1 distribution because of (possible) dependency to external package.
2004-11-27Update p5-Algorithm-Merge from 0.04 to 0.05.he2-5/+8
Add HOMEPAGE pointing into search.cpan.org. Add DEPENDS on p5-Algorithm-Diff, to reflect a real dependency. Change log: 0.05 - 6 Nov 2003 Added some more entries to the callback map. Thanks to Chia-liang Kao for bringing these to our attention.
2004-11-27Update p5-Algorithm-Diff from 1.15 to 1.19.01.he2-6/+7
The original version designation is 1.1901, but who wants to take a bet the next one after that won't be 1.20? Changelog: 1.19 2004-09-22 - Added OO interface. - Based on Ned's v1.18 (unreleased)
2004-11-27Update autogen to 5.6.4.kristerw3-8/+7
AutoOpts: * The listing of enumerated option arguments is a bit more concise. * Options may be handled twice: once during the immediate phase and again during the "normal" processing phase. * If environment variable "rc" processing is enabled, then the "${PROGNAME}" environment variable will be processed - tokenizing it and processing it as a list of command line options. It may not contain any command line operands. * a new main procedure type: each-or-stdin This will fopen() each command line operand and pass the FILE* pointer to the callout procedure. If there are no operands, then stdin is passed. * main() procedures can be specified more consistently AutoGen: * The '$$' expansion in locating the program will now use "realpath(3C)". This way, if a program is installed in /opt/whatever/bin/program and you run it via a symlink, '$$' will resolve to /opt/whatever/bin. * exist and not-exist selection macros -- the CASE macro can now select a clause based on value existence. Previously, you could detect an empty string and you then had to use the ``(exist? "name")'' function. * fixed tpl-file-line so that "%2$d" works for the format. * Added (emit) function that directly emits its args into output * keyword lists are columnized in usage text * distributed subdirectories no longer depend on also being built. getdefs (an AutoGen support utility): * With "listed" attributes, if you quote an entry, then the scanning code has to push the scan forward to the next entry so we don't wind up with a spurious empty entry!!
2004-11-27Updated st to version 1.5.1.gson4-23/+8
Changes from 1.5.0 to 1.5.1. ---------------------------- o Andreas Gustafsson's USE_POLL fix. o Gene's st_set_utime_function() enhancement. Changes from 1.4 to 1.5.0. -------------------------- o Andreas Gustafsson's performance patch. o New extensions: Improved DNS resolver, generic LRU cache, in-process DNS cache, and a program to test the resolver and cache. o Support for AMD Opteron 64-bit CPUs under Linux. o Support for SPARC-64 under Solaris. o Andreas Gustafsson's support for VAX under NetBSD. o Changed unportable #warning directives in md.h to #error.
2004-11-27Reset maintainer on his request.wiz1-2/+2
2004-11-27Updated p5-Set-IntSpan to version 1.08. Changes from 1.07 are:gson2-5/+5
- added the spans method - cleaned up some warnings
2004-11-27Get the db lib name right by using $BDB_LIBS. Also drop db4 as an optionmarkd5-12/+13
as it reportedly doesn't work.
2004-11-27Update to 1.9011 (addresses PR 28429):wiz2-5/+5
= 2004/05/31 1.9011 Some speed improvements from Todd R. Eigenschink = 2004/04/12 1.9009 Fix to netmasks.t for compatability with older perls = 2004/04/06 1.9008 Added cidrs2inverse() which will find the gaps in a list of blocks. Based on a request from Howard Jones the tag() method was added. It allows you to store your own data in a Net::Netmask object. (Of course, you could have anyway as long as you didn't use the keys 'IBASE' or 'BITS') Long ago, Alexandros M Manoussakis reported a bug that findAllNetblock would often return the same block multiple times. Fixed. Based on requests from Alexandros M Manoussakis and Lamprecht Andreas the undefined behavior for overlapping blocks with cidrs2contiglists is no longer. Such blocks will be in the same sublist. Based on a requests from Tom Rudnick and Anthony Pardini new function was added: cidrs2cidrs(). cidrs2cidrs will condense a set of netblocks by combining blocks together that make up larger blocks. Anthony Pardini, Frank Tegtmeyer and George Walker pointed me to a bug with the contains() method. Fixed.
2004-11-27We used to avoid building all of Subversion again when buildingepg10-31/+1366
sub-packages (p5-subversion, py-subversion, and ap2-subversion) by hand-hacking build-outputs.mk, which was a big pain. Consequently, since the 1.0.7 update, pkgsrc has re-built the whole thing for each subpackage. This is annoying and makes p5-subversion not work with pkgviews on Darwin. Now, we'll fix the problem by patching gen-make.py, which generates build-outputs.mk. I may even be able to commit this change upstream. devel/subversion-base/Makefile: Generate build-outputs.mk hack. devel/p5-subversion/Makefile: devel/py-subversion/Makefile: www/ap2-subversion/Makefile: Replace build-outputs.mk in post-patch.
2004-11-27Update p5-Proc-Daemon to 0.03:sketch2-5/+5
0.03 Thu Jun 19 2003 - Licensing is more explicit: Either GPL or Artistic. - Updated author contact information.
2004-11-27Update p5-Config-General to 2.27:sketch2-5/+5
2.27 - bugfix in _store, which caused warning when saving a config containing empty hashes. Reported by herbert breunung <deirdre_skye@web.de>. - removed applied patch (added in 2.20), there are no more calls to binmode(), this destroys portability, because perls determines itself wether it uses \n or \r\n as newline. Reported by herbert breunung too. - applied patch by Danial Pearce <danial@infoxchange.net.au>, scalars containing a backslash as the last character will be written out as here-doc when storing a config to disk.
2004-11-27Set MAINTAINER to epg@NetBSD.org.epg2-5/+5
2004-11-27Update to 1.48, provided by Greg Troxel in PR 28428:wiz2-6/+6
1.48 Sun Nov 07 14:30:00 2004 - Add sub pad() to simplify printing of fixed width fields. Original patch: Ricardo Signes. Since this is the only change, there is no need to upgrade 1.47 Tue Jul 20 20:43:00 2004 - Change Makefile.PL to coexist with Module::Build - Document parameters properly - Test against Getopt::Long V 2.34 - Add t/pod.t to test all PODs
2004-11-27Set MAINTAINER to tech-pkg@NetBSD.org.epg2-4/+4
2004-11-26Standardize how we search for libraries in builtin.mk files. We definejlam3-24/+39
_BLNK_LIB_FOUND.<lib> to "yes" or "no" depending on whether -l<lib> is found in the base system.
2004-11-26Update epydoc to version 2.1.darcy2-5/+5
Changes fromn 2.0: Support for Zope ExtensionClasses Updated graphical user interface Added support for modules that define __path__. New documentation fields: @include: Imports the documentation from another object. @undocumented: Don't document the given object(s) Various bug fixes
2004-11-26Complete move of libavl to avl.wiz6-54/+2
2004-11-26Re-import under proper PKGNAME (was libavl).wiz5-0/+52
2004-11-26APR abstracts the dl*() functions across different platforms.jlam1-1/+2
2004-11-26CVSync 0.24.18gehenna2-5/+5
ChangesLog: * Fix buffer overrun. (client/server)
2004-11-26Changes 2.6.5:adam3-18/+18
o Fixed another bug in drawing code that was causing warnings/crashes. Changes 2.6.4: o Fixed bug in drawing code that was causing crashes. Changes 2.6.3: o Fixed problem with missing '...' buttons in the property editor. Changes 2.6.2: o Build fix - mkinstalldirs wasn't in the tarball. Changes 2.6.1: o Save window positions between sessions. o Rewrote selection drawing code so it works better on win32. o Support "translatable", "context" and "comments" attributes for text properties to help with translation. o Bug fixes
2004-11-26dlopen.buildlink3.mk will automatically include dlcompat/buildlink3.mkjlam3-9/+5
only on Darwin, so remove OPSYS check in dlcompat/buildlink3.mk and make packages include dlopen.buildlink3.mk instead.
2004-11-26Changes 2.8.2:adam2-15/+14
* Translation updates * Function to find out filename encoding * Fix to eelcanvas that allows connecting to expose * Handle null mimetypes in property page
2004-11-25These packages install libraries that dlopen() shared modules.jlam1-1/+3
2004-11-25Update py-pexpect to 0.999.minskim2-5/+5
Changes: - Fixed OSError exception when a pexpect object is cleaned up. - Added support for buffering reads.
2004-11-25Update to 2.58.wiz2-6/+6
Too many changes (the history on the website doesn't go back more than 2 years); among them XML output.
2004-11-25Changes 0.9.7:adam3-16/+15
* Yet more large file support fixes. * C++ support for easy #include <librsync.h> in C++. * Removed Debian files from dist tarball. * Changed rdiff to an installed program on "make install". * Refactored delta calculation code to be cleaner and faster. * #879763: Fixed mdfour to work on little-endian machines which don't like unaligned word access. This should make librsync work on pa-risc, and it makes it slightly faster on ia64. * #1022764: Fix corrupted encoding of some COPY commands in large files. * #1024881: Print long integers directly, rather than via casts to double. * Fix printf formats for size_t: both the format and the argument should be cast to long.