Commit graph

18194 commits

Author SHA1 Message Date
John Marino
db5323ba58 textproc/cmark: Prevent building port twice when running tests
PR:		212393
submitted by:	maintainer
2016-09-05 22:57:56 +00:00
Tijl Coosemans
1a31bc14a6 - Remove old CONFLICTS.
- Set LICENSE.
- Remove unused pkg-descr.

PR:		211252
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2016-09-05 21:09:22 +00:00
Olivier Duchateau
548adee57e Chase update of Poppler after revision r421386 2016-09-05 20:02:03 +00:00
Tijl Coosemans
82a87de90c - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
- bsd.port.mk:
  - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
  - Put USE_LINUX_PREFIX handling after USES processing.
  - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
    give these variables a different default value.
  - When a package needs to run Linux ldconfig check before installation if
    Linux support is enabled.
- emulators/linux_base-*:
  - Use USES=linux and remove duplication.
  - Remove files/lp.  FreeBSD or CUPS lp(1) should work.
  - Remove files/yp.conf.  No longer seems to be used.
  - Remove pkg-deinstall and move pkg-install into pkg-plist.
  - Update pkg-descr and pkg-message.
  - Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
  to use FreeBSD mkdir so mkdir -p $path creates $path and not
  /compat/linux/$path.

PR:		211645
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-05 19:23:42 +00:00
Antoine Brodin
da5d34c6f8 Use the same PORTVERSION as the one on Pypi
PR:		205762
2016-09-04 10:05:45 +00:00
John Marino
d2b73d7ce8 textproc/libxml2: remove LICENSE block to unbreak libxml2-reference
The addition of the MIT licence block broke at least the
textproc/libxml2-reference port due to how the helper script
bsd.gnome-reference.mk works.  Removed at the request of person that
suggested the license be added [2].

PR:		209806

PR:		212265 [2]
Reported by:	cpm
2016-08-31 20:13:51 +00:00
Jimmy Olgeni
c8ac3eba66 Unbreak textproc/erlang-fast_xml after devel/rebar downgrade. 2016-08-31 13:32:20 +00:00
Jimmy Olgeni
b30b9cb913 Mark as BROKEN due to rebar incompatibility. 2016-08-31 13:01:57 +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
Philippe Audeoud
3986732bbe - Update to 1.34 2016-08-29 09:13:45 +00:00
Dmitry Marakasov
7952845dda - Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
- Cosmetic fixes
2016-08-29 09:01:26 +00:00
Koop Mast
08c94c0300 Update libxml2 to 2.9.4.
Add license block.
Pull extra patch to fix NULL pointer deref. [1]

Changelog:	https://mail.gnome.org/archives/xml/2016-May/msg00023.html

PR:		209806
Submitted by:	pi@
Obtained from:	upstream [1]
MFH:		2016Q3
Security:	e195679d-045b-4953-bb33-be0073ba2ac6
2016-08-28 19:18:20 +00:00
Pawel Pekala
1da53cbcac Update to version 5.5.2
PR:		211286 (based on)
Submitted by:	ari@ish.com.au
2016-08-28 15:53:49 +00:00
John Marino
7140bfc4f1 textproc/soothsayer: sed correct Makefile.in for curses => ncurses 2016-08-28 07:32:40 +00:00
Emanuel Haupt
9bf177c8e7 Add license 2016-08-26 07:12:44 +00:00
Kevin Lo
c2e7736bed Fix the run dependency and install the bash completion file.
PR:	212154
Submitted by:	Tobias Kortkamp <t@tobik.me>
2016-08-26 01:02:36 +00:00
Koop Mast
8c8ff11be0 Backout the update to 3.31 and "update" to 2.29.
This is the last version that doesn't use to_string(). to_string() is a
c++11 function and gcc 4.8 on 9.3-RELEASE, used by compiler:c++11-lib,
doesn't provide this function.

Add small blob mentioning this.
Bump portepoch due to version going back.

Reported by:	pkg-fallout@
2016-08-25 20:46:10 +00:00
Tobias C. Berner
0f583d8700 Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports

At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.

The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].

Changes to the KDE Ports needed by this:

Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
2016-08-24 08:20:31 +00:00
John Marino
21c6f9061b textproc/soothsayer: fix ncurses, missing c++ headers, not jobs safe 2016-08-23 15:58:43 +00:00
Jimmy Olgeni
7f91a64440 Add textproc/erlang-fast_xml, an XML parsing and manipulation library
for Erlang.

(requires erlang.mk from r420660)
2016-08-23 11:10:11 +00:00
Jimmy Olgeni
7498877e9b Add textproc/erlang-p1_utils, an Erlang application containing
utility modules from ProcessOne.
2016-08-23 10:56:48 +00:00
Dmitry Marakasov
63dc8aecfe - Add enchant php55/php56/php70 extension
PR:		208828
Submitted by:	daniel@blodan.se
Approved by:	maintainer timeout (ale, 4 months)
2016-08-23 10:54:49 +00:00
Dmitry Marakasov
9b29e2f599 - Add LICENSE_FILE
- Switch to options helpers
2016-08-22 09:01:16 +00:00
Jimmy Olgeni
75c86ef90a Update textproc/py-elasticsearch-py to version 2.4.0; add NO_ARCH.
PR:		211986
Submitted by:	olgeni
Approved by:	maintainer
2016-08-21 13:06:00 +00:00
Ruslan Makhmatkhanov
8717b0418e textproc/py-wstools: update to 0.4.4 2016-08-21 13:04:15 +00:00
Dmitry Marakasov
f6bf35dd1f - Add NO_ARCH
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-08-21 09:01:13 +00:00
TAKATSU Tomonari
12d68db1b7 - Update to 1.1.0
- Update WWW: in pkg-descr
2016-08-21 06:07:40 +00:00
Koop Mast
99f959d4d9 Add back LOCALBASE replace which was accidently hardcoded in the update.
Reported by:	adamw@
2016-08-20 20:29:29 +00:00
Koop Mast
ab152d3e31 Update highlight to 3.31.
Strip binary.
2016-08-20 19:07:44 +00:00
Dmitry Sivachenko
e5348c8020 Update to version 1.3.1 2016-08-20 12:27:56 +00:00
Dmitry Marakasov
ad72d88061 - Update to 20160816
- Add NO_BUILD
- Optionize DOCS

PR:		211955
Submitted by:	jrm@ftfl.ca (maintainer)
2016-08-19 11:49:09 +00:00
Tobias C. Berner
2507d416d2 Switch to USES+=
textproc/uim sets
   USES=foo bar
however, this overrides the values set in child ports like
   textproc/uim-kde4
which will require a USES=kde:4 in the future.

PR:		211558
Approved by:	maintainer timeout (15 days), rakuco (mentor)
2016-08-18 10:06:27 +00:00
Dmitry Marakasov
669b24a7e5 - Update to 0.13.4
- Add TMUX option
- While here, add LICENSE_FILE

PR:		211865
Submitted by:	sascha@root-login.org (maintainer)
2016-08-17 11:45:22 +00:00
Johan van Selst
d4c1b7747a Update to GNU diff 3.4
mostly bugfixes. new feature --color
http://lists.gnu.org/archive/html/bug-diffutils/2016-08/msg00028.html
2016-08-16 11:00:26 +00:00
Mathieu Arnold
ae925f0894 Remove duplicate ports.
Sponsored by:	Absolight
2016-08-15 17:12:18 +00:00
Pawel Pekala
1552615f98 Register conflict, both ports install exact same files 2016-08-15 16:08:27 +00:00
Wen Heping
35af5580a7 - Update to 20160806
Changes: http://search.cpan.org/src/MSCHWERN/URI-Find-20160806/Changes
- Add LICENSE
2016-08-14 07:40:16 +00:00
Wen Heping
c665df1f34 Update to 1.20
Changes: http://cpansearch.perl.org/src/SARGIE/RTF-Tokenizer-1.20/CHANGES
2016-08-14 07:31:49 +00:00
Pawel Pekala
54c82eb925 FZF is a general-purpose command-line fuzzy finder.
WWW: https://github.com/junegunn/fzf/

PR:		211661
Submitted by:	Sascha Holzleiter <sascha@root-login.org>
2016-08-12 16:41:49 +00:00
Tom Judge
c57718fd6c Update to 2.03
Changes: http://cpansearch.perl.org/src/DRTECH/Search-Elasticsearch-2.03/Changes
2016-08-12 15:57:41 +00:00
Warren Block
7681aa75fe Add missing gettext-tools dependency.
PR:		211597
Approved by:	koobs
MFH:		2016Q3
Sponsored by:	iXsystems
2016-08-12 15:37:41 +00:00
Olivier Duchateau
852fbffa57 Update to 1.8.2 2016-08-11 16:30:20 +00:00
Steve Wills
5a7483b422 textproc/consul-template: Update to 0.15.0 and add rc.d script
PR:		211492
Submitted by:	Douglas Thrift <douglas@douglasthrift.net>
2016-08-10 15:31:45 +00:00
Torsten Zuehlsdorff
b095df1844 textproc/rubygem-rouge: Update from 1.10.1 to 2.0.5
Changes: https://github.com/jneen/rouge/blob/v2.0.5/CHANGELOG.md

Approved by: swills (mentor)
2016-08-10 14:22:05 +00:00
Wen Heping
fc0803fb72 - Update to 1.131
Changes: http://cpansearch.perl.org/src/SHLOMIF/Text-Table-1.131/Changes
2016-08-10 14:17:49 +00:00
TAKATSU Tomonari
bddbddfd1e - Update to 0.2 2016-08-10 10:53:31 +00:00
Jimmy Olgeni
10c2b53cf1 Sort category Makefiles. 2016-08-10 10:19:22 +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
Dmitry Marakasov
a86b06f9cd - Fix license
- Switch to options helpers
2016-08-09 09:01:04 +00:00
Muhammad Moinur Rahman
29a88b5cc6 textproc/groonga: Update version 6.0.5=>6.0.7 2016-08-08 22:57:50 +00:00
Emanuel Haupt
72ec2b1931 - Pacify portlint
- Register missing LIB_DEPENDS
- Register missing USE* flags
2016-08-08 14:58:23 +00:00
Mathieu Arnold
f037e39601 USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx  -> USES=bdb:xx.

Other modernisations when I see them.

PR:		209183
Sponsored by:	Absolight
2016-08-08 13:46:50 +00:00
Jimmy Olgeni
af2fab98a9 Update textproc/kibana45 to 4.5.4.
PR:		211594
Submitted by:	olgeni
Approved by:	maintainer
2016-08-07 12:14:30 +00:00
Jimmy Olgeni
0dac612f82 Update textproc/kibana41 to 4.1.11.
PR:		211593
Submitted by:	olgeni
Approved by:	maintainer
2016-08-07 09:56:19 +00:00
Carlos J. Puga Medina
482c989657 - Update to 0.21.9
- Add USE_AUTOTOOLS=automake
- Cosmetic changes

- Support EndNote reference citations in convert.c
- Improved handling of some tables
- Fixed --text processing broken in 0.21.8 - outputs/text.conf

PR:	211129
Submitted by:	maintainer
Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
2016-08-06 02:31:15 +00:00
Warren Block
668f997b4a Upgrade textproc/igor to 1.589. portlint reports "looks fine."
Approved by:	koobs
2016-08-05 14:16:57 +00:00
John Marino
f858881db9 multimedia ... sysutils: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Note that it's pulled in by a non-default option.

Approved by:	infrastructure blanket (removal of redundant deps)
2016-08-04 04:36:54 +00:00
Pawel Pekala
e8c5d34012 Update to version 2016.07.21
PR:		211547
Submitted by:	Eero Hanninen (maintainer)
2016-08-03 20:17:48 +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
Philippe Audeoud
18dff16bdb - Update to 1.33 2016-08-03 09:37:48 +00:00
Danilo Egea Gondolfo
7f5840ad26 - Install examples files by default
Suggested by:	Kostas Oikonomou <k.oikonomou@att.net>
2016-08-03 02:08:46 +00:00
Dmitry Marakasov
4bbb17d1b0 - Add LICENSE
- Add NO_ARCH
- Pet portlint
- Switch to options helpers
2016-08-02 09:00:58 +00:00
Steve Wills
20186de031 textproc/py3-asciinema: revive and update port
Upstream switched back to python and only supports python 3.x, so revive the
python version of this port and update it. While here, mark the old version
deprecated and create the py3?-requests ports needed as dependencies.
2016-08-01 22:26:57 +00:00
Tijl Coosemans
21653fcc78 Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH when setting DISTINFO_FILE
and PLIST for Linux ports.  LINUX_RPM_ARCH is the CPU targetted by a
package and LINUX_REPO_ARCH is like our ARCH which is more suitable.  This
only affects Centos 6 ports because they are the only ones where
LINUX_REPO_ARCH != LINUX_RPM_ARCH.
2016-08-01 13:07:14 +00:00
Danilo Egea Gondolfo
4dbd9a286e - Update to 2.29 2016-07-31 01:37:12 +00:00
Pawel Pekala
7ffffa9b50 Fcitx support for Qt5
WWW: https://github.com/fcitx/fcitx-qt5

PR:		211378
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-07-30 20:29:57 +00:00
Pawel Pekala
0005fad06a Update to version 3.16.2
- Fix performance regression in text filtering
- Fix regression in respecting custom text encoding
2016-07-30 15:41:35 +00:00
Matthew Seaman
93178b97c5 Update to 2.2.11
ChangeLog: http://sphinxsearch.com/blog/2016/07/26/sphinx-2-2-11-release/
2016-07-27 17:02:30 +00:00
Tobias C. Berner
c1ff5bbef3 Update graphics/exiv2 to 0.25.
As there is an shlib version bump, bump them portrevision of dependent ports.

While doing so, also switch to the cmake build system, as it requires less
patching and is easier to handle.

PR:             211329
Reviewed by:    mat, rakuco, kwm
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D7283
2016-07-27 10:22:26 +00:00
Dmitry Marakasov
f125e77708 - Switch to options helpers
- Add NO_ARCH
2016-07-27 09:00:56 +00:00
Mark Felder
155965c854 textproc/xerces-c3: Update to 3.1.4
Changelog:	https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12336069

PR:		211023
MFH:		2016Q3
2016-07-26 16:05:23 +00:00
Muhammad Moinur Rahman
c51b934356 textproc/groonga: Update version 6.0.4=>6.0.5
- Added USES=execinfo libedit
2016-07-26 00:34:07 +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
Pawel Pekala
2ebba669b4 - Update to 2016.5.29
- Add missing license to the port: GPLv3+
- Set to architecture neutral
- Move URL(outdated) to PyPI, fix typo
- Take maintainership

Changelog:
- Default image alt text option created and set to a default of
  empty string "" to maintain backward compatibility
- Fix #136: --default-image-alt now takes a string as argument
- Fix #113: Stop changing quiet levels on /script tags.

PR:		211311
Submitted by:	Danilo G. Baio
2016-07-24 20:27:16 +00:00
Baptiste Daroussin
13c829ef92 Update to 1.4
* Fix a bug in rendering nested block lists
* Fix build with GCC 6 and other minor warnings
* Build a static library too
* Significantly improve documentation
* Improvement of mkd2man
* Add an amalgamation (C sources to include directly in a project)
  (not included in the port though)

PR:		211330
Submitted by:	Natacha Porté <natbsd@instinctive.eu> (maintainer & upstream)
2016-07-24 09:38:09 +00:00
Dmitry Marakasov
bd9a350e91 - License
- Switch to options helpers
- Cosmetic fixes
- Update WWW
- Regenerate patches with `make makepatch`
2016-07-23 09:00:54 +00:00
TAKATSU Tomonari
bc4899f2fe - Update to 1.0 2016-07-22 11:05:46 +00:00
Dirk Meyer
3561a46f28 - update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
2016-07-20 09:33:31 +00:00
Ulrich Spörlein
c063cf47b8 Update mandoc to 1.13.4 2016-07-19 14:41:48 +00:00
Mathieu Arnold
f899c758a6 When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-19 11:04:13 +00:00
Jimmy Olgeni
71aaf6eda5 Update textproc/kibana45 to version 4.5.3.
PR:		211193
Submitted by:	olgeni
Approved by:	maintainer
2016-07-19 09:11:45 +00:00
Jimmy Olgeni
5c4ae509ca Update textproc/kibana41 to version 4.1.10.
PR:		211192
Submitted by:	olgeni
Approved by:	maintainer
2016-07-19 09:10:59 +00:00
Jan Beich
c02ff86a83 Invoke pytest from within desired python version
When testing a port for a non-default python py.test may fail to find
dependencies for default version because they weren't built e.g.,

$ make test PYTHON_VERSION=python3.5 -C devel/py-apscheduler
[...]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/_pytest/config.py", line 319, in _importconftest
    mod = conftestpath.pyimport()
  File "/usr/local/lib/python3.5/site-packages/py/_path/local.py", line 650, in pyimport
    __import__(modname)
  File "/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py", line 8, in <module>
    from apscheduler.job import Job
  File "/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/apscheduler/job.py", line 4, in <module>
    import six
ImportError: No module named 'six'
ERROR: could not load /usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py

Approved by:	portmgr blanket
2016-07-18 16:15:01 +00:00
TAKATSU Tomonari
175b8119b1 - Update to 1.0.0
- Fix LICENSE section
2016-07-18 14:31:47 +00:00
Jimmy Olgeni
efdb04c866 Update textproc/elixir-ex_doc to version 0.13.0. 2016-07-18 11:26:38 +00:00
Julien Laffaye
f02d0d4f30 Update to 20160702 snapshot
PR:		210976
Submitted by:	cs
2016-07-17 19:31:35 +00:00
Pawel Pekala
9d939183d3 USES=python is correct way to define test dependency
Reported by:	adamw
2016-07-16 20:58:24 +00:00
Pawel Pekala
6d7b98bc3b - Update to version 0.26.1 [1]
- Parametrize port version in pkg-plist

PR:		211156 [1]
Submitted by:	Tobias Kortkamp (maintainer) [1]
2016-07-16 20:04:27 +00:00
Tobias C. Berner
8a78e07dda Chase r418633 by removing the PERL dependant files from the plist.
Approved by:	rakuco (mentor)
2016-07-16 14:31:51 +00:00
Tobias C. Berner
2631cf80eb textproc/redland-bindings perl-binding has been broken
for a long time. As there are no bug reports concering
it -- and therefore no users, simply remove it, rather
than investing time to fix it.

It does not build with at least perl-5.20.
  1) it #udefs bool in CORE_wrap.c and then has issues with bool not being defined...
     ==> we could just remove the #undef similar to patch-SAML_wrap.c of security/p5-Net-SaML
         introduced in pr 194865 .
  2) it fails to link against -lperl as /usr/local/lib/perl5/5.20/mach/CORE is not passed
     to the linker.

Approved by:	rakuco (mentor)
2016-07-16 14:24:24 +00:00
Kurt Jaeger
e39c008565 New port: textproc/py-guess-language
Attempts to determine the natural language of a selection of Unicode
(utf-8) text. Based on guesslanguage.cpp by Jacob R Rideout for KDE
which itself is based on Language::Guess by Maciej Ceglowski. Detects
over 60 languages, all languages listed in the trigrams directory
plus Japanese, Chinese, Korean and Greek.

WWW: https://pypi.python.org/pypi/guess-language

PR:		211058
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2016-07-15 17:29:26 +00:00
Kurt Jaeger
731f924cec New port: textproc/py-esmre
Modules used to accelerate execution of a large collection
of regular expressions using the Aho-Corasick algorithms.

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

PR:		211057
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2016-07-15 17:15:19 +00:00
Antoine Brodin
a818b9c2f4 Update to 0.9.3 2016-07-13 16:59:13 +00:00
Pawel Pekala
777736cb52 Update pkg-message
The check for the minimum Zsh version is built in to the port and there
is no need to specify DATADIR, since it's already substituted in the message.

PR:		210930
Submitted by:	maintainer
2016-07-12 17:16:44 +00:00
Raphael Kubo da Costa
1aed985e48 Set NO_ARCH=yes.
The port only installs an Emacs Lisp file.

PR:		210962
Approved by:	olgeni (maintainer)
MFH:		2016Q3
2016-07-11 21:06:10 +00:00
Pawel Pekala
c803bba82e Update to version 1.0.3
Changelog:
https://github.com/xijo/reverse_markdown/blob/master/CHANGELOG.md

PR:		210949
Submitted by:	maintainer
2016-07-11 19:49:18 +00:00
Pawel Pekala
99d0137832 - Update to version 20160708, add NO_ARCH [1]
- Fix spelling

PR:		210930 [1]
Submitted by:	maintainer [1]
2016-07-10 20:36:35 +00:00
Wen Heping
dacd60092a - Update to 0.76
Changes: http://cpansearch.perl.org/src/AMBS/Text-BibTeX-0.76/Changes
2016-07-10 07:21:17 +00:00
Tijl Coosemans
8d1a1842e2 Update to 2.2.0.
PR:		210531
Approved by:	maintainer timeout (2 weeks)
2016-07-08 10:03:46 +00:00
Baptiste Daroussin
0a2fe08119 Fix distinfo after r418169
PR:		210896
Submitted by:	lightside@gmx.com
Pointyhat to:	bapt
2016-07-07 22:33:21 +00:00