summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-05-30note yesterday's updatesdrochner1-1/+40
2008-05-30Updated devel/mercurial to 1.0.1wiz1-1/+2
2008-05-30Update to 1.0.1: Bugfix release.wiz3-10/+10
2008-05-30- gtkspell-2.0.13, p5-Date-Manip-5.54, py-gobject-2.14.2,wiz1-11/+1
tellico-1.3.2.1, tesseract-2.03, xextproto-7.0.3, xf86-input-keyboard-1.3.1, xf86-input-mouse-1.3.0, xf86-video-nv-2.1.9, xproto-7.0.13.
2008-05-30Updated graphics/tesseract to 2.03wiz1-1/+2
2008-05-30Update to 2.03:wiz5-22/+53
January 23 2008 - V2.02 Improvements to clustering, training and classifier. Major internationalization improvements for large-character-set languages, eg Kannada. Removed some compiler warnings. Added multipage tiff support for training and running. Updated graphics output to talk to new java-based viewer. Added ability to save n-best lists. Added leptonica support for more file types. Improved Init/End to make them safe. Reduced memory use of dictionaries. Added some new APIs to TessBaseAPI. April 21 2008 - V2.02 (again) Fixed namespace collisions with jpeg library (INT32). Portability fixes for Windows for new code. Updates to autoconf system for new code. April 22 2008 - V2.03 Fixed crash introduced in 2.02. Fixed lack of tessembedded.cpp in distribution. Added test for leptonica header files and conditional test for lib.
2008-05-30Updated devel/p5-Date-Manip to 5.54wiz1-1/+2
2008-05-30Update to 5.54:wiz2-6/+6
Version 5.49 DEVELOPMENT Corrected typo in %G and %L format descriptions. Troy A. Bollinger <troy@austin.ibm.com> Added "ereyesterday". Ed Avis <eda@waniasset.com> Added timezones. Damyan Ivanov <dam@modsoftsys.com> Added timezone. Ernesto Hernandez-Novich <emhnemhn@gmail.com> Added timezone. Gregor Herrmann <gregor+debian@comodo.priv.at> Added timezone. Nicholas Riley <njriley@uiuc.edu> Added timezone. Enrique Verdes <everdes@uygroup.com.uy> Added timezone. Alexander Litvinov <lan@academsoft.ru> Added Build.PL and several other things to meet requirements on http://cpants.perl.org/ Version 5.50 2008-05-05 Released Version 5.51 DEVELOPMENT Additional changes to meet requirements on http://cpants.perl.org/ Fixed bug where the wrong version was in Build.PL Version 5.52 2008-05-08 Released Version 5.53 DEVELOPMENT Final changes to meet requirements on http://cpants.perl.org/ Bug fix so it won't fail with "Too early to specify a build action" Version 5.54 2008-05-09 Released
2008-05-30Fix build problem under Mac OS X caused by broken code to supporttron2-13/+16
getpeereid() .
2008-05-30Bump PKGREVISION for gtkspell API bump.wiz14-22/+28
2008-05-30Updated textproc/gtkspell to 2.0.13wiz1-1/+2
2008-05-30Update to 2.0.13:wiz4-20/+34
version 2.0.13 (2008-05-20): * Additional translations (see po/ChangeLog). * Enchant support (support for pspell/aspell dropped) (Dom Lachowicz) version 2.0.12 (2008-05-09): * Make debug, quiet and build_suggestion_menu static in gtkspell.c to prevent exporting them. * One additional translation (see po/ChangeLog). * Move spell-checking library from Libs to Libs.private in gtkspell-2.0.pc * Update autogen.sh to use intltool * Fix warnings with -Wstrict-prototypes by Richard Laager Bump API for dependency changes.
2008-05-30Added devel/p5-Array-RefElem version 1.00abs3-5/+17
Added devel/p5-Cache-FastMmap version 1.26 Added devel/p5-parent version 0.221 Added textproc/p5-Lingua-EN-Inflect-Number version 1.1 Added textproc/p5-Text-SimpleTable version 0.03 Added textproc/p5-YAML-Tiny version 1.32
2008-05-30Add rm for gtkspell.wiz1-1/+5
2008-05-30Added devel/p5-Cache-FastMmap version 1.26abs3-0/+28
A shared memory cache through an mmap'ed file. Its core is written in C for performance. It uses fcntl locking to ensure multiple processes can safely access the cache at the same time. It uses a basic LRU algorithm to keep the most used entries in the cache.
2008-05-30Added devel/p5-Array-RefElem version 1.00abs3-0/+42
This module gives direct access to some of the internal Perl routines that let you store things in arrays and hashes. The following functions are available: av_store(@array, $index, $value) Stores $value in @array at the specified $index. After executing this call, $array[$index] and $value denote the same thing. av_push(@array, $value) Pushes $value onto the @array. After executing this call, $array[-1] and $value denote the same thing. hv_store(%hash, $key, $value); Stores $value in the %hash with the given $key. After executing this call, $hash{$key} and $value denote the same thing.
2008-05-30Import textproc/p5-Lingua-EN-Inflect-Number 1.1abs3-0/+30
This module extends the functionality of Lingua::EN::Inflect with three new functions available for export.
2008-05-30Import textproc/p5-Text-SimpleTable-0.03abs3-0/+27
Simple eyecandy ASCII tables, as seen in Catalyst. WWW: http://search.cpan.org/dist/Text-SimpleTable/
2008-05-30Import textproc/p5-YAML-Tiny-1.32abs3-0/+43
YAML::Tiny is a perl class for reading and writing YAML-style files, written with as little code as possible, reducing load time and memory overhead. Most of the time it is accepted that Perl applications use a lot of memory and modules. The ::Tiny family of modules is specifically intended to provide an ultralight and zero-dependency alternative to many more-thorough standard modules. This module is primarily for reading human-written files (like simple config files) and generating very simple human-readable files. Note that I said human-readable and not geek-readable. The sort of files that your average manager or secretary should be able to look at and make sense of. YAML::Tiny does not generate comments, it won't necesarily preserve the order of your hashes, and it will normalise if reading in and writing out again. It only supports a very basic subset of the full YAML specification.
2008-05-30Updated misc/tellico to 1.3.2.1wiz1-1/+2
2008-05-30Update to 1.3.2.1:wiz3-8/+8
* Released Tellico 1.3.2.1. * Fixed en_GB translation to remove context strings. * Released Tellico 1.3.2. * Include Canadian LCC values, patch from Peter Stevenson. * Updated entry creation to always add default values. Fixes Debian bug 481639. * Improved IMDb search results. * When adding a book to a bibliography, set the type to 'book'. * Updated LCCN search to validate format. * Updated entry match to compare validated LCCN. * Updated z39.50 search to allow multiple LCCN values. * Changed loader to eliminate possible duplicates for fields allowing multiple values (like keywords). * Updated PubMed search to add all keywords. * Fixed PubMed search to use utf8 encoding. * Changed XML loader to strip whitespace from non-paragraph values. * Added languages and editors to Amazon book import. * Updated mods2tellico.xsl to try to capture more of mods info converted from refbase. * Updated mods2tellico.xsl to try to capture more of bibtex info converted from wikindx.
2008-05-30Add devel/p5-parent-0.221abs3-0/+34
Allows you to both load one or more modules, while setting up inheritance from those modules at the same time. Mostly similar in effect to: package Baz; BEGIN { require Foo; require Bar; push @ISA, qw(Foo Bar); }
2008-05-30Drop lang/mono/Makefile.common which is not needed anymore.tnn6-18/+7
2008-05-30Put back the definition of MONO_SHARED_DIR in the bl3.mk, because it istnn2-4/+3
needed to build gtk-sharp and gnome-sharp, and possibly other mono packages with a readonly home dir. Discussed with wiz@ and kefren@
2008-05-30Updated sysutils/cdrtools to 2.01.01.40wiz1-1/+2
2008-05-30Update to 2.01.01.40:wiz2-7/+7
All: - Added an autoconf test for SIZEOF_FLOAT & SIZEOF_DOUBLE to allow to compile the Bourne shell in 64 bit mode. Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale): - mkisofs now prints more explicit error messages if the strings (like e.g. the volume name) inside the PVD do not fit. This should help people that use e.g. UTF-8 based locales and don't understand that the strings may use up more octett space than the number of characters in the string. - mkisofs now supports to import multi-extent files (> 4 GB) from old sessions.
2008-05-30Updated x11/xf86-input-mouse to 1.3.0wiz1-1/+2
2008-05-30Update to 1.3.0:wiz2-6/+6
Adam Jackson (2): Don't sleep(0.3) on shutdown. mouse 1.3.0 Alan Coopersmith (1): Update Emulate3Button default in mouse man page to cover Emulate3ButtonsSoft Matthieu Herrb (1): Makefile.am: nuke RCS Id Peter Hutterer (1): Bug #13144: Don't flush buttons, release events can cause paste events.
2008-05-30Updated x11/xf86-input-keyboard to 1.3.1wiz1-1/+2
2008-05-30Update to 1.3.1:wiz2-6/+6
1.3.1: Adam Jackson (1): keyboard 1.3.1 Paulo Cesar Pereira de Andrade (1): Don't send events in DEVICE_INIT, only after DEVICE_ON. 1.3.0: Adam Jackson (2): Don't sleep(1) on VT entry. keyboard 1.3.0 Alan Coopersmith (4): Update kbd man page to say it has replaced keyboard driver now. Use $(XKBPATH) for xkb file path in man page Revert previous attempts to sync lock state & LEDs Correct COPYING file and note which notices apply to which code/OS'es Daniel Drake (1): Bug 11026: xf86-input-keyboard COPYING file David Marx (1): Sun bug #6425775 Xserver is blocked when a program rings keyboard-bell Julien Cristau (1): Remove the legacy keyboard driver's manpage Matej Kosik (1): Add information & example of XKB options to man page Matthieu Herrb (2): Fix parameters order for printWsType(). Makefile.am: nuke RCS Id Paulo Cesar Pereira de Andrade (1): Alternate patch to preserve NumLock & CapsLock leds at X Server startup. Samuel Thibault (1): lnx: Automatically inherit the vt's numlock and capslock status (Bug #2243)
2008-05-30Updated x11/xextproto to 7.0.3wiz1-1/+2
2008-05-30Update to 7.0.3:wiz3-8/+10
Alan Coopersmith (3): Remove Xserver API for security extension (#ifdef _SECURITY_SERVER) [Will Remove Xserver API for appgroup extension [Will break Xorg server builds renamed: .cvsignore -> .gitignore James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Peter Hutterer (3): Add XGE header files and protocol description. Xge: replace copyrights with standard format from xserver COPYING. Bump to 7.0.3.
2008-05-30Updated x11/xf86-video-nv to 2.1.9wiz1-1/+2
2008-05-30Update to 2.1.9:wiz2-6/+6
Aaron Plattner (8): Bug #14885: Add missing static keywords. I win at C. Sort the IsSupported table. Fix a few startup bugs. More G80s. Add an option to allow validation of dual-link DVI modes. Yet more G80s. Bump to 2.1.9. Matthieu Herrb (1): Makefile.am: nuke RCS Id
2008-05-30Updated x11/xproto to 7.0.13wiz1-1/+2
2008-05-30Update to 7.0.13:wiz2-6/+6
Alan Hourihane (1): avoid checking for fds_bits on mingw Colin Harrison (2): Use winsock2.h Use Sleep() instead of sleep() on windows James Cloos (2): Fix typo in XF86Keysym.h Add more dead key syms Jeremy Huddleston (3): Apple: Cleaned up some Apple definitions Apple: Define _DARWIN_C_SOURCE otherwise _XOPEN_SOURCE, _POSIX_SOURCE, or _POSIX_C_SOURCE will cause fd_mask to not be defined due to the strict namespace Apple: Added a comment to explain _DARWIN_C_SOURCE Markus Kuhn (1): Added comment to slightly discourage the definition of ever more Unicode keysyms Peter Hutterer (2): Add GenericEvent and xGenericEvent definitions. Bump to 7.0.13.
2008-05-30+ libcares-1.5.2, wget-1.11.3.wiz1-39/+3
- capc-calc-2.12.3.2, claws-mail-3.4.0, dasher-4.9.0, deskbar-applet-2.22.2.1, devhelp-0.19.1, eog-2.22.2, epiphany-2.22.2, epiphany-extensions-2.22.2, evince-2.22.2, file-roller-2.22.3, gdm-2.20.6, gedit-2.22.3, gnome-audio-2.22.2, gnome-games-2.22.2, gnome-system-monitor-2.22.2, gnome-user-docs-2.22.1, gnumeric-1.8.3, libarchive-2.5.3b, libcares-1.5.1, p5-Compress-Raw-Zlib-2.011, p5-Compress-Zlib-2.011, p5-Convert-UUlib-1.09, p5-IO-Compress-Base-2.011, p5-IO-Compress-Zlib-2.011, p5-Locale-Codes-2.07, p5-Params-Validate-0.91, pciids-20071004, pear-Net_SMTP-1.2.8, pear-Net_Socket-1.0.6, py-psyco-1.5.1, py-pyrex-0.9.5.1a, roundcube-0.1.1, seahorse-2.22.2, snort-2.8.1, sympa-5.4, twm-1.0.4, wget-1.11.2, xf86-video-vmware-10.16.0.
2008-05-30Don't set NOMAN for SunOS.tnn1-6/+1
2008-05-30Apply change 142573 from Perforce master:joerg1-1/+9
Don't use case '1' ... '9', not ISO C.
2008-05-30Update MASTER_SITES to usable site althogh this package will be removed.taca1-2/+2
2008-05-29Downgraded graphics/glx-utils to 7.0.3. Cosmetic since the versionstnn1-1/+2
above never built correctly.
2008-05-29Revert previous, sharing the distinfo doesn't work because of thetnn3-4/+19
MESA_PATCHLEVEL junk. Instead make graphics/glx-utils not track the mesa patchlevel at all.
2008-05-29Note net/vpnc bump.sketch1-1/+2
2008-05-29Bunch of fixes to get this working for me, including:sketch6-19/+49
- support $VARBASE - vpnc.conf was installed in the wrong place, rather than move it use default.conf instead to mirror what vpnc does natively, and install with secure permissions (as it contains passwords) - shell portability Bump PKGREVISION. Ok'd Jukka/Hubert.
2008-05-29Updated parallel/mpi-ch to 1.0.7tnn1-1/+2
note: the version didn't go backwards, the PKGBASE is different,
2008-05-29prune wip referencetnn1-2/+2
2008-05-29Update to mpich2-1.0.7. From pkgsrc-wip, contributed by Aleksej Saushev.tnn25-2526/+809
MPICH2 is an all-new implementation of MPI from the group at Argonne National Laboratory. It shares many goals with the original MPICH but no actual code. It is a portable, high-performance implementation of the entire MPI-2 standard. This release has all MPI-2 functions and features required by the standard with the exception of support for the "external32" portable I/O format.
2008-05-29Disable the permission check, mailman is very bitching otherwise.joerg1-1/+4
2008-05-29update commenttnn1-2/+1
2008-05-29Actually let's just reach over for the distinfo now that it works.tnn2-15/+3