Commit graph

5654 commits

Author SHA1 Message Date
sbd
546b30a84b Add ruby-multi_json (Hi taca) 2011-12-18 06:17:11 +00:00
obache
bdaf2325dc Change default PKGNAME scheme for PECL packages.
Drop ${PHP_BASE_VARS} from PKGVERSION by default.

It used to be required to support multiple php version.
But after PHP version based ${PHP_PKG_PREFIX} was introduced,
such trick is not required anymore.
In addition to this, such version name schme invokes unwanted version bump
when base php version is bumped, plus, such version scheme is hard to
use for DEPENDS pattern.

To avoid downgrading of package using such legacy version scheme,
PECL_LEGACY_VERSION_SCHEME is introduced.
If it is defined, current version scheme is still used for currently
supported PHP version (5 and 53), but instead of ${PHP_BASE_VARS},
current fixed PHP base version in pkgsrc is used to avoid unwanted version bump
from update of PHP base package.
With newer PHP (54, or so on), new version scheme will be used if
it is defined.
This trick will not be required and should be removed after php5 and php53 will
be gone away from pkgsrc.
2011-12-17 13:46:27 +00:00
taca
e4fc578b4e Remove duplicated RUBY_VERSION_SUPPORTED. 2011-12-17 07:22:23 +00:00
taca
8b147201a2 Update textproc/ruby-kramdown to 0.13.4.
Changes

* 1 minor change:

	- Added a converter that extracts the TOC of a document (requested by
          Brendan Hay). Note that this is only useful if you use kramdown as a
          library!

* 7 bug fixes

	- Fixed a typo: It should be --output and not --ouput (patch by
          postmodern)
	- Fixed HTML converter to correctly output empty span tags (patch by
          John Croisant)
	- Fixed bug RF#29350: Parsing of HTML tags with mismatched case now
          works
	- Fixed bug RF#29426: Content of style tags is treated as raw text now
	- HTML converter now uses rel instead of rev to be HTML5 compatible
          (patch by Joe Fiorini)
	- Fixed Ruby 1.9.3 related warnings
	- Fixed HTML parser to work around an implementation change of
          Array#delete_if in Ruby 1.9.3
2011-12-17 06:25:16 +00:00
marino
f09dec80bc textproc/py-enchant: Fix file permissions error
The bad file permissions on ispell/README.txt prevented the package from
building on DragonFly with PKG_DEVELOPER=yes.  I'm not sure how it's passing
on NetBSD unless the bulk reports I'm seeing aren't using that option.
2011-12-16 17:22:08 +00:00
hans
459cbfc319 Fix build on SunOS with gcc>=4.6 2011-12-16 16:49:26 +00:00
taca
18e2996076 Importing textproc/ruby-multi_json package version 1.0.4.
MultiJSON

Lots of Ruby libraries utilize JSON parsing in some form, and everyone has
their favorite JSON library. In order to best support multiple JSON parsers
and libraries, multi_json is a general-purpose swappable JSON backend library.
2011-12-16 12:38:43 +00:00
taca
3b52460aa3 Update ruby-will-paginate package to 3.0.2.
Changes are unknown.
2011-12-15 16:20:04 +00:00
taca
f7bbc8500d Update ruby-redcloth package to 4.2.9.
== 4.2.9 / November 25, 2011

* Fix RbConfig / Config warning in Ruby 1.9.3. [Steve Purcell, Robert Gleeson, and unclaimedbaggage]
* Use RSTRING_NOT_MODIFIED header for Rubinius [Dirkjan Bussink]
2011-12-15 16:19:33 +00:00
taca
f969f61632 Update ruby-json-utils package to 1.6.1.
Changes are unknown.
2011-12-15 16:18:50 +00:00
taca
0038f1b536 Update ruby-json and ruby-json-pure pacakge to 1.6.3.
2011-12-01 (1.6.3)
  * Let JSON.load('') return nil as well to make mysql text columns (default to
    '') work better for serialization.
2011-11-21 (1.6.2)
  * Add support for OpenStruct and BigDecimal.
  * Fix bug when parsing nil in quirks_mode.
  * Make JSON.dump and JSON.load methods better cooperate with Rails' serialize
    method. Just use: serialize :value, JSON
  * Fix bug with time serialization concerning nanoseconds. Thanks for the
    patch go to Josh Partlow (jpartlow@github).
  * Improve parsing speed for JSON numbers (integers and floats) in a similar way to
    what Evan Phoenix <evan@phx.io> suggested in:
    https://github.com/flori/json/pull/103
2011-09-18 (1.6.1)
  * Using -target 1.5 to force Java bits to compile with 1.5.
2011-12-15 16:11:58 +00:00
taca
91c4d11ec3 Update ruby-hpricot package to 0.8.5.
= 0.8.5
=== 29 November 2011
* Remove escaped quote (\') from matching (#55)
* Fix 'undefined method downcase for nil:NilClass' on JRuby (#58)
* Unescape hex numeric character references
2011-12-15 16:02:33 +00:00
taca
2f1e34d1de Update ruby-haml package to 3.1.4.
Changes are unknown.
2011-12-15 16:01:51 +00:00
taca
1e94fb7174 Update ruby-coderay package to 1.0.4.
It looks like some clean up but don't know exact changes.
2011-12-15 16:00:42 +00:00
taca
4a1d0915e0 Update ruby-bluecloth package to 2.2.0.
== v2.2.0 [2011-11-01] Michael Granger <ged@FaerieMUD.org>

- Config -> RbConfig (1.9.3 deprecation fix)
- Adding a manpage for bin/bluecloth for packagers that require every
  binary have one (e.g., Debian) (fixes #78). Thanks to Cédric
  Boutillier for the contribution.
- Updated for Discount 2.0.9
2011-12-15 15:59:34 +00:00
taca
4d910a89bc Update rub-rdtool package to 0.6.31.
* Switch to use rubygem.

:0.6.31
  * Version bump from 0.6.21
  * Change Maintainer to Youhei SASAKI
  * Create gem. Many thanks to Kouhei Suto!!
  * apply OptionParser Issue, Thanks to Masaki Hasegawa!!
2011-12-13 15:33:46 +00:00
joerg
0890810632 Avoid double DESTDIR prefix 2011-12-12 19:08:34 +00:00
taca
4c67d64e53 Add security patch for CVE-2011-4000 from official site.
Bump PKGREVISION.
2011-12-11 14:26:27 +00:00
marino
6650df555c textproc/libxml++1: Fix gentoo ltmain sanity check bug 2011-12-10 01:09:20 +00:00
drochner
264611612a add patch from upstream Ticket #8984 to fix possible out-of-bounds
array access, bump PKGREV
2011-12-09 16:11:54 +00:00
drochner
a03a684eb1 PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
dholland
256be00e9e Don't hardcode /usr/pkg. Still doesn't install properly in a non-default
$PREFIX, but it gets further.
2011-12-07 02:10:30 +00:00
joerg
cbd23af550 Fix DESTDIR installation 2011-12-06 19:46:36 +00:00
joerg
88cf98e48e Fix build with newer GCC 2011-12-06 19:46:09 +00:00
sbd
8eca42f859 Recursive bump for lang/ocaml buildlink addition. 2011-12-06 00:19:21 +00:00
dholland
0bd6f89b2a Uses perl-type if syntax and thus does not work with python24. 2011-12-05 15:34:12 +00:00
marino
d98f8e6181 textproc/xmlada: Remove DESTDIR from library rpaths
Removing DESTDIR from the shared library rpaths required a change in the
compiler.  To tell GNAT not to add in DESTDIR rpaths, the -R switch
needs to be added to each library's option set.  GNAT-AUX 20110627nb2
required at a minimum to take advantage of these switches.

Additionally, issues with installed files' permissions were fixed.
2011-12-03 07:30:48 +00:00
sbd
45bf5505a7 Recursive bump for textproc/xapian buildlink additions. 2011-12-03 03:44:54 +00:00
sbd
438434d240 Add devel/libuuid buildlink on Linux and SunOS only.
Bump PKGREVISION
2011-12-03 03:44:38 +00:00
joerg
9a0666357e Tag the 28 locations that result in a Python 3.1 package as supporting so.
Remove it from the default list for the rest.
2011-12-03 00:02:14 +00:00
joerg
45f8cd8a80 Revert, since it leaves packages with unresolvable dependencies. 2011-12-02 13:19:59 +00:00
drochner
1cde73cc22 update to 1.3.0
changes:
-minor feature additions
-bugfixes

tested with osmarender
2011-11-30 10:44:46 +00:00
obache
72ad6bf72d Updage groonga to 1.2.8.
Release 1.2.8 - 2011/11/29
--------------------------

Improvements
^^^^^^^^^^^^

* [grntest] Removed max number of bytes in a line limitation.
* [grntest] Added `--pid-path` option.
* Fixed a crash bug when accessing zlib/lzo compressed
  column. Note that compressed column access will leak memories. To
  resolve this, we need to improve API. We will do it in the feature.
  [GtiHub#5][GtiHub#6] [Reported by Takayuki Yamaguchi]
* Fix a bug that needless column values are cleared by delete.
* [deb] Enabled experimental zlib and lzo support.
* [rpm] Enabled experimental zlib and lzo support.
* Supported truncation. [#892]
* Enabled grn_dat that is a read lock free double array implementation.
* [pkg-config] Added groonga_version variable to groonga.pc.
* Re-supported `--disable-static`. [groonga-dev,00612]
  [Suggested by Kenichi Aramaki]
* [munin] Stopped to install Munin plugins by default.
* Stopped to install RedHat platform related files by default.
* Supported object renaming. [#1167]
* [munin] Added a Munin plugin that measures throughput. [#1171]
* [geo] Improved geo_in_rectangle performance. The new
  implementation will be 2x faster than the old
  implementation in many cases. [#1173]
* [macports] Moved groonga's MacPorts to the official
  repository. [Imported by Hiroshi Umemoto]
* [geo] Changed geo literal conversion from in degree to in
  msec algorithm to round-off from truncation.
* Supported a table as defrag target. It means that variable
  size value columns in the table are defrag targets. [#1175]
* Removed associated path on remove. [#1180]
* [deb] Supported i386.
* [rpm] Supported i386.
* [windows] Supported x86.

Fixes
^^^^^

* Fixed a bug that wrong index is used in sort. [#766]
  [Reported by Horikoshi Yuki]
* [libedit] Fixed a bug that needed initialization is
  omitted. [GitHub#7] [Patch by SHIDARA Yoji]
* [doc] Fixed a typo in documentation. [GitHub#8] [Patch by zunda]
2011-11-30 10:39:30 +00:00
he
6b73fce4bd Add patch-ac to import fixes from newer po4a to make newish perl
not emit warnings and errors for now-deprecated constructs.
Add comments to the existing patch files.
Bump PKGREVISION.
2011-11-30 10:13:38 +00:00
minskim
2170f35b41 py-libxml2 is incompatible with python-3.1. 2011-11-29 19:32:59 +00:00
hans
b655dfa617 Add pod2man to USE_TOOLS. 2011-11-29 18:32:41 +00:00
sbd
24ac65233c Honor LDFLAGS from pkgsrc. 2011-11-29 06:21:02 +00:00
adam
e3536c407d Changes 1.1.2:
* 809: Include custom fixers in the source distribution.

Changes 1.1.1:
* 791: Fix QtHelp, DevHelp and HtmlHelp index entry links.
* 792: Include "sphinx-apidoc" in the source distribution.
* 797: Don't crash on a misformatted glossary.
* 801: Make intersphinx work properly without SSL support.
* 805: Make the ``Sphinx.add_index_to_domain`` method work correctly.
* 780: Fix Python 2.5 compatibility.
2011-11-28 10:48:25 +00:00
wiz
31bd9e0dc8 Reset maintainer, sketch resigned. 2011-11-28 00:06:17 +00:00
joerg
d51eac1344 Fix build with newer GCC 2011-11-26 17:21:10 +00:00
joerg
84a701617f Fix build with newer GCC versions 2011-11-24 13:32:56 +00:00
shattered
ccb9c09253 PR/45646 -- libplist 1.4 has been released fixing memory leaks and a bug
in writing binary plists.
2011-11-23 23:33:18 +00:00
hubertf
a25f7c1bfe Update to rfc-3.2nb7:
Add patch to see if the downloaded index is compressed,
and if so uncompress it. Gets 'links' working again as
viewer / download tool.
2011-11-23 13:30:30 +00:00
yyamano
80fbfb7e3f Make this build with symlinked pkgsrc directory. 2011-11-22 19:17:19 +00:00
shattered
c133d26ea1 Added textproc/libplist version 1.3 2011-11-21 19:17:40 +00:00
shattered
62343d1bca Import libplist-1.3 as textproc/libplist.
Library for handling Apple Binary and XML Property Lists.
2011-11-21 18:51:37 +00:00
obache
12ff82598b gawk is not required. 2011-11-18 09:01:27 +00:00
sbd
cdc09187f5 Add 'gzip:run' and 'gawk' to USE_TOOLS and pass the real gzip path to
configure as its embedded into installed files.

Bump PKGREVISION
2011-11-18 04:42:22 +00:00
drochner
5d6a259cfc update to 0.6.3
changes:
-minor fix to installed .pc file
-add gtk-doc docs
2011-11-17 12:55:03 +00:00
hiramatsu
768dab11f5 Update p5-Text-Sass to 0.93.
Changes from previous:
0.93 - kicked version number

0.9.3 - downgraded POSIX requirement - RT#72204

0.9.2 - background: url(xxx) no-repeat fix from mk@bluepipe.dk RT#66349

0.9.1 - test fixes - fpu platform differences & RT#63256

0.9 - Function & SCSS support from Bjørn-Olav

0.8 - Flexible indentation fixes, from Bjørn-Olav
      Retain declaration order, from Bjørn-Olav

0.7 - Better whitespace handling. Very hacky though. A handful of new tests.

0.6 - Better nesting, lots of haphazard debugging;
      Thanks to tests & queries from Bjørn-Olav Strand
2011-11-17 07:56:35 +00:00