Commit Graph

2326 Commits

Author SHA1 Message Date
Adam Weinberger
e1edad3316 Update to 2.12.
Changes: https://metacpan.org/changes/distribution/Text-Bidi
2016-10-08 16:48:02 +00:00
Dmitry Marakasov
e10c5944d7 - Update to 2.0
- Add NO_ARCH
- Regenerate patch

PR:		212655
Submitted by:	amdmi3
Approved by:	kcwu@csie.org (maintainer)
2016-10-05 18:16:49 +00:00
Olivier Duchateau
712b3380fa - Update to 1.19
- Replace CPPFLAGS and LIBS by USES= localbase

PR:		212579
Submitted by:	myself (olivierd@)
Approved by:	<never@nevermind.kiev.ua> (maintainer, timeout > 3 weeks)
2016-10-04 17:01:41 +00:00
Emanuel Haupt
52f16f91be - Unbreak
- Relocate to github
2016-10-02 19:58:57 +00:00
Jan Beich
beae4033a0 converters/p5-LaTeXML: chase r358922 2016-09-28 07:15:56 +00:00
Torsten Zuehlsdorff
d9bd705a58 lang/php56: Update from 5.6.25 to 5.6.26
Security:    CVE-2016-7416
Security:    CVE-2016-7412
Security:    CVE-2016-7414
Security:    CVE-2016-7417
Security:    CVE-2016-7411
Security:    CVE-2016-7413
Security:    CVE-2016-7418

MFH:         2016Q3
Approved by: swills (mentor)
2016-09-23 08:26:44 +00:00
Torsten Zuehlsdorff
ad86e61f50 lang/php70: Update from 7.0.10 to 7.0.11
Security:    CVE-2016-7416
Security:    CVE-2016-7412
Security:    CVE-2016-7414
Security:    CVE-2016-7417
Security:    CVE-2016-7413
Security:    CVE-2016-7418

MFH:         2016Q3
Approved by: pi (mentor)
2016-09-21 15:43:47 +00:00
TAKATSU Tomonari
d58f12b9d7 - Update to 1.1 2016-09-17 08:29:41 +00:00
Adam Weinberger
ac3a76bbe1 Update p5-Sereal and friends to 3.015.
While here, a number of Makefile tweaks, including a little
more info in the descrs, meta::cpan instead of cpan for WWW,
and a number of formatting tweaks.

Also, given that p5-Sereal, -Decoder, and -Encoder all have
the same tests, it's really no benefit to making -Decoder
and -Encoder register TEST_DEPENDS on each other. Tests for
just that module work for 'make test', and the full suite
can be run by doing 'make test' in the main p5-Sereal port.

Also, take maintainership. This is the third PR that's timed
out, and I have sent multiple direct emails with each one.
kuriyama's last commit to this port was nearly 2 years ago.
I am considering this port abandoned. I'd like to thank
kuriyama for creating these ports and looking after them
for over 3 and a half years!

PR:		212316
Approved by:	maintainer timeout
2016-09-15 02:02:48 +00:00
Steve Wills
149ba7338a Unmark broken on powerpc64
These ports built successfully
2016-09-15 01:41:28 +00:00
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00
Mark Felder
0ae71182a4 converters/p5-Bencode: Update BUILD_DEPENDS
Reported by:	mat
2016-09-13 14:22:07 +00:00
Mark Felder
628578572a This module implements the BitTorrent *bencode* serialisation format, as
described in <http://www.bittorrent.org/beps/bep_0003.html#bencoding>.

WWW: http://search.cpan.org/dist/Bencode/
2016-09-12 19:44:03 +00:00
Wen Heping
3cf4286ff9 - Update to 2.10
Changes: http://cpansearch.perl.org/src/GAAS/Unicode-String-2.10/Changes
2016-09-12 00:54:03 +00:00
Emanuel Haupt
d5c89b234b Mark NO_ARCH 2016-09-10 14:14:08 +00:00
John Marino
9236346720 converters/wkhtmltopdf: Document SSL build requirement
Approved by:	SSL blanket
2016-09-09 23:27:41 +00:00
Olivier Duchateau
548adee57e Chase update of Poppler after revision r421386 2016-09-05 20:02:03 +00:00
Torsten Zuehlsdorff
a6bc455d6d lang/php56: Update from 5.6.24 to 5.6.25
PR:           212183
Submitted by: Kurt Jaeger <pi@FreeBSD.org>
Approved by:  pi (mentor)
2016-08-30 12:55:20 +00:00
Mathieu Arnold
81324366be Change www/php*-session's priority to be loaded before most other PHP extensions.
Many PHP extensions were adding a build dependency on session, so that
it was loaded first.  This is now no longer needed, we have a nice
framework handle the extensions ordering.

PR:		203741
Sponsored by:	Absolight
2016-08-09 14:29:13 +00:00
Mathieu Arnold
aef5a66670 Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
2016-08-03 12:47:05 +00:00
Rene Ladan
78450f0a5d Reset miwi@'s ports, he stepped down from the Ports Team.
With hat:	portmgr-secretary
2016-07-25 20:01:02 +00:00
TAKATSU Tomonari
2e2a564b57 - Add new port: converters/R-cran-base64enc
This package provides tools for handling base64 encoding. It is
  more flexible than the orphaned base64 package.

  WWW: https://cran.r-project.org/web/packages/base64enc/
2016-07-21 12:38:10 +00:00
Mathieu Arnold
e50dc2a336 Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
2016-07-20 15:33:20 +00:00
TAKATSU Tomonari
a7df0d2cad - Update to 1.0
- Add "compiles" argument to USES=cran
2016-07-18 21:01:10 +00:00
Carlos J. Puga Medina
11dcb7edab - Update to 0.8.2
- Update MAINTAINER to my @FreeBSD.org address
- Add p5-Text-Unidecode to BUILD_DEPENDS
- Fix LICENSE
- Add NO_ARCH
- Update PORTDOCS
- Silence MKDIR command
- Update and sort pkg-plist

Changelog:
  http://dlmf.nist.gov/LaTeXML/Changes

Reviewed by:	amdmi3, feld (mentors)
Approved by:	feld (mentor)
Differential Revision:	D7183
2016-07-13 20:48:37 +00:00
Mathieu Arnold
518b213f07 Always use libiconv, which has all the functions.
PR:		210848
Submitted by:	Marcin Gryszkalis
Sponsored by:	Absolight
2016-07-05 20:26:13 +00:00
Martin Matuska
8c8c4d9eb8 Update converters/wkhtmltopdf to 0.12.3.2 2016-07-04 20:44:22 +00:00
Mathieu Arnold
dca255c3ce Convert USE_PHP*=yes into USES=php*
PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
2016-06-28 14:00:45 +00:00
Sunpoet Po-Chuan Hsieh
d604c3474d - Update to 3.0217
Changes:	http://search.cpan.org/dist/Cpanel-JSON-XS/Changes
2016-06-26 17:13:59 +00:00
Pawel Pekala
9dabc35adb Fast, standard compliant Bencode serialization.
WWW: https://pypi.python.org/pypi/better-bencode

PR:		209795
Submitted by:	Neel Chauhan <neel@neelc.org>
2016-06-22 17:23:19 +00:00
TAKATSU Tomonari
bf494b0b3a - Update to 0.9.22 2016-06-17 02:48:29 +00:00
Renato Botelho
1a4352e9d4 Update converters/tnef to 1.4.12
Sponsored by:	Rubicon Communications (Netgate)
2016-06-11 15:31:30 +00:00
TAKATSU Tomonari
051e29fecc - Update to 0.9.21 2016-06-05 21:15:20 +00:00
Kurt Jaeger
28a6587871 New port: converters/rubygem-base32
Ruby extension for base32 encoding and decoding

WWW: https://rubygems.org/gems/base32/

PR:		209901
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
2016-06-05 18:16:59 +00:00
Mathieu Arnold
77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +00:00
Mathieu Arnold
00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00
Dmitry Marakasov
54a08f6954 Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by:	portmgr blanket
2016-05-23 18:36:52 +00:00
Sunpoet Po-Chuan Hsieh
154634b8f4 - Update to 0.56
Changes:	http://search.cpan.org/dist/JSON-Tiny/Changes
2016-05-23 03:50:15 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
TAKATSU Tomonari
63292e0f9a - Update to 0.9.20 2016-05-13 12:37:41 +00:00
Sunpoet Po-Chuan Hsieh
d9e91a6721 - Update to 0.55
Changes:	http://search.cpan.org/dist/JSON-Tiny/Changes
2016-04-28 19:03:59 +00:00
Steve Wills
462519941e Convert USES=gem:autoplist to USES=gem since autoplist is default 2016-04-27 21:57:31 +00:00
Steve Wills
b3e8fe8d85 create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
2016-04-27 16:36:41 +00:00
Sunpoet Po-Chuan Hsieh
4a7a11207d - Update to 2.27400
Changes:	http://search.cpan.org/dist/JSON-PP/Changes
2016-04-25 09:07:12 +00:00
Sunpoet Po-Chuan Hsieh
a50623a371 - Update BROKEN: use lowercase for leading character 2016-04-23 06:48:33 +00:00
Sunpoet Po-Chuan Hsieh
35d54f9f65 - Remove outdated PERL_LEVEL check 2016-04-23 06:47:13 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
John Marino
cae7b21042 converters/uudx: restore DragonFly support
The new patch needs the check __DragonFly__ definition too.
2016-04-18 10:11:26 +00:00
Muhammad Moinur Rahman
ad78187cc6 converters/p5-MIME-Base32: Update version 1.02a=>1.301
- Mark NO_ARCH as there is no ARCH dependent files
2016-04-17 14:19:19 +00:00
Sunpoet Po-Chuan Hsieh
2cd6243cf4 - Add LICENSE_FILE 2016-04-15 23:09:54 +00:00