Commit graph

200268 commits

Author SHA1 Message Date
wiz
6b2ab6a303 Update to 1.24:
2013-04-10 Flickcurl Version 1.24 Released

   Fixed uploading with OAuth - incorrect signature since it failed to use
   POST.

   Added flickcurl_photos_getInfo2() deprecating
   flickcurl_photos_getInfo() adding the optional 'secret' parameter that
   was added sometime to the API. See [2]Debian bug 637746.

   Updated flickcurl(1) to allow photos.getInfo to take an optional SECRET
   arg using the new call below, and to add the missing command
   contacts.getPublicList which fixes [3]Issue 19. .

   Added new APIs calls to make available the Flickr username and NSID
   when OAuth authentication is done.
  const char* flickcurl_get_oauth_username(flickcurl* fc);
  const char* flickcurl_get_oauth_user_nsid(flickcurl* fc);

   These new calls were from GitHub [4]pull request 18 from Jose Carlos
   Garcia Sogo - thanks.

   Added a pile of fields to flickcurl_group to match what the API returns
   rather than what the documentation says:
     * iconfarm icon farm number
     * is_moderator and is_member booleans
     * rules descriptive text
     * pool_count and topic_count counts
     * group restriction booleans: photos_ok, videos_ok, images_ok,
       screens_ok, art_ok, safe_ok, moderate_ok, restricted_ok, has_geo.

   Fixed grabbing text from a <tag> child text node correctly Fixes
   [5]Issue 16.
   p>

   Fixed parsing of latitude and longitude value responses.

   Fixed a few flickcurl(1) utility manual page wordings. See [6]Debian
   bug 635989 and [7]Debian bug 635989.

   Updated example code to use OAuth authentication API.

   Fixed a few memory mis-uses via clang and GCC 4.8.
2013-04-21 14:30:39 +00:00
wiz
0b0e9aa68b Updated graphics/darktable to 1.2 2013-04-21 14:12:32 +00:00
wiz
a353a7ee4e Update to 1.2. openjpeg (jpeg2000) support not enabled because
cmake refuses to find it.

As a feature release, it comes with a lot of new goodies:

    profiled denoising: adapt to the properties of your camera's sensor (72 cameras already profiled for you).
    lightroom import: convert some basic edits from your lightroom collection to darktable operations.
    multi instance support: duplicate your modules and apply them more than one time with different settings.
    improved usability for distorting modules (streamline spot removal in the presence of crop/rotate for example).
    selective copy/paste of image processing.
    new more intuitive keystone correction tool.
    jpeg2000 support.
    graphics magick import (support virtually all input image formats).
    much faster thumbnail loading (if you can live with crappy embedded thumbnails).
    incredibly lengthy list of small bug fixes, performance enhancements, and usability improvements.
    new camera support (decode and color matrices).
    dithering against banding.
    sharper thumbnails in lighttable mode.
    new oauth2 based picasa uploader.
    updated translations.
    and a thoroughly overhauled user manual, proof read by natives (thanks heaps guys!).
2013-04-21 14:12:23 +00:00
rodent
fdb5ab5426 Updated textproc/json-glib to 0.16.0 2013-04-21 14:04:50 +00:00
rodent
9aed2a8ef3 Update json-glib to 0.16.0. pkgsrc changes: use options framework to enable
the user to disable tests and NLS (enabled by default), and add PKG_OPTION
for gobject-introspection. EXTRACT_SUFX is now .tar.xz. Buildlink pthread
and textproc/json-c. Add PKG_BUILD_OPTIONS to buildlink3.mk. No noticeable
changes by default. PLIST uses PLIST_VARS as supplied by options.mk for
introspection and nls PKG_OPTIONS. Passes pkglint. From ChangeLog:

    Translation additions/updates:
    Assamese, Bengali Brazilian, British Bulgarian, Catalan, Catalan
    (Valencian), Czech, Danish, English, Esperanto, Estonian, French, Galician,
    German, Greek, Hindi, Hungarian, India, Indonesian, Italian, Japanese,
    Korean, Kyrgyz, Latvian, Lithuanian, Norwegian (bokmal), Odia, Polish,
    Portuguese, Portuguese (Brazilian), Punjabi, Russian, Serbian, Slovak,
    Slovenian, Spanish, Swedish, Tadjik, Telugu, Traditional Chinese
    translation (Hong Kong and Taiwan), Turkish, Ukrainian, Uyghur, Vietnamese

    docs: Fix xinclude fallback for annotation glossary
    variant: Fix documentation and annotations for deserialize()
    Update Visual Studio Solution Files
    Visual Studio Builds: Support building introspection files
    Update build/win32/config.h.win32(.in)
    Update Visual Studio Property Sheets
    node: add (transfer none) annotations to the new typed initializers
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
    path: Fix get all object members with wildcard
    path: Fix get all array elements with wildcard
    Using the same data as in tests, asking for $['store']['book'][*] JSON path
    should return all the book objects in an array.
    But that array is returned inside another array, dupped several times.
    Fix VS 2008 poperty sheet
    Cleanup/fix Visual C++ build files
    build: Bump up the requirement for GLib
    build: Use the symbols file to generate our public ABI
    symbols: Re-sort
    tests: Put g_type_init() under conditional compilation
    Use typed initializers for JsonNode
    Use the new typed JsonNode initializers
    The typed setters in JsonArray and JsonObject should use the JsonNode
    typed initializers.
    Consolidate null handling in JsonArray and JsonObject
    node: Add typed initializers
    tests/reader: Improve test coverage
    reader: "null" is a value
    scanner: Remove unused functions
    tests: Improve coverage
    gobject: Use JsonSerializable API
    Instead of directly accessing the vfunc from the interface vtable.
    tests: Improve coverage
    builder: Conform to the coding style
    Function arguments should be aligned on different lines.
    array: Relax preconditions on array and object methods
    array: Relax add_string_element() preconditions
    tests/parser: Check negative numeric values
    tests/invalid: Improve test coverage
    parser: Empty member names are not valid
    build: Fix test-report generation
    tests/invalid: Add more invalid JSON tests
    tests/invalid: Check invalid assignments
    parser: Use error codes for invalid assignments
    tests: Move the invalid JSON unit to its own file
    parser: Consolidate value parsing
    parser: Show the column in the error message
    parser: Fix small leak in json_parse_statement
    reader: Do not do strict type validation on numeric types
    node: Implicitly convert numeric types
    generator: Use JsonValue, not GValue
    doap: Change my email address to @gnome.org
    Post-release version bump to 0.15.3
    docs: Add missing symbols
    build: Drop dependency on gnome-autogen.sh
    Use autoreconf instead.
    symbols: Add missing functions
    build: Add abicheck.sh
    scanner: Mark all symbols as internal
    Use lcov instead of gcov for test coverage reports
    With lcov we get nicer reporting tools, with HTML output.
    node: Replace GValue with JsonValue
    Add JsonValue
    path: Pass int width for printf field width, not long
    Signed-off-by: Fran Diéguez <fran.dieguez@mabishu.com>
    Fix "install" paths in VS property sheets
    Remove JSON_DISABLE_DEPRECATED
    Prevent .po file updates on simple 'make'
    autogen.sh: remove out-of-tree check
    Fix VS property sheets
    docs: Use markdown in the README
    docs: Fix typo in JsonObject's description
    Use the new GLib deprecation scheme
    Use g_value_[sg]et_schar() with GLib 2.31
    The non-explicitly signed variant is deprecated.
    Adapt to the demise of single includes in GLib
    Update VS9 property sheet
    build: Fix srcdir != builddir
2013-04-21 14:04:20 +00:00
ryoon
1d5576b2f9 Added devel/rt4 version 4.0.11 2013-04-21 14:00:44 +00:00
ryoon
7b28149841 Add rt4 2013-04-21 14:00:08 +00:00
ryoon
fe9b5430de Import rt4-4.0.11 as devel/rt4.
RT is an industrial-grade ticketing system. It lets a group of
people intelligently and efficiently manage requests submitted by
a community of users. RT is used by systems administrators, customer
support staffs, NOCs, developers and even marketing departments at
over a thousand sites around the world.

This packages tracks RT 4.x branch.
2013-04-21 13:59:34 +00:00
obache
3a785e7cdd Updated converters/skf to 1.99.4 2013-04-21 13:39:28 +00:00
obache
058a8366f0 Update skf to 1.99.4.
skf (1.99.4) Sun, 21 Apr 2013 20:24:34 +0900

  * fix in-place suffix stores uninitialized heap area.
  * fix 1.93.3 remaining debug routine
  * fix katakana-zen-han conversion bug
  * utf-16be doesn't properly set default endian.
2013-04-21 13:39:17 +00:00
ryoon
39f0908cce Added net/p5-Regexp-IPv6 version 0.03 2013-04-21 13:17:38 +00:00
ryoon
2a8f6ec9e1 Add p5-Regexp-IPv6 2013-04-21 13:17:12 +00:00
ryoon
28f2d75579 Import p5-Regexp-IPv6-0.03 as net/p5-Regexp-IPv6.
This package supports regular expression for IPv6 addresses.
2013-04-21 13:16:35 +00:00
ryoon
f10d82fef4 Added net/p5-Regexp-Common-net-CIDR version 0.02 2013-04-21 13:14:58 +00:00
ryoon
6f22629b65 Add p5-Regexp-Common-net-CIDR 2013-04-21 13:14:36 +00:00
ryoon
be932c6f01 Import p5-Regexp-Common-net-CIDR-0.02 as net/p5-Regexp-Common-net-CIDR.
Regexp::Common::net::CIDR provides patterns for CIDR blocks.
2013-04-21 13:13:26 +00:00
ryoon
bbe321d991 Add p5-Sys-Syslog 2013-04-21 13:10:27 +00:00
ryoon
e309af46e4 Import p5-Sys-Syslog-0.32 as sysutils/p5-Sys-Syslog.
Sys::Syslog is an interface to the UNIX syslog(3) program.

Call syslog() with a string priority and a list of printf() args just like
syslog(3).
2013-04-21 13:09:32 +00:00
ryoon
2a16b6798c Updated textproc/p5-Pod-Parser to 1.60
Updated textproc/p5-Regexp-Common to 2013031301
2013-04-21 13:03:27 +00:00
ryoon
41a5ba8732 Update to 2013031301
Changelog:
Version 2013031301 Wed Mar 13 12:03:41 CET 2013
+ Pattern for IPv6 addresses. Requested by Guy Edwards and many others.
  RT 50693.

Version 2013031201 Tue Mar 12 15:44:48 CET 2013
+ Allow host/domain names to start with a digit, using
  $RE{net}{domain}{-rfc1101}. Requested by Guy Edwards and many others.
  RT 23626.

Version 2013031101 Mon Mar 11 21:02:45 CET 2013
+ For integers and decimal numbers (reals), allow the user to specify the
  pattern of the signs (leading sign, and for reals, the sign of the exponent).
  This gives the user the option to ask for a pattern that matches unsigned
  numbers (by specifying the empty string as the pattern).
  Requested by "Wilson, Jonathan" <jonathan.wilson@Vanderbilt.Edu>.

Version 2013030901 Sat Mar  9 14:51:42 CET 2013
+ Use (?-1) instead of (??{ }) for the recursive balanced pattern.
  This makes the pattern unavailable for pre-5.010 perls.
2013-04-21 13:01:04 +00:00
ryoon
6c3d8d17ed Update to 1.60
Changelog:
 31-Jan-2013           Marek Rouchal                        <marekr@cpan.org>
 -----------------------------------------------------------------------------
 Version 1.60
 + removed Pod::Checker and Pod::Usage from this distribution - they are now
   separate distros and are subjects to be refactored, to be based upon
   Pod::Simple. Thanks to rjbs for reminding me of this.


 25-Jan-2012           Marek Rouchal                        <marekr@cpan.org>
 -----------------------------------------------------------------------------
 Version 1.51
 + CPAN#74271: Pod::Parser should not flag L<text|hyperlink>
   undo change CPAN#47473: L<alt text|URL> _is_ allowed (see discussion on
   pod-people and p5p); confirmed by blead change; references:
   http://code.activestate.com/lists/perl-pod-people/1690/
   http://code.activestate.com/lists/perl-pod-people/1393/
   http://perl5.git.perl.org/perl.git/commit/f6e963e4dd62b8e3c01b31f4a4dd57e47e104997
 + bump all module versions (except Pod::PlainText) to 1.51
 + update META.yml (thanks rjbs for the hint)


 16-Jan-2012           Marek Rouchal                        <marekr@cpan.org>
 -----------------------------------------------------------------------------
 Version 1.50
 + fix whitespace (esp. CR [\r] related) issues with different Perl versions
   on Windows (with Perl 5.8.8 [Activestate], and 5.6.1 [SUA])
 + merge latest core (5.14.x) changes to this distro
 + CPAN#73446: fix minor POD error in InputObjects.pm
 + CPAN#43955: podchecker fails to detect superfluous =cut directive:
   implemented (and extended by a check for superfluous =pod commands) and
   documented in Pod::Checker; also added a note in the POD of all modules
   that they are part of the Pod::Parser distribution
 + CPAN#46695: use consistent version (1.50) for distribution and all Pod::
   modules in this distro (except for Pod::PlainText, which stays at 2.05)
 + CPAN#52086: mismatch between distro and module version:
   same as above
 + CPAN#55121: correction for Pod::Find and t/pod/find.t on VMS
 + CPAN#47473: podchecker on L<> url with alt text
   ... causes an error in Pod::Checker now
 + CPAN#57954: Pod::Usage does not find perldoc when perl is relocatable
   ... use $Config{scriptdirexp} instead of scriptdir
 + CPAN#61223: podchecker notice missing blank line before command
   implemented with more tests in poderrs.t and self test of all *.pms
 + CPAN#66614: parse of no final newline vs perl -w
   ... a rare case, but fixed nevertheless
 + CPAN#68157: Pod-Parser-1.38/lib/Pod/Usage.pm question/bug
   ... pass through formatting options to Pod::Text
 + CPAN#70771: mishandles symbolic links in @INC
   ... fixed by making the paths in @INC absolute, using Cwd::abs_path()
 + CPAN#71139: 3 possible optimisations
   ... applied
 + several other rt.cpan.org tickets processed and closed
2013-04-21 12:58:35 +00:00
obache
c2a35d21c0 Updated devel/ruby-gettext to 2.3.9 2013-04-21 12:57:11 +00:00
ryoon
85cabf1a69 Updated textproc/p5-XML-RSS to 1.50 2013-04-21 12:56:20 +00:00
obache
e0ce95f581 Update ruby-gettext to 2.3.9.
## 2.3.9: 2013-04-21

This is a msgmerge updated release.

### Improvements

  * [tools] Used the more modern word "cannot" instead of "can
    not". [GitHub #15] [Patch by Benjamin Kerensa]
  * Cleared license descriptions. [Suggested by Jérémy Bobbio]

### Fixes

  * Avoided including native extentions in this gem for Windows users.

### Thanks

  * Benjamin Kerensa
  * Jérémy Bobbio

## 2.3.8: 2013-04-05

This is a msgmerge improved release.

### Improvements

  * Added licence information to the gemspec.
    [GitHub #13] [Patch by jordimassaguerpla]
  * Supported Ruby 2.0.0.
    [GitHub #14] [Reported by mtasaka]

### Fixes

  * [rxgettext] Fixed a bug that the comment for the previous message
    also exists in the current message.
    [Debian #684184] [Reported by Francesco Poli] [Patch by Jérémy Bobbio]

### Thanks

  * jordimassaguerpla
  * mtasaka
  * Francesco Poli
  * Jérémy Bobbio
2013-04-21 12:56:02 +00:00
ryoon
ec929320ad Update to 1.50
Changelog:
1.50 - April 7, 2013
    - Update the repository URL to its new location on GitHub.
2013-04-21 12:55:49 +00:00
ryoon
67f881ff22 Updated converters/p5-JSON to 2.57 2013-04-21 12:49:29 +00:00
ryoon
2ee6d43255 Update to 2.57
Changelog:
2.57
	- t/x17_strage_overload.t didn't work correctly.

2.56  Sat Apr  6 09:58:32 2013
	- fixed t/x17_strage_overload.t (rt#84451 by Ricardo Signes)

2.55
	- update JSON::BackportPP version

2.54  Fri Apr  5 16:15:08 2013
	- fixed t/19_incr.t on perl >= 5.17.10 (wyant, rt#84154)
	    pathced by mbeijen and modified with demerphq's patch
	- Fixed some spelling (by briandfoy)
	- fixed sppeling (by Perlover)
	- enhanced documents (Thanks to Justin Hunter and Olof Johansson)
	- changed backend module loading for overloaded object behavior
	                                        (reported by tokuhirom)
2013-04-21 12:49:01 +00:00
ryoon
f7e095260b Added mail/p5-Test-Email version 0.07
Updated databases/p5-DBD-mysql to 4.023
2013-04-21 12:47:07 +00:00
ryoon
1fadce5fde Update to 4.023
Changelog:
2013-04-12 Patrick Galbraith et open source community <patg at patg dot net> (4.023)
* Fix primary_key_info result ordering - https://github.com/CaptTofu/DBD-mysql/pull/39 - Dagfinn Ilmari Mannsåker
* allow compilation with msvc - https://github.com/CaptTofu/DBD-mysql/pull/37 - Walde Christian
* just to set MYSQL_OPT_WRITE_TIMEOUT and MYSQL_OPT_READ_TIMEOUT by dsn - https://github.com/CaptTofu/DBD-mysql/pull/36 - Naosuke Yokoe
* just remove unnecessary "my" - https://github.com/CaptTofu/DBD-mysql/pull/34 - Shoichi Kaji
* eval $ExtUtils::MakeMaker::VERSION requires for old ExtUtils::MakeMaker - https://github.com/CaptTofu/DBD-mysql/pull/32 - Daisuke Murase
* Updated documentation to reflect that bugs will be reported at rt.cpan.org
* Updated version
* Chased tail finding issue with -1 being converted to max unsigned int in PS mode
2013-04-21 12:46:29 +00:00
ryoon
623a20b740 Add p5-Mail-POP3Client 2013-04-21 12:44:52 +00:00
wiz
46d8f854ef regen 2013-04-21 12:44:35 +00:00
ryoon
2eef84251f Import p5-Mail-POP3Client-2.18 as mail/p5-Mail-POP3Client.
This is a POP3 client module for perl5.  It provides an object-oriented
interface to a POP3 server.  It can be used to write perl-based
biff clients, mail readers, or whatever.  See the inline POD doco
for more details.  (perldoc Mail::POP3Client)
2013-04-21 12:44:07 +00:00
wiz
9dcdd68a15 ldd is not reliable for when to include buildlink3.mk files in others.
Update paragraph. Based on discussion with rodent@.
2013-04-21 12:44:00 +00:00
ryoon
796931b57b Add p5-Test-Email 2013-04-21 12:41:42 +00:00
ryoon
c8e7c5daec Import p5-Test-Email-0.07 as mail/p5-Test-Email.
This package contains the following modules.

Test::Email	Test Email Contents
Test::POP3	Automate Email Delivery Tests
2013-04-21 12:40:59 +00:00
ryoon
d466fc1a9c Updated mail/p5-MIME-tools to 5.504 2013-04-21 12:37:02 +00:00
ryoon
103e53b2bd Update to 5.504
Changelog:
5.504	  2013-01-30  David F. Skoll <dfs@roaringpenguin.com>

	* VERSION 5.504 RELEASED

	* Fix encoding of MIME parameters that contain a quoted
	  string:  "like \"this"
	  https://rt.cpan.org/Public/Bug/Display.html?id=80433

	* Suppress useless warnings from tests
	  https://rt.cpan.org/Public/Bug/Display.html?id=80679

	* Fix long-standing bug in encode_mimewords that can
	  break multibyte-encodings (eg, utf-8)
	  https://rt.cpan.org/Public/Bug/Display.html?id=5462

5.503	  2012-06-08  David F. Skoll <dfs@roaringpenguin.com>

	* VERSION 5.503 RELEASED

	* Avoid inappropriately untainting data
	  https://rt.cpan.org/Public/Bug/Display.html?id=67119

	* Localise $\ to avoid parsing problems if it's set elsewhere
	  https://rt.cpan.org/Public/Bug/Display.html?id=71041

	* Improve exorcising of filenames
	  https://rt.cpan.org/Public/Bug/Display.html?id=71677

	* Fix potential race condition in t/Smtpsend.t
	  https://rt.cpan.org/Public/Bug/Display.html?id=68879

	* Allow native I/O on File::Handle objects
	  https://rt.cpan.org/Public/Bug/Display.html?id=72538

	* Add "recommends Convert::BinHex" clause to Makefile.PL
	  https://rt.cpan.org/Public/Bug/Display.html?id=72223

	* Add module_name to Makefile.PL
	  https://rt.cpan.org/Public/Bug/Display.html?id=77138

	* Fix "Uninitialized value" warning
	  https://rt.cpan.org/Public/Bug/Display.html?id=77190

	* Don't run t/Smtpsend.t on systems that lack fork()
	  https://rt.cpan.org/Public/Bug/Display.html?id=77351

	* Add "use strict" everywhere
	  https://rt.cpan.org/Public/Bug/Display.html?id=77582
2013-04-21 12:36:39 +00:00
ryoon
ee99ecf078 Updated time/p5-Data-ICal to 0.19 2013-04-21 12:34:45 +00:00
ryoon
b957834771 Update to 0.19
* New dependency.

Changelog:
0.19
    * Always output the VERSION property first

0.18
    * Spelling fixes from Debian (Salvatore Bonaccorso)

0.17
    * Allow chaining of methods (H.Merijn Brand)
    * Allow properties and entries in constructor (H.Merijn Brand)
2013-04-21 12:34:14 +00:00
obache
7bb0a75869 + ruby-text 2013-04-21 12:33:34 +00:00
ryoon
95460f482c Added www/p5-Plack-Middleware-Test-StashWarnings version 0.07 2013-04-21 12:30:10 +00:00
ryoon
f517e05452 Add p5-Plack-Middleware-Test-StashWarnings 2013-04-21 12:29:20 +00:00
ryoon
e69d2cf820 Import p5-Plack-Middleware-Test-StashWarnings-0.07 as www/p5-Plack-Middleware-Test-StashWarnings.
Plack::Middleware::Test::StashWarnings is a Plack middleware
component to record warnings generated by your application so that
you can test them to make sure your application complains about
the right things.
2013-04-21 12:28:33 +00:00
obache
c1f5216201 Added textproc/ruby-text version 1.2.1 2013-04-21 12:27:26 +00:00
obache
0b4ff2f9c9 Import ruby-text-1.2.1 as textproc/ruby-text.
A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double
Metaphone, Porter Stemming
2013-04-21 12:27:11 +00:00
ryoon
8c967909fd Added www/p5-HTML-Quoted version 0.03 2013-04-21 12:26:57 +00:00
ryoon
e648b3f9a4 Add p5-HTML-Quoted 2013-04-21 12:26:02 +00:00
ryoon
d6db29839a Import p5-HTML-Quoted-0.03 as www/p5-HTML-Quoted.
Parses and extracts quotation structure out of a HTML message.
Purpose and returned structures are very similar to Text::Quoted.
2013-04-21 12:25:24 +00:00
ryoon
566c132bfd Added www/p5-HTML-Mason-PSGIHandler version 0.52 2013-04-21 12:24:35 +00:00
ryoon
d5fb3e42c6 Add p5-HTML-Mason-PSGIHandler 2013-04-21 12:24:13 +00:00