summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-11-29Update to 1.03, provided by Hiramatsu Yoshifumi in PR 28463.wiz2-5/+5
Changes since 1.00: - Added 'get_my_factory()' and 'get_my_factory_type()' - Ensure that new() returns undef if get_factory_class() doesn't work properly and factory_error() is overridden (and the overridden method doesn't die) - Added a few more tests to ensure factory_log() and factory_error() working properly - add_factory_type() checks %INC to see if a class is already loaded. - All log/error messages now have variables in apostrophes rather than brackes.
2004-11-29Re: pkg/28464 gpgme won't build. Enabling PTHREAD_AUTO_VARS is Makefile.shannonjr1-1/+3
2004-11-29Update to 0.19 from Hiramatsu Yoshifumi in PR 28462:wiz2-5/+5
* Performance patch from Elizabeth Mattijsen - minor layout and doc changes
2004-11-29Update to 0.18, provided by Hiramatsu Yoshifumi in PR 28461.wiz2-5/+5
- Added copyright and license info - Made affirm's code dumping code safe on perl where B::Deparse isn't quite up to the job. - Some minor grammar nits from David Wheeler.
2004-11-29Update p5-BSD-Resource from version 1.23 to 1.24.he2-5/+5
Change log: Sun Feb 29 16:51:34 2004 Jarkko Hietaniemi <jhi@iki.fi> * No functional changes but document the known fact that under at least Mac OS X 10.3.2 the t/setrlimit.t subtest #8 may fail because of an OS bug. Also reorder the documentation a bit to collect all the known issues under one heading. * Release 1.24.
2004-11-29Well, I suppose I'm the de facto MAINTAINER now, so make it so.tv1-2/+2
2004-11-29Update to 0.3.11. Changelog:tv2-5/+5
Fri Nov 12 19:20:37 EST 2004 Fixed bug in PDF extractor (extremely rare segfault). Fixed #787. Fixed bug in man extractor (undocumented return value running on 4 GB file not taken care of properly). Sat Oct 30 20:18:21 EST 2004 Fixing various problems on Sparc64 (bus errors). Workaround for re-load glib problem of OLE2 extractor.
2004-11-28Remove pre-buildlink and post-buildlink as part of getting pkgsrc readyjlam1-2/+2
for pkgsrc-2004Q4. The "buildlink" phase was removed for the last branch, and this is the final cleanup. "post-buildlink" is now "post-wrapper".
2004-11-28update to roundup-0.7.9recht2-5/+5
2004-10-26 0.7.9 Feature: - DateHTMLProperty.field() accepts format string (thanks Wil Cooley) Fixed: - popup listing uses filter args (thanks Marlon van den Berg) - fixed editing of message contents - loosened the detection of issue cross-references in messages - open CSV files in "universal newline" mode - s/Modifed/Modified (thanks donfu) - applied patch fixing some form handling issues in ZRoundup (thanks Chris Withers) - enforce View Permission when serving file content (sf bug 1050470) - don't index common words (sf bug 1046612) - set the current username correctly after rego (sf bug 1048398) - don't wrap query.item.html in a <span> (thanks Roch'e Compaan) - TAL expressions like 'request/show/whatever' return True if the request does not contain explicit @columns list - NumberHTMLProperty should return '' not "None" if not set (thanks William) - ensure multilink ordering in RDBMS backends (thanks Marcus Priesch, sf bug 950963) - always honor indexme property on Strings (sf patch 1063711) - make hyperdb value parsing errors readable in mailgw errors - make anydbm journal export handle removed properties - allow use of XML templates again 2004-10-15 0.7.8 Fixed: - Clean out sessions / otks tables when migrating 2004-10-11 0.7.7 Fixed: - ZRoundup's search interface works now (sf bug 994957) - fixed history display when "ascending" - removed references to py2.3+ boolean values (sf bug 995682) - fix static file path normalisation in security check (thanks David Linke) - less specific messages for login failures (thanks Chris Withers) - Reject raised against email messages should result in email rejection, not discarding of the message - mailgw can override the MAIL_DEFAULT_CLASS - handle Py2.3+ datetime objects as Date specs (sf bug 971300) - use row locking in MySQL newid() (sf bug 1034211) - add sanity check for sort and group on same property (sf bug 1033477) - extend OTK and session table value cols to TEXT (sf bug 1031271) - fix lookup of REMOTE_USER (sf bug 1002923) - new Interval props weren't created properly in rdbms - date.Interval() now accepts an Interval as a spec (sf bug 1041266) - handle deleted properties in RDBMS history - apply timezone in correct direction in user input (sf bug 1013097) - more efficient find() in RDBMS (sf bug 1012781) - pydotorg-specific change to mailgw to handle bizzaro permissions ;)
2004-11-28Guess new maintainer email (from other package).wiz1-2/+2
2004-11-28Fix linking, so that libpthread is pulled in.wiz3-4/+30
Remove superfluous USE_PKGLOCALEDIR.
2004-11-28Changes in the package, coming from a monotone package I started creatingjmmv8-76/+39
yesterday w/o having checked for this one: - Beautify DESCR. - Take maintainership. - Handle monotone.info properly. - Mark the package as C/C++. - Use boost's toolset.mk to get the compiler name. - Simplify patches by using CPPFLAGS. - Add missing dependencies. While here, update to 0.15: - overhauled the internal representation of changes. see README.changesets for details. - fixed bugs in merkle trie synchronization code. - fixed echoing and progress UI bugs (helps when using in emacs). - upgraded cryptopp to 5.2.1. - fixed bug 8715, diff hunk coordinate reporting. - added figures, new tutorial to manual. - improve accuracy of log command. - several build, configure, and linkage fixes. - some OSX / PPC portability fixes.
2004-11-28Remove ruby-ri package.taca5-85/+1
- ri command itsself is bundled in ruby18. - ruby-ri's distfile dosen't seems to available any more.
2004-11-28Remove ruby-mutexm.taca5-38/+1
- Ruby 1.8.1 bundled this extention library. - Use ruby-drb package for ruby16 since it contain this library.
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