summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2012-02-07Update libmemcached to 1.0.4.fhajny5-87/+133
pkgsrc changes: * Fix build on SunOS * Add proper libtool support Upstream changes: 1.0.4 * Fix for memcached_dump(). * Additional testing for memcached_stat_execute(). 1.0.3 * Increased size of sort buffer used during Ketama. * Added support for new behavior to handle dead servers. * Overall haul of UDP IO. * Fixed C compile issue with memcached_exist() * Numerous bug fixes. * Clang support for OSX. * All commands now using vector send support. 1.0.2 * Dropped libmemcached/memcached_util.h (undocumented header file) * Added memcached_touch() and memcached_touch_by_key() * UDP support restructured to toggle on a complete memcached_st structure.
2012-02-07cvsup.no.netbsd.org is gone (NXDOMAIN), provide sample supfile forshattered4-37/+40
cvsup.se.netbsd.org instead.
2012-02-06Changes 1.7.9:adam7-24/+33
* gitk updates accumulated since early 2011. * git-gui updated to 0.16.0. * git-p4 (in contrib/) updates. * Git uses gettext to translate its most common interface messages into the user's language if translations are available and the locale is appropriately set. Distributors can drop new PO files in po/ to add new translations. * The code to handle username/password for HTTP transactions used in "git push" & "git fetch" learned to talk "credential API" to external programs to cache or store them, to allow integration with platform native keychain mechanisms. * The input prompts in the terminal use our own getpass() replacement when possible. HTTP transactions used to ask for the username without echoing back what was typed, but with this change you will see it as you type. * The internals of "revert/cherry-pick" have been tweaked to prepare building more generic "sequencer" on top of the implementation that drives them. * "git rev-parse FETCH_HEAD" after "git fetch" without specifying what to fetch from the command line will now show the commit that would be merged if the command were "git pull". * "git add" learned to stream large files directly into a packfile instead of writing them into individual loose object files. * "git checkout -B <current branch> <elsewhere>" is a more intuitive way to spell "git reset --keep <elsewhere>". * "git checkout" and "git merge" learned "--no-overwrite-ignore" option to tell Git that untracked and ignored files are not expendable. * "git commit --amend" learned "--no-edit" option to say that the user is amending the tree being recorded, without updating the commit log message. * "git commit" and "git reset" re-learned the optimization to prime the cache-tree information in the index, which makes it faster to write a tree object out after the index entries are updated. * "git commit" detects and rejects an attempt to stuff NUL byte in the commit log message. * "git commit" learned "-S" to GPG-sign the commit; this can be shown with the "--show-signature" option to "git log". * fsck and prune are relatively lengthy operations that still go silent while making the end-user wait. They learned to give progress output like other slow operations. * The set of built-in function-header patterns for various languages knows MATLAB. * "git log --format='<format>'" learned new %g[nNeE] specifiers to show information from the reflog entries when walking the reflog (i.e. with "-g"). * "git pull" can be used to fetch and merge an annotated/signed tag, instead of the tip of a topic branch. The GPG signature from the signed tag is recorded in the resulting merge commit for later auditing. * "git log" learned "--show-signature" option to show the signed tag that was merged that is embedded in the merge commit. It also can show the signature made on the commit with "git commit -S". * "git branch --edit-description" can be used to add descriptive text to explain what a topic branch is about. * "git fmt-merge-msg" learned to take the branch description into account when preparing a merge summary that "git merge" records when merging a local branch. * "git request-pull" has been updated to convey more information useful for integrators to decide if a topic is worth merging and what is pulled is indeed what the requestor asked to pull, including: - the tip of the branch being requested to be merged; - the branch description describing what the topic is about; - the contents of the annotated tag, when requesting to pull a tag. * "git pull" learned to notice 'pull.rebase' configuration variable, which serves as a global fallback for setting 'branch.<name>.rebase' configuration variable per branch. * "git tag" learned "--cleanup" option to control how the whitespaces and empty lines in tag message are cleaned up. * "gitweb" learned to show side-by-side diff.
2012-02-06Revbump forwiz129-243/+258
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-06Revbump forwiz33-60/+67
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-06comment out vala dependency -- it is only needed if we patch .vala filesdrochner1-2/+4
2012-02-06Import ruby18-kgio-2.7.2 as devel/ruby-kgio.fhajny4-0/+90
kgio provides non-blocking I/O methods for Ruby without raising exceptions on EAGAIN and EINPROGRESS. It is intended for use with the Unicorn and Rainbows! Rack servers, but may be used by other applications.
2012-02-05libsigc++>=2.2.10 is required.obache1-1/+2
2012-02-05Update libsigc++ to 2.2.10.obache3-160/+41
(while here, set test target.) 2.2.10: * slot_rep: Avoid access to deleted object in notify(), and test case. (Kjell Ahlstedt ) Bug #564005 (Alexander Shaduri) * Mention visit_each() in the documentation of sigc::adapts. (Thomas Rydzynski)
2012-02-03Disable Carbon on Mac OS X, becasue it has been obsoleted.adam3-14/+6
2012-02-03update to 2.28.3drochner3-9/+98
change: fixed documentation build
2012-02-03update to 2.22.6drochner3-8/+8
change: fix build with recent glibmm
2012-02-03update to 2.30.1drochner3-11/+23
This switches to the 2.30 release branch.
2012-02-03update to 2.28.4drochner3-30/+30
changes: minor fixes and cleanup
2012-02-03update to 0.6.4drochner2-7/+7
changes: minor fixes
2012-02-03fix HOMEPAGE url.obache1-2/+2
2012-02-03distutils pkg, so switch to use distutuils.mk, then register egg-info.obache2-4/+8
Bump PKGREVISION.
2012-02-03disutis pkg, so switch to use distutls.mk, then register egg-info.obache2-5/+5
Bump PKGREVISION.
2012-02-03sortobache1-7/+7
2012-02-02Add p5-Config-Grammarbouyer1-1/+2
2012-02-02Import p5-Config-Grammar version 1.10, needed by the upcoming smokepingbouyer3-0/+33
update. Config::Grammar is a Perl module to parse configuration files by following a grammar, which specifies how the configuration file should look like. The configuration files are nice to work with for humans and the error messages are helpful because it tells right away that for example you are setting a variable which isn't defined. Config::Grammar supports many advanced features, that you can read about in its documentation (type 'man Config::Grammar' or 'perldoc lib/Config/Grammar.pm' in this directory)
2012-02-02* LICENSE=gnu-gpl-v2 # or laterobache2-6/+9
* Any of compiler languages are not required to build. * No need to buildlink with py-wxWidgets, simple DEPENDS is sufficient. * distutils pkg, use lang/python/distutils.mk, then register egg-info. Bump PKGREVISION.
2012-02-02* LICENSE=mitobache2-8/+14
* Any of compiler languages are not required to build. * No need to buildlink with py-Tk, simple DEPENDS is sufficient. * distutils pkg, use lang/python/distutils.mk. * install man pages. Bump PKGREVISION.
2012-02-02LICENSE=mitobache1-1/+2
2012-02-02* Patch to Version is not required after removal of scons-devel package.obache5-20/+10
* distutils pkg, use python/disutils.mk. Bump PKGREVISION.
2012-02-02* set proper EGG_NAME.obache2-7/+6
* any of compiler languages are not required to build.
2012-02-02Use ${RM} -f to avoid failure if no files are found to be removed.hans1-2/+2
2012-02-02Use ${RM} -f to avoid failure if no files are found to be removed.hans2-4/+4
2012-02-02-sortjnemeth1-2/+3
- add and enable p5-Sys-Syscall
2012-02-02Update p5-App-cpanminus to 1.5007.hiramatsu2-6/+6
Changes from previous: ---------------------- 1.5007 Tue Dec 20 10:15:48 PST 2011 [Bug Fixes] - Fixed to change directory when installing from multiple local directories (motemen) [Improvements] - Stop setting AUTOMATED_TESTING (again!) and set PERL_MM_USE_DEFAULT in testing (#138) - Offer opening the build.log with PAGER when --prompt is enabled (doy) - Documentation added for --skip-installed option (AlexBio) 1.5006 Tue Nov 29 11:47:15 PST 2011 [Improvements] - Updated cpanmetadb URL to point to cpanmetadb.plackperl.org 1.5005 Tue Nov 22 13:29:27 PST 2011 [Bug Fixes] - Fixed a bug where copying meta JSON files fail on Win32 (#133, #135) 1.5004 Tue Nov 8 14:28:20 PST 2011 [Bug Fixes] - Include version of the main module instead of distribution version in install.json (pfig) 1.5003 Wed Oct 19 16:29:29 JST 2011 [Bug Fixes] - Use ExtUtils::Install to install meta files and let --sudo run it with sudo #124 1.5002 Tue Oct 18 09:06:17 JST 2011 [Bug Fixes] - Make sure to include non-core perl modules in -L that are installed in 'perl' by mistake - Ensure all module names use :: instead of dashes because of EUMM NAME errors (Christian Walde) 1.5001 Fri Oct 14 00:18:33 JST 2011 [New Features] - Added EXPERIMENTAL --metacpan support (tokuhirom) [Improvements] - Do not scan Makefile if MYMETA.yml is found - Support MYMETA.json with spec 2.0 1.5000 Thu Oct 13 15:31:13 JST 2011 [New Features] - Added EXPERIMENTAL --mirror-index, --skip-satisfied and --cascade-search options - Installs MYMETA.json and install.json into $ARCH/.meta library path [Bug Fixes] - Use Cwd::chdir to update CWD environment variable - Fix ExtUtils::ParseXS issue with -L - Fix CoreList bootstrap issue with perl < 5.8.9 when using -L - Dump more descriptive error message when configure failed with --installdeps #111 [Improvements] - Upgraded many fatlib embedded modules - Support --no-quiet - Removed ugly @INC dumping hack for -L. This causes modules that has conditional deps such as Any::Moose not to pull down necessary requirements. This is a known issue and will be addressed later. - Support special _ for -l and -L argument to respect local::lib defaults #115 1.49_02 Wed Oct 12 18:53:35 JST 2011 [Improvements] - Use Cwd::chdir to change PWD (yannk) [Bug Fixes] - Unbreak -L with newer ExtUtils::ParseXS installed [Developers] - Changed the path to save metadata information - removed Dist::Metadata use, but instead use Module::Metadata to get provides - removed the ugly DumpedINC hack for -L 1.49_01 Sun Jun 26 10:56:51 PDT 2011 - A couple of experimental new features (documented in 1.5)
2012-02-02Update to 1.20120130. From the changelog:schmonz2-7/+6
- fixed t/year_imports.t for 5.10 (ANDK and sprout again) - fixed t/regressions.t for 5.10 - made raw numbers work in import - fixed for Perl 5.15.5 and later (ANDK and sprout) - loaded IO::File/IO::Handle to allow methods on lexical filehandles - added unimporting - removed use of autodie; moved it to a distribution prerequisite - enabled unicode_strings by default when your Perl supports it - migrated to Dist::Zilla - added autodie dependency/import
2012-02-02Fix package list for Mac OS X.tron2-3/+9
2012-02-01Updated to 0.009rhaen2-6/+6
Changes: 0.009 2011-11-27 19:47:19 Europe/Amsterdam Make sure the first argument comes in as a reference
2012-02-01Updated to 0.019rhaen2-6/+6
Changes: 0.019 2011-12-15 17:03:14 America/New_York provide handle_unparsed_line
2012-02-01Updated to 1.07rhaen2-6/+6
Changes: 1.07 2011-10-25 * Fix a spelling mistake in Config::GitLike::Cascaded (gregoa@debian.org, forwarded by carnil@debian.org) 1.06 2011-10-12 * Allow calling ->load_file as a class method, for simple use cases (alexmv) * Fix a parsing bug when quoted strings directly adjoined to unquoted strings (alexmv) * Calling ->load_file on a nonexistant file no longer sets ->is_loaded (alexmv) * Document that getters implicitly call ->load (alexmv) * Make ->dump implicitly call ->load as well (alexmv) * Minor POD fixes (alexmv, spang)
2012-02-01Updated to 0.17rhaen2-6/+9
Changes: 0.17 Jan 4, 2011 - Re-fixed tests that do not run in <= v5.010
2012-02-01Removed packages p5-Class-XSAccessor-Array.rhaen4-33/+1
Changes: This package has been merged into p5-Class-XSAccessor by the author in version 1.04_1 1.04_01 Mon Sep 7 11:35 2009 [..] - Merge Class::XSAccessor::Array into this distribution.
2012-02-01Updated to 1.13rhaen2-6/+6
Changes: 1.13 Mon Dec 12 08:21 2011 - Promotes 1.12_03 to a stable release.
2012-02-01Updated to 0.005rhaen2-7/+6
Changes: version 0.005; 2011-10-28 * include META.json in distribution * convert .cvsignore to .gitignore * add MYMETA.json to .gitignore
2012-02-01Updated to 1.08rhaen2-6/+6
Changes: 1.08 Sun Oct 16 2011 Document install_modifier (requested by Tokuhiro Matsuno)
2012-02-01Updated to 0.03rhaen2-6/+6
Changes: 0.03 2011-11-18 - Explicitly include Test::Fatal as a test prereq. Reported by W Phillip Moore. RT #72493.
2012-02-01Updated to 0.13rhaen2-6/+6
Changes: 0.13 2011-12-22 - Fix some bugs with our use of Try::Tiny. This could cause warnings on some systems with Class::Load::XS wasn't installed. Fixes RT #72345.
2012-02-01update to 1.29.4drochner3-11/+10
changes unknown; while the odd minor version number suggests that this is a development version, this seems considered stable
2012-02-01Instead of SUBST, pass `vendor' directories to setup.rb as `site' directory.obache1-9/+4
2012-02-01Update ruby-pkg-config to 1.1.3.obache3-10/+21
== 1.1.3 - 2012/01/29 * [GitHub #8] fix test broken by libpng version. (Patch by Bohuslav Kabrda.) * Used RbConfig instead of Config. == 1.1.2 - 2011/07/04 * [GitHub #2] fix test broken. (Reported by Mamoru Tasaka.) * [GitHub #4] update project descripton. (Patch by Antonio Terceiro.) * [GitHub #4] use setup.rb instead of extconf.rb. (Patch by Antonio Terceiro.) * [GitHub #3] add Copyright notice to README. (Suggested by Antonio Terceiro.) * [GitHub #7] supported non i386 and amd64 architectures. (Reported by Antonio Terceiro.)
2012-01-31Revert previous, there are patches which should make that the pythondrochner4-12/+52
stuff is not built/installed. Patch Makefile.am the same way as Makefile.in were patched, because the "kqueue" option regenerates the latter.
2012-01-31Until the implicit but not declared python depdendency is resolved just ↵abs1-1/+8
pretend gdbus-codegen does not exist. At least makes glib2 buildable. Bump PKGREVISION
2012-01-31This package has no contents to buildlink, so remove buildlink3.mk.obache1-17/+0
2012-01-31Updating package in devel/p5-IO-Compress for CPAN distribution IO-Compresssno2-6/+6
from 2.040 to 2.048. Upstream changes: 2.048 29 January 2012 * Set minimum zlib version to 1.2.0 * IO::Compress test suite fails with Compress::Raw::Zlib 2.047 and zlib < 1.2.4 [RT# 74503] 2.047 28 January 2012 * Set minimum Perl version to 5.6 * IO::Compress::Zip - In one-shot zip, set the Text Flag if "-T" thinks the file is a text file. - In one-shot mode, wrote mod time & access time in wrong order in the "UT" extended field. 2.046 18 December 2011 * Minor update to bin/zipdetails * Typo in name of IO::Compress::FAQ.pod * IO::Uncompress::Unzip - Example for walking a zip file used eof to control the outer loop. This is wrong. * IO::Compress::Zip - Change default for CanonicalName to false. [RT# 72974] 2.045 3 December 2011 * Restructured IO::Compress::FAQ.pod 2.044 2 December 2011 * Moved FAQ.pod under the lib directory so it can get installed * Added bin/zipdetails * IO::Compress::Zip - In one-shot mode enable Zip64 mode if the input file/buffer >= 0xFFFFFFFF bytes. * IO::Compress::FAQ - Updates 2.043 20 November 2011 * IO::Compress::Base - Fixed issue that with handling of Zip files with two (or more) entries that were STORED. Symptom is the first is uncompressed ok, but the next will terminate early if the size of the file is greater than BlockSize. Regression test added to t/006zip.t [RT# 72548] 2.042 17 November 2011 * IO::Compress::Zip - Added exUnixN option to allow creation of the "ux" extra field. This allows 32-bit UID/GID to be stored. - In one-shot mode use exUnixN rather than exUnix2 for the UID/GID. * IO::Compress::Zlib::Extra::parseExtraField - Fixed bad test for length of ID field [RT# 72329 & #72505]
2012-01-31Updating package in devel/p5-Compress-Raw-Bzip2 for CPAN modulesno2-6/+6
Compress::Raw::Bzip2 from 2.040 to 2.048. Upstream changes: 2.048 29 January 2012 * No Changes 2.047 28 January 2012 * Set minimum Perl version to 5.6 2.045 3 December 2011 * Moved FAQ.pod to IO::Compress 2.044 2 December 2011 * Moved FAQ.pod under the lib directory so it can get installed 2.043 20 November 2011 * No Changes 2.042 17 November 2011 * No Changes