Commit graph

18097 commits

Author SHA1 Message Date
Dmitry Marakasov
80cc6f31b3 - Update to 7.0
PR:		209783
Submitted by:	takefu@airport.fm (maintainer)
2016-05-27 16:01:40 +00:00
Bartek Rutkowski
2a601770f9 textproc/py-parsimonious: NEW PORT - PEGs based parser in Python
- Add missing textproc/Makefile in 415899 commit
2016-05-26 15:21:52 +00:00
Bartek Rutkowski
bb654b15d8 textproc/py-parsimonious: NEW PORT - PEGs based parser in Python
Parsimonious aims to be the fastest arbitrary-lookahead parser written
in pure Python and the most usable. It's based on parsing expression
grammars (PEGs), which means you feed it a simplified sort of EBNF
notation. Parsimonious was designed to undergird a MediaWiki parser
that wouldn't take 5 seconds or a GB of RAM to do one page, but it's
applicable to all sorts of languages.

WWW: https://pypi.python.org/pypi/parsimonious

PR:		209732
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2016-05-26 15:20:36 +00:00
Rene Ladan
059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00
Sunpoet Po-Chuan Hsieh
9e185cd270 - Update to 2016.05.22 2016-05-25 20:34:14 +00:00
Sunpoet Po-Chuan Hsieh
a9b174a194 - Update to 2016.05.22 2016-05-25 20:34:09 +00:00
Gerald Pfeifer
80a78653c2 Fix typo in pkg-descr: langauges -> languages.
Approved by:	portmgr (blanket)
2016-05-25 19:30:59 +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
fd5b918640 - Mark BROKEN: does not build ("ValueError: too many values to unpack")
Reported by:	pkg-fallout
Approved by:	portmgr blanket
2016-05-25 15:01:43 +00:00
Baptiste Daroussin
963854440c Add a new keywork xmlcatmgr
It simplifies the handling of the XML and SMGL catalog
It brings a big of consistency by always specifying the catalog path absolute
instead of mixing absolute and relative path.
The keyword is also written a PKG_ROOTDIR friendly to simplify cross installing

Reviewed by:	hrs
Differential Revision:	https://reviews.freebsd.org/D6539
2016-05-24 22:32:49 +00:00
William Grzybowski
2195d9d5d3 textproc/py-pysrt: update to 1.1.1 2016-05-24 12:23:04 +00:00
Danilo Egea Gondolfo
13a9f6f908 - Update to 0.9.12 2016-05-24 01:49:06 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +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
Hiroki Sato
c4a91c0bf7 Update to b03c2c9. 2016-05-23 17:46:02 +00:00
Mathieu Arnold
c0b5fd211e Cleanup some other NO_PACKAGE madness.
With hat:	portmgr
Sponsored by:	Absolight
2016-05-23 16:46:36 +00:00
Philippe Audeoud
a0653d30e4 - Update to 1.31 2016-05-23 09:31:28 +00:00
Sunpoet Po-Chuan Hsieh
8912fe7c2e - Update to 1.302015
- Use real PORTVERSION
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Update CONFLICTS_INSTALL
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Test-Simple/Changes
2016-05-23 03:53:19 +00:00
Sunpoet Po-Chuan Hsieh
6ef06c5ca1 - Fix LICENSE
- Update RUN_DEPENDS
2016-05-23 03:52:20 +00:00
Matthew Seaman
d91eb811d5 Reorganise and modernise the py-sqlalchemy ports.
- Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
 - Deprecate the ports for the 0.6 and 0.7 release branches, as these
   have been declared EoL and are no longer supported by upstream.
 - Update to the latest available version in each branch.

In detail:

   Port                 Version Maintainer
   ----------------------------------------------
   py-sqlalchemy06      0.6.9   nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
   py-sqlalchemy07      0.7.10  nivit@FreeBSD.org (renamed py-sqlalchemy, Deprecate 2016-08-20) [1]
   py-sqlalchemy08      0.8.7   nivit@FreeBSD.org (renamed py-sqlalchemy-devel) [1]
   py-sqlalchemy09      0.9.10  m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2]
   py-sqlalchemy10      1.0.13  m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2]

 - Use options-helpers and option dependent make targets.
 - Use autoplist for documents as well as python code
 - Add all the docments to the packages: previously an arbitrary
   subset was added in a way that excluded CSS, images and other HTML
   assets.
 - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST'
   option.
 - Use py-pytest for 0.9.x and later, rather than py-nose.
 - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports.

PR:		191442
Submitted by:	robak
Reviewed by:	robak
Reviewed by:	pi
Approved by:	nivit (maintainer timeout, ~300days) [1]
Approved by:    m.tsatsenko@gmail.com (maintainer) [2]
Sponsored by:	https://reviews.freebsd.org/D908
2016-05-22 10:52:44 +00:00
Carlos J. Puga Medina
87a00ede77 New port: textproc/py-numpydoc
Numpy's documentation uses several custom extensions to Sphinx. These
are shipped in this numpydoc package, in case you want to make use of
them in third-party projects.

WWW: https://github.com/numpy/numpydoc

Submitted by:	cpm
Reviewed by:	amdmi3 (mentor)
Approved by:	amdmi3 (mentor)
Differential Revision:	D6451
2016-05-21 17:43:57 +00:00
Steve Wills
bdf55bfadd textproc/consul-template: update to 0.14.0 2016-05-21 13:46:09 +00:00
Steve Wills
e4f199618b textproc/p5-Algorithm-CheckDigits: update to 1.3.2 2016-05-21 13:03:56 +00:00
Steve Wills
2283eed2b5 textproc/p5-Spreadsheet-Read: update to 0.64 2016-05-21 12:57:02 +00:00
Mathieu Arnold
a104ddaade Fix option helpers.
Sponsored by:	Absolight
2016-05-20 12:47:11 +00:00
Mathieu Arnold
2e601a809d Fix build with Perl 5.25.
Braces should be escaped in regexps.

With hat:	perl@
Sponsored by:	Absolight
2016-05-20 09:30:19 +00:00
Mathieu Arnold
90a1571950 Fix build with Perl 5.25.
Braces should be escaped in regexps.

With hat:	perl@
Sponsored by:	Absolight
2016-05-20 09:30:10 +00:00
Dmitry Marakasov
c4e8da2899 - Add LICENSE
- Switch to options helpers
2016-05-20 09:03:39 +00:00
Jason Unovitch
1d4a461bfe textproc/expat2: update 2.1.0 -> 2.1.1
- Update USES for new release format
- Drop CVE-2015-1283 patch now included in this release
- Add patch for CVE-2016-0718

PR:		209360
Submitted by:	tijl
Approved by:	ports-secteam (with hat)
Security:	CVE-2016-0718
Security:	https://vuxml.FreeBSD.org/freebsd/57b3aba7-1e25-11e6-8dd3-002590263bf5.html
2016-05-20 01:07:16 +00:00
Brad Davis
15b2b0ad97 Add a new port textproc/rubygem-pretty-xml
Approved by:	swills (mentor)
2016-05-19 16:41:23 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Dmitry Marakasov
1f8b48b772 - Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by:	portmgr blanket
2016-05-19 10:53:05 +00:00
Sunpoet Po-Chuan Hsieh
ec46a61732 - Update to 2016.05.15 2016-05-19 03:43:43 +00:00
Sunpoet Po-Chuan Hsieh
0dfb856a13 - Update to 2016.05.15 2016-05-19 03:43:39 +00:00
Sunpoet Po-Chuan Hsieh
cfcaf07e24 - Update to 0.90
Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
2016-05-19 03:42:30 +00:00
Dmitry Marakasov
70e2eaabae - No need to specify master site subdirectory when it's the same as default
Approved by:	portmgr blanket
2016-05-18 14:11:33 +00:00
Hiroki Sato
9be3dbc25e - Update to 160308[*]
- Use DISTVERSION instead of PORTVERSION.
- Remove CONFLICTS.
- Define DOCS.

Submitted by:	pfg [*]
PR:		209287 [*]
2016-05-17 08:27:04 +00:00
Matthew Seaman
f57337c650 Add py-dbfread 2.0.5, read DBF files, returning data as native Python
objects.
2016-05-16 15:12:41 +00:00
Mikhail Teterin
c72273af5b Upgrade from 4.0 to 4.0.1. According to the author's change-log,
this incorporates "various bug-fixes".

Notified by:	portscout
2016-05-16 14:03:15 +00:00
Jimmy Olgeni
0972a7cbe3 Update textproc/the_silver_searcher to version 0.32.0. 2016-05-16 09:52:57 +00:00
Sunpoet Po-Chuan Hsieh
c0c16971c9 - Update to 2.4.1
Changes:	https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md
2016-05-15 16:13:49 +00:00
Sunpoet Po-Chuan Hsieh
2b56cbf0d0 - Update to 4.8.5
Changes:	https://github.com/github/linguist/releases
2016-05-15 16:13:39 +00:00
Sunpoet Po-Chuan Hsieh
3090cfe59b - Update to 2.2.6
Changes:	https://github.com/jekyll/jekyll-assets/commits/master
2016-05-15 16:12:31 +00:00
Babak Farrokhi
10cd13be66 update textproc/erlang-p1xml to 1.1.2
Reviewed by:	bapt
Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D6375
2016-05-15 15:39:00 +00:00
Dmitry Marakasov
fd5ec4fe65 - Add LICENSE_FILE
- Remove unneeed CPP/LDFLAGS
- Switch to options helpers
- Don't needlessly install INSTALL file
2016-05-15 09:03:36 +00:00
TAKATSU Tomonari
ed5a154c43 - Update to 1.4 2016-05-13 23:40:27 +00:00
Baptiste Daroussin
de9ab66a62 Prevent collision with getline(3) 2016-05-13 19:44:21 +00:00
Dmitry Marakasov
23e4272a51 - Update to 0.63 2016-05-12 18:34:46 +00:00
Kris Moore
2de79173f1 - Update to 1.4.1 2016-05-12 15:53:30 +00:00
Steven Kreuzer
5523c43083 Uodate to version 2.0.0 2016-05-12 14:57:19 +00:00
TAKATSU Tomonari
8f7607bb5f - Update to 0.6 2016-05-11 01:08:00 +00:00
Dmitry Marakasov
b93d640fe2 - Add LICENSE
- Add NO_ARCH
- Switch to options helpers
2016-05-10 21:30:47 +00:00
Dmitry Marakasov
c81da4249d - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
2016-05-10 21:30:42 +00:00
Dmitry Marakasov
0ffcbe1ac8 - Fix build with libc++ 3.8.0 by ignoring ETIME errno which does not exist on FreeBSD
PR:		209101
Submitted by:	dim@FreeBSD.org
2016-05-10 18:54:21 +00:00
Dmitry Sivachenko
ca1ef557d1 Update WWW. 2016-05-10 06:00:42 +00:00
Tom Judge
0f3519f967 Add multi instance support for boxes with more that 64Gb RAM 2016-05-10 04:38:12 +00:00
Sunpoet Po-Chuan Hsieh
e7d848cc5e - Add PORTSCOUT 2016-05-09 19:18:10 +00:00
Jan Beich
5b150cfc0b textproc/libextractor: unbreak build with ffmpeg 3.0
thumbnailffmpeg_extractor.c:156:22: error: variable has incomplete type 'enum PixelFormat'
                  enum PixelFormat src_pixfmt,
                                   ^
thumbnailffmpeg_extractor.c:212:40: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'?
               av_malloc (avpicture_get_size (PIX_FMT_RGB24, dst_width, dst_height))))
                                              ^~~~~~~~~~~~~
thumbnailffmpeg_extractor.c:223:19: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'?
                  PIX_FMT_RGB24, dst_width, dst_height);
                  ^~~~~~~~~~~~~
thumbnailffmpeg_extractor.c:258:32: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'?
  encoder_codec_ctx->pix_fmt = PIX_FMT_RGB24;
                               ^~~~~~~~~~~~~
thumbnailffmpeg_extractor.c:455:44: error: argument type 'enum PixelFormat' is incomplete
                          frame->linesize, codec_ctx->pix_fmt,
                                           ^~~~~~~~~~~~~~~~~~
thumbnailffmpeg_extractor.c:630:44: error: argument type 'enum PixelFormat' is incomplete
                          frame->linesize, codec_ctx->pix_fmt,
                                           ^~~~~~~~~~~~~~~~~~

PR:		209121
Reported by:	antoine (via exp-run)
Submitted by:	Ben Woods <woodsb02@gmail.com>
Obtained from:	Debian
2016-05-07 17:21:25 +00:00
Sunpoet Po-Chuan Hsieh
a744a1eabf - Update to 1.11.1
Changes:	http://kramdown.gettalong.org/news.html
2016-05-07 00:17:37 +00:00
Sunpoet Po-Chuan Hsieh
8371a98901 - Update to 2.2.5
Changes:	https://github.com/jekyll/jekyll-assets/commits/master
2016-05-07 00:17:32 +00:00
Sunpoet Po-Chuan Hsieh
446e7c2494 - Update to 4.8.4
Changes:	https://github.com/github/linguist/releases
2016-05-07 00:17:23 +00:00
Kurt Jaeger
bc0b06f38e textproc/fop: 2.0 -> 2.1
Changes:
- http://xmlgraphics.apache.org/fop/2.1/releaseNotes_2.1.html
  Add PreloaderRawPNG to handle images ImageIO cant
  Support Barcode4J page number
  Support CMYK JPEG in AFP
  Support IPD change on last page
  Support PDF/UA
  Support TrueType fonts in PCL
  Support TrueType fonts in AFP
  Support for PDF/A-3

PR:		209023
Submitted by:	delphij
Approved by:	geoff@sea-incorporated.com (maintainer)
2016-05-06 07:16:47 +00:00
Pawel Pekala
2e0545d807 Update to version 3.16.0
Changelog: https://git.gnome.org/browse/meld/tree/NEWS
2016-05-04 16:31:23 +00:00
Dmitry Marakasov
94222bb607 - Add LICENSE
- Switch to options helpers
2016-05-04 09:03:27 +00:00
Rene Ladan
2b569b9b46 Remove expired ports:
2016-04-30 textproc/rubygem-gherkin3: Use textproc/rubygem-gherkin instead
2016-04-30 dns/odsclient: ODS shuts service down, so client is probably useless
2016-05-03 18:00:32 +00:00
Sunpoet Po-Chuan Hsieh
74f2148020 - Update to 2016.05.01 2016-05-02 17:13:27 +00:00
Sunpoet Po-Chuan Hsieh
36bfb763f2 - Update to 2016.05.01 2016-05-02 17:13:23 +00:00
Tilman Keskinoz
fbb7a3a60a Update to 4.11
PR:		209090
Submitted by:	maintainer
2016-05-02 15:04:02 +00:00
Tilman Keskinoz
af372bced7 Cotire compilation speedup fails with upcoming libc++ 3.8.0, so disable it.
Reported by:	dim@
2016-05-02 12:40:09 +00:00
Kurt Jaeger
ad5baacdb4 textproc/ibus: use python:2 instead of python
PR:		208202
Submitted by:	Hiroo Ono <hiroo.ono+freebsd@gmail.com>
Approved by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2016-05-01 14:37:43 +00:00
TAKATSU Tomonari
68c5d954c9 - Update to 0.9.6 2016-05-01 11:01:18 +00:00
Antoine Brodin
a0761372e4 Update to 0.8.5 2016-05-01 08:26:09 +00:00
Antoine Brodin
96d272c0fb Update to 2.3.5 2016-05-01 08:15:37 +00:00
Florian Smeets
14632448b8 Fix the build when libcheck is installed.
The switch to turn the detection off doesn't work, so remove the part from
the Makefile.

PR:		209060
Reported by:	dewayne@heuristicsystems.com.au, w.schwarzenfeld@aon.at,
		Zhang Huangbin <zhb@iredmail.org>
2016-05-01 07:21:56 +00:00
Dmitry Marakasov
446721d6dd - Switch to new test framework
- Don't uselessly install INSTALL file
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-04-30 09:03:25 +00:00
Kurt Jaeger
38233b1c21 textproc/irstlm: Fix build with libc++ 3.8.0
PR:		209103
Submitted by:	dim
Approved by:	demon
2016-04-30 08:18:31 +00:00
John Marino
d0c4d21a83 Change Ada Framework foundation from gcc5-aux to gcc6-aux
GCC 6.1 was released this week.  The Ada Framework in FreeBSD ports has
been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile
via the ADA_DEFAULT option in make.conf.

Now that GCC 6 has been officially released, switch to it by default.
People can maintain the old foundation by putting "ADA_DEFAULT=5" in
/etc/make.conf.

Libraries built by one GNAT are unusable by another, so almost every Ada
port has been bumped as a result.  Noticable exceptions are dns/ironsides
which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which
needs additional testing as it may require gcc5 on FreeBSD (DragonFly
uses the LLVM backend only).
2016-04-30 06:44:27 +00:00
Sunpoet Po-Chuan Hsieh
220a48c361 - Update to 2.2.0
Changes:	https://github.com/jekyll/jekyll-assets/commits/master
2016-04-29 22:43:07 +00:00
Jimmy Olgeni
365ca01467 Update textproc/elasticsearch-plugin-migration to version 1.18. 2016-04-29 10:28:38 +00:00
Steve Wills
89317b0e42 textproc/ruby-rdtool: remove unneeded USE_RAKE 2016-04-28 14:02:21 +00:00
Dmitry Marakasov
1731abc29f - Add LICENSE
- Switch to USES=tar
- Add NO_ARCH
- Switch to options helpers
- Pet portlint
2016-04-28 09:03:22 +00:00
John Marino
72b13c3684 textproc/opentoken: Fix build with gcc6-aux
Submitted by:	upstream maintainer (Stephen Leake)
2016-04-27 22:47:22 +00:00
Steve Wills
462519941e Convert USES=gem:autoplist to USES=gem since autoplist is default 2016-04-27 21:57:31 +00:00
Rene Ladan
c47e1294f6 Do you have smaller Python projects that only need a README file for
documentation? Want to host your README on Read The Docs?

sphinx-me is a BSD licensed tool that will create a Sphinx documentation shell
for your project and include the README file as the documentation index. It
handles extracting the required meta data such as the project name, author and
version from your project for use in your Sphinx docs.

Once you use sphinx-me to build your Sphinx docs, you can then add your project
to the Read The Docs site and have your project's README hosted with an
attractive Sphinx documentation theme.

Your README file should be in a reStructuredText compatible format.

WWW: https://github.com/stephenmcd/sphinx-me/
2016-04-27 18:16:26 +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
Wen Heping
1dfcf60556 - Update to 1.0.2
PR:		209080
Submitted by:	mose@gandi.net(maintainer)
2016-04-27 08:12:27 +00:00
Johan van Selst
6d6f770189 Update to GNU grep 2.25 (bugfix release)
http://lists.gnu.org/archive/html/info-gnu/2016-04/msg00010.html
2016-04-26 21:08:26 +00:00
Mathieu Arnold
ed4d3e8263 Update to 0.3.6-1.
PR:		209052
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-26 12:43:58 +00:00
Jimmy Olgeni
bb436c049c Update textproc/elixir-ex_doc to version 0.11.5. 2016-04-26 10:27:24 +00:00
Dmitry Marakasov
984b385456 - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-04-26 09:03:21 +00:00
Mathieu Arnold
d78beb132c Move MySQL support from bsd.databases.mk to Uses/mysql.mk.
Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2016-04-25 16:17:31 +00:00
Olivier Duchateau
e03664bb7f Update to 0.7.2 2016-04-25 16:15:48 +00:00
Mathieu Arnold
21bc5c0345 Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2016-04-25 16:13:38 +00:00
Mathieu Arnold
81a29ad38e Don't lie about having a configure script.
Reported by:	antoine
Sponsored by:	Absolight
2016-04-25 14:41:38 +00:00
Nicola Vitale
0bbd14293f - Genshi does not yet have a released version supporting Python 3.x,
and it doesn't build with Python 3. So build it with Python 2 only. [1]
- Add NO_ARCH

PR:	205848
Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com> [1]
2016-04-25 14:14:39 +00:00
Nicola Vitale
b36a68c078 - Update to 2.1.3
- Add NO_ARCH

PR:	208752
Submitted by:	olivierd
2016-04-25 14:01:18 +00:00
Sunpoet Po-Chuan Hsieh
e67c2299ed - Update to 2016.04.24 2016-04-25 09:12:25 +00:00
Sunpoet Po-Chuan Hsieh
d8340446c2 - Update to 2016.04.24 2016-04-25 09:12:20 +00:00
Sunpoet Po-Chuan Hsieh
d9d8aa849c - Update to 1.20
- Fix *_DEPENDS
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Pod-Spell/Changes
2016-04-25 09:11:57 +00:00
Sunpoet Po-Chuan Hsieh
ac1bbde5fa - Update to 0.300.2
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/LaTeX-Driver/Changes
2016-04-25 09:11:52 +00:00
Sunpoet Po-Chuan Hsieh
f2db41a77e - Update to 1.01
Changes:	http://search.cpan.org/dist/Validator-Custom/Changes
2016-04-25 09:07:27 +00:00
Vanilla I. Shu
212258b238 Update to 2016.4.2. 2016-04-25 05:27:21 +00:00
Lars Engels
d0a6f52ef9 - Update to 0.9.71
- Build DOCS with dvipsk

PR:		        208983
Submitted by:	maintainer
Sponsored by:	Essen Linuxhotel Hackathon 2016
2016-04-24 09:19:04 +00:00
Matthias Andree
9eb4e1d8b9 Fix up shipped catalog.xml to use the -flat.dtd.
Bump PORTREVISION so that this change gets picked up.
2016-04-23 20:43:14 +00:00
Matthias Andree
a884e95f06 Claim and update to 2010-11-23. 2016-04-23 20:20:40 +00:00
Steve Wills
0c24514553 textproc/ruby-rttool: convert to USES=shebangfix 2016-04-23 17:10:31 +00:00
Steve Wills
fa0627074f textproc/ruby-rss: convert to USES=shebangfix 2016-04-23 17:03:00 +00:00
Florian Smeets
8bea75f711 - update to 0.11.4
- regenerate patches with makepatch

Sponsored by:	Essen Linuxhotel Hackathon 2016
2016-04-23 13:30:33 +00:00
Sunpoet Po-Chuan Hsieh
5d24fffa2d - Update to 2.8.1
Changes:	https://github.com/gitlabhq/grit/blob/master/History.txt
2016-04-23 06:54:10 +00:00
Mathieu Arnold
5d7b880ff0 Move lang/go/files/bsd.go.mk to USES=go.
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6057
2016-04-22 12:40:04 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Adam Weinberger
7e701448de Sort plist. 2016-04-21 15:06:46 +00:00
Adam Weinberger
6671911529 Update to 0.72.
Just strip stuff without chmod'ing first.

Changes: https://metacpan.org/changes/distribution/Text-BibTeX
2016-04-21 15:06:17 +00:00
Sunpoet Po-Chuan Hsieh
f4cc9c1a08 - Update to 2.8.0
Changes:	https://github.com/gitlabhq/grit/blob/master/History.txt
2016-04-20 20:44:06 +00:00
Alex Dupre
421658b00b Update to 2.7.2 release.
PR:		206691
Submitted by:	mi
2016-04-19 16:01:06 +00:00
Sunpoet Po-Chuan Hsieh
d4a5cc5ad7 - Update to 0.5.1
Changes:	https://github.com/jekyll/jekyll-feed/blob/master/History.markdown
2016-04-19 12:57:12 +00:00
Warren Block
7ccb02fc44 Turn the TRANSLATOR option on by default. This adds the PO translation
tools without adding much overhead.

Approved by:	mat
2016-04-18 21:22:46 +00:00
Sunpoet Po-Chuan Hsieh
0364f15402 - Update to 2016.04.17 2016-04-18 17:29:08 +00:00
Sunpoet Po-Chuan Hsieh
eaef9a003a - Update to 2016.04.17 2016-04-18 17:29:03 +00:00
Sunpoet Po-Chuan Hsieh
ad5004b7ef - Update to 0.13
- Add LICENSE_FILE
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Text-Aligner/Changes
2016-04-18 17:28:55 +00:00
Olivier Duchateau
92934501d3 - Update to 2.1.0
- Switch to GitHub host
- Add LICENSE* blob

PR:		208780 (based on, upgrade to 2.0.1)
Submitted by:	myself
Approved by:	<buganini@gmail.com> (maintainer)
2016-04-18 17:14:30 +00:00
Kurt Jaeger
4b204588f7 textproc/apache-poi: 3.10.1 -> 3.14
Changes: http://poi.apache.org/changes.html
- Fix for CVE-2014-3574
- Common: New version of ooxml-schema and ooxml-security jars which
  are linked to custom safe type loader
- Common: OPC relation fix for multiple same named ids (#54916)
- Common: Update third-party dependencies: commons-logging,
  commons-codec, xmlsec, bouncycastle
- Excel: Allow to set multiple cell style properties at once (#58633)
- Excel: Add API for inserting ignored warnings into XSSF sheets.
  This can be used e.g. to suppress 'number stored as text' warnings.
  (#56892)
- Powerpoint: unify hyperlink handling
- HSLF: various fixes for parsing and rendering
- WMF: new API for WMF parsing and rendering (for Powerpoint)
- XWPF: various fixes for handling paragraphs and tables

PR:		207934
MFH:		2016Q2
Submitted by:	pfg
2016-04-17 19:20:56 +00:00
Sunpoet Po-Chuan Hsieh
ab5b7b4f94 - Update to 0.89
Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
2016-04-17 18:40:18 +00:00
Joe Marcus Clarke
cdaab17b0a Update to 2.5.1. 2016-04-17 17:23:40 +00:00
Sunpoet Po-Chuan Hsieh
190ab0ed5c - Remove USE_RAKE 2016-04-16 16:45:48 +00:00
Sunpoet Po-Chuan Hsieh
140396af57 - Update to 0.48.0
Changes:	https://github.com/brigade/scss-lint/blob/master/CHANGELOG.md
2016-04-16 16:45:43 +00:00
Sunpoet Po-Chuan Hsieh
c139b9a4ee - Update to 4.8.3
Changes:	https://github.com/github/linguist/releases
2016-04-16 16:45:39 +00:00
Danilo Egea Gondolfo
4bc0e95ba0 - Update to 3-8-0 2016-04-16 01:28:21 +00:00
Sunpoet Po-Chuan Hsieh
f465b1d43d - Update to 2.1.3
Changes:	https://github.com/jekyll/jekyll-assets/commits/master
2016-04-15 23:11:16 +00:00
Sunpoet Po-Chuan Hsieh
253a9ff393 - Update to 1.36
Changes:	http://search.cpan.org/dist/XML-XPath/Changes
2016-04-15 23:10:39 +00:00
Olivier Duchateau
9ab6a5811e Update to 1.3.1-2 (bugfix) 2016-04-15 20:18:35 +00:00
Sunpoet Po-Chuan Hsieh
87848faed8 - Update to 0.5.0
Changes:	https://github.com/jekyll/jekyll-feed/blob/master/History.markdown
2016-04-14 16:40:50 +00:00
Sunpoet Po-Chuan Hsieh
12fe83697e - Update to 2.4.0
Changes:	https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md
2016-04-14 16:40:45 +00:00
Sunpoet Po-Chuan Hsieh
9799177ac5 - Update to 1.2.1
Changes:	https://github.com/brianmario/escape_utils/releases
		https://github.com/brianmario/escape_utils/commits/master
2016-04-14 16:40:41 +00:00
Sunpoet Po-Chuan Hsieh
1925184a88 - Update to 1.2.1
Changes:	https://github.com/brianmario/escape_utils/releases
		https://github.com/brianmario/escape_utils/commits/master
2016-04-14 16:40:36 +00:00
Sunpoet Po-Chuan Hsieh
71e82e4042 - Update to 1.0.17
- Remove comment

Changes:	https://github.com/elastic/elasticsearch-ruby/blob/master/CHANGELOG.md
2016-04-14 16:40:31 +00:00
Sunpoet Po-Chuan Hsieh
79685969dd - Update to 1.0.17
- Remove comment

Changes:	https://github.com/elastic/elasticsearch-ruby/blob/master/CHANGELOG.md
2016-04-14 16:40:27 +00:00
Sunpoet Po-Chuan Hsieh
12453d32d4 - Update to 1.0.17
- Remove comment

Changes:	https://github.com/elastic/elasticsearch-ruby/blob/master/CHANGELOG.md
2016-04-14 16:40:22 +00:00
Ruslan Makhmatkhanov
7fcba30951 www/zope213: update to 2.13.24 2016-04-14 07:51:26 +00:00
Marcelo Araujo
c27d686994 Update to 2.17. 2016-04-14 04:06:24 +00:00
Jung-uk Kim
1721e5a045 Update to 0.4.3. 2016-04-13 17:26:34 +00:00
Jan Beich
88360e4c12 Consistently prefer ${CONFIGURE_CMD} over ./${CONFIGURE_SCRIPT}
This also fixes SET_LATE_CONFIGURE_ARGS with custom CONFIGURE_CMD.

PR:		208294
Exp-run by:	antoine
Approved by:	portmgr (antoine), perl (mat)
Differential Revision:	https://reviews.freebsd.org/D4158
2016-04-13 10:36:15 +00:00
Steve Wills
a5aebf960e CentOS ports: for c6_64, install 32bit libraries alongside
PR:		206943
Submitted by:	xmj
2016-04-13 01:49:24 +00:00
Mathieu Arnold
ae3e0f8419 Unbreak.
PR:		208721
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-12 15:06:40 +00:00
Sunpoet Po-Chuan Hsieh
5c036bfa96 - Update to 2016.04.10 2016-04-11 17:27:11 +00:00
Sunpoet Po-Chuan Hsieh
226cd5d37a - Update to 2016.04.10 2016-04-11 17:27:06 +00:00
Sunpoet Po-Chuan Hsieh
58af190182 - Mark DEPRECATED and set EXPIRATION_DATE to 2016-04-30 2016-04-11 17:26:34 +00:00
Mathieu Arnold
80e56d317d Fix some strange permissions in the archive that lead to the file being
installed with bad rights, that lead to other ports failing.

PR:		207465
Reported by:	truckman
Sponsored by:	Absolight
2016-04-11 16:16:48 +00:00
Sunpoet Po-Chuan Hsieh
3a14b6cccf - Update to 0.07
Changes:	http://search.cpan.org/dist/XML-SAX-Simple/Changes
2016-04-10 15:31:51 +00:00
Dmitry Sivachenko
5d2983a5a4 Update to version 3.2.1. 2016-04-10 11:58:44 +00:00
Rene Ladan
9776b63bb2 Remove expired ports:
2016-04-10 textproc/p5-ElasticSearch-SearchBuilder: Use textproc/p5-Elasticsearch which is the official client
2016-04-10 textproc/p5-ElasticSearch-legacy: Use textproc/p5-Elasticsearch which is the official client
2016-04-10 textproc/py-openpyxl1: Use textproc/py-openpyxl instead
2016-04-10 11:28:51 +00:00
Steve Wills
77b54036b4 textproc/p5-YAML-Shell: update to 0.70 2016-04-10 02:21:58 +00:00
Steve Wills
f25afb14d2 textproc/p5-XML-RSS: update to 1.59 2016-04-10 01:42:15 +00:00
Steve Wills
207a36cb78 textproc/p5-Spreadsheet-Read: update to 0.63 2016-04-09 22:43:04 +00:00
Jimmy Olgeni
95127d9020 Sort entries. 2016-04-09 19:20:28 +00:00
Jimmy Olgeni
6f91bf02c0 Add textproc/elasticsearch-plugin-migration, a plugin to check if
an ElasticSearch 0.90.x / 1.x cluster is ready for migration to 2.x.
2016-04-09 19:18:52 +00:00
Steve Wills
af840b799c textproc/py-bugzillatools: update to 0.5.5 2016-04-09 14:35:29 +00:00
Steve Wills
b9b9635a46 textproc/asciinema: update to 1.2.0 2016-04-09 14:19:09 +00:00
Sunpoet Po-Chuan Hsieh
3992e74d3b - Update to 1.35
Changes:	http://search.cpan.org/dist/XML-XPath/Changes
2016-04-09 12:30:33 +00:00
Sunpoet Po-Chuan Hsieh
cec07e2081 - Update to 2.14.01
- Fix LICENSE

Changes:	http://tools.ietf.org/tools/idnits/changelog
2016-04-09 12:29:48 +00:00
Sunpoet Po-Chuan Hsieh
50ec199cc0 - Add PORTSCOUT 2016-04-08 16:28:57 +00:00
Sunpoet Po-Chuan Hsieh
f67ed2453e - Update to 6.3.6
Changes:	https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
2016-04-08 16:28:48 +00:00
Sunpoet Po-Chuan Hsieh
6ddc0f96da - Update to 2.0.0
Changes:	http://devel.ringlet.net/textproc/confget/CHANGES
2016-04-08 16:27:51 +00:00
Mathieu Arnold
5567074a86 Update to 2.3.3.
PR:		208617
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-08 12:38:23 +00:00
Jason Unovitch
801bdd90e5 textproc/kibana42: mark DEPRECATED
- Kibana 4.2 will no longer be updated by upstream. Upstream recommends
  using Kibana 4.5 (textproc/kibana45) which is only compatible with the
  current ports version of textproc/elasticsearch2 (Elasticsearch 2.3).

PR:		208494
Submitted by:	Sergey Kozlov <kozlov.sergey.404@gmail.com> (maintainer)
2016-04-08 01:18:03 +00:00
Sunpoet Po-Chuan Hsieh
711c0b8339 - Update to 2016.04.03 2016-04-07 14:55:01 +00:00
Sunpoet Po-Chuan Hsieh
40d9cff087 - Update to 2016.04.03 2016-04-07 14:54:55 +00:00
Wen Heping
1ddd353e16 Zsh-syntax-highlighting enables highlighing of commands whilst they
are typed at an interactive zsh prompt. This helps in reviewing
commands before running them, particularly in catching syntax errors.

WWW: https://github.com/zsh-users/zsh-syntax-highlighting

PR:		208369
Submitted by:	jrm@ftfl.ca
2016-04-06 03:23:41 +00:00
Antoine Brodin
abe2293660 Unbreak at runtime
MFH:	2016Q2
2016-04-05 18:16:46 +00:00
Steve Wills
d1ae9ccf8d Fix patches mangled with gem 2.6.2 update
Pointyhat to:	swills
Reported by:	antoine
2016-04-04 15:37:19 +00:00
Steve Wills
ae54641e2f devel/ruby-gems: Update to 2.6.2
PR:		208371
Submitted by:	wen (partial)
2016-04-04 15:24:52 +00:00
Jason Unovitch
a43f2bf130 textproc/kibana{41,43,44}: update to 4.1.6, 4.3.3, and 4.4.2
- Kibana 4.1 now requires node4 RUN_DEPENDS instead of node010
- Kibana 4.3, 4.4 now are slaves of kibana45 port due to kibana42 being
  no longer maintained
- PORTREVISION deleted due to PORTVERSION bump

PR:		208493
Submitted by:	Sergey Kozlov <kozlov.sergey.404@gmail.com> (maintainer)
2016-04-04 01:39:56 +00:00
Jason Unovitch
4ce158de96 New Port: textproc/kibana45
Repo copy textproc/kibana42 to textproc/kibana45:
- Update PORTVERSION, PKGNAMESUFFIX, RUN_DEPENDS, pkg-plist, and distinfo
  for 4.5.0.

Kibana is an open source (Apache Licensed), browser based analytics and search
dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana
strives to be easy to get started with, while also being flexible and powerful,
just like Elasticsearch.

Kibana 4.5 is compatible with Elasticsearch 2.3.x.

WWW: https://www.elastic.co/products/kibana

PR:		208492
Submitted by:   Sergey Kozlov <kozlov.sergey.404@gmail.com>
2016-04-04 01:28:51 +00:00
Adam Weinberger
da1b079975 Update to 0.26.
Depend on just vim, not ${LOCALBASE}/bin/vim. Add TEST_DEPENDS, NO_ARCH,
and sort plist.

PR:		207893
Approved by:	maintainer timeout (> 3 weeks)
2016-04-02 16:30:12 +00:00
Sunpoet Po-Chuan Hsieh
6652e61a4f - Rename gemspec patch to patch-gemspec
With hat:	ruby
2016-04-02 07:15:16 +00:00
Sunpoet Po-Chuan Hsieh
1eb7bb385e - Update to 0.9008
- Use real PORTVERSION
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/XML-MyXML/Changes
2016-04-02 07:13:18 +00:00
Dmitry Marakasov
cce6716655 - Add NO_ARCH
- Switch to options helpers
- Simplify installation
2016-04-02 02:53:44 +00:00
Dmitry Marakasov
7e8e854d3a - Switch to more correct USES=makeinfo
PR:		208444
Suggested by:	bapt
2016-04-01 20:17:25 +00:00
Dmitry Marakasov
6bd03c7210 - Fix dependency line
Approved by:	portmgr blanket
2016-04-01 20:11:32 +00:00
Dmitry Marakasov
b5b314b4e4 - Add missing dependency on makeinfo, fix build on 11.x
PR:		208444
Submitted by:	felix@palmen-it.de (maintainer)
2016-04-01 20:06:28 +00:00
Dmitry Marakasov
cec7790f61 - Add LICENSE
- Switch to options helpers
2016-04-01 15:58:31 +00:00
Mathieu Arnold
1241e627a8 Update to 0.9.5.
PR:		208213
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-01 15:57:43 +00:00
Dmitry Marakasov
c9836aee6a - Fix license
- Switch to options helpers
2016-04-01 15:49:49 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Mathieu Arnold
999161a9ed Fixup some whitespace at the beginning of lines problems.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:18:17 +00:00
Jimmy Olgeni
fa72fdf8c5 Update textproc/elasticsearch2-plugin-sql to version 2.3.0.0. 2016-04-01 05:45:33 +00:00
Tom Judge
1ccf49f987 New port textproc/py-toronado 0.0.7
Fast lxml-based CSS stylesheet inliner.

WWW: https://pypi.python.org/pypi/toronado
2016-04-01 02:45:08 +00:00
Rene Ladan
6e48d4de6c Remove expired ports:
2016-03-31 databases/rubygem-after_commit_queue-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 textproc/rubygem-jekyll-assets1: Use textproc/rubygem-jekyll-assets instead
2016-03-31 devel/rubygem-sprockets-rails-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 mail/rubygem-actionmailer41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 databases/rubygem-activemodel41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 devel/rubygem-activesupport41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 www/rubygem-actionpack41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 devel/rubygem-actionview41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 databases/rubygem-paranoia-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 databases/rubygem-activerecord41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 textproc/rubygem-sass-rails4-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 www/rubygem-turbolinks-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 devel/rubygem-omniauth_crowd-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 devel/rubygem-coffee-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 www/rubygem-railties41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 devel/rubygem-jbuilder-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 textproc/py-genshi-devel: The port is no longer updated and behind the main genshi port
2016-03-31 20:54:10 +00:00
Muhammad Moinur Rahman
92aea8a8aa textproc/groonga: Update version 6.0.0=>6.0.1 2016-03-31 17:42:25 +00:00
Tom Judge
e7a86fc7ce Update to 2.3
Changes: https://www.elastic.co/guide/en/elasticsearch/reference/2.3/release-notes-2.3.0.html
2016-03-31 17:09:27 +00:00
Sunpoet Po-Chuan Hsieh
b4afc2f32d - Update to 1.1.2
- Update RUN_DEPENDS: remove PORTSDIR

Changes:	https://github.com/zdavatz/spreadsheet/blob/master/History.md
2016-03-31 15:40:35 +00:00
Sunpoet Po-Chuan Hsieh
3479202335 - Update to 3.4.22
Changes:	https://github.com/sass/sass/blob/stable/doc-src/SASS_CHANGELOG.md
		http://sass-lang.com/documentation/file.SASS_CHANGELOG.html
2016-03-31 15:40:31 +00:00
Sunpoet Po-Chuan Hsieh
cf79c55316 - Update to 4.8.2
- Update RUN_DEPENDS: remove PORTSDIR

Changes:	https://github.com/github/linguist/releases
2016-03-31 15:40:26 +00:00
Mathieu Arnold
5ef60cf65d Cleanup dependencies on lang/p5-Scalar-List-Utils.
The different cases are:

- Only bring it if the one bundled with Perl is outdated.
- The version bundled with all our Perl is sufficient.
- Scalar-List-Util is not really needed by the port.
  (looking for /(Sub|Scalar|List)::Util/ returns nothing.)

While there, do some minor cleanup that caught my eye.

PR:		208378
With hat:	perl@
Sponsored by:	Absolight
2016-03-31 15:23:13 +00:00
Lars Thegler
a335fc0fab - add missing dependency
Prompted by: pkg-fallout
2016-03-31 05:03:27 +00:00
Jimmy Olgeni
fc82b8518b Update textproc/elasticsearch2-plugin-sql to version 2.2.1.0. 2016-03-30 18:35:47 +00:00
Jimmy Olgeni
30456ee194 Update textproc/elasticsearch-plugin-sql to version 1.4.9. 2016-03-30 18:28:52 +00:00
Lars Thegler
49afe4627b - update to 1.000
- distribute maintainership
2016-03-30 18:06:47 +00:00
Lars Thegler
dd99ca5479 - update to 1.19
- distribute maintainership
2016-03-30 17:59:15 +00:00
Jimmy Olgeni
0d2f254ce9 Update textproc/py-elasticsearch-py to version 2.3.0.
PR:		208395
Submitted by:	olgeni
Approved by:	maintainer
2016-03-30 15:36:31 +00:00