summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-12-09Updated gpredict to 0.6.1:wulf4-81/+54
Improved gui and many bug fixes since last release
2006-12-09".else if" -> ".elif", from David A. Holland in PR 35218.wiz1-2/+2
2006-12-09Fix typo, reported by Robert Elz.wiz2-4/+4
2006-12-09note update of gmp to 4.2.1jnemeth1-1/+2
2006-12-09Update to GNU MP 4.2.1jnemeth6-429/+13
Changes between GMP version 4.2 and 4.2.1 Bugs: * Shared library numbers corrected. * Broken support for 32-bit AIX fixed. * Misc minor fixes. Speedups: * Exact division (mpz_divexact) now falls back to plain division for large operands. Features: * Support for some new systems. Changes between GMP version 4.1.4 and 4.2 Bugs: * Minor bug fixes and code generalizations. * Expanded and improved test suite. Speedups: * Many minor optimizations, too many to mention here. * Division now always subquadratic. * Computation of n-factorial much faster. * Added basic x86-64 assembly code. * Floating-point output is now subquadratic for all bases. * FFT multiply code now about 25% faster. * Toom3 multiply code faster. Features: * Much improved configure. * Workarounds for many more compiler bugs. * Temporary allocations are now made on the stack only if small. * New systems supported: HPPA-2.0 gcc, IA-64 HP-UX, PowerPC-64 Darwin, Sparc64 GNU/Linux. * New i386 fat binaries, selecting optimised code at runtime (--enable-fat). * New build option: --enable-profiling=instrument. * New memory function: mp_get_memory_functions. * New Mersenne Twister random numbers: gmp_randinit_mt, also now used for gmp_randinit_default. * New random functions: gmp_randinit_set, gmp_urandomb_ui, gmp_urandomm_ui. * New integer functions: mpz_combit, mpz_rootrem. * gmp_printf etc new type "M" for mp_limb_t. * gmp_scanf and friends now accept C99 hex floats. * Numeric input and output can now be in bases up to 62. * Comparisons mpz_cmp_d, mpz_cmpabs_d, mpf_cmp_d recognise infinities. * Conversions mpz_get_d, mpq_get_d, mpf_get_d truncate towards zero, previously their behaviour was unspecified. * Fixes for overflow issues with operands >= 2^31 bits. Caveats: * mpfr is gone, and will from now on be released only separately. Please see www.mpfr.org.
2006-12-09byacc update.markd2-3/+3
2006-12-09Update to 20050813 version.markd3-22/+6
Bug fixes. Add "-o" option.
2006-12-09Needs byacc, bison doesn't cut it.markd1-2/+2
2006-12-09Fix outputing of union's to y.tab.h when -d option givenmarkd2-1/+17
2006-12-09Updated converters/rss2html to 0.8.2.obache1-1/+2
2006-12-09Update rss2html to 0.8.2. Patch provided by maintainer in PR 35215.obache2-6/+7
This new release adds support for libcurl. This fixes a problem in chunked encoding. And adds https support.
2006-12-09Remove some redundant lines (handled by kde3.mk) from Makefile.markd1-13/+2
2006-12-09There's no need to CONFLICT between apr and apr1, cube said so.xtraeme2-4/+4
2006-12-09There's no need for CONFLICT between apache2 and apache22,xtraeme2-4/+4
cube said so.
2006-12-09Juan Romero Pardines is the maintainer of this package.tron1-2/+2
2006-12-09OPSYS needs bsd.prefs.mk, reported by Brandon Bergren in PR pkg/35214.xtraeme1-1/+3
2006-12-08tyopxtraeme1-2/+2
2006-12-08This package cannot co-exist with apache22, update CONFLICTSxtraeme1-3/+3
properly. Bump PKGREVISION.
2006-12-08This package cannot co-exist with apr1, update CONFLICTSxtraeme1-3/+3
properly. Bump PKGREVISION.
2006-12-08Added devel/apr1 and www/apache22.xtraeme2-6/+4
2006-12-08* Use apache.mk to be compatible with the new apache22 pkg.xtraeme16-37/+64
* Use PKG_APACHE_ACCEPTED.
2006-12-08apache.mk now knows about apache22, available for PKG_APACHE_DEFAULT.xtraeme1-4/+10
2006-12-08+ apache22xtraeme1-1/+2
2006-12-08Apache 2.2.3 - latest stable version.xtraeme19-0/+2749
Please see http://httpd.apache.org/docs/2.2/new_features_2_2.html for the list of changes.
2006-12-08+ apr1xtraeme1-1/+2
2006-12-08This is the Apache Portable Runtime 1.2.8, required by thextraeme12-0/+378
upcoming Apache 2.2.3 package. APR 1.x is neither source nor binary compatible with earlier APR 0.9 releases. Users of APR 1.x can expect consistent interfaces and binary backwards compatibility throughout the entire APR 1.x release cycle.
2006-12-08Note import of net/rbldnsd.cube1-1/+2
2006-12-08Add and enable rbldnsd.cube1-1/+2
2006-12-08Initial import of rbldnsd, version 0.996a, into the NetBSD Packagescube7-0/+158
Collection. rbldnsd is a small and fast DNS daemon which is especially made to serve DNSBL zones. This daemon was inspired by Dan J. Bernstein's rbldns program found in the djbdns package. rbldnsd is extremely fast - it outperforms both bind and djbdns greatly. It has very small memory footprint. The daemon can serve both IP-based (ordb.org, dsbl.org etc) and name-based (rfc-ignorant.org) blocklists. Unlike DJB's rbldns, it has ability to specify individual values for every entry, can serve as many zones on a single IP address as you wish, and, finally, it is a real nameserver: it can reply to DNS metadata requests. The daemon keeps all zones in memory for faster operations, but its memory usage is very efficient, especially for repeated TXT values which are stored only once.
2006-12-08Fix build on DragonFly, pthread and X11 linkage.joerg5-11/+40
2006-12-08p5-DateTime-Set updated to 0.25.wiz2-3/+3
2006-12-08Update to 0.25:wiz2-7/+6
0.25 2005-10-05 - t/15time_zone.t does it's own time zone "add_duration" handling 0.24 2005-10-03 - _recurrence.pm warned when the recurrence didn't have occurrences before a given start date. Reported by Mark D. Anderson. 0.23 2005-10-03 - _recurrence.pm died when the recurrence didn't have occurrences before a given start date. Reported by Mark D. Anderson. 0.22 2005-05-06 - DateTime::Set 0.21 dies when as_list is asked to produce a list from outside the range of the set. Patch contributed by Stephen Gowing. 0.21 2005-04-06 - no hard limit in count() and as_list(); removed the warnings from the docs. 0.20 2005-02-28 - changed tests to use en_US instead of pt_BR (which changes every year) by Dave Rolsky. - optimized SpanSet methods for special cases: start_set() end_set() contains( $dt ) intersects( $dt ) - added an example to count(), by David Nicol. - added a note about how the result of min()/max() is just a copy of the actual set boundary. Reported by Ron Hill.
2006-12-08update to 1.0.27 which contains a fix for the 64-bit problem reporteddrochner2-6/+6
by Pierre Pronchery as PR pkg/35200 other changes: -enables startupnotify -Fixes a problem of liferea-feed-add with running program detection -translation updates
2006-12-08document ${MASTER_SITE_GENTOO}, from OKANO Takayoshi per PMdrochner1-1/+2
2006-12-08make this build again: keep "configure" from checking for X stuffdrochner2-2/+4
2006-12-08minor cleanup:drochner3-18/+2
-remove obsolete WRKSRC definition -the http overflow (CVE-2006-2802) was fixed upstream
2006-12-08Mention new pngcheck package.wiz1-1/+2
2006-12-08Add pngcheck.wiz1-1/+2
2006-12-08Initial import of pngcheck-2.2.0:wiz4-0/+39
pngcheck verifies the integrity of PNG, JNG, and MNG files (by checking the internal 32-bit CRCs [checksums] and decompressing the image data); it can optionally dump almost all of the chunk-level information in the image in human-readable form. For example, it can be used to print the basic statistics about an image (dimensions, bit depth, etc.); to list the color and transparency info in its palette (assuming it has one); or to extract the embedded text annotations. This is a command-line program with batch capabilities.
2006-12-08Assign Apache 2.2.x to xtraeme, he's working on it.xtraeme1-2/+2
2006-12-08Note edict, kanjidic*, and JMdict updates.wiz1-1/+5
2006-12-08Update to today's snapshot. Use distfiles from ftp.NetBSD.org, sincewiz9-84/+80
they change daily. Add a comment with update instructions. Daily changes are not documented, so I'm not sure what changed to the previous version. Addresses PR 34827 and joerg's complaints.
2006-12-08Updated x11/xbindkeys{,-tk} to 1.7.3.obache2-3/+4
2006-12-08Update xbindkeys{,-tk} to 1.7.3.obache4-12/+9
Version 1.7.3 : A bug under Solaris was fixed. This bug caused an XBindKeys built with -DFORK_FLAG=1 to fail to wait for the processes it spawns, leaving lots of defunct processes. Thanks to Ciaran Anscomb for the patch. Version 1.7.2 : Changes to grab keys in all display screens and not only in the default root window (Xinerama suport). Bugfix for the Guile support in configure.ac.
2006-12-08Updated devel/p5-Module-Pluggable to 3.4.obache2-3/+4
2006-12-08Update p5-Module-Pluggable to 3.4.obache2-6/+6
from Changes: 2006-11-27 - 3.4 Make sure we don't fail taint checking when other Module::Pluggable::* modules are installed. 2006-11-24 - 3.3 Few more patches from Jos Boumans to get read for CORE 2006-11-15 - 3.2 Remove Class::Inspector dependency and inline code Prepare for assimilation into CORE 2006-07-11 - 3.1 Force Test::More version to be latest which stops it trampling on $_ Use Class::Inspector tests to check to see Package is loaded thus preventing incompatability problems introduced by last patch.
2006-12-08- p5-Net-Netmask-1.9012 [pkg/34298]obache1-2/+1
2006-12-08Update p5-Net-Netmask to 1.9015.obache2-7/+6
from CHANGELOG: = 2006/11/30 1.9015 Fix bug # 22662 reported by grjones at gmail: cidrs2inverse wouldn't notice /32-sized leftovers. = 2006/10/13 1.9014 Fix bug # 22085 reported by grjones at gmail: cidrs2inverse wouldn't notice /32-sized holes. = 2006/09/06 1.9013 Added the nextblock() method as suggested by Robert Drake <rdrake at stayonline.net> Bugfix: it couldn't parse 10/8 or 127/8
2006-12-08Note update of sysutils/gtk-send-pr to 0.4.8 and fix recent update date ofobache1-2/+3
wm/icecc.
2006-12-08Update gtk-send-pr to 0.4.8.obache2-7/+7
Patch provided by maintainer(updated the e-mail address) by PR 35209. * The FreeBSD categories were updated to include sun4v * Code was reorganized to make it easier to create new GUI code. * Work began on the MacOS X native GUI