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>
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
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
- 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
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
- 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
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
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-04-30 textproc/rubygem-gherkin3: Use textproc/rubygem-gherkin instead
2016-04-30 dns/odsclient: ODS shuts service down, so client is probably useless
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).
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/
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
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
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]
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-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
- 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)
- 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)
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-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
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