notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: textproc/Makefile

Number of commits found: 3014 (showing only 100 on this page)

[First Page]  «  6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16  »  [Last Page]

Tuesday, 25 Jul 2017
20:25 jrm search for other commits by this committer
textproc/rubygem-case_transform: Extraction of the key_transform abilities of
ActiveModelSerializers

WWW: https://github.com/NullVoxPopuli/case_transform
Original commitRevision:446623 
Monday, 17 Jul 2017
10:16 tz search for other commits by this committer
New port: textproc/scws

SCWS (Simple Chinese Word Segmentation) is a frequency dictionary based Chinese
word segmentation engine, it can cut a whole section of the Chinese text into
words. Word is the smallest unit of morpheme in Chinese, but in Chinese words
are not separated by spaces,so word segmentation is an important step for
Chinese language process.SCWS is written in C without other dependencies and
accept GBK and UTF-8 encoding for both the Simple Chinese (zh_CN) and the
Traditional Chinese (such as zh_TW).

WWW: http://www.xunsearch.com/scws/index.php

PR:           219132
Submitted by: Jov <amutu@amutu.com>
Original commitRevision:446058 
Thursday, 6 Jul 2017
13:49 tz search for other commits by this committer
New port: textproc/rubygem-citrus

Parsing Expressions for Ruby

WWW: http://mjackson.github.io/citrus

Submitted by: Matthias Fechner <idefix@fechner.net>
Original commitRevision:445148 
Wednesday, 21 Jun 2017
16:23 tobik search for other commits by this committer
New port: textproc/ripgrep

ripgrep is a command line search tool that combines the usability of
The Silver Searcher (an ack clone) with the raw speed of GNU grep.
ripgrep is fast, cross platform and written in Rust.

WWW: http://blog.burntsushi.net/ripgrep/

PR:		215212
Submitted by:	petteri.valkonen@iki.fi (based on)
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D11162
Original commitRevision:444035 
Monday, 19 Jun 2017
03:46 danfe search for other commits by this committer
Resurrect `textproc/ssddiff' and unbreak by providing a bunch of working
mirrors.  Original upstream (alioth.debian.org) exists and seems alive,
but for some reason no longer allows unauthenticated downloads.  Keep it
for the reference though, it might get fixed one day.
Original commitRevision:443857 
Saturday, 17 Jun 2017
13:44 rakuco search for other commits by this committer
Update the Calligra ports to 3.0.1.

The 3.x series is based on KDE Frameworks 5, and some programs have been split
into separate ports:
- Sheets, Words & co are in editors/calligra.
- Krita is in graphics/krita.
- Kexi is in databases/kexi.
- The calligra-l10n* ports are now part of editors/calligra itself.

Okular support in editors/calligra and Marble support in textproc/kreport have
been disabled for now because they need the KF5 version of those ports.

Thanks to everyone who's tested it and worked on it in our area51 repository.

Submitted by:	Adrian de Groot <groot@kde.org>, tcberner, rakuco
Reviewed by:	rakuco, mat (earlier versions)
Differential Revision:	https://reviews.freebsd.org/D10167
Original commitRevision:443772 
Friday, 16 Jun 2017
15:33 pi search for other commits by this committer
New port: textproc/p5-Apache-Solr

Apache::Solr provides an high level interface to access solr servers.

WWW: http://search.cpan.org/dist/Apache-Solr/
Original commitRevision:443711 
Tuesday, 13 Jun 2017
21:02 rene search for other commits by this committer
Python implementations of the Porter, Porter2, Paice-Husk, and Lovins stemming
algorithms for English. These implementations are straightforward and
efficient, unlike some Python versions of the same algorithms available on the
Web. This package is an extraction of the stemming code included in the Whoosh
search engine.

Note that these are *pure Python* implementations. Python wrappers for, e.g.
the Snoball stemmers and the C implementation of the Porter stemmer are
available on PyPI and will be faster if using compiled code is an option for
you.

Stemming algorithms attempt to automatically remove suffixes (and in some
cases prefixes) in order to find the "root word" or stem of a given word. This
is useful in various natural language processing scenarios, such as search.

In general ``porter2`` is the best overall stemming algorithm, but not
necessarily the fastest or most aggressive.

WWW: https://pypi.python.org/pypi/stemming
Original commitRevision:443539 
Thursday, 8 Jun 2017
14:43 woodsb02 search for other commits by this committer
[NEW] textproc/py3-numpydoc: Create Python 3.x version of this port

PR:		217483
Submitted by:	dbaio
Approved by:	cpm (maintainer)
Original commitRevision:442937 
14:11 woodsb02 search for other commits by this committer
[NEW] textproc/py3-sphinx: Create Python 3.x version of this port

Also make the following changes for the master textproc/py-sphinx port:
 - Remove post-build introduced when port was updated to version 1.2 in
   r336515, but is no longer required after version 1.2.1 [1].
 - Include upstream patch which fixes the bundling of grammar files [2]

[1] https://github.com/sphinx-doc/sphinx/blob/1.2.1/CHANGES#L51-L53
[2]
https://github.com/sphinx-doc/sphinx/commit/b03b7e543f5e135d046d2fe407def219336c12b2

PR:		217475
PR:		217447
PR:		219833
Submitted by:	dbaio
Approved by:	kmoore (maintainer timeout)
Original commitRevision:442935 
Sunday, 4 Jun 2017
20:04 sunpoet search for other commits by this committer
Sort SUBDIRs
Original commitRevision:442582 
Saturday, 3 Jun 2017
19:44 antoine search for other commits by this committer
New port: textproc/py-yapf
A formatter for Python code.
WWW: https://github.com/google/yapf
Original commitRevision:442518 
Friday, 2 Jun 2017
11:05 araujo search for other commits by this committer
- Create a python3 version of textproc/py-humanfriendly.
Original commitRevision:442375 
Thursday, 25 May 2017
02:23 jrm search for other commits by this committer
textproc/rubygem-sass-rails-rails50: Create rails version 5.0 port by
copying textproc/rubygem-sass-rails-rails5

Approved by:	swills (mentor, implicit)
Original commitRevision:441652 
02:11 jrm search for other commits by this committer
textproc/rubygem-rails-dom-testing-rails50: Create rails version 5.0 port
by copying textproc/rubygem-rails-dom-testing-rails5

Approved by:	swills (mentor, implicit)
Original commitRevision:441647 
Wednesday, 24 May 2017
15:01 skreuzer search for other commits by this committer
Parsel is a library to extract data from HTML and XML using XPath and CSS
selectors.

PR:		219309
Submitted by:	Eric Camachat <eric@camachat.org>
Original commitRevision:441603 
Wednesday, 17 May 2017
22:02 jkim search for other commits by this committer
The purpose of libstaroffice is to build a filter for old StarOffice's
documents (.sdc, .sdw, ...) based on librevenge.

WWW: https://github.com/fosnola/libstaroffice
Original commitRevision:441121 
Friday, 12 May 2017
20:25 jrm search for other commits by this committer
New port, textproc/rubygem-cld3: Compact Language Detection

WWW: https://github.com/akihikodaki/cld3-ruby

Approved by:	swills (mentor, implicit)
Original commitRevision:440709 
Monday, 8 May 2017
10:45 tota search for other commits by this committer
- Add new port: textproc/R-cran-brew

  brew implements a templating framework for mixing text and R code
  for report generation. brew template syntax is similar to PHP,
  Ruby's erb module, Java Server Pages, and Python's psp module.

  WWW: https://cran.r-project.org/web/packages/brew/
Original commitRevision:440411 
Monday, 1 May 2017
13:42 jrm search for other commits by this committer
Create and update rails5 ports to prevent installation of the same ports
for rails4 and rails5

Approved by:	swills (mentor, implicit)
Original commitRevision:439897 
Sunday, 30 Apr 2017
15:47 ler search for other commits by this committer
2017-04-30 devel/stormlib-ghost++: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/py-coil: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/py-cmdln: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/privman: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/c-unit: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/py-px: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/nglogc: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/bncsutil-ghost++: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/liblouisxml: Unfetchable for more than six months (google code
has gone away)
2017-04-30 devel/nxt-python: Unfetchable for more than six months (google code
has gone away)
2017-04-30 devel/spdict: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/guiloader-c++: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/streamhtmlparser: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/winpdb: Unfetchable for more than six months (google code has
gone away)
2017-04-30 net/opendpi: Unfetchable for more than six months (google code has
gone away)
2017-04-30 net/py-pybeanstalk: Unfetchable for more than six months (google code
has gone away)
2017-04-30 net-im/qwit: Unfetchable for more than six months (google code has
gone away)
2017-04-30 net-im/linux-instantbird: Unfetchable for more than six months
(google code has gone away)
2017-04-30 net-im/jabber-pyicq: Unfetchable for more than six months (google
code has gone away)
2017-04-30 net-im/qwit-devel: Unfetchable for more than six months (google code
has gone away)
2017-04-30 net-im/naim: Unfetchable for more than six months (google code has
gone away)
2017-04-30 net-im/pwytter: Unfetchable for more than six months (google code has
gone away)
2017-04-30 sysutils/sievelog: Unfetchable for more than six months (google code
has gone away)
2017-04-30 sysutils/ldapenter: Unfetchable for more than six months (google code
has gone away)
2017-04-30 sysutils/py-danzfs: Unfetchable for more than six months (google code
has gone away)
2017-04-30 sysutils/plasma-applet-apcups: Unfetchable for more than six months
(google code has gone away)
2017-04-30 sysutils/scanmem: Unfetchable for more than six months (google code
has gone away)
2017-04-30 sysutils/pdsh: Unfetchable for more than six months (google code has
gone away)
2017-04-30 deskutils/superswitcher: Unfetchable for more than six months (google
code has gone away)
2017-04-30 deskutils/plasma-applet-playwolf: Unfetchable for more than six
months (google code has gone away)
2017-04-30 deskutils/nagaina: Unfetchable for more than six months (google code
has gone away)
2017-04-30 deskutils/vboxgtk: Unfetchable for more than six months (google code
has gone away)
2017-04-30 deskutils/libgcal: Unfetchable for more than six months (google code
has gone away)
2017-04-30 math/carve: Unfetchable for more than six months (google code has
gone away)
2017-04-30 math/foma: Unfetchable for more than six months (google code has gone
away)
2017-04-30 math/libjbigi: Unfetchable for more than six months (google code has
gone away)
2017-04-30 multimedia/gcap: Unfetchable for more than six months (google code
has gone away)
2017-04-30 multimedia/freetuxtv: Unfetchable for more than six months (google
code has gone away)
2017-04-30 multimedia/bangarang: Unfetchable for more than six months (google
code has gone away)
2017-04-30 multimedia/opencinematools: Unfetchable for more than six months
(google code has gone away)
2017-04-30 multimedia/vstream-client: Unfetchable for more than six months
(google code has gone away)
2017-04-30 biology/treeviewx: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/pylot: Unfetchable for more than six months (google code has gone
away)
2017-04-30 www/xpi-pencil: Unfetchable for more than six months (google code has
gone away)
2017-04-30 www/mod_myvhost: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/feedonfeeds: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/mod_jail: Unfetchable for more than six months (google code has
gone away)
2017-04-30 www/jspacker: Unfetchable for more than six months (google code has
gone away)
2017-04-30 www/cocoon: Overly complex port with no maintainer since 2008,
requires openjdk 1.6
2017-04-30 www/mod_authz_unixgroup24: Unfetchable for more than six months
(google code has gone away)
2017-04-30 www/trac-down: Upstream is gone
www/tengine
2017-04-30 www/arora: Unfetchable for more than six months (google code has gone
away)
2017-04-30 www/py-postmarkup: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/py-dotcloud.cli: deprecated in upstream
2017-04-30 www/closure-linter: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/httpsqs: Unfetchable for more than six months (google code has
gone away)
2017-04-30 www/sventon: Unfetchable for more than six months (google code has
gone away)
2017-04-30 www/mod_authnz_external22: Unfetchable for more than six months
(google code has gone away)
2017-04-30 www/mod_authn_otp: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/php-plurk-api: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/py-django-app-plugins: Unfetchable for more than six months
(google code has gone away)
2017-04-30 www/mod_authz_unixgroup22: Unfetchable for more than six months
(google code has gone away)
2017-04-30 www/squidstats: Unfetchable for more than six months (google code has
gone away)
2017-04-30 www/mod_log_firstbyte: Unfetchable for more than six months (google
code has gone away)
2017-04-30 www/gaeo: Unfetchable for more than six months (google code has gone
away)
2017-04-30 www/xpi-pentadactyl: Unfetchable for more than six months (google
code has gone away)
2017-04-30 net-mgmt/py-flowtools: Unfetchable for more than six months (google
code has gone away)
2017-04-30 chinese/ydict: Unfetchable for more than six months (google code has
gone away)
2017-04-30 chinese/py-cconv: Unfetchable for more than six months (google code
has gone away)
2017-04-30 chinese/fqterm: Unfetchable for more than six months (google code has
gone away)
2017-04-30 chinese/libgooglepinyin: Unfetchable for more than six months (google
code has gone away)
2017-04-30 chinese/p5-cconv: Unfetchable for more than six months (google code
has gone away)
2017-04-30 chinese/fcitx-googlepinyin: Unfetchable for more than six months
(google code has gone away)
2017-04-30 chinese/php-cconv: Unfetchable for more than six months (google code
has gone away)
2017-04-30 chinese/ibus-table-chinese: Unfetchable for more than six months
(google code has gone away)
2017-04-30 databases/jdbm2: Unfetchable for more than six months (google code
has gone away)
2017-04-30 databases/akonadi-googledata: Unfetchable for more than six months
(google code has gone away)
2017-04-30 lang/ofc: Unfetchable for more than six months (google code has gone
away)
2017-04-30 comms/esmska: Unfetchable for more than six months (google code has
gone away)
2017-04-30 x11/keynav: Unfetchable for more than six months (google code has
gone away)
2017-04-30 x11/hotwire-shell: Unfetchable for more than six months (google code
has gone away)
2017-04-30 security/fuzzdb: Unfetchable for more than six months (google code
has gone away)
2017-04-30 security/truecrack: Unfetchable for more than six months (google code
has gone away)
2017-04-30 security/skipfish: Unfetchable for more than six months (google code
has gone away)
2017-04-30 security/py-yara-editor: Unfetchable for more than six months (google
code has gone away)
2017-04-30 security/nmapsi4: Unfetchable for more than six months (google code
has gone away)
2017-04-30 security/cmd5checkpw: Unfetchable for more than six months (google
code has gone away)
2017-04-30 net-p2p/unworkable: Unfetchable for more than six months (google code
has gone away)
2017-04-30 net-p2p/rtgui: Unfetchable for more than six months (google code has
gone away)
2017-04-30 audio/xpi-musicpm: Unfetchable for more than six months (google code
has gone away)
2017-04-30 audio/pidgin-musictracker: Unfetchable for more than six months
(google code has gone away)
2017-04-30 audio/logitechmediaserver-superdatetime: Unfetchable for more than
six months (google code has gone away)
2017-04-30 audio/last-cmus: Unfetchable for more than six months (google code
has gone away)
2017-04-30 audio/mehdiaplayer: Unfetchable for more than six months (google code
has gone away)
2017-04-30 japanese/nhocr: Unfetchable for more than six months (google code has
gone away)
2017-04-30 misc/xsw: Unfetchable for more than six months (google code has gone
away)
2017-04-30 dns/py-adns: Unfetchable for more than six months (google code has
gone away)
2017-04-30 dns/py-bonjour: Unfetchable for more than six months (google code has
gone away)
2017-04-30 games/robocalypto: Unfetchable for more than six months (google code
has gone away)
2017-04-30 games/libfov: Unfetchable for more than six months (google code has
gone away)
2017-04-30 games/dcross: Unfetchable for more than six months (google code has
gone away)
2017-04-30 games/lostfeathers: Unfetchable for more than six months (google code
has gone away)
2017-04-30 games/hexglass: Unfetchable for more than six months (google code has
gone away)
2017-04-30 textproc/ibus-table: Unfetchable for more than six months (google
code has gone away)
2017-04-30 textproc/chm2pdf: Unfetchable for more than six months (google code
has gone away)
2017-04-30 textproc/dtdinst: Unfetchable for more than six months (google code
has gone away)
2017-04-30 textproc/py-xmltv: Unfetchable for more than six months (google code
has gone away)
2017-04-30 textproc/ibus-m17n: Unfetchable for more than six months (google code
has gone away)
2017-04-30 textproc/libroxml: Unfetchable for more than six months (google code
has gone away)
2017-04-30 mail/gnome-gmail-notifier: Unfetchable for more than six months
(google code has gone away)
2017-04-30 irc/py-gozerbot: Unfetchable for more than six months (google code
has gone away)
2017-04-30 irc/tircd: Unfetchable for more than six months (google code has gone
away)
2017-04-30 graphics/qiviewer: Unfetchable for more than six months (google code
has gone away)
2017-04-30 graphics/py-gchartwrapper: Unfetchable for more than six months
(google code has gone away)
2017-04-30 graphics/svgfig: Unfetchable for more than six months (google code
has gone away)
2017-04-30 graphics/iulib: Unfetchable for more than six months (google code has
gone away)
2017-04-30 graphics/seam-carving-gui: Unfetchable for more than six months
(google code has gone away)
2017-04-30 graphics/py-pyggel: Unfetchable for more than six months (google code
has gone away)
2017-04-30 graphics/rubygem-gemojione2: Use graphics/rubygem-gemojione instead
Original commitRevision:439826 
Wednesday, 26 Apr 2017
19:33 jrm search for other commits by this committer
textproc/rubygem-whatlanguage: Natural language detection for text samples

Adding textproc/rubygem-whatlanguage, because it is a dependency for the
upcoming port, net-im/mastodon.

Approved by:	swills (mentor, implicit)
Original commitRevision:439488 
17:30 jrm search for other commits by this committer
www/rubygem-rails5: Create new port for version 5 of Ruby on Rails

Along with the new rails version 5 port, some rails5 dependencies had to be
created to avoid conflicts.

New ports added:

devel/rubygem-coffee-rails-rails5,
textproc/rubygem-sass-rails-rails5
www/rubygem-jquery-rails-rails5
www/rubygem-rails5
www/rubygem-turbolinks-rails5

Reviewed by:	mat
Approved by:	swills (mentor, implicit)
Original commitRevision:439469 
Tuesday, 25 Apr 2017
12:43 wg search for other commits by this committer
textproc/py-humanfriendly: Human friendly output for text interfaces using
Python

The functions and classes in the humanfriendly package can be used to make
text interfaces more user friendly.

WWW: https://humanfriendly.readthedocs.io
Original commitRevision:439377 
Wednesday, 19 Apr 2017
19:06 cpm search for other commits by this committer
Add slave port of devel/py-docutils to support Python 3 version

PR:		217469
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Approved by:	miwi (Python@)
Original commitRevision:438902 
Sunday, 16 Apr 2017
13:45 nivit search for other commits by this committer
Add slave port of devel/py-pygments to support
Python 3 version

PR:	217468
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Original commitRevision:438661 
Friday, 14 Apr 2017
14:26 mat search for other commits by this committer
Add textproc/py-autopep8 1.3.1.

autopep8 automatically formats Python code to conform to the PEP 8 style
guide.  It uses the pycodestyle utility to determine what parts of the
code needs to be formatted. autopep8 is capable of fixing most of the
formatting issues that can be reported by pycodestyle.

Sponsored by:	Absolight
Original commitRevision:438515 
Monday, 10 Apr 2017
17:11 rene search for other commits by this committer
Remove expired ports:
2017-02-05 sysutils/puppet38: Upstream support ended, see
http://tinyurl.com/puppet3eol
2017-03-31 editors/libreoffice4: Deprecated by upstream
2017-03-31 databases/rubygem-redis-actionpack4: Use
databases/rubygem-redis-actionpack instead
2017-03-31 devel/rubygem-nio4r1: Use devel/rubygem-nio4r instead
2017-03-31 devel/liborcus07: Deprecated by upstream, use devel/liborcus
2017-03-31 devel/mdds0: Deprecated by upstream, use devel/mdds
2017-03-31 security/openvpn23-polarssl: Replaced by new upstream relesae 2.4.x
2017-03-31 security/openvpn23: Replaced by new upstream relesae 2.4.x
2017-03-31 textproc/p5-XML-XSH: Deprecated by upstream
2017-03-31 www/rubygem-jquery-atwho-rails-rails4: Use
www/rubygem-jquery-atwho-rails instead
2017-03-31 www/p5-Catalyst-Plugin-Singleton: Deprecated by upstream
2017-04-01 x11/lumina-i18n: Obsolete, i18n files included in x11/lumina
2017-04-01 sysutils/jail2: Starting with 10.0 functionality has been merged into
base.
2017-04-01 sysutils/iocage-devel: Outdated version. Please use
sysutils/py-iocage instead
2017-04-01 sysutils/iocage: Outdated version. Please use sysutils/py-iocage
instead
2017-04-05 databases/puppetdb: Depends on expired sysutils/puppet38, use
puppetdb[34] instead
2017-04-05 databases/puppetdb-terminus: Depends on expired sysutils/puppet38,
use puppetdb-terminus[34]
2017-04-08 databases/pglesslog: Does not build with recent PostgreSQL versions
2017-04-08 textproc/go-text: Go libraries should not be packaged
2017-04-08 devel/go-pretty: Go libraries should not be packaged
2017-04-08 databases/godis: Go libraries should not be packaged
2017-04-10 www/moodle29: Upstream support EoL, please migrate to moodle32
Original commitRevision:438191 
Friday, 7 Apr 2017
05:34 antoine search for other commits by this committer
Fix INDEX
Original commitRevision:437912 
Tuesday, 4 Apr 2017
22:52 gblach search for other commits by this committer
Add new port: textproc/uncle

Uncle is a tool, which can convert UCL config file to the following formats:
- Human readable config
- Fine formated JSON
- Compacted JSON
- Embedded YAML
- Msgpack
Original commitRevision:437762 
Saturday, 1 Apr 2017
09:10 hrs search for other commits by this committer
Add textproc/sdif, a post-processor of diff(1) output for pretty-printing.
Original commitRevision:437401 
Friday, 31 Mar 2017
09:11 hrs search for other commits by this committer
Add textproc/greple and devel/p5-Getopt-EX, which greple depends on.

Greple is an egrep-like command-line tool which supports keyword search
in a way similar to popular WWW search engines in addition to regex.
Original commitRevision:437343 
Saturday, 25 Mar 2017
18:08 mat search for other commits by this committer
Text::Unaccent::PurePerl is a module for "unaccenting" characters, i.e.,
removing accents and other diacritic marks from characters. Here, the term
unaccenting has a rather loose meaning, since this module does a lot more than
just removing accents.

WWW: https://metacpan.org/release/Text-Unaccent-PurePerl

Sponsored by:	Absolight
Original commitRevision:436912 
Wednesday, 22 Mar 2017
21:04 sunpoet search for other commits by this committer
Add rubygem-asciidoctor-plantuml 0.0.8

Asciidoctor PlantUml is an extension that enables you to add PlantUML diagrams
to your AsciiDoc documents.

WWW: https://github.com/hsanson/asciidoctor-plantuml
Original commitRevision:436730 
16:07 dvl search for other commits by this committer
Add py-elasticsearch2-dsl-py, a high level Python client for Elasticsearch

Based on svn cp of textproc/py-elasticsearch-dsl-py but for ElasticSearch2
Original commitRevision:436707 
Tuesday, 21 Mar 2017
11:33 tz search for other commits by this committer
New port: textproc/rubygem-representable

Renders and parses JSON/XML/YAML documents from and to
Ruby objects. Includes plain properties, collections,
nesting, coercion and more.

WWW: https://github.com/trailblazer/representable
Original commitRevision:436587 
Monday, 20 Mar 2017
00:29 sunpoet search for other commits by this committer
Add rubygem-inifile 3.0.0

IniFile is a native Ruby package for reading and writing INI files.

WWW: https://github.com/twp/inifile

PR:		217912
Submitted by:	Douglas Thrift <douglas@douglasthrift.net>
Original commitRevision:436527 
Sunday, 19 Mar 2017
00:32 sunpoet search for other commits by this committer
Update to 2.0.0

- Add pecl-yaml1 1.3.0 (copied from pecl-yaml)
- Add UPDATING entry

Changes:	https://pecl.php.net/package-changelog.php?package=yaml
PR:		213317
Submitted by:	Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)
Original commitRevision:436456 
Friday, 17 Mar 2017
08:00 araujo search for other commits by this committer
- Create a python3 version of textproc/py-texttable.
Original commitRevision:436319 
Thursday, 16 Mar 2017
20:52 sunpoet search for other commits by this committer
Remove textproc/rubygem-github-markdown
Original commitRevision:436295 
Tuesday, 14 Mar 2017
20:40 thierry search for other commits by this committer
Adding CLDR, Unicode Common Locale Data Repository.
Original commitRevision:436173 
Sunday, 12 Mar 2017
17:28 sunpoet search for other commits by this committer
Move textproc/ack to textproc/p5-ack
Original commitRevision:435998 
Saturday, 11 Mar 2017
15:57 sunpoet search for other commits by this committer
Add p5-Pod-LaTeX 0.61

Pod::LaTeX is a module to convert documentation in the Pod format into Latex.
The pod2latex command uses this module for translation.

Pod::LaTeX is a derived class from Pod::Select.

WWW: http://search.cpan.org/dist/Pod-LaTeX/
Original commitRevision:435907 
Thursday, 9 Mar 2017
14:25 tz search for other commits by this committer
New port: textproc/rubygem-html2text

html2text is a very simple script that uses Ruby's DOM
methods to load HTML from a string, and then iterates
over the resulting DOM to correctly output plain text.

WWW: https://github.com/soundasleep/html2text_ruby
Original commitRevision:435757 
Wednesday, 8 Mar 2017
12:48 kmoore search for other commits by this committer
- Create python3 version of textproc/py-snowballstemmer
- Use options helpers

PR: 217467
Submitted by: Danilo Baio <dbaio@bsd.com.br>
Original commitRevision:435683 
Monday, 6 Mar 2017
14:46 skreuzer search for other commits by this committer
Create py3- variant
Assign maintainership to dbaio@bsd.com.br

PR:		217466
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Original commitRevision:435539 
11:00 tz search for other commits by this committer
New port: textproc/rubygem-truncato

Truncato is a tool for truncating HTML strings
keeping a valid HTML markup

WWW: https://github.com/jorgemanrubia/truncato
Original commitRevision:435533 
Sunday, 5 Mar 2017
10:14 thierry search for other commits by this committer
Adding ibus-typing-booster, a completion input method to speedup typing,
with an emoji-picker utility.

Differential Revision:	https://reviews.freebsd.org/D9236
Original commitRevision:435464 
09:16 miwi search for other commits by this committer
Hieroglyph is an extension for Sphinx which builds HTML presentations from
ReStructuredText documents.

WWW: https://github.com/nyergler/hieroglyph

PR:		217535
Submitted by:	Andreas Sommer <andreas.sommer87@googlemail.com>
Original commitRevision:435461 
Saturday, 4 Mar 2017
22:19 kmoore search for other commits by this committer
- Create python3 version of textproc/py-alabaster
- Set architecture neutral

PR: 217471
Submitted by: Danilo Baio <dbaio@bsd.com.br>
Original commitRevision:435431 
Friday, 3 Mar 2017
19:30 robak search for other commits by this committer
[NEW PORT] textproc/py3-sphinx_rtd_theme: Python 3 slave port of
py-sphinx_rtd_theme

PR:		217472
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Original commitRevision:435361 
06:28 krion search for other commits by this committer
New port: textproc/ie-hunspell

  Interlingue spellchecking dictionary for use with Hunspell.
  WWW: https://github.com/Carmina16/hunspell-ie

PR:		217380
Submitted by:	mistresssilvara@hotmail.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9815
Original commitRevision:435314 
01:51 wen search for other commits by this committer
This is a very lightweight (and limited) PDF parser. If you need to
do some simple PDF processing on a web server with limited RAM and
CPU, and if slurping the entire file into memory is not an option,
this module may well be for you, at the cost of far less functionality
than other solutions out there.

WWW: http://search.cpan.org/dist/PDF-Tiny/
Original commitRevision:435301 
Wednesday, 1 Mar 2017
18:57 matthew search for other commits by this committer
A Python slugify application that handles unicode

WWW: https://github.com/un33k/python-slugify
Original commitRevision:435193 
Tuesday, 28 Feb 2017
23:28 grembo search for other commits by this committer
New port: textproc/kiss-templates

Type safe "Keep it simple, stupid" text templates for C++.

WWW: https://github.com/rbock/kiss-templates

PR:		217418
Submitted by:	Andreas Sommer <andreas.sommer87@googlemail.com>
Original commitRevision:435110 
11:59 rene search for other commits by this committer
Remove expired ports:
2017-02-28 textproc/rubygem-nokogiri14: Use textproc/rubygem-nokogiri instead
2017-02-28 textproc/rubygem-liquid2: Use textproc/rubygem-liquid instead
2017-02-28 www/rubygem-rack14: Use www/rubygem-rack or www/rubygem-rack16
instead
2017-02-28 www/rubygem-mechanize26: Use www/rubygem-mechanize instead
2017-02-28 www/rubygem-net-http-persistent25: Use
www/rubygem-net-http-persistent2 instead
2017-02-28 devel/rubygem-builder32: Use devel/rubygem-builder instead
2017-02-28 www/rubygem-net-http-digest_auth11: Use
www/rubygem-net-http-digest_auth instead
2017-02-28 devel/rubygem-bson1: Use devel/rubygem-bson instead
2017-02-28 devel/rubygem-minitest4: Use devel/rubygem-minitest instead
2017-02-28 java/jdk16-doc: Should have been removed with linux-sun-jdk16
(2014-05-11)
2017-02-28 java/jdk7-doc: Should have been removed with linux-sun-jdk17
(2016-04-24)
2017-02-28 textproc/rubygem-sass-rails4: Use textproc/rubygem-sass-rails5
instead
Original commitRevision:435047 
Wednesday, 22 Feb 2017
10:54 amdmi3 search for other commits by this committer
Crunch is a wordlist generator where you can specify a standard character
set or a character set you specify. crunch can generate all possible
combinations and permutations.

Features:

- crunch generates wordlists in both combination and permutation ways
- it can breakup output by number of lines or file size
- now has resume support
- pattern now supports number and symbols
- pattern now supports upper and lower case characters separately
- adds a status report when generating multiple files
- new -l option for literal support of @,%^
- new -d option to limit duplicate characters see man file for details
- now has unicode support

WWW: https://crunch-wordlist.sourceforge.io/

PR:		217036
Submitted by:	vidar@karlsen.tech
Original commitRevision:434576 
Saturday, 18 Feb 2017
22:28 antoine search for other commits by this committer
- Switch textproc/luaexpat to default version of lua
- Introduce textproc/luaexpat-51 that uses lua 5.1
- Use textproc/luaexpat-51 in net-im/prosody

This fixes the build of multimedia/libquvi-scripts09 (60 ports skipped,
including gnome3)

With hat:	portmgr
Original commitRevision:434391 
19:48 tcberner search for other commits by this committer
Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more

* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
  By moving the libraries we should finally be able to get rid of the inplace
  upgrade bug (see ports bugs 194088, 195105 and 198720):  when Qt5's libraries
  were lying in /usr/local/lib, which would often get added by pkgconfig to the
  linker paths via dependencies, the already installed libraries were linked
  against, instead of the ones that were being built. This forced us to make
  sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
  linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]

There are several new Qt5 ports which all have been created by Marie Loise
Nolden
<nolden@kde.org>. Thanks again.

PR:		216797
Exp-Run by:	antoine
Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9213
Original commitRevision:434380 
07:28 demon search for other commits by this committer
New port: py-m2r.
M2R is a Python module and command line utility to convert documents
formatted with markdown that include embedded reST markups to valid
reST formatted documents.

PR:		217183
Submitted by:	John W. O'Brien <john@saltant.com>
Original commitRevision:434329 
Thursday, 9 Feb 2017
13:58 vanilla search for other commits by this committer
Add py-sphinxcontrib-fulltoc.
Original commitRevision:433735 
Wednesday, 8 Feb 2017
15:39 swills search for other commits by this committer
textproc/rubygem-mustache: delete deplicate port
Original commitRevision:433653 
15:31 swills search for other commits by this committer
textproc/rubygem-ronn: create port

Ronn builds manuals. It converts simple, human readable textfiles to roff for
terminal display, and also to HTML for the web.

WWW: http://rtomayko.github.com/ronn
Original commitRevision:433651 
15:21 swills search for other commits by this committer
textproc/rubygem-mustache: create port

Inspired by ctemplate, Mustache is a framework-agnostic way to render
logic-free views.

As ctemplates says, "It emphasizes separating logic from presentation:
it is impossible to embed application logic in this template
language.

Think of Mustache as a replacement for your views. Instead of views
consisting of ERB or HAML with random helpers and arbitrary logic,
your views are broken into two parts: a Ruby class and an HTML
template.

WWW: https://github.com/mustache/mustache
Original commitRevision:433650 
Saturday, 28 Jan 2017
11:18 rene search for other commits by this committer
Remove expired ports:
2017-01-28 databases/ruby-rdbc1: Upstream no longer active
2017-01-28 databases/ruby-sybct: Upstream no longer active
2017-01-28 databases/ruby-o_dbm: Upstream no longer active
2017-01-28 databases/ruby-cdb: Upstream no longer active
2017-01-28 devel/ruby-rbison: Does not work on modern ruby
2017-01-28 devel/ruby-property: Upstream no longer exists
2017-01-28 devel/ruby-dialogs: Upstream no longer active
2017-01-28 devel/ruby-byaccr: Upstream no longer active
2017-01-28 devel/ruby-aspectr: Use rubygem-aspectr instead
2017-01-28 devel/ruby-locale: No longer useful
2017-01-28 devel/ruby-wirble: Upstream no longer active
2017-01-28 devel/ruby-tzfile: Upstream no longer exists
2017-01-28 devel/ruby-rreadline: Upstream no longer exists
2017-01-28 devel/ruby-intl: Use devel/rubygem-gettext instead
2017-01-28 graphics/ruby-imlib2: Upstream no longer active
2017-01-28 graphics/ruby-image_size: Upstream no longer active
2017-01-28 graphics/ruby-svg: Use graphics/rubygem-rsvg2 instead
2017-01-28 irc/ruby-rice: Upstream no longer active
2017-01-28 irc/ruby-rica: Upstream no longer active
2017-01-28 irc/ruby-irc: Upstream no longer active
2017-01-28 japanese/ruby-usersguide: Does not exist upstream
2017-01-28 japanese/ruby-mecab: Upstream no longer active
2017-01-28 mail/ruby-rmail: Upstream no longer active
2017-01-28 mail/ruby-rfilter: Upstream no longer active
2017-01-28 math/ruby-algebra: Use rubygem-algebra instead
2017-01-28 net/ruby-tserver: Upstream no longer active
2017-01-28 net/ruby-tcpsocketpipe: Upstream no longer active
2017-01-28 net/ruby-icmp: Upstream no longer active
2017-01-28 net/ruby-dict: Upstream no longer active
2017-01-28 palm/palmos-sdk: Upstream no longer exists
2017-01-28 security/ruby-hmac: Use www/rubygem-ruby-hmac instead
2017-01-28 security/ruby-tcpwrap: Upstream no longer active
2017-01-28 security/ruby-password: Upstream no longer active
2017-01-28 sysutils/ruby-quota: Upstream no longer active
2017-01-28 textproc/ruby-rss.alt: Upstream no longer active
2017-01-28 textproc/ruby-rss: Upstream no longer exists
2017-01-28 textproc/ruby-htmlrepair: Upstream no longer exists
2017-01-28 textproc/ruby-xmlscan: Upstream no longer active
2017-01-28 textproc/ruby-xml-configfile: Upstream no longer exists
2017-01-28 textproc/ruby-htmlsplit: Upstream no longer exists
2017-01-28 www/ruby-google: Upstream no longer active
2017-01-28 archivers/ruby-lha: Upstream no longer active
2017-01-28 x11/ruby-X11: Upstream no longer active
2017-01-28 audio/ruby-audiofile: Broken on modern versions of Ruby
2017-01-28 audio/ruby-mp3tag: Upstream no longer active
2017-01-28 converters/ruby-dump.rb: Upstream no longer active
Original commitRevision:432620 
Tuesday, 24 Jan 2017
12:56 tz search for other commits by this committer
Connect PHP 7.1 ports (r432324)
Original commitRevision:432336 
Friday, 20 Jan 2017
22:35 sbz search for other commits by this committer
JSON Incremental Digger is a very simple tool. You can drill down JSON
interactively by using filtering queries like jq.

WWW: https://github.com/simeji/jid

Differential Revision:	https://reviews.freebsd.org/D8866
Original commitRevision:432003 
13:31 bapt search for other commits by this committer
New port: lowdown

lowdown is just another Markdown translator. It can output traditional HTML or
a document for your troff type-setter of choice, such as groff(1), Heirloom
troff, or even mandoc(1). lowdown doesn't require XSLT, Python, or even Perl -
it's just clean, secure, open source C code with no dependencies. Its
canonical documentation is the lowdown(1) manpage.

WWW: http://kristaps.bsd.lv/lowdown/
Original commitRevision:431957 
Sunday, 15 Jan 2017
22:23 rene search for other commits by this committer
Remove expired port:
2017-01-15 textproc/aiksaurus-gtk: does not link against GTK2 on FreeBSD 10+
Original commitRevision:431603 
Saturday, 14 Jan 2017
17:19 sunpoet search for other commits by this committer
Add rubygem-actionpack-xml_parser1 1.0.2 (copied from
rubygem-actionpack-xml_parser)

- Bump PORTREVISION for dependent ports
Original commitRevision:431482 
Wednesday, 11 Jan 2017
19:53 kmoore search for other commits by this committer
tabletext is a Python library to format (pretty-print) tabular data as
text tables. Its goal is to be as simple as possible, while allowing
optional customization of the output.

WWW: https://pypi.python.org/pypi/tabletext
Original commitRevision:431205 
Monday, 9 Jan 2017
19:12 antoine search for other commits by this committer
New port: textproc/py-pandocfilters
Utilities for writing pandoc filters in python.
WWW: http://github.com/jgm/pandocfilters
Original commitRevision:431020 
Saturday, 7 Jan 2017
15:39 rene search for other commits by this committer
Remove expired ports:
2017-01-07 databases/rubygem-dm-rails: Depends on deprecated
www/rubygem-actionpack
2017-01-07 databases/rubygem-activerecord: Upstream support ended
2017-01-07 devel/rubygem-activesupport: Upstream support ended
2017-01-07 devel/rubygem-tzinfo03: Use devel/rubygem-tzinfo instead
2017-01-07 devel/rubygem-sprockets22: Use devel/rubygem-sprockets or
devel/rubygem-sprockets3 instead
2017-01-07 devel/rubygem-prototype-rails: Depends on deprecated
www/rubygem-rails
2017-01-07 devel/rubygem-rubigen: Depends on deprecated
devel/rubygem-activesupport
2017-01-07 devel/rubygem-coffee-rails: Depends on deprecated
www/rubygem-railties
2017-01-07 japanese/rubygem-jpmobile: Depends on deprecated rubygem-rails
2017-01-07 mail/rubygem-actionmailer: Upstream support ended
2017-01-07 mail/rubygem-mail25: Use mail/rubygem-mail instead
2017-01-07 security/dradis: Depends on deprecated www/rubygem-rails
2017-01-07 textproc/rubygem-sass-rails: Depends on deprecated
www/rubygem-railties
2017-01-07 www/rubygem-rails: Upstream support ended
2017-01-07 www/rubygem-activeresource: Upstream support ended
2017-01-07 www/rubygem-responders-rails3: Depends on deprecated
www/rubygem-railties
2017-01-07 www/rubygem-jquery-ui-rails: Depends on deprecated
www/rubygem-railties
2017-01-07 www/rubygem-haml-rails: Depends on deprecated www/rubygem-actionpack
2017-01-07 www/rubygem-jquery-rails: Depends on deprecated www/rubygem-railties
2017-01-07 www/rubygem-railties: Upstream support ended
2017-01-07 www/rubygem-actionpack: Upstream support ended
2017-01-07 databases/rubygem-rubyrep: Depends on deprecated
databases/rubygem-activerecord
2017-01-07 databases/rubygem-activerecord-mysql-adapter: Depends on deprecated
databases/rubygem-activerecord
2017-01-07 databases/rubygem-dm-active_model: Depends on deprecated
databases/rubygem-activemodel
Original commitRevision:430809 
Friday, 6 Jan 2017
18:38 kami search for other commits by this committer
textproc/rubygem-rouge1: New port

- Required by www/rubygem-jekyll

PR:		213500
Reported by:	freebsdbug@patpro.net
Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D8976
Original commitRevision:430726 
18:29 kami search for other commits by this committer
textproc/rubygem-liquid3: new port

- Required for www/rubygem-jekyll

PR:		213500
Reported by:	freebsdbug@patpro.net
Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D8975
Original commitRevision:430725 
Wednesday, 4 Jan 2017
15:02 sunpoet search for other commits by this committer
Add rubygem-sixarm_ruby_unaccent 1.1.1

Unaccent replaces a string's accented characters with unaccented characters.

WWW: https://github.com/SixArm/sixarm_ruby_unaccent
Original commitRevision:430560 
12:27 avilla search for other commits by this committer
Scour is a Python tool that takes an SVG file and produces a cleaner
and more concise file. It is intended to be used after exporting to
SVG with a GUI editor, such as Inkscape or Adobe Illustrator.

Scour was originally developed by Jeff "codedread" Schiller and Louis
Simard. Development is now maintained by Tobias "oberstet" Oberstein.

WWW: https://github.com/scour-project/scour
Original commitRevision:430551 
Monday, 2 Jan 2017
23:08 swills search for other commits by this committer
textproc/rubygem-rails-dom-testing1: create port

Create port for 1.x version of rubygem-rails-dom-testing for the ports that
still need the older version.
Original commitRevision:430420 
15:04 sunpoet search for other commits by this committer
Move textproc/docdiff to textproc/rubygem-docdiff
Original commitRevision:430364 
Sunday, 1 Jan 2017
19:33 sunpoet search for other commits by this committer
Add p5-TOML-Parser 0.08

TOML::Parser is a simple toml parser. This data structure complies with the
tests [1] in v0.4.0 specification.

[1] https://github.com/toml-lang/toml/tree/v0.4.0/tests

WWW: http://search.cpan.org/dist/TOML-Parser
Original commitRevision:430277 
Saturday, 31 Dec 2016
17:25 rene search for other commits by this committer
Drop support for Linux Fedora 10 (ports part)
games/dsnake only worked with linux-f10

Should fix INDEX

audio/linux-f10-sdl_mixer
audio/linux-f10-pulseaudio-libs
audio/linux-f10-freealut
audio/linux-f10-arts
audio/linux-f10-esound
audio/linux-f10-libogg
audio/linux-f10-alsa-plugins-oss
audio/linux-f10-openal
audio/linux-f10-openal-soft
audio/linux-f10-nas-libs
audio/linux-f10-alsa-lib
audio/linux-f10-libvorbis
audio/linux-f10-libaudiofile
audio/linux-f10-mikmod
databases/linux-f10-sqlite3
devel/linux-f10-dbus-glib
devel/linux-f10-sdl12
devel/linux-f10-libglade2
devel/linux-f10-devtools
devel/linux-f10-allegro
devel/linux-f10-nspr
devel/linux-f10-dbus-libs
devel/linux-f10-libsigc++20
devel/linux-f10-ncurses-base
dns/linux-f10-libasyncns
emulators/linux_base-f10
emulators/linux-f10
ftp/linux-f10-curl
games/dsnake
graphics/linux-f10-sdl_image
graphics/linux-f10-sdl_ttf
graphics/linux-f10-glew
graphics/linux-f10-ungif
graphics/linux-f10-png
graphics/linux-f10-tiff
graphics/linux-f10-dri
graphics/linux-f10-jpeg
graphics/linux-f10-libGLU
graphics/linux-f10-gdk-pixbuf
graphics/linux-f10-libmng
graphics/linux-f10-cairo
graphics/linux-f10-imlib
lang/linux-f10-tcl85
lang/linux-f10-libg2c
multimedia/linux-f10-libtheora
multimedia/linux-f10-libv4l
net/linux-f10-openldap
net/linux-f10-nss_ldap
print/linux-f10-cups-libs
security/linux-f10-gnutls
security/linux-f10-nss
security/linux-f10-openssl
security/linux-f10-libgpg-error
security/linux-f10-libtasn1
security/linux-f10-libgcrypt
security/linux-f10-libssh2
security/linux-f10-cyrus-sasl2
sysutils/linux-f10-procps
textproc/linux-f10-aspell
textproc/linux-f10-expat
textproc/linux-f10-scim-gtk
textproc/linux-f10-scim-libs
textproc/linux-f10-libxml2
x11/linux-f10-xorg-libs
x11-fonts/linux-f10-fontconfig
x11-themes/linux-f10-qtcurve-gtk2
x11-themes/linux-f10-hicolor-icon-theme
x11-toolkits/linux-f10-qt45
x11-toolkits/linux-f10-gtk2
x11-toolkits/linux-f10-openmotif
x11-toolkits/linux-f10-pango
accessibility/linux-f10-atk
archivers/linux-f10-ucl
archivers/linux-f10-upx
Original commitRevision:430144 
Thursday, 29 Dec 2016
12:59 ehaupt search for other commits by this committer
A utility to split a diff patch into separate sections. It also features
splitting a patch file by hunks instead of the default by file. This is very
useful for merging patches that fail to apply by only some hunks.

WWW: https://github.com/benjsc/splitpatch
Original commitRevision:429904 
Sunday, 25 Dec 2016
15:59 thierry search for other commits by this committer
Adding py-hunspell, a Python module for the Hunspell spellchecker engine.
Original commitRevision:429440 
Monday, 19 Dec 2016
15:56 tcberner search for other commits by this committer
Update KDE Frameworks to 5.29.0

Release notes: https://www.kde.org/announcements/kde-frameworks-5.29.0.php

New ports:
* textproc/kf5-syntax-highlighting (new in 5.28.0)
* graphics/kf5-prison (new in 5.29.0)

Fixes:
* kf5-kservice: Move applications.menu to kf5-applications.menu to stop
conflicting with kdelibs4.
* Define conflicts in the kde4-l10n ports (debian does the same).
* kf5-kapidox: Fix with python3

Thanks to Matthew Rezny <matthew@reztek.cz> for looking at the conflicts in
214528,
and Dima Panov (fluffy@) for the python3 fix.

PR:     214528
Reviewed by:    rakuco, mat
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D8776
Original commitRevision:428946 
Saturday, 17 Dec 2016
18:02 riggs search for other commits by this committer
New port: textproc/zxing-cpp, a C++ Library for QR code recognition

PR:		214519
Submitted by:	yuri@rawbw.com (maintainer)
Original commitRevision:428794 
11:48 antoine search for other commits by this committer
Hook p5-String-LCSS to the build
Original commitRevision:428718 
Sunday, 11 Dec 2016
19:16 sunpoet search for other commits by this committer
- Sort SUBDIRs
Original commitRevision:428375 
Thursday, 8 Dec 2016
14:33 lme search for other commits by this committer
New port: textproc/qrcodegen

The 'Portable QR-Code Generator' is a free Java program which generates QR
Codes from

- WLAN credentials: SSID, network key and and network type
    (WEP, WPA/WPA2, not encrypted)
- VCard-Import
  o Inlined images can optionally be removed to reduce the size of the
    generated QR Code
  o VCards up to version 3 (inclusive) are supported
  o You can import the cards via drag&drop or by selecting them in a file
    chooser dialog
  o Supports a broad range of character encodings (ISO-8859-1, UTF-8, UTF-16,)
    the actual number depends on the Java Virtual Machine you are using.
- VCard generator
- e-mail addresses
- URLs
- free text
- geographic coordinates

The QR Code can be printed, saved as BMP, GIF or PNG, or copied to clipboard to
use in other applications.

WWW:
https://sites.google.com/site/qrcodeforwn/home/qr-code-generator-for-wireless-networks
Original commitRevision:428121 
Friday, 2 Dec 2016
14:58 tj search for other commits by this committer
Update p5-Search-Elasticsearch to 5.01

Changes: https://metacpan.org/changes/distribution/Search-Elasticsearch

This update brings 3 new packages for older Elasticsearch server APIs:

p5-Search-Elasticsearch-Client-0_90 for accessing 0.90 based servers
p5-Search-Elasticsearch-Client-1_0 for accessing 1.X based servers
p5-Search-Elasticsearch-Client-2_0 for accessing 2.X based servers

People accessing older instances of elasticsearch must also install the
appropriate client API package as well.

WWW: https://metacpan.org/release/DRTECH/Search-Elasticsearch-Client-0_90-5.01
WWW: https://metacpan.org/release/DRTECH/Search-Elasticsearch-Client-1_0-5.01
WWW: https://metacpan.org/release/DRTECH/Search-Elasticsearch-Client-2_0-5.01
Original commitRevision:427559 
Saturday, 26 Nov 2016
21:48 thierry search for other commits by this committer
The Unicode Character Database (UCD) consists of a number of data files listing
Unicode character properties and related data. It also includes data files
containing test data for conformance to several important Unicode algorithms.

WWW: http://unicode.org/ucd/
Original commitRevision:427184 
Friday, 25 Nov 2016
20:28 tcberner search for other commits by this committer
Reintegrate textproc/clucene-qt5 into devel/qt5-help

As devel/qt5-help is the only consumer of textproc/clucene-qt5 and the latter
it is part of the same distfile we can simplify it, and get rid of clucene-qt5.

This was spotted by Marie Loise Nolden <nolden@kde.org> -- thanks :)

Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Sponsored by:	https://reviews.freebsd.org/D8638
Original commitRevision:427126 
10:04 mat search for other commits by this committer
Add textproc/p5-Pod-MinimumVersion.

report minimum Perl version for given POD.

Sponsored by:	Absolight
Original commitRevision:427096 
Wednesday, 23 Nov 2016
14:32 tz search for other commits by this committer
New port: textproc/rubygem-gitlab-markup

This gem is used by GitLab to render any fancy markup such as Markdown,
Textile, Org-Mode, etc. Fork it and add your own!

WWW: https://gitlab.com/gitlab-org/gitlab-markup

Approved by: mentors (implicit)
Original commitRevision:426924 
Tuesday, 22 Nov 2016
18:44 sunpoet search for other commits by this committer
- Add cs-hyphen 2.0

Czech hyphenation rules

WWW:
http://extensions.services.openoffice.org/en/project/czech-dictionary-pack-ceske-slovniky-cs-cz
Original commitRevision:426853 
18:43 sunpoet search for other commits by this committer
- Add cs-hunspell 2.0

Czech hunspell dictionaries

WWW:
http://extensions.services.openoffice.org/en/project/czech-dictionary-pack-ceske-slovniky-cs-cz

PR:		212568 (based)
Submitted by:	<matthew@reztek.cz>
Original commitRevision:426852 
Monday, 14 Nov 2016
16:12 tcberner search for other commits by this committer
Importing KDE Frameworks into the ports tree (required for newer KDE Desktop and
Applications)

KDE Frameworks is a collection of libraries and software frameworks by KDE
that serve as technological foundation for KDE Plasma 5 and KDE Applications
distributed under the GNU Lesser General Public License (LGPL) [1].

The work is based on what we have in the KDE testing repo [2].

This is the next big step in updating the KDE Desktop and its Applications
to anything less dusty.

With this change, `USES=kde:5` is now a valid option. Ports that need to depend
on KDE Framework can now set:
	USES=kde:5
	USE_KDE=<framework1> <framework2> ... <frameworkX>

For example: www/qupzilla-qt5 can depend on sysutils/kf5-kwallet via:
	KWALLET_USE=            KDE=wallet

I would like to thank Raphael and Adriaan for reviewing the ports in the testing
repo :)

[1] https://en.wikipedia.org/wiki/KDE_Frameworks
[2] http://src.mouf.net/area51/log/branches/plasma5

Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (maintainer)
Differential Revision:	https://reviews.freebsd.org/D8329
Original commitRevision:426118 
09:56 tz search for other commits by this committer
New port: textproc/rubygem-babel-transpiler

Ruby Babel is a bridge to the JS Babel transpiler.

WWW: https://github.com/babel/ruby-babel-transpiler

Approved by: junovitch (mentor)
Original commitRevision:426097 
09:52 tz search for other commits by this committer
New port: textproc/rubygem-babel-source

Babel JS source

WWW: https://github.com/babel/ruby-babel-transpiler

Approved by: junovitch (mentor)
Original commitRevision:426096 
Saturday, 12 Nov 2016
06:33 antoine search for other commits by this committer
Fix INDEX
Original commitRevision:425921 
Tuesday, 8 Nov 2016
21:33 rene search for other commits by this committer
Remove expired port:
2016-11-01 textproc/rubygem-string-scrub: needed only for EOL versions of Ruby
Original commitRevision:425768 

Number of commits found: 3014 (showing only 100 on this page)

[First Page]  «  6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16  »  [Last Page]