summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-04-20* Removed buildlink on py-hgtoolsimil2-39/+30
* Added BUILD_DEPENDS on hgtools * Replaced egg.mk with distutils.mk thus simplified the Makefile
2014-04-20Updated devel/accerciser3 to 3.12.0nb1wiz2-3/+3
2014-04-20Switch to latest ipython. Bump PKGREVISON.wiz1-2/+3
2014-04-20Updated devel/accerciser to 1.12.1nb3obache1-1/+2
2014-04-20Only ipython<0.11 is supported.obache1-3/+3
2014-04-20+ py-ipython010obache1-1/+2
2014-04-20Added devel/py-ipython010 version 0.10.2nb1obache1-1/+2
2014-04-20Re-Import py-ipython-0.10.2nb1 (before updated to 2.0.0) as devel/py-ipython010.obache5-0/+1385
The goal of IPython is to create a comprehensive environment for interactive and exploratory computing. To support this goal, IPython has two main components: * An enhanced interactive Python shell. * An architecture for interactive parallel computing.
2014-04-20Fix checksumryoon1-7/+7
2014-04-20Updated net/py-irclib to 8.5.4nb3imil1-1/+2
2014-04-20Removed useless devel/py-setuptools dependency.imil1-3/+2
2014-04-20Updated devel/py-ipython to 2.0.0nb1imil1-1/+2
2014-04-20Added dependency over databases/py-sqlite3 so history is saved.imil1-1/+3
2014-04-20Updated devel/p5-Module-Find to 0.12wen1-1/+2
2014-04-20Update to 0.12wen2-7/+6
Upstream changes: 0.12, 2014-02-08 Fixed RT#81077: useall fails in taint mode Thanks to Aran Deltac, who contributed the implementation and test. Fixed RT#83596: Documentation doesn't describe behaviour if a module fails to load Clarified documentation for useall and usesub. Fixed RT#62923: setmoduledirs(undef) doesn't reset to searching @INC Added more explicit tests. Thanks to Colin Robertson for his input.
2014-04-20Updated devel/py-ipython to 2.0.0imil2-3/+3
2014-04-20Updated IPython to version 2.0.0imil4-1288/+2280
The principal milestones of 2.0 are: * interactive widgets for the notebook * directory navigation in the notebook dashboard * persistent URLs for notebooks * a new modal user interface in the notebook * a security model for notebooks Full release notes: http://ipython.org/ipython-doc/2/whatsnew/version2.0.html
2014-04-20Updated devel/p5-Module-CoreList to 3.09wen1-1/+2
2014-04-20Update to 3.09wen2-6/+6
Upstream changes: 3.09 - updated for v5.19.10 3.08 - prepared for v5.19.10
2014-04-20Updated devel/p5-Moose to 2.1205wen1-1/+2
2014-04-20Update to 2.1205wen2-6/+6
Upstream changes: 2.1205 2014-04-15 [ENHANCEMENTS] - new utility interface: Moose::Util::is_role [BUG FIXES] - better error message provided when trying to load a trait class that does not exist in @INC (Upasana, RT#94731) [OTHER] - new test added, to run last, which runs `moose-outdated` as a possibly more visible mechanism to provide important information to the user (re RT#92780)
2014-04-20Updated textproc/json-glib to 1.0.0obache2-3/+3
2014-04-20Update json-glib to 1.0.obache5-10/+60
Overview of changes for 1.0 ============================== • Bump the dependency on GLib to 2.38 • Use the TAP driver for the test suite • Improve the syntax validation in JsonPath • Validate the JsonParser input to be UTF-8 • Add command line tools for validating and formatting JSON • Improve documentation
2014-04-20Drop no meaning "tests" option.obache2-10/+6
"--{enable,disable}-gltest" configure option only affect to configure script whether glib avaiablility test will be run or not, not affect to self-tests.
2014-04-20Updated net/py-irclib to 8.5.4nb2imil1-1/+2
2014-04-20Added devel/py-setuptools as a dependencyimil1-2/+3
2014-04-20Updated inputmethod/uim to 1.8.6nb11ryoon1-1/+2
2014-04-20Bump PKGREVISIONryoon13-103/+131
Use loader.scm and installed-modules.scm from ${PREFIX}/etc/uim They are changed by uim-module-manager during installation. They should not be in ${PREFIX}/share. I have changed hack for SunOS. My change may break SunOS build. I will fix the breakage.
2014-04-20Added security/p5-Digest-SHA3 version 0.12wen1-1/+2
2014-04-20Add p5-Digest-SHA3wen1-1/+2
2014-04-20Import Digest-SHA3-0.12 as security/p5-Digest-SHA3.wen3-0/+27
Digest::SHA3 is a complete implementation of the NIST SHA-3 cryptographic hash function, known originally as Keccak. It gives Perl programmers a convenient way to calculate SHA3-224, SHA3-256, SHA3-384, and SHA3-512 message digests, as well as variable-length hashes using the SHA3-0 variant. The module can handle all types of input, including partial-byte data.
2014-04-20Updated security/p5-Digest-SHA to 5.89wen1-1/+2
2014-04-20Update to 5.89wen2-6/+6
Upstream changes: 5.89 Sat Apr 19 05:14:48 MST 2014 - added universal newlines mode ("U") to addfile and shasum -- based on Python Universal Newlines concept -- newlines identical across MacOS, DOS, and UNIX -- will deprecate portable mode ("p") in future -- "U" mode is cleaner and more efficient - enhanced performance -- reduced number of dynamic memory allocations -- sped up addfile method with use of C code -- ref. SHA.xs (_addfilebin and _addfileuniv) - eliminated experimental -M option in favor of new -R option -- reverses order of digest module preference -- undocumented: for test and development use only - sealed memory leak in SHA.xs -- arose only with SvPVbyte exceptions during eval - patched inheritence bug (ref: rt.cpan.org #94830) -- use sv_isobject/sv_derived_from instead of sv_isa - added 'allocated' flag to SHA structure (ref. src/sha.h) -- to guard against Perl double frees
2014-04-20Updated time/p5-DateTime to 1.08wen1-1/+2
2014-04-20Update to 1.08wen2-6/+6
Upstream changes: 1.08 2014-03-11 - DateTime now calls DateTime->_core_time() instead of calling Perl's time() built-in directly. This makes it much easier to override the value of time() that DateTime sees. This may make it easier to write tests for code that uses DateTime . 1.07 2014-02-06 - Added a hack to get this module working on Android. RT #92671.
2014-04-20Add missing patch, fix PR pkg/48758ryoon1-0/+19
2014-04-20Recursive revbump from json-c 0.12 updateryoon65-128/+130
2014-04-20Updated mail/rss2email to 3.8nb1schmonz1-1/+2
2014-04-20Depend on latest py-html2text to make patching unnecessary. Bump PKGREVISION.schmonz3-24/+4
2014-04-20Updated textproc/py-html2text to 2014.4.5schmonz2-3/+3
2014-04-20Update to 2014.4.5 (new upstream and versioning). From the git log:schmonz4-43/+26
* Make html2text.py compatible with python 3.*. * PEP8ize the script. * Switch tests to unittest (w/generated test cases). * Remove .editorconfig. * Remove deprecated function has_key. * Handle invalid literals for start attribute. * Add bodywidth parameter instead of module-wide BODY_WIDTH.
2014-04-20Updated textproc/json-c to 0.12nb1ryoon1-1/+2
2014-04-20Bump PKGREVISIONryoon3-7/+6
* Fix -Werror build failure * Update ABI version, warned by pkglint
2014-04-20Updated textproc/json-c to 0.12ryoon1-1/+2
2014-04-20Update to 0.12ryoon4-10/+13
* Security update for CVE-2013-6370 and CVE-2013-6371 * Update API version 0.12 * Address security issues: * CVE-2013-6371: hash collision denial of service * CVE-2013-6370: buffer overflow if size_t is larger than int * Avoid potential overflow in json_object_get_double * Eliminate the mc_abort() function and MC_ABORT macro. * Make the json_tokener_errors array local. It has been deprecated for a while, and json_tokener_error_desc() should be used instead. * change the floating point output format to %.17g so values with more than 6 digits show up in the output. * Remove the old libjson.so name compatibility support. The library is only created as libjson-c.so now and headers are only installed into the ${prefix}/json-c directory. * When supported by the linker, add the -Bsymbolic-functions flag. * Various changes to fix the build on MSVC. * Make strict mode more strict: * number must not start with 0 * no single-quote strings * no comments * trailing char not allowed * only allow lowercase literals * Added a json_object_new_double_s() convenience function to allow an exact string representation of a double to be specified when creating the object and use it in json_tokener_parse_ex() so a re-serialized object more exactly matches the input. * Add support NaN and Infinity
2014-04-19Fix PR pkg/48726 for NetBSD 6.*ryoon1-2/+2
* Update sqlite3 requimenent version
2014-04-19Updated www/firefox to 28.0nb4ryoon1-1/+2
2014-04-19Bump PKGREVISIONryoon3-16/+3
* Do not set plugin environmental variable
2014-04-19Fix dependency versions (unsaved edit).rodent1-3/+3
2014-04-19Added net/py-celery version 3.1.11rodent1-1/+2