1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

1838 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
88967f8668 - Add p5-JSON-MaybeXS 1.000000
JSON::MaybeXS tries to load Cpanel::JSON::XS, and if that fails instead tries to
load JSON::PP. If neither is available, an exception will be thrown.

It then exports the encode_json and decode_json functions from the loaded
module, along with a JSON constant that returns the class name for calling new
on.

WWW: http://search.cpan.org/dist/JSON-MaybeXS/
2013-11-06 18:57:15 +00:00
Sunpoet Po-Chuan Hsieh
f938e2c7bb - Add p5-Cpanel-JSON-XS 2.3403
Cpanel::JSON::XS converts Perl data structures to JSON and vice versa. Its
primary goal is to be correct and its secondary goal is to be fast. To reach the
latter goal it was written in C.

As this is the n-th-something JSON module on CPAN, what was the reason to write
yet another JSON module? While it seems there are many JSON modules, none of
them correctly handle all corner cases, and in most cases their maintainers are
unresponsive, gone missing, or not listening to bug reports for other reasons.

WWW: http://search.cpan.org/dist/Cpanel-JSON-XS/
2013-11-06 18:56:00 +00:00
Guido Falsi
7d08ba8731 - Update to 0.7.17
- Undeprecate
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to USES
- Convert to staging

PR:		ports/183133
Submitted by:	Me
Approved by:	Maintainer timeout
2013-11-06 18:04:20 +00:00
Mathieu Arnold
83507e51c4 Convert to staging, adapted version of the PR.
PR:		ports/183710
Submitted by:	Takefu
2013-11-06 09:26:56 +00:00
Sunpoet Po-Chuan Hsieh
9db02370c3 - Update to 3.01
- Add LICENSE
- Support STAGEDIR
- Remove PORTSCOUT

Changes:	http://search.cpan.org/dist/JSON-XS/Changes
2013-11-02 20:02:48 +00:00
Florian Smeets
f231f04572 - convert php53 ports to STAGE
- convert to new LIB_DEPENDS format
2013-11-01 23:49:56 +00:00
Vanilla I. Shu
4b9ccd4385 Support STAGEDIR. 2013-11-01 14:20:56 +00:00
Renato Botelho
81d5971dc9 . Add LICENSE
. Remove Author:
. Use space on WWW
2013-10-31 23:30:59 +00:00
Alex Dupre
c8e30015e9 Stagify. 2013-10-30 13:32:02 +00:00
Martin Matuska
470e793640 Do not depend on gcc on FreeBSD 9 and lower 2013-10-29 22:32:35 +00:00
Dirk Meyer
f9a95694ae - revert r331810 2013-10-28 20:17:49 +00:00
Dirk Meyer
338eecf237 - use STAGEDIR
- use OPTIONS_DEFINE
2013-10-27 22:29:46 +00:00
Sunpoet Po-Chuan Hsieh
01c11adf03 - Update to 1.00
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/URI-UTF8-Punycode/Changes
PR:		ports/183366
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2013-10-27 17:19:37 +00:00
Jun Kuriyama
20b19e4418 - Upgrade to 0.37. 2013-10-27 10:27:52 +00:00
Jun Kuriyama
55f399f6b3 Fix bugs caused by misunderstanding of staging. 2013-10-26 16:33:19 +00:00
Jun Kuriyama
f67ddc0887 - Upgrade to 2.61. 2013-10-26 15:42:28 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Emanuel Haupt
b6eeafcdd7 Fix package list. 2013-10-25 12:42:00 +00:00
Kubilay Kocak
764becd722 converters/py-unicdecode: Update to 0.04.14, Enable STAGE and auto-plist
- Update to 0.04.14
- Enable auto plist generation & remove pkg-plist accordingly
- Enable STAGE support

While I'm here:

- Whitespace alignment
- Re-order a couple of Makefile entries

Changes: 2013-09-20 unidecode 0.04.14

 * Revert transliteration for Latin characters with umlauts back
   to language-neutral, unaccented characters.
 * Added transliterations for circled numbers, letters and ordinals.
 * Minor fixes to rarely used punctuation characters.

PR:		ports/183136
Submitted by:	Douglas Thrift <douglas@douglasthrift.net>
Approved by:	maintainer
2013-10-24 10:26:07 +00:00
Emanuel Haupt
f4a1e022c0 Support staging. 2013-10-23 20:30:50 +00:00
Ulrich Spörlein
2e790e6f32 Allow users to install converters/libiconv on 10.x systems if they
decided to build world with WITHOUT_ICONV set. There's no need for
this check to be based on OSVERSION.

Some users (i.e. me), report subtle application breakages with the
iconv-from-src that disappear when iconv-from-ports is installed.
Allow for a bridge till these issues are sorted out.

Approved by:	portmgr (bdrewery)
2013-10-23 15:05:04 +00:00
Emanuel Haupt
84040e0860 Support staging. 2013-10-23 10:26:46 +00:00
Mathieu Arnold
ce89a80f59 Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent

I fixed a few PORTDOCS misusage, I'll do a second pass.

With Hat:	perl@
2013-10-22 16:57:44 +00:00
Tijl Coosemans
57a5f71819 - Support staging.
- USES=gmake.
- Make the Requires field private in pkgconfig file.
2013-10-22 15:59:35 +00:00
Martin Matuska
ff9ac28fb2 Compile wkhtmltopdf under FreeBSD 10.x by dependig on gcc
TODO: backport patches from www/qt4-webkit
2013-10-20 19:37:16 +00:00
Sunpoet Po-Chuan Hsieh
05a8f9416a - Update to 2.08
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Text-Bidi/Changes
2013-10-20 11:48:55 +00:00
Sunpoet Po-Chuan Hsieh
ac94cd22b3 - Update to 2.27203
Changes:	http://search.cpan.org/dist/JSON-PP/Changes
2013-10-19 18:38:34 +00:00
Baptiste Daroussin
79238694b3 Deprecated some ports broken for more than 6 month 2013-10-18 07:19:25 +00:00
Dmitry Marakasov
784a05c1a3 - Support staging
- Use new LIB_DEPENDS syntax
- Convert USE_GMAKE to USES
2013-10-17 01:16:42 +00:00
Sunpoet Po-Chuan Hsieh
6dfe64386b - Support STAGEDIR
- Cleanup Makefile
2013-10-06 17:24:06 +00:00
Brendan Fabeny
8e5a6741f5 Update lang/sbcl to 1.1.12 [1] and math/maxima to 5.31.1; adjust
dependent ports

PR:		181545 [1]
2013-10-03 13:47:44 +00:00
Dmitry Marakasov
126e62e044 - Support staging 2013-10-01 05:53:26 +00:00
Dmitry Marakasov
e2071bf47c - Support staging 2013-10-01 05:53:16 +00:00
Sunpoet Po-Chuan Hsieh
054350495e - Support STAGEDIR 2013-09-30 15:11:03 +00:00
Sunpoet Po-Chuan Hsieh
2428e07f54 - Support STAGEDIR 2013-09-30 15:10:58 +00:00
Dmitry Marakasov
68ed39eeef - Support staging 2013-09-28 15:42:18 +00:00
Renato Botelho
48e69d4c11 back to use PORTDOCS 2013-09-27 14:49:58 +00:00
Alex Kozlov
60842bc029 - Support STAGEDIR
- Convert to new LIB_DEPENDS syntax
2013-09-25 13:02:26 +00:00
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +00:00
Renato Botelho
98bc8f9a83 Support staging 2013-09-25 00:37:36 +00:00
Guido Falsi
bd18590ca4 - Add explicit LDFLAGS for iconv
Submitted by:	marino
Approved by:	portmgr (bapt)
2013-09-24 22:53:40 +00:00
Pietro Cerutti
07d6e104eb - Convert to USES+=tk
- Convert to new LIB_DEPENDS format
2013-09-24 16:49:15 +00:00
Vanilla I. Shu
c75087c655 Support stagedir. 2013-09-24 16:05:33 +00:00
Baptiste Daroussin
f45d0a8198 Fix NO_STAGE attribution 2013-09-22 18:05:04 +00:00
Sunpoet Po-Chuan Hsieh
ab1a4ed3be - Update to 11.1
- While I'm here, convert to new LIB_DEPENDS format

Changes:	https://github.com/buganini/gbsdconv/commits/master
PR:		ports/182264
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-09-21 15:42:20 +00:00
Sunpoet Po-Chuan Hsieh
b35e5ff035 - Update to 11.1.0
- While I'm here, convert to new LIB_DEPENDS format

Changes:	https://github.com/buganini/python-bsdconv/commits/master
PR:		ports/182261
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-09-21 15:42:07 +00:00
Sunpoet Po-Chuan Hsieh
78fcfa2114 - Update to 11.1.0
- While I'm here, convert to new LIB_DEPENDS format

Changes:	https://github.com/buganini/ruby-bsdconv/commits/master
PR:		ports/182260
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-09-21 15:42:02 +00:00
Sunpoet Po-Chuan Hsieh
040fb1a796 - Update to 11.1.0
- While I'm here, convert to new LIB_DEPENDS format

Changes:	https://github.com/buganini/php-bsdconv/commits/master
PR:		ports/182259
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-09-21 15:41:58 +00:00
Sunpoet Po-Chuan Hsieh
fcb8b2adba - Update to 11.1.0
- While I'm here, convert to new LIB_DEPENDS format

Changes:	https://github.com/buganini/perl-bsdconv/commits/master
PR:		ports/182257
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-09-21 15:41:53 +00:00
Sunpoet Po-Chuan Hsieh
e7f43cf109 - Update to 11.1
Changes:	https://github.com/buganini/bsdconv/blob/master/Changelog
PR:		ports/182258
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-09-21 15:41:48 +00:00