summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2013-03-10Add emacs24nox to the list of EMACS_VERSIONS_ACCEPTED.hiramatsu1-2/+2
2013-03-10Update to 19.0.2ryoon2-6/+6
Changelog: FIXED 19.0.2: Security-driven release, see details in the associated security advisory FIXED 19.0.1 (Windows 8 only): Fixed stability issue for some AMD Radeon HD graphics cards Fixed in Firefox 19.0.2 MFSA 2013-29 Use-after-free in HTML Editor
2013-03-09Update clib to version 0.3.tonnerre8-68/+12
Changes since version 0.2.2: - Added additional socket functions (str2addrinfo, str2sockaddr, connect2addrinfo and bind2addrinfo). - C++ compatibility (no variables named new, etc). - Use more const. - NetBSD compatibility for getnameinfo(). - Bugfixes.
2013-03-08Update to 1.1:jmmv3-2/+85
- Added the shtk_config_run_hook function to invoke a hook in the context of a configuration file.
2013-03-08Update to 1.02wen2-6/+6
Upstream changes: ----------------------------------------- version 1.02 at 2013-03-07 19:58:32 +0000 ----------------------------------------- Change: 6c3e79a90a05c92a0a86ed5006914132eb71ed46 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-03-07 19:58:32 +0000 Updated for v5.14.4-RC2 ----------------------------------------- version 1.00 at 2013-03-07 16:08:32 +0000 ----------------------------------------- Change: 102a9fb09d3a4e4fc9da6bf6531b255f873fb45a Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-03-07 16:08:32 +0000 Updated for v5.16.3-RC1 ----------------------------------------- version 0.98 at 2013-03-05 17:37:43 +0000 ----------------------------------------- Change: f0eec63d81c6d623cee01b3de1f17e06b7858cb7 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-03-05 17:37:43 +0000 Updated for v5.14.4-RC1 ----------------------------------------- version 0.96 at 2013-02-20 21:09:28 +0000 ----------------------------------------- Change: 95ad208dfd658418f6bcc5a98bf282c74ce6fee7 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-02-20 21:09:28 +0000 Updated for v5.17.9 ----------------------------------------- version 0.94 at 2013-01-20 18:11:42 +0000 ----------------------------------------- Change: 607edea3b9be79d7856f37aae2f23f3a8e842f1e Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-01-20 18:11:42 +0000 Updated for v5.17.8 ----------------------------------------- version 0.92 at 2012-12-18 18:41:33 +0000 ----------------------------------------- Change: 21ab9dce1d13e232b16b47fecb4777b6e3d643f5 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2012-12-18 18:41:33 +0000 Updated for v5.17.7 ----------------------------------------- version 0.90 at 2012-11-20 23:56:50 +0000 ----------------------------------------- Change: dfd81b85147e6bf85fda0ef855c542ca6c242883 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2012-11-20 23:56:50 +0000 Updated for v5.17.6 ----------------------------------------- version 0.88 at 2012-11-10 15:39:33 +0000 ----------------------------------------- Change: 7fba080dc2856fb6a00a748edd6cc9bf34302b55 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2012-11-10 15:39:33 +0000 Updated for v5.12.5 ----------------------------------------- version 0.86 at 2012-11-08 21:24:01 +0000 ----------------------------------------- Change: 36f5199dcba6333b6040f155497c7acb6e73a79d Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2012-11-08 21:24:01 +0000 Updated for v5.12.5-RC2 ----------------------------------------- version 0.84 at 2012-11-03 21:38:52 +0000 ----------------------------------------- Change: 7caec9a17b31ff90fe95be68ccc66171d3442979 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2012-11-03 21:38:52 +0000 Updated for v5.12.5-RC1 Change: ef41f7c2d79af5657d8a5ddbb1ab44f76197181c Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2012-11-03 21:33:08 +0000 Updated for v5.16.2
2013-03-08Version 0.24.0, by Aleksey Cheusov, Fri, 8 Mar 2013 13:18:00 +0300cheusov3-12/+24
mkc.sub{dir,prj}.mk: - support for subprojects containing / symbol was added. In OBJDIR_<dir> variable slashes are replaced with underlines. In addition OBJDIR_<dir:T> variable is set. - now also run the target "errorcheck" - now work correctly with non-empty MAKEOBJDIR and MAKEOBJDIRPREFIX. Minor improvements in examples/*/linkme.mk DPLIBS is deprecated, use LDADD instead. ${MKC_SOURCE_FUNCLIBS}.o is added to CLEANFILES if it is set. Minor fixes in mkc_imp.lua.mk (LUA_MODULES vs. LUA_LMODULES). Some improvements and fixes in man page and FAQ. Thanks to Jeremy Reed, Min Sik Kim and Jan Smydke.
2013-03-07* Fix build problem with newer rake.taca3-6/+22
* Use RDoc newer than included in ruby18-base. * misc clean up. Bump PKGREVISION.
2013-03-07Update ruby-rdoc to 3.12.2.taca2-4/+20
=== 3.12.2 / 2013-02-24 * Bug fixes * Fixed bug in syntax-highlighting that would corrupt regular expressions. Ruby Bug #6488 by Benny Lyne Amorsen. * Fixed lexing of character syntax (<code>?x</code>). Reported by Xavier Noria. * Fixed tokenization of % when it is not followed by a $-string type * Fixed display of __END__ in documentation examples in HTML output * Fixed tokenization of reserved words used as new-style hash keys * Fixed HEREDOC output for the limited case of a heredoc followed by a line end. When a HEREDOC is not followed by a line end RDoc is not currently smart enough to restore the source correctly. Bug #162 by Zachary Scott.
2013-03-07Switch to use OVERRIDE_GEMSPEC instead of pre-generated gemspec.taca2-75/+5
2013-03-07Use OVERRIDE_GEMSPEC instead of modifying gemspec file.taca11-109/+21
2013-03-07Update to 2.5.2:wiz2-6/+6
bundle: treat branches created newly on the local correctly (issue3828) largefiles: avoid rechecking hashes when avoidable largefiles: don't let update leave wrong largefiles in wd if fetch fails largefiles: fix off-by-one error on pull --all-largefiles largefiles: fix download of largefiles from an empty list of changesets largefiles: missing largefiles should not be committed as removed mergetools: vimdiff issue a warning explaining how to abort outgoing: fix possible filtering crash in outgoing (issue3814) rebase: fix potential infinite loop in complex rename situation (issue3843)
2013-03-06Set license togdt1-2/+2
mit AND 2-clause-bsd AND isc AND modified-bsd because that's what the included LICENSE file says, after one wdiffs the MIT license and the first part. (There does not appear to be such a thing, as a "joyent license", which is good news.)
2013-03-06Portability fixes.jperkin1-1/+11
XXX: libSystem.pc still contains WRKSRC references.
2013-03-05Update p5-PerlIO-via-dynamic to version 0.14. The upstream maintainerapb2-8/+7
has changed from Chia-liang Kao to Alex Vandiver, so the MASTER_SITE URL changes. This fixes warnings that appear under Perl-5.16 with the previous version of this package, such as: defined(@array) is deprecated at /usr/pkg/lib/perl5/vendor_perl/5.16.0/PerlIO/via/dynamic.pm line 149.
2013-03-04Added deforaos-coderkhorben1-1/+2
2013-03-04Imported deforaos-coder-0.0.0 as devel/deforaos-coderkhorben5-0/+85
DeforaOS Coder is an Integrated Development Environment (IDE) for the DeforaOS desktop. It also contains a simulator for embedded devices, and a SQL console.
2013-03-04Update to 1.302wen2-9/+6
Upstream changes: 1.302 Fri Mar 1 2013 [ENHANCEMENTS] - Git::Repository::Plugin::Log is now able to parse commits with completely empty log messages - Git::Repository::Plugin::Log is now able to parse commits containing multiline headers (like gpgsig and mergetag) 1.301 Mon Jan 21 2013 [DEPRECATION] - the following Git::Repository methods are obsolete, and will die when called: create, wc_path, repo_path - the following parameters to Git::Repository->new are obsolete, and will cause the constructor to die: repository, working_copy [PACKAGING] - switch to Dist::Zilla for maintaining the distribution 1.300 Mon Jan 7 2013 [ENHANCEMENTS] - fixed support for overloaded objects (e.g. Path::Class objects) in Git::Repository::Command (RT #82373) - fixed Git::Repository::Log::Iterator to work with older gits when disabling colored output (thanks to Dominic Humphries) - fixed some cases where Git::Repository::Command and Git::Repository new() methods ignored some of their parameters. They now die when passed ambiguous or unexpected parameters. (follow-up of RT #82373, thanks to Michael G. Schwern) 1.29 Tue Dec 4 2012 [ENHANCEMENTS] - added support for callbacks in run() [DOCUMENTATION] - minor documentation improvements 1.28 Sun Nov 4 2012 [ENHANCEMENTS] - disabled colored output from logs in Git::Repository::Log::Iterator - wc_path() and repo_path() accessors are deprecated and now warn - improved the inter-documentation links by liberal use of L<> [TESTS] - ignore commit hooks that may be included with templates (RT #80593) - test for quiet won't fail if no identity is defined (RT #80321)
2013-03-04Only pull in ncurses if the system curses doesn't supply wsyncup.roy1-4/+3
2013-03-03Update apache maven to 3.0.5.yyamano5-18/+26
http://maven.apache.org/docs/3.0.5/release-notes.html Apache Maven 3.0.5 is a maintenance release to fix a security issue CVE-2013-0253 Apache Maven 3.0.4 http://maven.apache.org/security.html CVE-2013-0253 Apache Maven 3.0.4 Apache Maven 3.0.4 (with Apache Maven Wagon 2.1) has introduced a non-secure SSL mode by default. This mode disables all SSL certificate checking, including: host name verification , date validity, and certificate chain. Not validating the certificate introduces the possibility of a man-in-the-middle attack. All users are recommended to upgrade to Apache Maven 3.0.5 and Apache Maven Wagon 2.4.
2013-03-03Update to 1.12. Changes:shattered2-6/+6
* Fixed scanning of floats (reported by Bernd Ahlers). * Fixed configure.in for GCC on Tru64 and MIPSpro on IRIX. * Added support for LynxOS.
2013-03-03Use -std=c++0x only for C++ files.joerg2-1/+15
2013-03-02Update to 3.3ryoon3-10/+23
Changelog: 2012-12-29 v3.3 bug fix: gl-perms propagation to slaves broke sometime after v3.2 (so if you're only picking up tagged releases you're OK) the "D" command now allows rm/unlock to be totally disabled new trigger: update-gitweb-daemon-from-options; another way to update gitweb and daemon access lists new 'create' command for explicit wild repo creation, and new AutoCreate trigger to control auto-creation allow simple macros in conf file 2012-11-14 v3.2 major efficiency boost for large setups optional support for multi-line pubkeys; see src/triggers/post-compile/ssh-authkeys-split bug fix for not creating gl-conf when repo para has only config lines and no access rules new 'bg' trigger command to put long jobs started from a trigger into background %GL_REPO and %GL_CREATOR now work for 'option's also test suite now much more BSD friendly 2012-10-05 v3.1 (security) fix path traversal on wild repos new %GL_CREATOR variable for git-config lines rsync command to create and send bundles automagically migrated 'who-pushed' logical expressions on refexes!!!
2013-03-02Bump PKGREVISION for mysql default change to 55.wiz2-4/+4
2013-03-02Expand OS_VERSION.joerg1-87/+87
2013-03-02Avoid user-defined literal syntax of C++11. Bump revision.joerg3-3/+17
2013-03-02Fix class vs struct conflict. Put operator in the correct namespace.joerg4-1/+57
2013-03-02shared_dynamic_cast -> dynamic_pointer_castjoerg4-1/+94
2013-03-02Deal with doxygen changes.joerg2-4/+21
2013-03-02Update to upstream version 0.20:jkunz2-6/+6
2012-03-19: Version 0.20 of libftdi released Support for FT232H (Uwe Bonnes) Fixed install location of header files (Uwe Bonnes and Intra2net) Backported serial_test tool from libftdi 1.x (Uwe Bonnes)
2013-03-02Reset maintainer to "pkgsrc-users@NetBSD.org".tron6-12/+12
2013-03-02some private headers were missed during installation - add themagc2-2/+18
2013-03-02Because there is a distinct likelihood that the zip file from the masteragc1-4/+4
site may change without warning (it has no versioning information in it), place today's sources in a DIST_SUBDIR
2013-03-02Add and enable libuvagc1-1/+2
2013-03-02import libuv, the platform layer for node.js, and an asynchronous eventagc5-0/+56
library, into the Packages Collection. libuv is used as the platform layer for node.js libuv enforces an asynchronous, event-driven style of programming. Its core job is to provide an event loop and callback based notifications of I/O and other activities. libuv offers core utilities like timers, non-blocking networking support, asynchronous file system access, child processes and more.
2013-03-01Allow Module::CoreList from base perl. Bump PKGREVISION.markd1-3/+3
2013-03-01Update to 0.12.1markd2-9/+8
User-visible changes * 737 Fixed: Crashes on local working copies with Subversion 1.7
2013-02-27Need getopt.h on SunOS.jperkin3-2/+20
2013-02-27Fix build problem when buidling with MySQL 5.5 and later.taca1-2/+3
It is simply ad hoc change and it might be moved to somewhere common place of mysql-client.
2013-02-26Fix typo.wiz1-2/+2
2013-02-26Don't use extern inline with Clang as the redefinitions conflict with C99.joerg3-1/+29
2013-02-26Must link against libexecinfo on newer NetBSD.joerg1-1/+7
2013-02-26Prefer bsdtarjoerg1-2/+2
2013-02-26- ruby-activesupport31wiz1-2/+1
2013-02-26bump revisionchristos1-1/+2
2013-02-26regenchristos2-446/+574
2013-02-26PR/45042: Thomas Cort: Minix support: handle missing setpgid and setrlimitchristos3-8/+12
2013-02-25Update to 3.10ryoon3-35/+28
* Add build time dependency to asciidoc (a2x) Changelog: 3.10 @ 2013-01-20 Make the behavior of a second -d option match the documentation. 3.9 @ 2013-01-20 Added -i option for generating incremental fast exports. 3.8 @ 2013-01-13 Fix buggy generation of the revision-map file (thanks to Chris Rorvick). Don't convert .cvsignores by default, we have field reports of collisions. 3.7 @ 2013-01-08 Bug fix in timezone handling (thanks to Chris Rorvick). Major performance gain in the CVS client code (thanks to Sergei Trofimovich). 3.6 @ 2013-01-06 The third field in an author entry is now interpreted as if it were TZ. 3.5 @ 2013-01-02 Remove the --test-log option now that cvsps has its own test suite. New --reposurgeon option for passing reference-lifting hints to reposurgeon. 3.4 @ 2013-01-01 Incorporate Heiko Voight's patch solving some time-skew cases. The git-tree tests for cvsps are now completely merged into the test suite. Code passes Coverity auditing. 3.3 @ 2012-12-30 There's a new -A option that does author-name mapping in the expected way. There's a new -R option that writes out a revision map. cvsps run from within a repository directory will do the right thing. A bug that could garble translations of branchy repositories has been fixed.
2013-02-25Initial import MooX-Types-MooseLike-0.21 as devel/p5-MooX-Types-MooseLike.wen4-1/+27
MooX::Types::MooseLike provides some Moosish types and a typer builder.
2013-02-24Restore DragonFly change, lost in Friday's update. PR 47586dholland2-4/+4
2013-02-24Fix xft handling, from schmonz.wiz2-5/+4