summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-03-03Readd checksum for patch-gdb_defs (hi al!).wiz1-1/+2
2005-03-03Add and enable boost-docs.wiz1-1/+2
2005-03-03Make libffi buildable on NetBSD/amd64 (fixes PR pkg/29512).daniel2-1/+12
Ack by wiz@.
2005-03-03add a patch... update a distinfoabs1-2/+2
2005-03-03Apply patches to bonnie from PR 21421 by Greg Woods. Fixes a number ofgarbled5-28/+200
issues with the program. Bumping pkgrevsision to 1.
2005-03-03Add patches in PR pkg/17941 from David Laight. Mostly performancegarbled7-13/+144
boosts, and a core dump fix. Bumping rev to 2.
2005-03-03don't attempt to statically link system libraries.grant2-10/+14
from Eric Boutilier in PR pkg/29470.
2005-03-03.packlist moved from ${PERL5_SITEARCH}/auto/SVN/Simple/.packlist toepg1-2/+2
${PERL5_SITEARCH}/auto/SVN/Simple/Edit/.packlist .
2005-03-03Note addition of p5-ExtUtils-AutoInstall-0.61 andepg2-3/+7
p5-Class-Autouse-1.16 and update of p5-SVN-Simple-0.27, p5-SVN-Mirror-0.56, and svk-0.30.
2005-03-03Add and enable p5-Class-Autouse and p5-ExtUtils-AutoInstall.epg1-1/+3
2005-03-03Update to 0.30.epg3-8/+32
Add new dependency p5-Class-Autouse>=1.15. Update dependencies: p5-SVN-Simple>=0.27 p5-YAML>=0.36 Upstream changelog: [Changes for 0.30 - 2 Mar, 2005] * Support native encodings for pathnames and log messages handling. * Interactively resolve deleted files that are modified. [ruz] * Make use of Class::Autouse to reduce start-up time. [Schwern] * Support mkdir copath. [hcchien] * svk help <command> should list the aliases of that command. #6082 [Schwern] * More history-tracing performance optimization. * Speed up svk help commands by not using pod::simple to extract the brief description. [kcwu] * Fix signature cache caused by merge via update. * Unbreak win32's ReadKey in get_prompt. [Autrijus] * In merge editor's prop merger, use a proper pool to retrieve the base_prop and local_prop to avoid leaks. * Clean pools when getting log in reverse order, like merge logs, to prevent leaks. * Fix pool usage in editor::diff to avoid leaks. * Fix a newline introduce when saying "accept yours" in resolver. * Fix SVK::Notify report for when report anchor is "0". * Do not allow existing depotpath to be entered in when autovivifying, which would led to undesired copies. * When listing mirror, skip unloadable or invliad entries gracefully. * When doing svk ps svn:eol-style, check if the file mixed newlines. * Draft intro.pod. [lukhnos] * Many more tests, with contribution from matthewd.
2005-03-03Update to 0.56. Upstream changelog:epg2-6/+6
------------------------------------------------------------------------ r273 | clkao | 2005-03-01 12:19:53 -0500 (Tue, 01 Mar 2005) | 1 line Changed paths: M /clkao/modules/SVN-Mirror/META.yml M /clkao/modules/SVN-Mirror/SIGNATURE SVN::Mirror 0.56 ------------------------------------------------------------------------ r269 | clkao | 2005-02-28 02:18:56 -0500 (Mon, 28 Feb 2005) | 3 lines Changed paths: M /clkao/modules/SVN-Mirror/lib/SVN/Mirror.pm Resolve local rev properly for relayed mirror where the target revision number is larger than the one on the relayed server. Reported by: Arthur Bergman ------------------------------------------------------------------------ r268 | clkao | 2005-02-26 07:43:01 -0500 (Sat, 26 Feb 2005) | 1 line Changed paths: M /clkao/modules/SVN-Mirror/lib/SVN/Mirror.pm Invalidate revmap cache when deleting mirror. ------------------------------------------------------------------------ r267 | clkao | 2005-02-24 03:21:28 -0500 (Thu, 24 Feb 2005) | 1 line Changed paths: M /clkao/modules/SVN-Mirror/lib/SVN/Mirror.pm Tell the user to install VCP instead of confusing "schema not handled". ------------------------------------------------------------------------ r264 | clkao | 2005-02-23 11:02:17 -0500 (Wed, 23 Feb 2005) | 2 lines Changed paths: M /clkao/modules/SVN-Mirror/lib/SVN/Mirror/Ra.pm Workaround ra_svn 1.2 vs svnserve 1.1 log limit problem. ------------------------------------------------------------------------ r263 | autrijus | 2005-02-02 09:38:08 -0500 (Wed, 02 Feb 2005) | 1 line Changed paths: M /clkao/modules/SVN-Mirror/bin/svm * Gran Krampe noticed that our docs is completely broken. ------------------------------------------------------------------------
2005-03-03Update to 0.27. Upstream changelog:epg2-7/+6
[Changes for 0.27 - Feb 24, 2005] * Don't do version check for SVN::Core.
2005-03-03Whoops, forgot to regenerate distinfo to add RMD160 checksum.epg2-2/+4
2005-03-03Import p5-Class-Autouse-1.16.epg4-0/+31
Class::Autouse allows you to specify a class that will only load when a method of that class is called. For large classes that might not be used during the running of a program, such as Date::Manip, this can save you large amounts of memory, and decrease the script load time.
2005-03-03Import ExtUtils-AutoInstall-0.61.epg4-0/+39
This module lets Makefile.PL automatically install dependencies via CPAN or CPANPLUS. * Features - Letting the user enable/disable optional dependencies. - Support sane defaults by probing for the machine's capability. - If not inside a cpan shell, use CPAN.pm to install dependencies. - Enable/disable the associated tests automatically. - Supply UNINST=1 when it is safe and possibly needed. - Checks MANIFEST to avoid unnecessary grepping of EXE_FILES. - Utilizes CPANPLUS and/or Sort::Versions where feasible. - Offers check-only and skip-all Makefile.PL targets. - Offers check-only and install-only Makefile targets. - Take advantage of the 'sudo' command where available.
2005-03-03Note i'm working on svk-0.30.epg1-2/+2
2005-03-02Make this package build on NetBSD-1.6*.minskim1-2/+6
- Bypass the iconv library test in configure since the test fails to detect GNU libiconv. - Use ncurses on NetBSD-1.x.
2005-03-02Patch to 0.6.1nb3. Java in Solaris (needed e.g. for the installer)hubertf3-3/+21
doesn't crash any more. Patch found at http://lists.gnu.org/archive/html/qemu-devel/2004-09/msg00271.html
2005-03-02Explain X11_TYPE.reed1-1/+7
It is not defined here though. It is defined in mk/buildlink3/bsd.buildlink3.mk.
2005-03-02- Change to my NetBSD.org addressadrianp1-2/+2
2005-03-02Updated p5-Locale-Maketext-Lexicon to 0.47wiz2-3/+3
2005-03-02Update to 0.47, provided by maintainer Dieter Roelants in PR 29581.wiz2-8/+7
[Changes for 0.47 - 2005-02-03] * EXISTS in Locale::Maketext::Lexicon has the potential to trigger deep recursion. Reported by Wei-Hon Chen. [Changes for 0.46 - 2004-12-16] * Patch from Thierry Vignaud: Add a "_allow_empty" option to the Gettext backend, to allow empty strings with * Harmen suggested a doc patch to better document the _AUTO key for allowing empty or missing keys. * Changed all ::L10N to ::I18N in examples, to agree with the de facto community standard. [Changes for 0.45 - 2004-10-26] * Fix decoding problem on Big5 containing "]", as reported by Jiing Deng. * For \*DATA calls, we can get the 'main' package from $0, skip tracing the caller chain. [Changes for 0.44 - 2004-09-25] * Fixed a regression from 0.43 that prevented %*(...) interpolations. * Remove RCS headers from source files.. [Changes for 0.43 - 2004-09-24] * Fix decoding problem on Big5 containing "\".
2005-03-02p5-Locale-Maketext updated to 1.09.wiz2-3/+3
2005-03-02Update to 1.09:wiz2-7/+7
2004-03-30 Sean M. Burke * Release 1.09: * Moved the language-preference-detecting code into new module I18N::LangTags::Detect. Thanks to Autrijus Tang for catching some errors in the dist!
2005-03-02p5-I18N-LangTags updated to 0.35.wiz2-3/+3
2005-03-02Update to 0.35:wiz2-7/+7
2004-10-06 Sean M. Burke * Release 0.35 Bugfix version: locale2language_tag now correctly understands locale-IDs with at-signs in them, like 'it_IT.utf8@euro' or 'it_IT@euro'. This is now enforced by the new t/20_locales.t Thanks to Luca 'loopback' Cavalli for letting me know about these new locale-ID name-styles. * Release 0.34 -- never happened, because of an upload error 2004-07-01 Sean M. Burke * Release 0.33 Minor bugfix version: The test 80_all_env.t was erroneously failing for people with LC_ALL or LC_MESSAGES set. Fixed. Thanks to everyone, especially Nicholas Clark, who patiently helped out with this. 2004-06-20 Sean M. Burke * Release 0.32 Minor bugfix version: The test 80_all_env.t was erroneously failing under MSWins that had Win32::Locale installed. A workaround added. 2004-06-17 Sean M. Burke * Release 0.31 Corrected some unevennesses in when/whether the return values from I18N::LangTags::Detect's various internal functions would be downcased. Now they're /always/ downcased, and are /always/ fed thru alternate_language_tags()! Also, spiffed up and generally improved the earlier test 80_all_env.t, which not even I could make sense of, and I wrote the damned thing. Now it's sane, and checks both scalar and list return values. Thanks to Rafael Garcia-Suarez and the various CPAN-Testers for prodding me to fix this. (Hopefully the earlier problems /are/ now fixed! Otherwise there'll be another version of this module out real soon!)
2005-03-02update of nxtvepg to 2.7.4 donemagick1-2/+1
2005-03-02note update of nxtvepg to 2.7.4magick1-1/+2
2005-03-02Update nxtvepg to 2.7.4magick2-6/+6
Changes: rom 2.7.3 to 2.7.4 (2004-Dec-27) - bugfix EPG teletext number update in database: after external channel changes from one provider directly onto another there was a possibility that a wrong teletext number was stored for the first provider, subsequently causing acquisition to fail; also changed the EPG scan to update the teletext numbers stored in the databases - added output of current EPG page number to "acquisition statistics" in control menu - added possibility to store "expire time" filter in shortcuts - fixed timezone calculation for provider "VT4" - Windows: updated DScaler TV card support; Note a new version of the dsdrv4 driver will be installed the first time you start nxtvepg (unless version 4.03 was already installed by another application) - fixes in the way provider and network names were passed to Tcl/Tk for display in main window status bar and various dialogs (only relevant for names corrupted by transmission errors, but did cause sporadic failure) - fixed default setting for context menu: was empty since 2.7.1; Windows only: also fixed !wintv! keyword handling in scripts bound to reminder events - fixed bug in text search filter for merged databases: sub-string search ended after 258 characters - added possibility to configure text foreground colors (at least for programme list) to support an inverted color scheme - added new display format option for composite attributes (i.e. user-defined columns): set foreground color for entire column - UNIX: added "XdTV" (former xawdecode) to internal list of TV apps with which nxtvepg can exchange EPG info - XML export: omit newline (i.e. line break) at start and end of description text (on user request esp. for DTD version 5); also in DTD version 6 descriptions merged from multiple providers are now exported in separate description attributes instead of concatenating the text into one with newlines inbetween. - fixed bug in handling external video input source during EPG scan which caused misleading help messages - added work-around to catch "panic" (i.e. internal errors) in Tcl/Tk library, esp. to cleanly shut down acquisition. On Windows this fixes annoying popup messages when switching desktop display to full-screen (e.g. upon start of some game). - TV app. interaction developent tool vbirec: added possibility to send commands and EPG OSD infos to a connected TV app (to allow testing this feature without nxtvepg) from 2.7.2 to 2.7.3 (2004-Sep-05) - Fixed backwards compatibility with K!TV (since 2.7.2 there was an error message "incompatible shared memory size") - Fixed description of -clock option in output of -help
2005-03-02update of xemacs-current to 21.5.19 donemagick1-2/+1
2005-03-02Note update of xemacs-currentmagick1-1/+2
2005-03-02Update xemacs-current from 21.5.18 to 21.5.19magick4-50/+32
From the ChangeLog: * XEmacs 21.5.19 "chives" is released. "chives" is the twentieth in the VEGETABLE series. Relative to XEmacs 21.5.18 "chestnut", "chives" includes a large number of minor enhancements and work-in-progress. Some important or annoying bugs have been fixed: - The lstream data truncation bug (often observed as truncated emails or truncated process input in buffers) has been identified and fixed, we believe (hard to test). - The bug where process output insertion replaced the whole buffer, rather than just the region, has been fixed. - The "Metacity maximize" bug (which was XEmacs's fault, not the window manager's) has been fixed. Known remaining bugs include: - Aborts due to recursive entry to the allocation code from error handlers. Workaround: avoid getting the memory full warnings (at 75% and 95% of memory space). - A regression test failure in no-Mule builds. Workaround: don't run the c-tests.el series when running tests. (Simply move tests/automated/c-tests.el out of the way.) Currently fairly stable, this seems to be a good point to release a beta as a checkpoint. At the user level the most visible changes are extension of the "behavior" mechanism for enabling and disabling features, and a major reorganization of the documentation in the source tree. For behaviors, see the Options->Behaviors submenu. The source documentation changes include At top level, README has been gutted, with most content moved to the FAQ. BUGS and README.packages were removed, with much of their content moved to the FAQ. GETTING.GNU.SOFTWARE was removed. In etc, BETA, CHARSETS, CODING-STANDARDS, CODINGS, DEBUG, DISTRIB, MACHINES, and PACKAGES were removed, with most content moved to various Texinfo documents. FTP, GNU, LPF, MAILINGLISTS MORE.STUFF, MOTIVATION, ORDERS, ORDERS.EUROPE, ORDERS.JAPAN, README.HYPERBOLE, README.OO-BROWSER, SERVICE, and TERMS were removed. PROBLEMS and etc/README were revised. For developers, the following important internal API changes occurred. - Initialization code (called from emacs.c:main_1()) has been refactored. See the ChangeLog (2004-10-27, Ben Wing) for details. - The GCPRO API has been refactored. See the ChangeLog (2004-10-27, Ben Wing) for details. (Yes, it was a megapatch: same log entry.) For more detailed information, there is a list of credits, and then the full ChangeLogs, following the availability information. For general information about XEmacs, the developers, and the user community, see our home page, http://www.xemacs.org/
2005-03-02g-wrap updated to 1.9.5, gnucash to 1.8.11nb1.wiz1-1/+3
2005-03-02Use g-wrap-1.9.5 instead of 1.3.x series. Bump PKGREVISION.wiz1-2/+3
2005-03-02- Grab maintainershipadrianp1-2/+2
2005-03-02Sort.wiz1-2/+2
2005-03-02Update to 1.9.5.wiz4-10/+16
Changes since 1.9.4: - Bugfixes + The minimal GLib wrappers are now installed as (g-wrap gw-glib), as expected by GnuCash. + A problem with generic specializer class lookup has been fixed. + A problem with generics specialization and default arguments has been fixed. + A problem with default arguments, when combined with invisible arguments (such as output arguments) has been fixed.
2005-03-02- Note freeradius bumpadrianp1-1/+2
2005-03-02- Whitespace policeadrianp4-25/+10
- Better handling of OpenSSL using USE_OLD_DES_API - Fix builds on 1.6.2 - Bump to nb1
2005-03-02Note move of cyrus-imapd22 to cyrus-imapd.wiz1-1/+3
2005-03-02Moved cyrus-imapd22 to cyrus-imapd.wiz16-648/+1
2005-03-02Update to 2.2.12, i.e. copy the contents of mail/cyrus-imapd22 here.wiz27-398/+363
2005-03-02Upgraded mailman to 2.1.5kim2-3/+3
2005-03-02Upgrade to 2.1.5 due to security issues:kim4-16/+73
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1177 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1143
2005-03-02Not all the world is a VAX.is2-1/+15
2005-03-02Fix build problems in "gftp-gtk1" package caused by update totron4-3/+48
version 2.0.18.
2005-03-02Correct the emacs path in PLIST, which had been wrong sinceminskim1-2/+2
editors/emacs was updated to 21.4a. Noted by Kibum Han on tech-pkg@.
2005-03-02Note update of "gftp" and "gftp-gtk1" package.tron1-1/+3
2005-03-02quagga is updated.reed1-2/+1