summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-12-05Update htdig using htdig-devel. Update packages using itwiz34-720/+326
and bump their PKGREVISIONs. Remove htdig-devel.
2011-12-05Added security/oath-toolkit version 1.10.2pettai1-1/+2
2011-12-05Added oath-toolkitpettai1-1/+2
2011-12-05The OATH Toolkit contains a shared library, command line tool and a PAM modulepettai4-0/+55
that makes it possible to build one-time password authentication systems. Supported technologies include the event-based HOTP algorithm and the time-based TOTP algorithm. OATH is the Open AuTHentication organization which specify the algorithms.
2011-12-05Put <limits.h> back and fix PR#45540adam2-4/+5
2011-12-05Drop dep to sendmailpettai1-2/+1
2011-12-05lang/gnat-aux: Fix distinfomarino3-3/+5
This hash of the last added patch was incorrect for some reason. While we are fixing that, fix CVSIDs on patch-ac and patch-ad.
2011-12-05Now that -current has sqlite3 included in base, enable it here.jnemeth2-3/+5
2011-12-05Updated devel/g-wrap to 1.9.14gdt1-1/+2
2011-12-05Update to 1.9.14.gdt4-27/+12
Drop patch-aa, as ./work/.destdir/usr/pkg/share/guile/site/g-wrap/ws is created by the install without help. Version 1.9.14 - Guile 2.0 is now supported. - G-Wrap no longer ships SRFI 34 and SRFI 35 implementations, as these have been both provided by Guile since 1.8.3. Version 1.9.13 - Fix the dependency declaration on libffi in the g-wrap-2.0-guile pkg-config file. - An alignment issue leading to testsuite failures on sparc has been fixed. - The g-wrap-config manpage from the Debian package is now included in the source, and installed.
2011-12-05Avoid core-dumping with NetBSD/amd64 5.99.56 and later (i.e. gcc 4.5)agc2-13/+66
Use c89 function defs Use correct header files
2011-12-05Mention uips removal (replaced by cmdpack)wiz1-1/+2
2011-12-05Remove uips, superseded by cmdpack.wiz6-51/+1
2011-12-05Added emulators/cmdpack version 1.02wiz1-1/+2
2011-12-05+cmdpack.wiz1-1/+2
2011-12-05Initial import of cmdpack-1.02:wiz4-0/+59
Collection of tools written by Neill Corlett. Includes bin2iso, bincomp, cdpatch, ecm, uips, and many others.
2011-12-04get_passphrase_from_file.lua seems to have moved in the distribution.riz1-2/+2
2011-12-04net/ekiga: Add DragonFly Supportmarino3-1/+75
To support DragonFly, only the configure script needed modification.
2011-12-04Remove some i386-specific files which are no longer installed.riz1-5/+1
2011-12-04devel/opal: Fix incompatibility with ffmpeg / Add DragonFly supportmarino8-1/+343
Several plugins of Opal weren't building because the function names in the ffmpeg libraries changed (they were prefixed with "ff_"). These function names were updated, but a couple of the plugins also needed changes for a modern gcc. Finally, DragonFly support was added to the various configuration scripts.
2011-12-04devel/ptlib: Add support for DragonFlymarino22-6/+564
These 19 patches required for building ptlib on DragonFly will be sent support@equival.com.au for upstream incorporation.
2011-12-04pkgtools/tinderbox-dragonfly: Minor fixesmarino7-49/+72
1) Bulk Build: don't add ports where there's no makefile present (x2) 2) Make hook processing more robust (g option on regex, check for non-empty string value) 3) Make enterBuild function work with HOST_WKRDIRS option 4) Handle specific DEPENDS+= case for perl where the addition of the dependency port is conditional on the version of perl used. This addresses the infinite loop case seen on some perl packages
2011-12-04Updated sysutils/fabric to 1.2.5gls1-1/+2
2011-12-04Update sysutils/fabric to 1.2.5gls3-7/+13
Upstream changes: 2011-11-23: released Fabric 1.2.5 2011-11-23: released Fabric 1.1.7 [Bug] #441: Specifying a task module as a task on the command line no longer blows up but presents the usual "no task by that name" error message instead. Thanks to Mitchell Hashimoto for the catch. [Bug] #475: Allow escaping of equals signs in per-task args/kwargs. [Bug] #450: Improve traceback display when handling "ImportError"s for dependencies. Thanks to David Wolever for the patches. [Bug] #446: Add QNX to list of secondary-case sed targets. Thanks to Rodrigo Madruga for the tip. [Bug] #443: exists didn't expand tildes; now it does. Thanks to Riccardo Magliocchetti for the patch. [Bug] #437: with_settings now correctly preserves the wrapped function's docstring and other attributes. Thanks to Eric Buckley for the catch and Luke Plant for the patch. [Bug] #400: Handle corner case of systems where pwd.getpwuid raises KeyError for the user's UID instead of returning a valid string. Thanks to Dougal Matthews for the catch. [Bug] #397: Some poorly behaved objects in third party modules triggered exceptions during Fabric's "classic or new-style task?" test. A fix has been added which tries to work around these. [Bug] #341: append incorrectly failed to detect that the line(s) given already existed in files hidden to the remote user, and continued appending every time it ran. This has been fixed. Thanks to Dominique Peretti for the catch and Martin Vilcans for the patch. [Bug] #342: Combining cd with put and its use_sudo keyword caused an unrecoverable error. This has been fixed. Thanks to Egor M for the report. [Bug] #482: Parallel mode should imply linewise output; omission of this behavior was an oversight. [Bug] #230: Fix regression re: combo of no fabfile & arbitrary command use. Thanks to Ali Saifee for the catch.
2011-12-04Revert my last (it needs more work).sbd1-11/+1
2011-12-04Many packages will prefer ncursesw over ncurses if its available so unlesssbd1-1/+11
this file is being included by ncursesw disable ncursesw autoconf detection and if that doesn't work pretend we are ncursesw.
2011-12-04Updated devel/p5-PAR to 1.005gls1-1/+2
2011-12-04Update devel/p5-PAR to 1.005.gls2-8/+7
Includes a fix for CVE 2011-4114. Upstream changes: [Changes for 1.005 - Dec 2, 2011] - run all tests using a nonce PAR_TMPDIR (otherwise CPAN Testers goes crazy as top level /tmp/par-USER directories (or similar) from previous tests may now be considered "unsafe") [Changes for 1.004 - Nov 30, 2011] - back out r1241: it causes errors in PAR::Packer's test suite - change "unsafe directory" error message to match the wording used by PAR::Packer - remove "debian" sub directory: it isn't released to CPAN and Debian will supply its own anyway - remove some cruft from MANIFEST.SKIP [Changes for 1.003 - Nov 28, 2011] - RT #69560/CVE-2011-4114: PAR packed files are extracted to unsafe and predictable temporary directories (Note: this bug was originally reported against PAR::Packer, but it applies to PAR as well) - create parent of cache directory (i.e. /tmp/par-USER) with mode 0700 - if it already exists, make sure that (and bail out if not) - it's not a symlink - it's mode 0700 - it's owned by USER - Fix a problem packing XML::LibXSLT on Windows (see the thread starting with http://www.nntp.perl.org/group/perl.par/2011/02/msg4919.html) - Die (with a hopefully useful message) if any error is encountered during an Archive::Zip extract operation
2011-12-04Added editors/OmegaT version 2.5.0.04ryoon1-1/+2
2011-12-04Add OmegaTryoon1-1/+2
2011-12-04Import OmegaT-2.5.0.04 as editors/OmegaTryoon7-0/+1288
OmegaT is a free translation memory application written in Java. It is a tool intended for professional translators. It does not translate for you! (Software that does this is called "machine translation", and you will have to look elsewhere for it.) OmegaT has the following features: * Fuzzy matching * Match propagation * Simultaneous processing of multiple-file projects * Simultaneous use of multiple translation memories * External glossaries with recognition of inflected forms * Document file formats include: XHTML and HTML Microsoft Office 2007 XML OpenOffice.org/StarOffice XLIFF (Okapi) MediaWiki (Wikipedia) Plain text * Unicode (UTF-8) support: can be used with non-Latin alphabets * Support for right-to-left languages * Integral spelling checker * Compatible with other translation memory applications (TMX) * Interface to Google Translate Tested on NetBSD/i386 5.99.58 with openjdk7.
2011-12-04s/fortran77/fortran/ as uses some features that f2c can't handle.markd1-2/+2
2011-12-04www/nginx updated to 1.0.10shattered2-4/+3
2011-12-04Update to 1.0.10 and delint. Partially resolves PR/45317, PR/45612 andshattered3-19/+21
PR/45506. No new options added. Notable changes: *) Bugfix: a segmentation fault might occur in a worker process if resolver got a big DNS response. *) Feature: accept filters are now supported on NetBSD. *) Bugfix: a segmentation fault occurred on start or while reconfiguration if the "ssl" directive was used at http level and there was no "ssl_certificate" defined. *) Bugfix: nginx hogged CPU if all servers in an upstream were marked as "down". *) Bugfix: a segmentation fault might occur during reconfiguration if ssl_session_cache was defined but not used in previous configuration. *) Bugfix: a segmentation fault might occur in a worker process if many backup servers were used in an upstream. *) Feature: now nginx supports ECDHE key exchange ciphers. *) Change: now default SSL ciphers are "HIGH:!aNULL:!MD5". *) Bugfix: a segmentation fault might occur in a worker process, if a caching was used. *) Bugfix: worker processes may got caught in an endless loop during reconfiguration, if a caching was used; the bug had appeared in 0.8.48.
2011-12-04Updated inputmethod/ibus-table-chinese to 1.3.5obache1-1/+2
2011-12-04Update ibus-table-chines to 1.3.5.obache3-24/+6
[Changes] - Merge Caius Chance's branch for DYNAMIC_ADJUST - Dependency update to cmake-0.8.1
2011-12-04Updated inputmethod/ibus-unikey to 0.6.0obache1-1/+2
2011-12-04* change *.glade to *.uiobache4-15/+29
* add gtk3 support * support both ibus 1.3 & 1.4. * fix crash with mouse capture * fix build problem. * swtich to GPLv3.
2011-12-04Updated inputmethod/ibus-chewing to 1.3.10obache1-1/+2
2011-12-04Update ibus-chewing to 1.3.10.obache3-23/+10
[Changes] - Fixed Bug 726335 (Google issue 1281)- [abrt] ibus-chewing-1.3.9.2-3.fc15: g_atomic_int_get: Process /usr/libexec/ibus-engine-chewing was killed by signal 11 (SIGSEGV) using patch from Scott Tsai - Fixed Bug 727018 - ibus compose file needs a symbol tag for gnome-shell - Fixed characters duplication problem (Google issue 1245, GitHub ibus-chewing issue 2) - Fixed KP-Enter not been able to commit preedit buffer. (Google issue 1303, GitHub ibus-chewing issue 4) - Depends on cmake-fedora now. - Fixed issue 1274, which is addressed by yusake's comments on d9009bf. - Add compile flag for GNOME3. - Add command line option: showFlags - ibus-gnome special symbol - Thanks Fred Chien's patch against that candidate window cannot be closed with escape key since selected tone. - Thanks Fourdollar's patch for Fix plain zhuyin with space as selection problem. - Remove support for ibus-1.2 and prior.
2011-12-04+cmake-fedoraobache1-1/+2
2011-12-04Added devel/cmake-fedora version 0.8.1obache1-1/+2
2011-12-04Import cmake-fedora-0.8.1 as devel/cmake-fedora.obache4-0/+55
cmake-fedora consists a set of cmake modules that provideds helper macros and targets for linux, especially fedora developers.
2011-12-04Remove the server classes.jsa on deinstall.sbd1-1/+2
2011-12-04Note update of lang/ruby193-base package to 1.9.3p0nb2.taca1-1/+2
2011-12-04* Add ${RUBY_VER} under ${GEM_HOME}/gems/*/bin comamnds to avoidtaca7-11/+62
conflict with outside gem. * Fix shared library's name on FreeBSD (tested with 8.2-STABLE). Bump PKGREVISION.
2011-12-04Note update of www/contao210-translations package to 20111129.taca1-1/+2
2011-12-04Update contao210-translatinons package to 20111129.taca3-8/+8
Upadate Japanese language files.
2011-12-04+ libthrift-0.8.0.taca1-1/+2
2011-12-04Make doxygen build on Mac OS X 10.7.minskim2-5/+17