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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: textproc/Makefile

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

[First Page]  «  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13  »  [Last Page]

Sunday, 21 Apr 2019
00:26 sunpoet search for other commits by this committer
Add p5-Text-ANSITable

Text::ANSITable is yet another text table formatter module like Text::ASCIITable
or Text::SimpleTable, with the following differences:
- Colors and color themes: ANSI color codes will be used by default (even 256
  and 24bit colors), but will degrade to lower color depth and black/white
  according to terminal support.
- Box-drawing characters: Box-drawing characters will be used by default, but
  will degrade to using normal ASCII characters if terminal does not support
them.
- Unicode and wide character support: Border styles using Unicode characters
  (double lines, bold/heavy lines, brick style, etc). Columns containing wide
  characters stay aligned. (Note: support for wide characters requires
  Text::ANSI::WideUtil which is currently set as an optional prereq, so you'll
  need to install it explicitly or set your CPAN client to install 'recommends'
  prereq).

Compared to Text::ASCIITable, it uses lower_case method/attr names instead of
CamelCase, and it uses arrayref for columns and add_row. When specifying border
styles, the order of characters are slightly different. More fine-grained
options to customize appearance.

WWW: https://metacpan.org/release/Text-ANSITable
Original commitRevision:499517 
00:25 sunpoet search for other commits by this committer
Add p5-Text-Table-TinyColorWide 0.001

Text::Table::TinyColorWide is like Text::Table::Tiny with added support for
colored text (text containing ANSI color codes) and wide characters. With this
module, text with ANSI color codes and/or wide characters will still line up.

WWW: https://metacpan.org/release/Text-Table-TinyColorWide
Original commitRevision:499516 
00:24 sunpoet search for other commits by this committer
Add p5-Text-ANSI-WideUtil 0.22

Text::ANSI::WideUtil contains the wide-character variant (ta_mb*()) for some
functions in Text::ANSI::Util. It is split so only this module requires
Text::WideChar::Util and Text::ANSI::Util can be kept slim.

WWW: https://metacpan.org/release/Text-ANSI-WideUtil
Original commitRevision:499513 
00:23 sunpoet search for other commits by this committer
Add p5-Text-Table-TinyWide 0.001

Text::Table::TinyWide is like Text::Table::Tiny with added support for wide
characters. With this module, text with wide characters will still line up.

Interface, options, and format variables are the same as in Text::Table::Tiny.

WWW: https://metacpan.org/release/Text-Table-TinyWide
Original commitRevision:499512 
00:23 sunpoet search for other commits by this committer
Add p5-Text-Table-TinyColor 0.002

Text::Table::TinyColor is like Text::Table::Tiny with added support for colored
text (text that contains ANSI color codes). With this module, the colored text
will still line up.

WWW: https://metacpan.org/release/Text-Table-TinyColor
Original commitRevision:499511 
00:22 sunpoet search for other commits by this committer
Add p5-Text-WideChar-Util 0.16

Text::WideChar::Util provides routines for dealing with text containing wide
characters (wide meaning occupying more than 1 column width in terminal).

WWW: https://metacpan.org/release/Text-WideChar-Util
Original commitRevision:499509 
00:22 sunpoet search for other commits by this committer
Add p5-Text-Table-TSV 0.002

Text::Table::TSV provides a single function, table, which formats a
two-dimensional array of data as TSV.

WWW: https://metacpan.org/release/Text-Table-TSV
Original commitRevision:499508 
00:21 sunpoet search for other commits by this committer
Add p5-Text-Table-Paragraph 0.002

Text::Table::Paragraph provides a single function, table, which formats a
two-dimensional array of data as paragraphs. Each paragraph shows a row of data
and columns are shown as name: value lines. Long values by default are wrapped
and shown indented in the subsequent lines.

WWW: https://metacpan.org/release/Text-Table-Paragraph
Original commitRevision:499507 
00:21 sunpoet search for other commits by this committer
Add p5-Text-Table-Org 0.02

Text::Table::Org provides a single function, table, which formats a
two-dimensional array of data as an Org text table.

WWW: https://metacpan.org/release/Text-Table-Org
Original commitRevision:499506 
00:21 sunpoet search for other commits by this committer
Add p5-Text-Table-LTSV 0.001

Text::Table::LTSV provides a single function, table, which formats a
two-dimensional array of data as LTSV.

WWW: https://metacpan.org/release/Text-Table-LTSV
Original commitRevision:499505 
00:20 sunpoet search for other commits by this committer
Add p5-Text-Table-HTML-DataTables 0.002

Text::Table::HTML::DataTables is just like Text::Table::HTML, except the HTML
code will also load jQuery and the DataTables plugin from the local filesystem
(distribution shared directory), so you can filter and sort the table in the
browser.

WWW: https://metacpan.org/release/Text-Table-HTML-DataTables
Original commitRevision:499504 
00:20 sunpoet search for other commits by this committer
Add p5-Text-Table-HTML 0.003

Text::Table::HTML provides a single function, table, which formats a
two-dimensional array of data as HTML table.

WWW: https://metacpan.org/release/Text-Table-HTML
Original commitRevision:499503 
00:20 sunpoet search for other commits by this committer
Add p5-Text-Table-CSV 0.021

Text::Table::CSV provides a single function, table, which formats a
two-dimensional array of data as CSV.

WWW: https://metacpan.org/release/Text-Table-CSV
Original commitRevision:499502 
00:19 sunpoet search for other commits by this committer
Add p5-Text-MarkdownTable 0.3.1

Text::MarkdownTable can be used to write data in tabular form, formatted in
MultiMarkdown syntax. The resulting format can be used for instance to display
CSV data or to include data tables in Markdown files. Newlines and vertical bars
in table cells are replaced by a space character and cell values can be
truncated.

WWW: https://metacpan.org/release/Text-MarkdownTable
Original commitRevision:499501 
00:19 sunpoet search for other commits by this committer
Add p5-Text-ANSI-Util 0.22

Text::ANSI::Util provides routines for dealing with text that contains ANSI
color codes, e.g. for determining its length/width (excluding the color codes),
stripping the color codes, extracting the color codes, and so on.

WWW: https://metacpan.org/release/Text-ANSI-Util
Original commitRevision:499500 
Monday, 15 Apr 2019
21:15 sunpoet search for other commits by this committer
Add py-openpyxl24 2.4.11 (copied from py-openpyxl)

- Add PORTSCOUT
Original commitRevision:499048 
21:14 sunpoet search for other commits by this committer
Add py-cchardet 2.1.4

cChardet is high speed universal character encoding detector - binding to
uchardet.

WWW: https://github.com/PyYoshi/cChardet
Original commitRevision:499047 
Saturday, 13 Apr 2019
23:31 sunpoet search for other commits by this committer
Add rubygem-elasticsearch-rails 6.0.0

The Elasticsearch::Rails library is a companion for the the elasticsearch-model
library, providing features suitable for Ruby on Rails applications.

WWW:
https://github.com/elastic/elasticsearch-rails/tree/master/elasticsearch-rails
Original commitRevision:498846 
23:31 sunpoet search for other commits by this committer
Add rubygem-elasticsearch-persistence 6.0.0

Elasticsearch::Persistence is the persistence layer for Ruby domain objects in
Elasticsearch, using the Repository pattern.

WWW:
https://github.com/elastic/elasticsearch-rails/tree/master/elasticsearch-persistence
Original commitRevision:498845 
23:29 sunpoet search for other commits by this committer
Add rubygem-elasticsearch-model 6.0.0

The Elasticsearch::Model library builds on top of the elasticsearch library.

It aims to simplify integration of Ruby classes ("models"), commonly found e.g.
in Ruby on Rails applications, with the Elasticsearch search and analytics
engine.

WWW:
https://github.com/elastic/elasticsearch-rails/tree/master/elasticsearch-model
Original commitRevision:498843 
Wednesday, 3 Apr 2019
18:05 tobik search for other commits by this committer
New port: textproc/py-asonic

Async Python client for the Sonic search backend.  Asonic implements
all Sonic APIs.

WWW: https://github.com/moshe/asonic
Original commitRevision:497740 
17:43 tobik search for other commits by this committer
New port: textproc/sonic

Sonic is a fast, lightweight, and schema-less search backend.  It
ingests search texts and identifier tuples that can then be queried
against in a microsecond's time.

Sonic can be used as a simple alternative to super-heavy and
full-featured search backends such as Elasticsearch in some use-cases.
It is capable of normalizing natural language search queries,
auto-completing a search query and providing the most relevant
results for a query.  Sonic is an identifier index, rather than a
document index; when queried, it returns IDs that can then be used
to refer to the matched documents in an external database.

A strong attention to performance and code cleanliness has been
given when designing Sonic.  It aims at being crash-free, super-fast
and puts minimum strain on server resources.

WWW: https://github.com/valeriansaliou/sonic
Original commitRevision:497739 
Monday, 1 Apr 2019
19:10 tobik search for other commits by this committer
Remove expired ports:
2019-03-31 archivers/go-compress: Go libraries should not be packaged
2019-03-31 textproc/go.text: Go libraries should not be packaged
2019-03-31 devel/go-hashicorp-logutils: Go libraries should not be packaged
2019-03-31 devel/go-cpuid: Go libraries should not be packaged
2019-03-31 devel/go-nuid: Go libraries should not be packaged
2019-03-31 devel/go-yaml: Go libraries should not be packaged
2019-03-31 devel/go-raw: Go libraries should not be packaged
2019-03-31 devel/go-go.uuid: Go libraries should not be packaged
2019-03-31 devel/go-goregen: Go libraries should not be packaged
2019-03-31 devel/go-runewidth: Go libraries should not be packaged
2019-03-31 devel/go-cobra: Go libraries should not be packaged
2019-03-31 devel/go-pflag: Go libraries should not be packaged
2019-03-31 devel/go-slices: Go libraries should not be packaged
2019-03-31 devel/go-form: Go libraries should not be packaged
2019-03-31 devel/go-bayesian: Go libraries should not be packaged
2019-03-31 devel/go-uuid: Go libraries should not be packaged
2019-03-31 devel/go-logrus: Go libraries should not be packaged
2019-03-31 devel/go-metrics: Go libraries should not be packaged
2019-03-31 devel/go-codec: Go libraries should not be packaged
2019-03-31 devel/go-faker: Go libraries should not be packaged
2019-03-31 devel/go-crc32: Go libraries should not be packaged
2019-03-31 security/goptlib: Go libraries should not be packaged
2019-03-31 security/go.crypto: Go libraries should not be packaged
2019-03-31 net/go-httppath: Go libraries should not be packaged
2019-03-31 net/go-amqp: Go libraries should not be packaged
2019-03-31 net/go.net: Go libraries should not be packaged
2019-03-31 net/go-nats: Go libraries should not be packaged
2019-03-31 net/go-httptreemux: Go libraries should not be packaged
2019-03-31 databases/gosqlite3: Go libraries should not be packaged
2019-03-31 databases/redigo: Go libraries should not be packaged
2019-03-31 databases/gomdb: Go libraries should not be packaged
2019-03-31 databases/radix.v2: Go libraries should not be packaged
2019-03-31 databases/levigo: Go libraries should not be packaged
2019-03-31 www/unit-go: Go libraries should not be packaged
2019-03-31 www/webgo: Go libraries should not be packaged
2019-03-31 www/go-fasthttp: Go libraries should not be packaged
Original commitRevision:497504 
Saturday, 30 Mar 2019
04:19 wen search for other commits by this committer
Sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML
via JavaScript.

WWW: https://www.sphinx-doc.org/
Original commitRevision:497236 
04:11 wen search for other commits by this committer
Sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.

WWW: https://www.sphinx-doc.org/
Original commitRevision:497235 
04:04 wen search for other commits by this committer
Sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books.

WWW: https://www.sphinx-doc.org/
Original commitRevision:497234 
Friday, 29 Mar 2019
16:33 0mp search for other commits by this committer
New port: textproc/py-pykwalify: Python lib/cli for JSON/YAML schema validation

pyKwalify is a YAML/JSON validation library.

This framework is a port with a lot of added functionality of the Java
version of the framework kwalify that can be found at
http://www.kuwata-lab.com/kwalify/

The schema this library is based on and extended from:
http://www.kuwata-lab.com/kwalify/ruby/users-guide.01.html#schema

WWW: https://github.com/Grokzen/pykwalify

Sponsored by:	BALLY WULFF Games & Entertainment GmbH
Original commitRevision:497163 
Thursday, 28 Mar 2019
16:46 0mp search for other commits by this committer
New port: textproc/up: Ultimate plumber, a tool for writing pipes with instant
live preview

up is the Ultimate Plumber, a tool for writing Linux pipes in a
terminal-based UI interactively, with instant live preview of command
results.

The main goal of the Ultimate Plumber is to help interactively and
incrementally explore textual data in Linux, by making it easier to quickly
build complex pipelines, thanks to a fast feedback loop. This is achieved
by boosting any typical Linux text-processing utils such as grep, sort,
cut, paste, awk, wc, perl, etc., etc., by providing a quick, interactive,
scrollable preview of their results.

WWW: https://github.com/akavel/up

Reviewed by:	mat
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D19716
Original commitRevision:497029 
Monday, 25 Mar 2019
16:16 mfechner search for other commits by this committer
Obsolete, please use textproc/rubygem-version_sorter instead.
Original commitRevision:496835 
Saturday, 23 Mar 2019
23:30 grembo search for other commits by this committer
Add pdftotext, simple PDF text extraction for python

PR:		236687
Original commitRevision:496696 
23:23 grembo search for other commits by this committer
Add langdetect, a port of Google's language-detection library to Python

PR:		236685
Original commitRevision:496695 
Friday, 22 Mar 2019
15:08 danfe search for other commits by this committer
GNU Datamash is a command-line program which performs basic numeric,
textual, and statistical operations on input textual data files.

WWW: https://www.gnu.org/software/datamash/
Original commitRevision:496574 
Saturday, 16 Mar 2019
23:08 tcberner search for other commits by this committer
textproc/xxdiff-scripts: Has expired: Qt4 has been EOL since december 2015 (Qt4
deprecation)

Approved by:	portmgr (implicit)
Original commitRevision:495986 
21:55 tcberner search for other commits by this committer
Qt4 deprecation: Remove Qt4 and its consumes.

2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015
2019-03-15 audio/qmpdclient: Qt4 has been EOL since december 2015
2019-03-15 audio/skype-call-recorder: Qt4 has been EOL since december 2015
2019-03-15 audio/virtual_oss_ctl: Qt4 has been EOL since december 2015
2019-03-15 biology/clustalx: Qt4 has been EOL since december 2015
2019-03-15 cad/klayout: Qt4 has been EOL since december 2015
2019-03-15 cad/layouteditor: Qt4 has been EOL since december 2015
2019-03-15 cad/leocad: Qt4 has been EOL since december 2015
2019-03-15 cad/meshlab: Qt4 has been EOL since december 2015
2019-03-15 cad/qfsm: Qt4 has been EOL since december 2015
2019-03-15 cad/qucs: Qt4 has been EOL since december 2015
2019-03-15 chinese/gcin-qt4: Qt4 has been EOL since december 2015
2019-03-15 chinese/qt4-codecs-cn: Qt4 has been EOL since december 2015
2019-03-15 chinese/qt4-codecs-tw: Qt4 has been EOL since december 2015
2019-03-15 chinese/qterm: Qt4 has been EOL since december 2015
2019-03-15 comms/dabstick-radio: Qt4 has been EOL since december 2015
2019-03-15 comms/hamfax: Qt4 has been EOL since december 2015
2019-03-15 comms/linpsk: Qt4 has been EOL since december 2015
2019-03-15 databases/py-qt4-sql: Qt4 has been EOL since december 2015
2019-03-15 databases/qt4-ibase-plugin: Qt4 has been EOL since december 2015
2019-03-15 databases/qt4-mysql-plugin: Qt4 has been EOL since december 2015
2019-03-15 databases/qt4-odbc-plugin: Qt4 has been EOL since december 2015
2019-03-15 databases/qt4-pgsql-plugin: Qt4 has been EOL since december 2015
2019-03-15 databases/qt4-sql: Qt4 has been EOL since december 2015
2019-03-15 databases/qt4-sqlite-plugin: Qt4 has been EOL since december 2015
2019-03-15 databases/qt4-sqlite3-plugin: Qt4 has been EOL since december 2015
2019-03-15 databases/sqliteman: Qt4 has been EOL since december 2015
2019-03-15 databases/tora: Qt4 has been EOL since december 2015
2019-03-15 deskutils/cdcat: Qt4 has been EOL since december 2015
2019-03-15 deskutils/fbreader: Qt4 has been EOL since december 2015
2019-03-15 deskutils/launchy: Qt4 has been EOL since december 2015
2019-03-15 deskutils/qorganizer: Qt4 has been EOL since december 2015
2019-03-15 deskutils/qrfcview: Qt4 has been EOL since december 2015
2019-03-15 deskutils/qtm: Qt4 has been EOL since december 2015
2019-03-15 deskutils/tuxcards: Qt4 has been EOL since december 2015
2019-03-15 deskutils/vym: Qt4 has been EOL since december 2015
2019-03-15 devel/apiextractor: Qt4 has been EOL since december 2015
2019-03-15 devel/automoc4: Qt4 has been EOL since december 2015
2019-03-15 devel/edb: Qt4 has been EOL since december 2015
2019-03-15 devel/generatorrunner: Qt4 has been EOL since december 2015
2019-03-15 devel/grantlee: Qt4 has been EOL since december 2015
2019-03-15 devel/gwenhywfar-qt4: Qt4 has been EOL since december 2015
2019-03-15 devel/kaptain: Qt4 has been EOL since december 2015
2019-03-15 devel/ninja-ide: Qt4 has been EOL since december 2015
2019-03-12 devel/physfs-devel: is the same as devel/physfs, serving no purpose
2019-03-15 devel/piklab: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-assistant: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-core: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-dbus: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-dbussupport: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-declarative: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-designer: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-designerplugin: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-help: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-qscintilla2: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-script: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-scripttools: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-test: Qt4 has been EOL since december 2015
2019-03-15 devel/pyside: Qt4 has been EOL since december 2015
2019-03-15 devel/pyside-tools: Qt4 has been EOL since december 2015
2019-03-15 devel/qbzr: Qt4 has been EOL since december 2015
2019-03-15 devel/qct: Qt4 has been EOL since december 2015
2019-03-15 devel/qdevelop: Qt4 has been EOL since december 2015
2019-03-15 devel/qprog: Qt4 has been EOL since december 2015
2019-03-15 devel/qross: Qt4 has been EOL since december 2015
2019-03-15 devel/qscintilla2: Qt4 has been EOL since december 2015
2019-03-15 devel/qscintilla2-designerplugin: Qt4 has been EOL since december
2015
2019-03-15 devel/qt4: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-assistant: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-assistant-adp: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-corelib: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-dbus: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-designer: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-help-tools: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-libqtassistantclient: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-linguist: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-linguisttools: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-makeqpf: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-moc: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-porting: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-qdbusviewer: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-qdoc3: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-qmake: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-qmlviewer: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-qt3support: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-qtsolutions-singleapplication: Qt4 has been EOL since
december 2015
2019-03-15 devel/qt4-qtsolutions-soap: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-qvfb: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-rcc: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-script: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-scripttools: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-testlib: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-uic: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-uic3: Qt4 has been EOL since december 2015
2019-03-15 devel/qtscriptgenerator: Qt4 has been EOL since december 2015
2019-03-15 devel/shiboken: Qt4 has been EOL since december 2015
2019-03-15 devel/subcommander2: Qt4 has been EOL since december 2015
2019-03-15 devel/universalindentgui: Qt4 has been EOL since december 2015
2019-03-15 editors/leo: Qt4 has been EOL since december 2015
2019-03-15 editors/lfhex: Qt4 has been EOL since december 2015
2019-03-15 editors/plume-creator-devel: Qt4 has been EOL since december 2015
2019-03-15 editors/textroom: Qt4 has been EOL since december 2015
2019-03-15 editors/yzis: Qt4 has been EOL since december 2015
2019-03-15 emulators/dboxfe: Qt4 has been EOL since december 2015
2019-03-15 emulators/q4wine: Qt4 has been EOL since december 2015
2019-03-15 emulators/qtemu: Qt4 has been EOL since december 2015
2019-03-15 emulators/swine: Qt4 has been EOL since december 2015
2019-03-15 finance/alkimia-qt4: Qt4 has been EOL since december 2015
2019-03-15 finance/bitcoin-armory: Qt4 has been EOL since december 2015
2019-03-15 finance/qhacc: Qt4 has been EOL since december 2015
2019-03-15 ftp/scythia: Qt4 has been EOL since december 2015
2019-03-15 games/bubble-chains: Qt4 has been EOL since december 2015
2019-03-15 games/capicity: Qt4 has been EOL since december 2015
2019-03-15 games/capitalism: Qt4 has been EOL since december 2015
2019-03-15 games/flukz: Qt4 has been EOL since december 2015
2019-03-15 games/goldencheetah: Qt4 has been EOL since december 2015
2019-03-15 games/jag: Qt4 has been EOL since december 2015
2019-03-15 games/kardsgt: Qt4 has been EOL since december 2015
2019-03-15 games/kcheckers: Qt4 has been EOL since december 2015
2019-03-15 games/openpref: Qt4 has been EOL since december 2015
2019-03-15 games/pokerth: Qt4 has been EOL since december 2015
2019-03-15 games/qgo: Qt4 has been EOL since december 2015
2019-03-15 games/qtads: Qt4 has been EOL since december 2015
2019-03-15 games/quackle: Qt4 has been EOL since december 2015
2019-03-15 games/spellathon: Qt4 has been EOL since december 2015
2019-03-15 games/sudoku-sensei: Qt4 has been EOL since december 2015
2019-03-15 games/tbe: Qt4 has been EOL since december 2015
2019-03-15 games/xptools: Qt4 has been EOL since december 2015
2019-03-15 german/tipp10: Qt4 has been EOL since december 2015
2019-03-15 graphics/appleseed: Qt4 has been EOL since december 2015
2019-03-15 graphics/aqsis: Qt4 has been EOL since december 2015
2019-03-15 graphics/autoq3d: Qt4 has been EOL since december 2015
2019-03-15 graphics/burplex: Qt4 has been EOL since december 2015
2019-03-15 graphics/darknock: Qt4 has been EOL since december 2015
2019-03-15 graphics/djview4-qt4: Qt4 has been EOL since december 2015
2019-03-15 graphics/easypaint: Qt4 has been EOL since december 2015
2019-03-15 graphics/eos-movrec: Qt4 has been EOL since december 2015
2019-03-15 graphics/gle-graphics: Qt4 has been EOL since december 2015
2019-03-15 graphics/lprof-devel: Qt4 has been EOL since december 2015
2019-03-15 graphics/luminance: Qt4 has been EOL since december 2015
2019-03-15 graphics/luxrender: Qt4 has been EOL since december 2015
2019-03-15 graphics/luxrender14: Qt4 has been EOL since december 2015
2019-03-15 graphics/meshviewer: Qt4 has been EOL since december 2015
2019-03-15 graphics/natron: Qt4 has been EOL since december 2015
2019-03-15 graphics/oyranos: Qt4 has been EOL since december 2015
2019-03-15 graphics/pencil: Qt4 has been EOL since december 2015
2019-03-15 graphics/prison: Qt4 has been EOL since december 2015
2019-03-15 graphics/py-qt4-svg: Qt4 has been EOL since december 2015
2019-03-15 graphics/qt4-iconengines: Qt4 has been EOL since december 2015
2019-03-15 graphics/qt4-imageformats: Qt4 has been EOL since december 2015
2019-03-15 graphics/qt4-opengl: Qt4 has been EOL since december 2015
2019-03-15 graphics/qt4-pixeltool: Qt4 has been EOL since december 2015
2019-03-15 graphics/qt4-svg: Qt4 has been EOL since december 2015
2019-03-15 graphics/qxv: Qt4 has been EOL since december 2015, qxv is
unmaintained
2019-03-15 graphics/scantailor: Qt4 has been EOL since december 2015
2019-03-15 graphics/seexpr: Qt4 has been EOL since december 2015
2019-03-15 graphics/smillaenlarger: Qt4 has been EOL since december 2015
2019-03-15 graphics/structuresynth: Qt4 has been EOL since december 2015
2019-03-15 graphics/yagf: Qt4 has been EOL since december 2015
2019-03-15 japanese/qt4-codecs-jp: Qt4 has been EOL since december 2015
2019-03-15 korean/qt4-codecs-kr: Qt4 has been EOL since december 2015
2019-03-15 mail/qgmailnotifier: Qt4 has been EOL since december 2015
2019-03-15 math/qtiplot: Qt4 has been EOL since december 2015
2019-03-15 math/qtoctave: Qt4 has been EOL since december 2015
2019-03-15 math/qwtplot3d-qt4: Qt4 has been EOL since december 2015
2019-03-15 misc/py-qt4-demo: Qt4 has been EOL since december 2015
2019-03-15 misc/py-qt4-doc: Qt4 has been EOL since december 2015
2019-03-15 misc/qmetro: Qt4 has been EOL since december 2015
2019-03-15 misc/qt4-doc: Qt4 has been EOL since december 2015
2019-03-15 misc/qt4-l10n: Qt4 has been EOL since december 2015
2019-03-15 misc/qt4-qtconfig: Qt4 has been EOL since december 2015
2019-03-15 misc/qt4-qtdemo: Qt4 has been EOL since december 2015
2019-03-15 misc/saaghar: Qt4 has been EOL since december 2015
2019-03-15 multimedia/2mandvd: Qt4 has been EOL since december 2015
2019-03-15 multimedia/abby: Qt4 has been EOL since december 2015
2019-03-15 multimedia/avidemux-qt4: Qt4 has been EOL since december 2015
2019-03-15 multimedia/gstreamer-qt4: Qt4 has been EOL since december 2015
2019-03-15 multimedia/mediadownloader: Qt4 has been EOL since december 2015
2019-03-15 multimedia/mlt-qt4: Qt4 has been EOL since december 2015
2019-03-15 multimedia/phonon-xine: Qt4 has been EOL since december 2015
2019-03-15 multimedia/py-qt4-multimedia: Qt4 has been EOL since december 2015
2019-03-15 multimedia/py-qt4-phonon: Qt4 has been EOL since december 2015
2019-03-15 multimedia/qmmp: Qt4 has been EOL since december 2015
2019-03-15 multimedia/qmmp-plugin-pack: Qt4 has been EOL since december 2015
2019-03-15 multimedia/qt4-mobility: Qt4 has been EOL since december 2015
2019-03-15 multimedia/qt4-multimedia: Qt4 has been EOL since december 2015
2019-03-15 multimedia/umplayer: Qt4 has been EOL since december 2015
2019-03-15 net/avahi-qt4: Qt4 has been EOL since december 2015
2019-03-15 net/cagibi: Qt4 has been EOL since december 2015
2019-03-15 net/hupnp: Qt4 has been EOL since december 2015
2019-03-15 net/ostinato: Qt4 has been EOL since december 2015
2019-03-15 net/py-qt4-network: Qt4 has been EOL since december 2015
2019-03-15 net/qjsonrpc: Qt4 has been EOL since december 2015
2019-03-15 net/qoauth: Qt4 has been EOL since december 2015
2019-03-15 net/qt4-network: Qt4 has been EOL since december 2015
2019-03-15 net/qtweetlib: Qt4 has been EOL since december 2015
2019-03-15 net-im/libjreen: Qt4 has been EOL since december 2015
2019-03-15 net-im/psimedia: Qt4 has been EOL since december 2015
2019-03-15 net-im/ramblercontacts: Qt4 has been EOL since december 2015
2019-03-15 net-im/telepathy-logger-qt4: Qt4 has been EOL since december 2015
2019-03-15 net-im/turpial: Qt4 has been EOL since december 2015
2019-03-15 net-im/vacuum-im: Qt4 has been EOL since december 2015
2019-03-15 net-mgmt/nagiosagent: Qt4 has been EOL since december 2015
2019-03-15 net-mgmt/qkismet: Qt4 has been EOL since december 2015
2019-03-15 net-p2p/bitmessage: Qt4 has been EOL since december 2015
2019-03-15 net-p2p/eiskaltdcpp-qt: Qt4 has been EOL since december 2015
2019-03-15 net-p2p/valknut: Qt4 has been EOL since december 2015
2019-03-15 polish/qfaktury: Qt4 has been EOL since december 2015
2019-03-15 print/kpdftool: Qt4 has been EOL since december 2015
2019-03-15 print/scribus: Qt4 has been EOL since december 2015
2019-03-15 science/MOOSE-neural-simulator: Qt4 has been EOL since december 2015
2019-03-15 science/avogadro: Qt4 has been EOL since december 2015
2019-03-15 science/openstructure: Qt4 has been EOL since december 2015
2019-03-15 science/py-veusz: Qt4 has been EOL since december 2015
2019-03-15 science/qtresistors: Qt4 has been EOL since december 2015
2019-03-15 security/keepassx2: Qt4 has been EOL since december 2015
2019-03-15 security/kqoauth: Qt4 has been EOL since december 2015
2019-03-15 security/tpmmanager: Qt4 has been EOL since december 2015
2019-03-15 sysutils/android-file-transfer-qt4: Qt4 has been EOL since december
2015
2019-03-15 sysutils/bacula9-bat: Qt4 has been EOL since december 2015
2019-03-15 sysutils/bareos-traymonitor: Qt4 has been EOL since december 2015
2019-03-15 sysutils/bareos16-bat: Qt4 has been EOL since december 2015
2019-03-15 sysutils/bareos16-traymonitor: Qt4 has been EOL since december 2015
2019-03-15 sysutils/policykit-qt: Qt4 has been EOL since december 2015
2019-03-15 sysutils/qpxtool: Qt4 has been EOL since december 2015
2019-03-15 sysutils/qsynergy: Qt4 has been EOL since december 2015
2019-03-15 sysutils/qzeitgeist: Qt4 has been EOL since december 2015
2019-03-15 sysutils/searchmonkey: Qt4 has been EOL since december 2015
2019-03-15 sysutils/unetbootin: Qt4 has been EOL since december 2015
2019-03-15 textproc/beediff: Qt4 has been EOL since december 2015
2019-03-15 textproc/dixit: Qt4 has been EOL since december 2015
2019-03-15 textproc/goldendict: Qt4 has been EOL since december 2015
2019-03-15 textproc/ibus-qt: Qt4 has been EOL since december 2015
2019-03-15 textproc/py-qt4-xml: Qt4 has been EOL since december 2015
2019-03-15 textproc/py-qt4-xmlpatterns: Qt4 has been EOL since december 2015
2019-03-15 textproc/qt4-clucene: Qt4 has been EOL since december 2015
2019-03-15 textproc/qt4-xml: Qt4 has been EOL since december 2015
2019-03-15 textproc/qt4-xmlpatterns: Qt4 has been EOL since december 2015
2019-03-15 textproc/qt4-xmlpatterns-tool: Qt4 has been EOL since december 2015
2019-03-15 textproc/scim-bridge-qt4: Qt4 has been EOL since december 2015
2019-03-15 textproc/uim-qt4: Qt4 has been EOL since december 2015
2019-03-15 textproc/xxdiff: Qt4 has been EOL since december 2015
2019-03-15 www/aria2fe: Qt4 has been EOL since december 2015
2019-03-15 www/cutycapt: Qt4 has been EOL since december 2015
2019-03-15 www/py-qt4-webkit: Qt4 has been EOL since december 2015
2019-03-15 www/qt4-webkit: Qt4 has been EOL since december 2015
2019-03-15 www/qupzilla-qt4: Qt4 has been EOL since december 2015
2019-03-15 x11/leechcraft: Qt4 has been EOL since december 2015
2019-03-15 x11/py-qt4-opengl: Qt4 has been EOL since december 2015
2019-03-15 x11/qimageblitz: Qt4 has been EOL since december 2015
2019-03-15 x11/qt4-graphicssystems-opengl: Qt4 has been EOL since december 2015
2019-03-15 x11/qt4-inputmethods: Qt4 has been EOL since december 2015
2019-03-15 x11/qxkb: Qt4 has been EOL since december 2015
2019-03-15 x11-fonts/fontmatrix: Qt4 has been EOL since december 2015
2019-03-15 x11-themes/qt4-style-float: Qt4 has been EOL since december 2015
2019-03-15 x11-themes/qt4-style-phase: Qt4 has been EOL since december 2015
2019-03-15 x11-themes/qt4-style-quantumstyle: Qt4 has been EOL since december
2015
2019-03-15 x11-themes/qtcurve-qt4: Qt4 has been EOL since december 2015
2019-03-15 x11-toolkits/attica: Qt4 has been EOL since december 2015
2019-03-15 x11-toolkits/py-qt4-gui: Qt4 has been EOL since december 2015
2019-03-15 x11-toolkits/qt4-declarative: Qt4 has been EOL since december 2015
2019-03-15 x11-toolkits/qt4-gui: Qt4 has been EOL since december 2015
2019-03-15 x11-toolkits/qt4pas: Qt4 has been EOL since december 2015
2019-03-15 x11-toolkits/qwt5: Qt4 has been EOL since december 2015
2019-03-15 x11-toolkits/qwt5-designerplugin: Qt4 has been EOL since december
2015
2019-03-15 x11-toolkits/soqt: Qt4 has been EOL since december 2015
2019-03-15 x11-wm/qlwm: Qt4 has been EOL since december 2015

Approved by:	portmgr (implicit)
Original commitRevision:495967 
Monday, 11 Mar 2019
15:10 adridg search for other commits by this committer
Remove textproc/soprano. There's an open PR to update it to
Qt5, but it would still be an unused leaf port, largely
unmaintained upstream. Instead, can it ahead of the Qt4 cleanup.

2019-03-15 textproc/soprano: Qt4 has been EOL since december 2015

PR:	235501
Original commitRevision:495355 
Wednesday, 6 Mar 2019
21:49 rene search for other commits by this committer
Remove expired ports:
2019-03-05 devel/elixir-lager_logger: Broken for more than 6 months
2019-03-05 devel/gpsim: Broken for more than 6 months
2019-03-05 devel/hgview: Broken for more than 6 months
2019-03-05 games/mudmagic: Broken for more than 6 months
2019-03-05 math/mumps-mpich: Broken for more than 6 months
2019-03-05 math/sdpara: Broken for more than 6 months
2019-03-05 net/tn5250j: Broken for more than 6 months
2019-03-05 net-im/pidgin-skype: Broken for more than 6 months
2019-03-05 net-im/skype: Broken for more than 6 months
2019-03-05 net-im/skype-devel: Broken for more than 6 months
2019-03-05 science/dft_tools: Broken for more than 6 months
2019-03-05 science/triqs: Broken for more than 6 months
2019-03-05 security/hamachi: Broken for more than 6 months
2019-03-05 textproc/elixir-ex_doc: Broken for more than 6 months
2019-03-05 x11/altyo: Broken for more than 6 months
2019-03-05 x11/pantheon-terminal: Broken for more than 6 months
2019-03-05 x11-wm/e-module-everything-websearch: Broken for more than 6 months
Original commitRevision:494849 
Saturday, 2 Mar 2019
17:44 sunpoet search for other commits by this committer
Add rubygem-nokogiri18 1.8.5 (copied from rubygem-nokogiri)

- Add PORTSCOUT
Original commitRevision:494421 
11:26 mfechner search for other commits by this committer
New ports required by gitlab-ce upgrade to 11.8.
Original commitRevision:494384 
00:30 zi search for other commits by this committer
New port: textproc/gron:

Make JSON greppable!

gron transforms JSON into discrete assignments to make it easier to grep for
what you want and see the absolute 'path' to it. It eases the exploration of
APIs that return large blobs of JSON but have terrible documentation.

WWW: https://github.com/tomnomnom/gron
Original commitRevision:494348 
Thursday, 28 Feb 2019
09:32 0mp search for other commits by this committer
New port: textproc/pup: Command-line jq-like HTML parser using CSS selectors

pup is a command line tool for processing HTML. It reads from stdin, prints
to stdout, and allows the user to filter parts of the page using CSS
selectors.

Inspired by jq, pup aims to be a fast and flexible way of exploring HTML
from the terminal.

WWW: https://github.com/ericchiang/pup

Reviewed by:	krion
Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D19378
Original commitRevision:494139 
Wednesday, 27 Feb 2019
02:43 tobik search for other commits by this committer
New port: textproc/sd

sd is an intuitive find & replace tool.

Features:
- Painless regular expressions.  sd uses regex syntax that you
  already know from JavaScript and Python.  Forget about dealing
  with quirks of sed or awk - get productive immediately.
- String-literal mode.  Non-regex find & replace.  No more backslashes
  or remembering which characters are special and need to be escaped.
- Easy to read, easy to write.  Find & replace expressions are split
  up, which makes them easy to read and write.  No more messing with
  unclosed and escaped slashes.
- Smart, common-sense defaults.  Smart-cased regular expressions
  also come with a sane syntax that's not opt-in.  Defaults follow
  common sense and are tailored for typical daily use.

WWW: https://github.com/chmln/sd
Original commitRevision:494008 
Saturday, 23 Feb 2019
08:03 bapt search for other commits by this committer
Remove scrollkeeper which has been replaced upstream by rarian long ago
Original commitRevision:493656 
Friday, 15 Feb 2019
05:02 yuri search for other commits by this committer
New port: textproc/libcyaml: C library for reading and writing YAML
Original commitRevision:492970 
Thursday, 14 Feb 2019
17:42 gahr search for other commits by this committer
textproc/re-flex: add new port

RE/flex is a free and open-source alternative to the fast lexical analyzer
Flex. RE/flex generates fast lexical analyzers for C++, also known as
"scanners", "lexers", or "tokenizers". RE/flex offers many new useful features
including Unicode support, indent/nodent/dedent anchors, word boundaries, lazy
quantifiers (non-greedy, lazy repeats), and performance tuning options. The
RE/flex software also includes a very fast stand-alone regex library for C++.

WWW: https://www.genivia.com/reflex.html
Original commitRevision:492926 
Tuesday, 5 Feb 2019
14:26 sunpoet search for other commits by this committer
Add py-pyjade 4.0.0

PyJade is a high performance port of Jade-lang for python, that converts any
.jade source to the each Template-language (Django, Jinja2, Mako or Tornado).

WWW: https://github.com/syrusakbary/pyjade
Original commitRevision:492236 
02:02 lwhsu search for other commits by this committer
Add libnumbertext, number to number name and money text conversion libraries
Original commitRevision:492188 
Monday, 4 Feb 2019
00:06 sunpoet search for other commits by this committer
Add py-sphinx-tabs 1.1.10

sphinx-tabs creates tabbed content in Sphinx documentation when building HTML.

WWW: https://github.com/djungelorm/sphinx-tabs
Original commitRevision:492093 
Sunday, 3 Feb 2019
14:59 jbeich search for other commits by this committer
textproc/nuspell: add new port

https://fosdem.org/2019/schedule/event/nuspell/
Original commitRevision:492052 
Thursday, 31 Jan 2019
15:29 ehaupt search for other commits by this committer
Add py-QDarkStyle 2.6.5, dark stylesheet for Python and Qt applications.
Original commitRevision:491737 
Tuesday, 29 Jan 2019
20:16 mat search for other commits by this committer
Fixup categories Makefiles order.
Original commitRevision:491597 
Sunday, 27 Jan 2019
16:27 jrm search for other commits by this committer
New port, textproc/zsh-autosuggestions: Autosuggestions for Zsh

WWW: https://github.com/zsh-users/zsh-autosuggestions
Original commitRevision:491367 
13:09 tobik search for other commits by this committer
New port: textproc/pict

A tool for generating test cases using the PICT (Pairwise Independent
Combinatorial Testing) method, based on a simple plain text format.

WWW: https://github.com/Microsoft/pict

PR:		231407
Submitted by:	greg@unrelenting.technology
Original commitRevision:491347 
Saturday, 26 Jan 2019
11:02 rm search for other commits by this committer
The PRECIS framework makes internationalized user names and passwords safer
for use by applications. PRECIS profiles transform unicode strings into a
canonical form, suitable for comparison.

WWW: https://github.com/byllyfish/precis_i18n

PR:		233824
Submitted by:	Goran Mekic <meka@tilda.center>
Original commitRevision:491265 
Tuesday, 22 Jan 2019
23:59 sunpoet search for other commits by this committer
Add p5-CSS-Sass 3.4.10

CSS::Sass provides a perl interface to LibSass, a nearly complete Sass compiler
written in C++. It is currently at ruby sass 3.4 feature parity and heading
towards 3.5 compatibility. It can compile .scss and .sass files.

WWW: https://metacpan.org/release/CSS-Sass
Original commitRevision:490994 
23:59 sunpoet search for other commits by this committer
Add minify 2.3.8

Minify is a minifier package written in Go. It provides HTML5, CSS3, JS, JSON,
SVG and XML minifiers and an interface to implement any other minifier.
Minification is the process of removing bytes from a file (such as whitespace)
without changing its output and therefore shrinking its size and speeding up
transmission over the internet and possibly parsing. The implemented minifiers
are designed for high performance.

The core functionality associates mimetypes with minification functions,
allowing embedded resources (like CSS or JS within HTML files) to be minified as
well. Users can add new implementations that are triggered based on a mimetype
(or pattern), or redirect to an external command (like ClosureCompiler,
UglifyCSS, ...).

WWW: https://github.com/tdewolff/minify
Original commitRevision:490993 
15:58 amdmi3 search for other commits by this committer
JsonSlicer performs a stream or iterative, pull JSON parsing, which
means it does not load whole JSON into memory and is able to parse
very large JSON files or streams. The module is written in C and
uses YAJL JSON parsing library, so it's also quite fast.

JsonSlicer takes a path of JSON map keys or array indexes, and
provides iterator interface which yields JSON data matching given
path as complete Python objects.

WWW: https://pypi.org/project/jsonslicer/
Original commitRevision:490958 
15:57 amdmi3 search for other commits by this committer
Sort category Makefile
Original commitRevision:490957 
Wednesday, 16 Jan 2019
10:28 tz search for other commits by this committer
New port: textproc/rubygem-compass-blueprint

Compass extension for blueprint css framework.

WWW: https://github.com/Compass/compass-blueprint
Original commitRevision:490462 
Tuesday, 15 Jan 2019
21:18 sunpoet search for other commits by this committer
Add py-cmarkgfm 0.4.2

Minimalist Python bindings to GitHub's fork of cmark.

WWW: https://github.com/theacodes/cmarkgfm
Original commitRevision:490406 
Tuesday, 8 Jan 2019
03:15 skreuzer search for other commits by this committer
The Python package custom_inherit provides convenient, light-weight tools for
inheriting docstrings in customizeable ways.

Features:
 * Metaclass that instructs children to inherit docstrings for their
   attributes from their parents, using custom docstring inheritance styles.
 * Decorator that merges a string/docstring with the docstring of the decorated
   object using custom styles.
 * Built-in docstring merging styles for popular docstring specifications:
   * NumPy docstring specification
   * Napoleon docstring specifications (for both Google and NumPy styles)
   * Merging based on reST sections
   * Simple inheritance from a parent, if the docstring is not overwritten
 * Simple interface for using your own docstring inheritance style.

WWW: https://github.com/meowklaski/custom_inherit
Original commitRevision:489639 
Sunday, 6 Jan 2019
13:28 jbeich search for other commits by this committer
x11-wm/sway: add new port

Sway is a tiling Wayland compositor and a drop-in replacement for the
i3 window manager for X11. It works with your existing i3 configuration
and supports most of i3's features, plus a few extras.

https://swaywm.org/
Original commitRevision:489493 
12:18 arrowd search for other commits by this committer
lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports.

As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:

# portmaster -w -r ghc
  or
# portupgrade -fr lang/ghc

In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch.  For
example:

# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc
# pkg install -y `cat ghc-pkgs.txt`

During update some hs-* ports got two PORTREVISION bumps in a row. Other ports
got a PORTVERSION update together with one PORTREVISION bump. This is caused
by bulk-bumping PORTREVISION of all hs-* ports. There are a lot of them updated,
so figuring out which ones require a bump and which are not is too tedious.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D18707
Original commitRevision:489474 
Saturday, 5 Jan 2019
21:30 swills search for other commits by this committer
textproc/scancode-toolkit: create port

ScanCode scans code and detects licenses, copyrights, package manifests,
dependencies and more. It can be also used to discover and inventory open source
and third-party packages used in your code.

WWW: https://github.com/nexB/scancode-toolkit

PR:		230114
Submitted by:	Kai <freebsd_ports@k-worx.org>
Original commitRevision:489386 
18:39 swills search for other commits by this committer
textproc/p5-Text-Distill: create port

Quick texts compare, plagiarism and common parts detection.

WWW: https://metacpan.org/pod/Text::Distill

PR:		226718
Submitted by:	oleg@mamontov.net
Original commitRevision:489362 
18:21 swills search for other commits by this committer
textproc/Spreadsheet-ParseXLSX: create port

Spreadsheet::ParseXLSX - parse XLSX files

This module is an adaptor for Spreadsheet::ParseExcel that reads XLSX files.
For documentation about the various data that you can retrieve from these
classes, please see Spreadsheet::ParseExcel, Spreadsheet::ParseExcel::Workbook,
Spreadsheet::ParseExcel::Worksheet, and Spreadsheet::ParseExcel::Cell.

WWW: http://search.cpan.org/dist/Spreadsheet-ParseXLSX/

PR:		226363
Submitted by:	n_hibma
Original commitRevision:489361 
18:05 swills search for other commits by this committer
textproc/p5-docx2txt: create port

docx2txt is a perl based command line utility to convert Microsoft Office(Tm)
Docx documents to equivalent Text documents. Latest version supports
following features during text extraction.

*	Character conversions (" ' < & > - ... fraction and some mathematical
	symbols etc.); currency characters are converted to respective names
	like Euro.
*	Capitalisation of text blocks.
*	Center and right justification of text fitting in a line of
	(configurable) 80 columns.
*	Horizontal ruler, line breaks, paragraphs separation, tabs
*	Indicating hyperlinked text along with the hyperlink. (configurable)
*	Handling (bullet, decimal, letter, roman) lists along with (attempt at)
	indentation.

WWW: https://sourceforge.net/projects/docx2txt/

PR:		225113
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Original commitRevision:489359 
16:43 swills search for other commits by this committer
textproc/p5-PDF-Reuse: create port

PDF::Reuse - Reuse and mass produce PDF documents

This module could be used when you want to mass produce similar (but not
identical) PDF documents and reuse templates, JavaScripts and some other
components. It is functional to be fast, and to give your programs capacity to
produce many pages per second and very big PDF documents if necessary.

WWW: http://search.cpan.org/dist/PDF-Reuse/

PR:		216608
Submitted by:	gehm@doom-labs.net
Original commitRevision:489354 
Tuesday, 1 Jan 2019
20:28 sunpoet search for other commits by this committer
Add p5-Text-Template-Simple 0.91

Text::Template::Simple is a simple template module. There is no extra
template/mini language. Instead, it uses Perl as the template language.
Templates can be cached on disk or inside the memory via the internal cache
manager. It is also possible to use static/dynamic includes, pass parameters to
includes and apply filters on them. Also see Text::Template::Simple::API for the
full API reference.

WWW: https://metacpan.org/release/Text-Template-Simple
Original commitRevision:488935 
14:17 rene search for other commits by this committer
Remove expired php56- ports:
2019-01-01 net/php56-soap: Security Support ends on 31 Dec 2018
2019-01-01 net/php56-ldap: Security Support ends on 31 Dec 2018
2019-01-01 net/php56-xmlrpc: Security Support ends on 31 Dec 2018
2019-01-01 net/php56-sockets: Security Support ends on 31 Dec 2018
2019-01-01 textproc/php56-ctype: Security Support ends on 31 Dec 2018
2019-01-01 textproc/php56-xmlwriter: Security Support ends on 31 Dec 2018
2019-01-01 textproc/php56-xmlreader: Security Support ends on 31 Dec 2018
2019-01-01 textproc/php56-pspell: Security Support ends on 31 Dec 2018
2019-01-01 textproc/php56-dom: Security Support ends on 31 Dec 2018
2019-01-01 textproc/php56-xsl: Security Support ends on 31 Dec 2018
2019-01-01 textproc/php56-simplexml: Security Support ends on 31 Dec 2018
2019-01-01 textproc/php56-enchant: Security Support ends on 31 Dec 2018
2019-01-01 textproc/php56-wddx: Security Support ends on 31 Dec 2018
2019-01-01 textproc/php56-xml: Security Support ends on 31 Dec 2018
2019-01-01 graphics/php56-gd: Security Support ends on 31 Dec 2018
2019-01-01 graphics/php56-exif: Security Support ends on 31 Dec 2018
2019-01-01 mail/php56-imap: Security Support ends on 31 Dec 2018
2019-01-01 www/php56-session: Security Support ends on 31 Dec 2018
2019-01-01 www/php56-opcache: Security Support ends on 31 Dec 2018
2019-01-01 www/php56-tidy: Security Support ends on 31 Dec 2018
2019-01-01 security/php56-openssl: Security Support ends on 31 Dec 2018
2019-01-01 security/php56-mcrypt: Security Support ends on 31 Dec 2018
2019-01-01 security/php56-filter: Security Support ends on 31 Dec 2018
2019-01-01 security/php56-hash: Security Support ends on 31 Dec 2018
2019-01-01 devel/php56-sysvmsg: Security Support ends on 31 Dec 2018
2019-01-01 devel/php56-tokenizer: Security Support ends on 31 Dec 2018
2019-01-01 devel/php56-sysvsem: Security Support ends on 31 Dec 2018
2019-01-01 devel/php56-shmop: Security Support ends on 31 Dec 2018
2019-01-01 devel/php56-readline: Security Support ends on 31 Dec 2018
2019-01-01 devel/php56-json: Security Support ends on 31 Dec 2018
2019-01-01 devel/php56-pcntl: Security Support ends on 31 Dec 2018
2019-01-01 devel/php56-sysvshm: Security Support ends on 31 Dec 2018
2019-01-01 devel/php56-gettext: Security Support ends on 31 Dec 2018
2019-01-01 databases/php56-mysqli: Security Support ends on 31 Dec 2018
2019-01-01 databases/php56-mysql: Security Support ends on 31 Dec 2018
2019-01-01 databases/php56-pdo_odbc: Security Support ends on 31 Dec 2018
2019-01-01 databases/php56-pdo_mysql: Security Support ends on 31 Dec 2018
2019-01-01 databases/php56-sqlite3: Security Support ends on 31 Dec 2018
2019-01-01 databases/php56-pdo_dblib: Security Support ends on 31 Dec 2018
2019-01-01 databases/php56-pdo_firebird: Security Support ends on 31 Dec 2018
2019-01-01 databases/php56-pgsql: Security Support ends on 31 Dec 2018
2019-01-01 databases/php56-pdo_sqlite: Security Support ends on 31 Dec 2018
2019-01-01 databases/php56-sybase_ct: Security Support ends on 31 Dec 2018
2019-01-01 databases/php56-interbase: Security Support ends on 31 Dec 2018
2019-01-01 databases/php56-dba: Security Support ends on 31 Dec 2018
2019-01-01 databases/php56-odbc: Security Support ends on 31 Dec 2018
2019-01-01 databases/php56-pdo_pgsql: Security Support ends on 31 Dec 2018
2019-01-01 databases/php56-pdo: Security Support ends on 31 Dec 2018
2019-01-01 databases/php56-mssql: Security Support ends on 31 Dec 2018
2019-01-01 ftp/php56-curl: Security Support ends on 31 Dec 2018
2019-01-01 ftp/php56-ftp: Security Support ends on 31 Dec 2018
2019-01-01 misc/php56-calendar: Security Support ends on 31 Dec 2018
2019-01-01 math/php56-bcmath: Security Support ends on 31 Dec 2018
2019-01-01 math/php56-gmp: Security Support ends on 31 Dec 2018
2019-01-01 archivers/php56-zip: Security Support ends on 31 Dec 2018
2019-01-01 archivers/php56-zlib: Security Support ends on 31 Dec 2018
2019-01-01 archivers/php56-phar: Security Support ends on 31 Dec 2018
2019-01-01 archivers/php56-bz2: Security Support ends on 31 Dec 2018
2019-01-01 net-mgmt/php56-snmp: Security Support ends on 31 Dec 2018
2019-01-01 converters/php56-iconv: Security Support ends on 31 Dec 2018
2019-01-01 converters/php56-mbstring: Security Support ends on 31 Dec 2018
2019-01-01 converters/php56-recode: Security Support ends on 31 Dec 2018
2019-01-01 sysutils/php56-posix: Security Support ends on 31 Dec 2018
2019-01-01 sysutils/php56-fileinfo: Security Support ends on 31 Dec 2018
Original commitRevision:488895 
13:52 rene search for other commits by this committer
Remove expired ports:
2018-12-30 textproc/pecl-xdiff: Works only with EOL php 5.6
2019-01-01 www/mod_http2-devel: Use the module that is shipped with Apache 2.4
2019-01-01 www/varnish5: Varnish 5 is Retired
2018-12-30 security/pecl-ssh2-0: Works only with EOL php 5.6
2019-01-01 security/bitwarden-ruby: Expects very specific rubygem versions for
new updates. Please follow instructions in git repo.
2018-12-30 devel/pecl-intl: Works only with EOL php 5.6
2018-12-30 devel/pecl-APCu4: Works only with EOL php 5.6
2018-12-30 databases/pecl-memcache: Works only with EOL php 5.6
2018-12-30 databases/pecl-memcached2: Works only with EOL php 5.6
2018-12-30 math/pecl-bitset2: Works only with EOL php 5.6
2019-01-01 multimedia/zoneminder-h264: h264 feature was commited to main branch,
please upgrade to www/zoneminder
2019-01-01 lang/php56: Security Support ends on 31 Dec 2018
Original commitRevision:488894 
Monday, 31 Dec 2018
18:39 rene search for other commits by this committer
Remove some more KDE4 ports and hopefully fix INDEX again
2019-03-15 textproc/uim-kde4: Qt4 has been EOL since december 2015
misc/kde4-xdg-env
x11-themes/wallpapers-freebsd-kde4
Original commitRevision:488816 
17:55 rene search for other commits by this committer
Remove KDE4, part 5
2018-12-31 korean/kde4-l10n: KDE4 is EOL upstream
2018-12-31 net/kget-kde4: KDE4 is EOL upstream
2018-12-31 net/kdenetwork-strigi-analyzers-kde4: KDE4 is EOL upstream
2018-12-31 net/zeroconf-ioslave-kde4: KDE4 is EOL upstream
2018-12-31 net/libkfbapi: Qt4 has been EOL since december 2015
2018-12-31 net/kdenetwork-kde4: KDE4 is EOL upstream
2018-12-31 net/kwooty: Qt4 has been EOL since december 2015
2018-12-31 net/kdenetwork-filesharing-kde4: KDE4 is EOL upstream
2018-12-31 net/libmediawiki-kde4: KDE4 is EOL upstream
2018-12-31 net/kio-upnp-ms: Qt4 has been EOL since december 2015
2018-12-31 net/libkvkontakte-kde4: KDE4 is EOL upstream
2018-12-31 net/krfb-kde4: KDE4 is EOL upstream
2018-12-31 net/smb4k-kde4: Qt4 has been EOL since december 2015
2018-12-31 net/krdc-kde4: KDE4 is EOL upstream
2018-12-31 french/kde4-l10n: KDE4 is EOL upstream
2018-12-31 ukrainian/kde4-l10n: KDE4 is EOL upstream
2018-12-31 textproc/kompare-kde4: KDE4 is EOL upstream
2018-12-31 textproc/libkomparediff2-kde4: KDE4 is EOL upstream
2018-12-31 deskutils/silence: Qt4 has been EOL since december 2015
2018-12-31 deskutils/kdepim-kde4: KDE4 is EOL upstream
2018-12-31 deskutils/plasma-applet-serverstatuswidget: KDE4 is EOL upstream
2018-12-31 deskutils/strigi: KDE4 is end-of-life
2018-12-31 deskutils/plasma-applet-qstardict: Qt4 has been EOL since december
2015
2018-12-31 deskutils/homerun: Qt4 has been EOL since december 2015
2018-12-31 deskutils/plasma-applet-daisy: KDE4 is EOL upstream
2018-12-31 deskutils/plasma-applet-teacooker: KDE4 is EOL upstream
2018-12-31 deskutils/kdepim-runtime-kde4: KDE4 is EOL upstream
2018-12-31 deskutils/plasma-applet-panelspacer: KDE4 is EOL upstream
2018-12-31 deskutils/plasma-applet-cwp: Qt4 has been EOL since december 2015
2018-12-31 deskutils/plasma-applet-yawp: KDE4 is EOL upstream
2018-12-31 deskutils/kruler-kde4: KDE4 is EOL upstream
2018-12-31 deskutils/superkaramba-kde4: KDE4 is EOL upstream
2018-12-31 deskutils/kcharselect-kde4: KDE4 is EOL upstream
2018-12-31 deskutils/kdepimlibs-kde4: KDE4 is EOL upstream
2018-12-31 deskutils/ksshaskpass: Qt4 has been EOL since december 2015
2018-12-31 deskutils/plasma-applet-simpleweatherforecast: Qt4 has been EOL since
december 2015
2018-12-31 deskutils/kdeconnect-kde-kde4: Qt4 has been EOL since december 2015
2018-12-31 deskutils/plasma-applet-fancytasks: Qt4 has been EOL since december
2015
2018-12-31 deskutils/kdeplasma-addons-kde4: KDE4 is EOL upstream
2018-12-31 japanese/kiten-kde4: KDE4 is EOL upstream
2018-12-31 japanese/kde4-l10n: KDE4 is EOL upstream
2018-12-31 graphics/libkdcraw-kde4: KDE4 is EOL upstream
2018-12-31 graphics/skanlite-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kamera-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kphotoalbum-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kdegraphics-strigi-analyzer-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kiconedit: Qt4 has been EOL since december 2015
2018-12-31 graphics/kdegraphics-thumbnailers-kde4: KDE4 is EOL upstream
2018-12-31 graphics/libkscreen: Qt4 has been EOL since december 2015
2018-12-31 graphics/kcoloredit: Qt4 has been EOL since december 2015
2018-12-31 graphics/libksane-kde4: KDE4 is EOL upstream
2018-12-31 graphics/ksnapshot-kde4: KDE4 is EOL upstream
2018-12-31 graphics/gwenview-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kpovmodeler: Qt4 has been EOL since december 2015
2018-12-31 graphics/ksaneplugin-kde4: KDE4 is EOL upstream
2018-12-31 graphics/digikam-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kdegraphics-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kdegraphics-svgpart-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kcolorchooser-kde4: KDE4 is EOL upstream
2018-12-31 graphics/okular-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kqtquickcharts-kde4: KDE4 is EOL upstream
2018-12-31 graphics/libkipi-kde4: Qt4 has been EOL since december 2015
2018-12-31 graphics/libkexiv2-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kolourpaint-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kdegraphics-mobipocket-kde4: KDE4 is EOL upstream
2018-12-31 russian/kde4-l10n: KDE4 is EOL upstream
2018-12-31 mail/kshowmail: Qt4 has been EOL since december 2015
2018-12-31 mail/kbiff: Qt4 has been EOL since december 2015
2018-12-31 www/kpartsplugin: Qt4 has been EOL since december 2015
2018-12-31 www/choqok-kde4: KDE4 is EOL upstream
2018-12-31 www/kdewebdev-kde4: KDE4 is EOL upstream
2018-12-31 www/kwebkitpart: Qt4 has been EOL since december 2015
2018-12-31 www/rekonq: Qt4 has been EOL since december 2015
2018-12-31 security/subversion-kwallet: KDE4 is end-of-life
2018-12-31 security/kwalletmanager-kde4: KDE4 is EOL upstream
2018-12-31 security/kgpg-kde4: KDE4 is EOL upstream
2018-12-31 devel/libkgapi-kde4: KDE4 is EOL upstream
2018-12-31 devel/kapptemplate-kde4: KDE4 is EOL upstream
2018-12-31 devel/py-krosspython-kde4: KDE4 is EOL upstream
2018-12-31 devel/kcachegrind-kde4: KDE4 is EOL upstream
2018-12-31 devel/smokegen-kde4: KDE4 is EOL upstream
2018-12-31 devel/cervisia-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdevelop-php-kde4: KDE4 is EOL upstream
2018-12-31 devel/py-pykdeuic4-kde4: KDE4 is EOL upstream
2018-12-31 devel/okteta-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdevelop-pg-qt-kde4: KDE4 is EOL upstream
2018-12-31 devel/ruby-korundum-kde4: KDE4 is EOL upstream
2018-12-31 devel/py-pykde4-kde4: KDE4 is EOL upstream
2018-12-31 devel/dolphin-plugins-kde4: KDE4 is EOL upstream
2018-12-31 devel/kde-dev-utils-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdesvn-kde4: KDE4 is EOL upstream
2018-12-31 devel/smokekde-kde4: KDE4 is EOL upstream
2018-12-31 devel/p5-perlkde-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdevelop-php-docs-kde4: KDE4 is EOL upstream
2018-12-31 devel/p5-perlqt-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdevelop-kde4: KDE4 is EOL upstream
2018-12-31 devel/poxml-kde4: KDE4 is EOL upstream
2018-12-31 devel/kde-dev-scripts-kde4: KDE4 is EOL upstream
2018-12-31 devel/umbrello-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdebindings-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdesdk-strigi-analyzers-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdesdk-thumbnailers-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdesdk-kioslaves-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdevplatform-kde4: KDE4 is EOL upstream
2018-12-31 devel/smokeqt-kde4: KDE4 is EOL upstream
2018-12-31 devel/ruby-qtruby-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdesdk-kde4: KDE4 is EOL upstream
2018-12-31 devel/lokalize-kde4: KDE4 is EOL upstream
2018-12-31 devel/libkolab: Qt4 has been EOL since december 2015
2018-12-31 devel/ruby-krossruby-kde4: KDE4 is EOL upstream
2018-12-31 arabic/kde4-l10n: KDE4 is EOL upstream
2018-12-31 databases/akonadi-kde4: KDE4 is EOL upstream
2018-12-31 ftp/plasma-applet-ftpmonitor: Qt4 has been EOL since december 2015
2018-12-31 print/print-manager-kde4: KDE4 is EOL upstream
2018-12-31 print/kover: Qt4 has been EOL since december 2015
2018-12-31 net-p2p/libktorrent-kde4: KDE4 is EOL upstream
2018-12-31 net-p2p/ktorrent-kde4: KDE4 is EOL upstream
2018-12-31 editors/kile-kde4: KDE4 is EOL upstream
2018-12-31 editors/klat4: Qt4 has been EOL since december 2015
2018-12-31 editors/kate-plugin-pate-kde4: KDE4 is EOL upstream
2018-12-31 editors/kate-kde4: KDE4 is EOL upstream
2018-12-31 misc/kdeedu-kde4: KDE4 is EOL upstream
2018-12-31 misc/krecipes-kde4: KDE4 is EOL upstream
2018-12-31 misc/kde-thumbnailer-epub-kde4: Qt4 has been EOL since december 2015
2018-12-31 misc/kde-thumbnailer-fb2-kde4: Qt4 has been EOL since december 2015
2018-12-31 misc/libkdeedu-kde4: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-ia: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-nl: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-cs: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-fa: KDE4 is EOL upstream
2018-12-31 misc/kwordquiz-kde4: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-km: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-lt: KDE4 is EOL upstream
2018-12-31 misc/kdeutils-kde4: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-es: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-wa: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-en_GB: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-gl: KDE4 is EOL upstream
2018-12-31 misc/kde-thumbnailer-chm-kde4: Qt4 has been EOL since december 2015
2018-12-31 misc/kde4-l10n-ug: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-ga: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-nb: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-hr: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-bs: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-et: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-pa: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-nds: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-bg: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-tr: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-sk: KDE4 is EOL upstream
2018-12-31 misc/kgeography-kde4: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-is: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-da: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-ca: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-it: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-ro: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-ca_valencia: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-kk: KDE4 is EOL upstream
2018-12-31 misc/parley-kde4: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-sl: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-hi: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-sr: KDE4 is EOL upstream
2018-12-31 misc/klettres-kde4: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-sv: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-fi: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-lv: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-eu: KDE4 is EOL upstream
2018-12-31 misc/ktouch-kde4: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-id: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-mr: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-nn: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-el: KDE4 is EOL upstream
2018-12-31 science/step-kde4: KDE4 is EOL upstream
2018-12-31 science/kalzium-kde4: KDE4 is EOL upstream
2018-12-31 games/palapeli-kde4: KDE4 is EOL upstream
2018-12-31 games/kiriki-kde4: KDE4 is EOL upstream
2018-12-31 games/kanagram-kde4: KDE4 is EOL upstream
2018-12-31 games/khangman-kde4: KDE4 is EOL upstream
2018-12-31 games/kdiamond-kde4: KDE4 is EOL upstream
2018-12-31 games/kigo-kde4: KDE4 is EOL upstream
2018-12-31 games/kshisen-kde4: KDE4 is EOL upstream
2018-12-31 games/klickety-kde4: KDE4 is EOL upstream
2018-12-31 games/kdegames-kde4: KDE4 is EOL upstream
2018-12-31 games/kmines-kde4: KDE4 is EOL upstream
2018-12-31 games/ksquares-kde4: KDE4 is EOL upstream
2018-12-31 games/konquest-kde4: KDE4 is EOL upstream
2018-12-31 games/killbots-kde4: KDE4 is EOL upstream
2018-12-31 games/kblocks-kde4: KDE4 is EOL upstream
2018-12-31 games/knavalbattle-kde4: KDE4 is EOL upstream
2018-12-31 games/blinken-kde4: KDE4 is EOL upstream
2018-12-31 games/picmi-kde4: KDE4 is EOL upstream
2018-12-31 games/kjumpingcube-kde4: KDE4 is EOL upstream
2018-12-31 games/ksudoku-kde4: KDE4 is EOL upstream
2018-12-31 games/klines-kde4: KDE4 is EOL upstream
2018-12-31 games/bomber-kde4: KDE4 is EOL upstream
2018-12-31 games/kajongg-kde4: KDE4 is EOL upstream
2018-12-31 games/kbounce-kde4: KDE4 is EOL upstream
2018-12-31 games/kreversi-kde4: KDE4 is EOL upstream
2018-12-31 games/kmahjongg-kde4: KDE4 is EOL upstream
2018-12-31 games/kfourinline-kde4: KDE4 is EOL upstream
2018-12-31 games/kbreakout-kde4: KDE4 is EOL upstream
2018-12-31 games/bovo-kde4: KDE4 is EOL upstream
2018-12-31 games/kubrick-kde4: KDE4 is EOL upstream
2018-12-31 games/ksirk-kde4: KDE4 is EOL upstream
2018-12-31 games/granatier-kde4: KDE4 is EOL upstream
2018-12-31 games/libkdegames-kde4: KDE4 is EOL upstream
2018-12-31 games/pairs-kde4: KDE4 is EOL upstream
2018-12-31 games/kspaceduel-kde4: KDE4 is EOL upstream
2018-12-31 games/libkmahjongg-kde4: KDE4 is EOL upstream
2018-12-31 games/lskat-kde4: KDE4 is EOL upstream
2018-12-31 games/knetwalk-kde4: KDE4 is EOL upstream
2018-12-31 games/katomic-kde4: KDE4 is EOL upstream
2018-12-31 games/kollision-kde4: KDE4 is EOL upstream
2018-12-31 games/kgoldrunner-kde4: KDE4 is EOL upstream
2018-12-31 games/kapman-kde4: KDE4 is EOL upstream
2018-12-31 games/kpat-kde4: KDE4 is EOL upstream
2018-12-31 games/kolf-kde4: KDE4 is EOL upstream
2018-12-31 games/kblackbox-kde4: KDE4 is EOL upstream
2018-12-31 games/ksnakeduel-kde4: KDE4 is EOL upstream
2018-12-31 games/ktuberling-kde4: KDE4 is EOL upstream
2018-12-31 x11-clocks/kdetoys-kde4: KDE4 is EOL upstream
2018-12-31 x11-clocks/plasma-applet-adjustableclock: KDE4 is EOL upstream
2018-12-31 x11-clocks/amor-kde4: KDE4 is EOL upstream
2018-12-31 x11-clocks/plasma-applet-geekclock: KDE4 is EOL upstream
2018-12-31 x11-clocks/kteatime-kde4: KDE4 is EOL upstream
2018-12-31 x11-clocks/ktux-kde4: KDE4 is EOL upstream
2018-12-31 x11-clocks/ktimer-kde4: KDE4 is EOL upstream
2018-12-31 hebrew/kde4-l10n: KDE4 is EOL upstream
2018-12-31 net-im/ktp-approver-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-filetransfer-handler-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-send-file-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-contact-list-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-desktop-applets-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-contact-runner-kde4: KDE4 is EOL upstream
2018-12-31 net-im/kopete-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-accounts-kcm-kde4: KDE4 is EOL upstream
2018-12-31 net-im/kmess-kde4: Qt4 has been EOL since december 2015
2018-12-31 net-im/plasma-applet-ktp-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-kded-integration-module-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-text-ui-kde4: KDE4 is EOL upstream
2018-12-31 net-im/telepathy-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-auth-handler-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-common-internals-kde4: KDE4 is EOL upstream
2018-12-31 audio/libkcompactdisc-kde4: KDE4 is EOL upstream
2018-12-31 audio/kmix-kde4: KDE4 is EOL upstream
2018-12-31 audio/audex: Qt4 has been EOL since december 2015
2018-12-31 audio/kio-audiocd-kde4: KDE4 is EOL upstream
2018-12-31 audio/kid3-kde4: Qt4 and KDE4 EOL upstream. Use audio/kid3-qt5 or
audio/kid3-kf5 instead
2018-12-31 audio/libkcddb-kde4: KDE4 is EOL upstream
2018-12-31 audio/kstreamripper: Qt4 has been EOL since december 2015
2018-12-31 audio/juk-kde4: KDE4 is EOL upstream
2018-12-31 audio/kscd-kde4: KDE4 is EOL upstream
2018-12-31 audio/simon: Qt4 has been EOL since december 2015
2018-12-31 math/analitza-kde4: KDE4 is EOL upstream
2018-12-31 math/kmplot-kde4: KDE4 is EOL upstream
2018-12-31 math/kcalc-kde4: KDE4 is EOL upstream
2018-12-31 math/kig-kde4: KDE4 is EOL upstream
2018-12-31 math/kbruch-kde4: KDE4 is EOL upstream
2018-12-31 math/cantor-kde4: KDE4 is EOL upstream
2018-12-31 math/abakus: Qt4 has been EOL since december 2015
2018-12-31 math/kalgebra-kde4: KDE4 is EOL upstream
2018-12-31 math/rocs-kde4: KDE4 is EOL upstream
2018-12-31 x11/plasma-scriptengine-python-kde4: KDE4 is EOL upstream
2018-12-31 x11/kactivitymanagerd: Qt4 has been EOL since december 2015
2018-12-31 x11/yakuake-kde4: KDE4 is EOL upstream
2018-12-31 x11/kdelibs-kde4: KDE4 is EOL upstream
2018-12-31 x11/libkonq-kde4: KDE4 is EOL upstream
2018-12-31 x11/kde4: KDE4 is end-of-life
2018-12-31 x11/kgamma-kde4: KDE4 is EOL upstream
2018-12-31 x11/plasma-scriptengine-ruby-kde4: KDE4 is EOL upstream
2018-12-31 x11/kde-baseapps-kde4: KDE4 is EOL upstream
2018-12-31 x11/kactivities: Qt4 has been EOL since december 2015
2018-12-31 x11/konsole-kde4: KDE4 is EOL upstream
2018-12-31 x11/kde-workspace-kde4: KDE4 is EOL upstream
2018-12-31 x11/kde-runtime-kde4: KDE4 is EOL upstream
2018-12-31 polish/kde4-l10n: KDE4 is EOL upstream
2018-12-31 chinese/kde4-l10n-zh_CN: KDE4 is EOL upstream
2018-12-31 chinese/kde4-l10n-zh_TW: KDE4 is EOL upstream
2018-12-31 x11-fm/krusader2-kde4: KDE4 is EOL upstream
2018-12-31 archivers/ark-kde4: KDE4 is EOL upstream
2018-12-31 german/kde4-l10n: KDE4 is EOL upstream
2018-12-31 portuguese/kde4-l10n-pt_BR: KDE4 is EOL upstream
2018-12-31 portuguese/kde4-l10n: KDE4 is EOL upstream
2018-12-31 multimedia/dragon-kde4: KDE4 is EOL upstream
2018-12-31 multimedia/k9copy-kde4: Qt4 has been EOL since december 2015
2018-12-31 multimedia/kdemultimedia-kde4: KDE4 is EOL upstream
2018-12-31 multimedia/kdemultimedia-ffmpegthumbs-kde4: KDE4 is EOL upstream
2018-12-31 multimedia/kdenlive-kde4: KDE4 is EOL upstream
2018-12-31 multimedia/kdemultimedia-mplayerthumbs-kde4: KDE4 is EOL upstream
2018-12-31 multimedia/subtitlecomposer-kde4: KDE4 is EOL upstream
2018-12-31 multimedia/kplayer-kde4: KDE4 is EOL upstream
2018-12-31 astro/marble-kde4: KDE4 is EOL upstream
2018-12-31 astro/libkgeomap-kde4: KDE4 is EOL upstream
2018-12-31 astro/kstars-kde4: KDE4 is EOL upstream
2018-12-31 x11-themes/kde4-style-oxygen-transparent: Qt4 has been EOL since
december 2015
2018-12-31 x11-themes/kde4-windeco-crystal: Qt4 has been EOL since december 2015
2018-12-31 x11-themes/gtk-qt4-engine: Qt4 has been EOL since december 2015
2018-12-31 x11-themes/kde-gtk-config: Qt4 has been EOL since december 2015
2018-12-31 x11-themes/kde4-style-skulpture: Qt4 has been EOL since december 2015
2018-12-31 x11-themes/kde-wallpapers-kde4: KDE4 is EOL upstream
2018-12-31 x11-themes/kde4-style-bespin: Qt4 has been EOL since december 2015
2018-12-31 x11-themes/kde4-windeco-dekorator: Qt4 has been EOL since december
2015
2018-12-31 x11-themes/kde-base-artwork-kde4: KDE4 is EOL upstream
2018-12-31 x11-themes/kde4-style-polyester: Qt4 has been EOL since december 2015
2018-12-31 x11-themes/kdeartwork-kde4: KDE4 is EOL upstream
2018-12-31 x11-themes/plasma5-breeze-kde4: KDE4 is EOL upstream
2018-12-31 x11-themes/kde4-style-nitrogen: Qt4 has been EOL since december 2015
2018-12-31 x11-themes/qtcurve-kde4: KDE4 is EOL
2018-12-31 lang/kturtle-kde4: KDE4 is EOL upstream
2018-12-31 accessibility/kaccessible-kde4: KDE4 is EOL upstream
2018-12-31 accessibility/kmouth-kde4: KDE4 is EOL upstream
2018-12-31 accessibility/kmag-kde4: KDE4 is EOL upstream
2018-12-31 accessibility/jovie-kde4: KDE4 is EOL upstream
2018-12-31 accessibility/kdeaccessibility-kde4: KDE4 is EOL upstream
2018-12-31 accessibility/kmousetool-kde4: KDE4 is EOL upstream
2018-12-31 finance/kmymoney-kde4: KDE4 is EOL upstream. Use finance/kmymoney
instead
2018-12-31 comms/kremotecontrol-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/kdf-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/kdeadmin-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/sweeper-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/kcron-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/nepomuk-core-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/kfilemetadata-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/ksystemlog-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/knutclient-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/baloo-widgets-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/filelight-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/baloo-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/polkit-kde: Qt4 has been EOL since december 2015
2018-12-31 sysutils/kuser-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/nepomuk-widgets-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/k3b-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/ksysguardd-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/kfloppy-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/kcm-polkit-kde: Qt4 has been EOL since december 2015
2018-12-31 hungarian/kde4-l10n: KDE4 is EOL upstream
Original commitRevision:488807 
Sunday, 30 Dec 2018
23:30 rene search for other commits by this committer
Remove expired ports:
2018-12-30 net/pecl-mosquitto: Works only with EOL php 5.6
2018-12-30 net/pecl-ip2location: Works only with EOL php 5.6
2018-12-30 net/pecl-yp: Works only with EOL php 5.6
2018-12-30 net/pecl-oauth: Works only with EOL php 5.6
2018-12-30 net/pecl-apn: Works only with EOL php 5.6
2018-12-30 textproc/pecl-doublemetaphone: Works only with EOL php 5.6
2018-12-30 textproc/pecl-ctemplate: Works only with EOL php 5.6
2018-12-30 textproc/pecl-xslcache: Works only with EOL php 5.6
2018-12-30 textproc/libmrss-php: Works only with EOL php 5.6
2018-12-30 textproc/pecl-stem: Works only with EOL php 5.6
2018-12-30 textproc/pecl-wbxml: Works only with EOL php 5.6
2018-12-30 textproc/pecl-syck: Works only with EOL php 5.6
2018-12-30 textproc/pecl-yaml1: Works only with EOL php 5.6
2018-12-30 deskutils/surrealtodo: Works only with EOL php 5.6
2018-12-30 deskutils/phpcollab: Works only with EOL php 5.6
2018-12-30 deskutils/simplegroupware: Works only with EOL php 5.6
2018-12-30 japanese/php5-mecab: Works only with EOL php 5.6
2018-12-30 graphics/php-gdal: Works only with EOL php 5.6
2018-12-30 graphics/php5-ffmpeg: Works only with EOL php 5.6
2018-12-30 graphics/pecl-gmagick: Works only with EOL php 5.6
2018-12-30 graphics/php-magickwand: Works only with EOL php 5.6
2018-12-30 graphics/pecl-imlib2: Works only with EOL php 5.6
2018-12-30 graphics/php-libpuzzle: Works only with EOL php 5.6
2018-12-30 mail/dracmail: Works only with EOL php 5.6
2018-12-30 mail/pecl-pop3: Works only with EOL php 5.6
2018-12-30 mail/pecl-mailparse2: Works only with EOL php 5.6
2018-12-30 www/usermanager: Works only with EOL php 5.6
2018-12-30 www/sams2: Works only with EOL php 5.6
2018-12-30 www/pecl-yar1: Works only with EOL php 5.6
2018-12-30 www/pecl-http1: Works only with EOL php 5.6
2018-12-30 www/revive-adserver: Works only with EOL php 5.6
2018-12-30 www/netoffice: Works only with EOL php 5.6
2018-12-30 www/xcache: Works only with EOL php 5.6
2018-12-30 www/testlink: Works only with EOL php 5.6
2018-12-30 www/pecl-http2: Works only with EOL php 5.6
2018-12-30 www/kplaylist: Works only with EOL php 5.6
2018-12-30 www/gallery3: Works only with EOL php 5.6
2018-12-30 www/claroline: Works only with EOL php 5.6
2018-12-30 www/sit: Works only with EOL php 5.6
2018-12-30 www/magento: Works only with EOL php 5.6
2018-12-30 www/asterisk-stat: Works only with EOL php 5.6
2018-12-30 www/pecl-sphinx: Works only with EOL php 5.6
2018-12-30 www/pecl-twig: Works only with EOL php 5.6
2018-12-30 www/fluxbb: Works only with EOL php 5.6
2018-12-30 www/php-templates: Works only with EOL php 5.6
2018-12-30 www/rnews: Works only with EOL php 5.6
2018-12-30 www/entrans: Works only with EOL php 5.6
2018-12-30 www/pecl-amfext: Works only with EOL php 5.6
2018-12-30 www/atutor: Works only with EOL php 5.6
2018-12-30 www/pecl-yaf2: Works only with EOL php 5.6
2018-12-30 www/redaxo: Works only with EOL php 5.6
2018-12-30 www/dotproject: Works only with EOL php 5.6
2018-12-30 www/sitebar: Works only with EOL php 5.6
2018-12-30 www/limesurvey: Works only with EOL php 5.6
2018-12-30 www/mahara: Works only with EOL php 5.6
2018-12-30 www/mysar: Works only with EOL php 5.6
2018-12-30 www/oscommerce: Works only with EOL php 5.6
2018-12-30 www/cmsmadesimple: Works only with EOL php 5.6
2018-12-30 www/pecl-swish: Works only with EOL php 5.6
2018-12-30 security/pecl-crack: Works only with EOL php 5.6
2018-12-30 security/php-suhosin: Works only with EOL php 5.6
2018-12-30 security/phpdeadlock: Works only with EOL php 5.6
2018-12-30 devel/php5-blitz: Works only with EOL php 5.6
2018-12-30 devel/pecl-trace: Works only with EOL php 5.6
2018-12-30 devel/pecl-scream: Works only with EOL php 5.6
2018-12-30 devel/pecl-judy: Works only with EOL php 5.6
2018-12-30 devel/pecl-test_helpers: Works only with EOL php 5.6
2018-12-30 devel/pecl-spl_types: Works only with EOL php 5.6
2018-12-30 devel/pecl-jsmin2: Works only with EOL php 5.6
2018-12-30 devel/pecl-uri_template: Works only with EOL php 5.6
2018-12-30 devel/pecl-params: Works only with EOL php 5.6
2018-12-30 devel/pecl-expect: Works only with EOL php 5.6
2018-12-30 devel/php5-dav: Works only with EOL php 5.6
2018-12-30 devel/php5-pinba: Works only with EOL php 5.6
2018-12-30 devel/pecl-htscanner: Works only with EOL php 5.6
2018-12-30 devel/pecl-newt: Works only with EOL php 5.6
2018-12-30 devel/pecl-memoize: Works only with EOL php 5.6
2018-12-30 devel/pecl-libevent: Works only with EOL php 5.6
2018-12-30 devel/pecl-jsonc: Works only with EOL php 5.6
2018-12-30 devel/pecl-weakref: Works only with EOL php 5.6
2018-12-30 devel/pecl-pthreads2: Works only with EOL php 5.6
2018-12-30 devel/pecl-gearman: Works only with EOL php 5.6
2018-12-30 devel/pecl-inotify: Works only with EOL php 5.6
2018-12-30 devel/pecl-raphf: Works only with EOL php 5.6
2018-12-30 devel/php5-thrift: Works only with EOL php 5.6
2018-12-30 devel/php5-ice: Works only with EOL php 5.6
2018-12-30 devel/pecl-runkit: Works only with EOL php 5.6
2018-12-30 devel/pecl-uopz: Works only with EOL php 5.6
2018-12-30 devel/pecl-strict: Works only with EOL php 5.6
2018-12-30 devel/pecl-xhprof: Works only with EOL php 5.6
2018-12-30 devel/pecl-propro: Works only with EOL php 5.6
2018-12-30 devel/php-scalar_objects: Works only with EOL php 5.6
2018-12-30 devel/pecl-msgpack0: Works only with EOL php 5.6
2018-12-30 devel/pecl-svn: Works only with EOL php 5.6
2018-12-30 devel/php-uprofiler: Works only with EOL php 5.6
2018-12-30 devel/pecl-statgrab: Works only with EOL php 5.6
2018-12-30 devel/pecl-uploadprogress: Works only with EOL php 5.6
2018-12-30 devel/pecl-qb: Works only with EOL php 5.6
2018-12-30 devel/php-memoize: Works only with EOL php 5.6
2018-12-30 devel/php5-blitz-devel: Works only with EOL php 5.6
2018-12-30 devel/pecl-ncurses: Works only with EOL php 5.6
2018-12-30 devel/php-jq: Works only with EOL php 5.6
2018-12-30 devel/pecl-jsonnet: Works only with EOL php 5.6
2018-12-30 databases/pecl-drizzle: Works only with EOL php 5.6
2018-12-30 databases/pecl-pdo_user: Works only with EOL php 5.6
2018-12-30 databases/php-mdcached: Works only with EOL php 5.6
2018-12-30 databases/sqlbuddy: Works only with EOL php 5.6
2018-12-30 databases/mysqldumper: Works only with EOL php 5.6
2018-12-30 databases/pecl-chdb: Works only with EOL php 5.6
2018-12-30 databases/pecl-dbase: Works only with EOL php 5.6
2018-12-30 databases/php5-tarantool: Works only with EOL php 5.6
2018-12-30 databases/pecl-rrd1: Works only with EOL php 5.6
2018-12-30 databases/pecl-tokyo_tyrant: Works only with EOL php 5.6
2018-12-30 databases/pecl-mongo: Works only with EOL php 5.6
2018-12-30 print/pecl-ps: Works only with EOL php 5.6
2018-12-30 print/pecl-haru: Works only with EOL php 5.6
2018-12-30 games/mkgichessclub: Works only with EOL php 5.6
2018-12-30 net-im/pecl-stomp: Works only with EOL php 5.6
2018-12-30 math/pecl-trader: Works only with EOL php 5.6
2018-12-30 math/pecl-big_int: Works only with EOL php 5.6
2018-12-30 math/pecl-stats: Works only with EOL php 5.6
2018-12-30 archivers/pecl-phk: Works only with EOL php 5.6
2018-12-30 net-mgmt/phpip: Works only with EOL php 5.6
2018-12-30 net-mgmt/nedi: Works only with EOL php 5.6
2018-12-30 net-mgmt/cacti88: Works only with EOL php 5.6
2018-12-30 net-mgmt/hawk: Works only with EOL php 5.6
2018-12-30 net-mgmt/ipplan: Works only with EOL php 5.6
2018-12-30 ports-mgmt/tinderbox: Works only with EOL php 5.6
2018-12-30 lang/pecl-perl: Works only with EOL php 5.6
2018-12-30 lang/php56-extensions: Works only with EOL php 5.6
2018-12-30 finance/php-tclink: Works only with EOL php 5.6
2018-12-30 converters/pecl-fribidi: Works only with EOL php 5.6
2018-12-30 sysutils/pecl-mogilefs: Works only with EOL php 5.6
Original commitRevision:488749 
Thursday, 27 Dec 2018
16:07 madpilot search for other commits by this committer
json-yaml is a small command line utility to convert JSON to YAML.
It is useful to get more readable output from web APIs and such.

WWW: https://github.com/sjmulder/json-yaml

PR:		230190
Submitted by:	ik@sjmulder.nl
Original commitRevision:488547 
Friday, 21 Dec 2018
14:22 rene search for other commits by this committer
Remove expired ports:
2018-12-19 net/ntop: Broken for more than 6 months
2018-12-19 textproc/ots: Broken for more than 6 months
2018-12-20 x11/xdialog: Uses obsolete glib12
2018-12-20 net/netdude: Uses obsolete glib12
2018-12-20 japanese/jmode-skk: Uses obsolete glib12
2018-12-20 print/gsview: Uses obsolete glib12
2018-12-20 x11/dgs: Uses obsolete glib12
2018-12-20 japanese/jmode: Uses obsolete glib12
2018-12-20 multimedia/xmms: Uses obsolete glib12
Original commitRevision:488006 
Tuesday, 11 Dec 2018
13:02 rene search for other commits by this committer
Remove expired ports:
2018-12-10 net/g2ipmsg: GNOME 2 application
2018-12-10 net/grdesktop: GNOME 2 application
2018-12-10 textproc/gnome-spell: GNOME 2 application
2018-12-10 textproc/sagasu: GNOME 2 application
2018-12-10 deskutils/planner: GNOME 2 application
2018-12-10 deskutils/multisync: GNOME 2 application
2018-12-10 deskutils/drivel: GNOME 2 application
2018-12-10 deskutils/notecase: GNOME 2 application
2018-12-10 deskutils/gtodo: GNOME 2 application
2018-12-10 deskutils/gtweakui: GNOME 2 application
2018-12-10 deskutils/gnotime: GNOME 2 application
2018-12-10 deskutils/gruler: GNOME 2 application
2018-12-10 japanese/gjiten: GNOME 2 application
2018-12-10 graphics/truevision: GNOME 2 application
2018-12-10 graphics/gx: GNOME 2 application
2018-12-10 graphics/amide: GNOME 2 application
2018-12-10 graphics/cbrpager: GNOME 2 application
2018-12-10 www/gurlchecker: GNOME 2 application
2018-12-10 security/gpass: GNOME 2 application
2018-12-10 security/libgnomesu: GNOME 2 application
2018-12-10 security/gnome-gpg: GNOME 2 application
2018-12-10 devel/gnome-vfs-monikers: GNOME 2 application
2018-12-10 ftp/gwget: GNOME 2 application
2018-12-10 print/gribouy: GNOME 2 application
2018-12-10 print/gnomephotoprinter: GNOME 2 application
2018-12-10 print/ggv: GNOME 2 application
2018-12-10 print/gnome-cups-manager: GNOME 2 application
2018-12-10 editors/conglomerate: GNOME 2 application
2018-12-10 misc/gregexp: GNOME 2 application
2018-12-10 science/linsmith: GNOME 2 application
2018-12-10 games/grhino: GNOME 2 application
2018-12-10 games/gnono: GNOME 2 application
2018-12-10 games/gnomekiss: GNOME 2 application
2018-12-10 games/gtktetcolor: GNOME 2 application
2018-12-10 games/gturing: GNOME 2 application
2018-12-10 games/gtetrinet: GNOME 2 application
2018-12-10 games/gdado: GNOME 2 application
2018-12-10 games/monkeybubble: GNOME 2 application
2018-12-10 games/teg: GNOME 2 application
2018-12-10 games/gnomeattacks: GNOME 2 application
2018-12-10 games/gnomebreakout: GNOME 2 application
2018-12-10 x11-clocks/gtubeclock: GNOME 2 application
2018-12-10 x11-clocks/sanduhr: GNOME 2 application
2018-12-10 audio/grip: GNOME 2 application
2018-12-10 audio/jack-rack: GNOME 2 application
2018-12-10 math/gdcalc: GNOME 2 application
2018-12-10 x11/brightside: GNOME 2 application
2018-12-10 x11-fm/gnome-commander2: GNOME 2 application
2018-12-10 multimedia/quark: GNOME 2 application
2018-12-10 astro/celestia-gnome: GNOME 2 application
2018-12-10 comms/gmfsk: GNOME 2 application
2018-12-10 comms/ge-x2212: GNOME 2 application
2018-12-10 comms/efax-gtk: GNOME 2 application
2018-12-10 sysutils/gnome-pkgview: GNOME 2 application
2018-12-10 sysutils/fusefs-gnome-vfs: GNOME 2 application
2018-12-10 sysutils/gai-leds: GNOME 2 application
2018-12-10 sysutils/gnome-device-manager: GNOME 2 application
2018-12-10 sysutils/battfink: GNOME 2 application
2018-12-10 sysutils/cog: GNOME 2 application
2018-12-10 sysutils/gcdmaster: GNOME 2 application
Original commitRevision:487235 
Monday, 10 Dec 2018
15:11 tobik search for other commits by this committer
New port: textproc/crex

Explore, test, and check regular expressions in the terminal.

Given your regular expression and text, crex will output matches,
capture groups, and details.  crex has a range of options, allowing
fine grained control over matching and output.  It uses ECMAScript
grammar by default, while also accepting posix, extended posix,
awk, grep, and extended grep grammars.  Input can be received by
piped stdin, or by using the -s option.  Output options include
plain, colour, and json formats.

WWW: https://octobanana.com/software/crex
Original commitRevision:487177 
Sunday, 9 Dec 2018
20:26 swills search for other commits by this committer
textproc/rubygem-asciidoctor-diagram: create port

Asciidoctor Diagram is a set of Asciidoctor extensions that enable you to add
diagrams, which you describe using plain text, to your AsciiDoc document.

WWW: https://rubygems.org/gems/asciidoctor-diagram/

PR:		232056
Submitted by:	Simun Mikecin <numisemis@yahoo.com>
Original commitRevision:487083 
Saturday, 8 Dec 2018
04:26 yuri search for other commits by this committer
New ports: textproc/ucto, textproc/uctodata: Advanced rule-based
(regular-expression) and unicode-aware tokenizer and its data port
Original commitRevision:486909 
Friday, 7 Dec 2018
23:30 yuri search for other commits by this committer
New port: textproc/libfolia: Library for FoLiA, a format for annotated language
resources
Original commitRevision:486901 
Wednesday, 5 Dec 2018
15:46 rene search for other commits by this committer
Remove expired ports:
2018-12-04 archivers/php70-bz2: Security Support ends on 3 Dec 2018
2018-12-04 archivers/php70-phar: Security Support ends on 3 Dec 2018
2018-12-04 archivers/php70-zip: Security Support ends on 3 Dec 2018
2018-12-04 archivers/php70-zlib: Security Support ends on 3 Dec 2018
2018-12-04 converters/php70-iconv: Security Support ends on 3 Dec 2018
2018-12-04 converters/php70-mbstring: Security Support ends on 3 Dec 2018
2018-12-04 converters/php70-recode: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-dba: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-interbase: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-mysqli: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-odbc: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-pdo: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-pdo_dblib: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-pdo_firebird: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-pdo_mysql: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-pdo_odbc: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-pdo_pgsql: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-pdo_sqlite: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-pgsql: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-sqlite3: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-gettext: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-intl: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-json: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-pcntl: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-readline: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-shmop: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-sysvmsg: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-sysvsem: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-sysvshm: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-tokenizer: Security Support ends on 3 Dec 2018
2018-12-04 ftp/php70-curl: Security Support ends on 3 Dec 2018
2018-12-04 ftp/php70-ftp: Security Support ends on 3 Dec 2018
2018-12-04 graphics/php70-exif: Security Support ends on 3 Dec 2018
2018-12-04 graphics/php70-gd: Security Support ends on 3 Dec 2018
2018-12-04 mail/php70-imap: Security Support ends on 3 Dec 2018
2018-12-04 misc/php70-calendar: Security Support ends on 3 Dec 2018
2018-12-04 net/php70-ldap: Security Support ends on 3 Dec 2018
2018-12-04 net/php70-soap: Security Support ends on 3 Dec 2018
2018-12-04 net/php70-sockets: Security Support ends on 3 Dec 2018
2018-12-04 net/php70-xmlrpc: Security Support ends on 3 Dec 2018
2018-12-04 net-mgmt/php70-snmp: Security Support ends on 3 Dec 2018
2018-12-04 sysutils/php70-fileinfo: Security Support ends on 3 Dec 2018
2018-12-04 sysutils/php70-posix: Security Support ends on 3 Dec 2018
2018-12-04 security/php70-filter: Security Support ends on 3 Dec 2018
2018-12-04 security/php70-hash: Security Support ends on 3 Dec 2018
2018-12-04 security/php70-mcrypt: Security Support ends on 3 Dec 2018
2018-12-04 security/php70-openssl: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-ctype: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-dom: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-enchant: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-pspell: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-simplexml: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-wddx: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-xml: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-xmlreader: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-xmlwriter: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-xsl: Security Support ends on 3 Dec 2018
2018-12-04 www/mod_php70: Security Support ends on 3 Dec 2018
2018-12-04 www/php70-opcache: Security Support ends on 3 Dec 2018
2018-12-04 www/php70-session: Security Support ends on 3 Dec 2018
2018-12-04 www/php70-tidy: Security Support ends on 3 Dec 2018
Original commitRevision:486677 
Wednesday, 28 Nov 2018
19:17 sunpoet search for other commits by this committer
Add p5-Pod-Section 0.02

Pod::Section selects specified section from Module's POD.

WWW: https://metacpan.org/release/Pod-Section
Original commitRevision:486104 
Saturday, 24 Nov 2018
22:28 sunpoet search for other commits by this committer
Add sift 0.9.0

sift has a slightly different focus than most other grep alternatives. Code
search, log search / digital forensics and data processing are the main use
cases, but the primary goal is to provide safe defaults and to make it easily
configurable for a specific use case. Among the features are:
- Stable releases, cross platform support
- Safe defaults: sift searches everywhere if not configured otherwise
- Complete & working .gitignore support
- High performance for many uses cases
- Support for adding custom file types to narrow down searches
- Multiline support
- Support for big files: >50GB, >5,000,000,000 lines and >5,000,000,000 matches
  successfully tested

WWW: https://github.com/svent/sift
Original commitRevision:485802 
Friday, 23 Nov 2018
17:03 mfechner search for other commits by this committer
Deleted port textproc/rubygem-github-linguist53 as it got obsolete by gitlab-ce
11.5 upgrade.
Please use textproc/rubygem-github-linguist as a replacement.

Approved by:	mentors (implicit)
Original commitRevision:485688 
Monday, 19 Nov 2018
15:25 0mp search for other commits by this committer
New port: textproc/chkascii: Check an ASCII text file for invalid characters

chkascii is a small C program that checks files for any ASCII values
that are possibly junk. The following are considered the only good ASCII
values permissible in a text file: 32-126, 9, 10

The user can optionally force additional ASCII values to be treated as
good.

For good text files, chkascii will wind up by checking on proper EOL
termination. If the file is not EOL-terminated, that too is reported as
an error.

WWW: https://github.com/bourne-again/chkascii

PR:		233254
Submitted by:	bourne.identity@hotmail.com
Reviewed by:	krion
Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D18047
Original commitRevision:485326 
Thursday, 15 Nov 2018
19:05 sunpoet search for other commits by this committer
Add py-dominate 2.3.4

Dominate is a Python library for creating and manipulating HTML documents using
an elegant DOM API. It allows you to write HTML pages in pure Python very
concisely, which eliminates the need to learn another template language, and
lets you take advantage of the more powerful features of Python.

WWW: https://github.com/Knio/dominate
Original commitRevision:485018 
Thursday, 1 Nov 2018
21:06 mfechner search for other commits by this committer
Removed textproc/rubygem-github-markup16 as it is obsolete by www/gitlab-ce
11.4.x upgrade.
Use textproc/rubygem-github-markup instead.

Approved by:	mentors (implicit)
Original commitRevision:483741 
Tuesday, 30 Oct 2018
16:11 mfechner search for other commits by this committer
Added new ports required for www/gitlab-ce 11.4.x.

Approved by:	mentors (implicit)
Original commitRevision:483495 
Wednesday, 24 Oct 2018
14:10 dbn search for other commits by this committer
textproc/R-cran-rio: A Swiss-Army Knife for Data I/O

Generated by:	portcran (0.1.9)
Original commitRevision:482908 
Tuesday, 23 Oct 2018
18:29 dbn search for other commits by this committer
textproc/R-cran-readxl: Read Excel Files

Generated by:	portcran (0.1.9)
Original commitRevision:482868 
18:13 dbn search for other commits by this committer
textproc/R-cran-cellranger: Translate Spreadsheet Cell Ranges to Rows and
Columns

Generated by:	portcran (0.1.9)
Original commitRevision:482865 
18:05 dbn search for other commits by this committer
textproc/R-cran-rex: Friendly Regular Expressions

Generated by:	portcran (0.1.9)
Original commitRevision:482863 
10:14 rene search for other commits by this committer
Remove expired ports:
2018-10-22 devel/hs-enumerator: Doesn't build with recent GHC version
2018-10-22 net-im/hs-haskell-xmpp: Doesn't build with recent GHC version
2018-10-22 security/hs-certificate: Doesn't build with recent GHC version
2018-10-22 textproc/hs-attoparsec-enumerator: Doesn't build with recent GHC
version
2018-10-22 textproc/hs-HaXml: Doesn't build with recent GHC version
2018-10-22 www/hs-happstack: Doesn't build with recent GHC version
2018-10-22 x11-toolkits/hs-wxc: Doesn't build with recent GHC version
2018-10-22 x11-toolkits/hs-wx: Doesn't build with recent GHC version
2018-10-22 archivers/hs-zlib-enum: Doesn't build with recent GHC version
2018-10-22 x11-toolkits/hs-wxcore: Doesn't build with recent GHC version
2018-10-22 devel/hs-TypeCompose: Doesn't build with recent GHC version
2018-10-22 devel/hs-PSQueue: Doesn't build with recent GHC version
2018-10-22 devel/hs-blaze-builder-enumerator: Doesn't build with recent GHC
version
Original commitRevision:482824 
Thursday, 18 Oct 2018
13:31 tijl search for other commits by this committer
Update the Linphone stack and drop maintainership.

Linphone uses Qt5 now instead of GTK2.

audio/bcg729:
- switch to cmake, required by net/mediastreamer
- download distfile instead of using gitlab
- fix license: source code allows later GPL version

audio/msbcg729: deleted, net/mediastreamer contains a G.729 codec now
audio/msilbc: deleted, superseded by multimedia/mswebrtc
deskutils/belcard: version 1.0.2
multimedia/bcmatroska2: version 0.23
multimedia/msopenh264: version 1.2.1
multimedia/mswebrtc: version 1.1.1
multimedia/msx264: deleted, superseded by msopenh264
net/bctoolbox: version 0.6.0
net/belle-sip: version 1.6.3
net/liblinphone: version 3.12.0
net/linphone: version 4.1.1 + upstream Qt 5.11 patches
net/mediastreamer: version 2.16.1 + upstream libsrtp2 patch
net/ortp: version 1.0.2 + bump dependent port devel/libosmo-abis
security/bzrtp: version 1.0.6
textproc/belr: version 0.1.3
Original commitRevision:482343 
Tuesday, 9 Oct 2018
12:03 arrowd search for other commits by this committer
textproc/hs-parsec-numbers: Add new port.

PR:		232055
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
Approved by:	tcberner (mentor)
Original commitRevision:481625 
Monday, 8 Oct 2018
09:31 tz search for other commits by this committer
Connect all the PHP 7.3 ports
Original commitRevision:481529 
Sunday, 30 Sep 2018
10:39 rene search for other commits by this committer
Remove expired ports:
2018-09-29 net/ntp-devel: Use net/ntp instead
2018-09-29 net/xrdp-devel: Use net/xrdp instead
2018-09-29 net/tigervnc-devel: Use net/tigervnc instead
2018-09-29 net/unison-devel: Use net/unison instead
2018-09-30 textproc/p5-IDNA-Punycode: Deprecated by upstream
2018-08-15 graphics/gnustep-slideshowkit: unknown license
2018-08-15 graphics/gnustep-slideshow: depends on expiring
graphics/gnustep-slideshowkit
2018-09-30 security/lockdown: Renders system unbootable
2018-09-30 devel/p5-Search-Binary: Deprecated by upstream, use
List::BinarySearch instead
2018-09-30 devel/p5-ExtUtils-Command: ExtUtils::Command has been re-incorporated
to ExtUtils-MakeMaker since 7.06, use devel/ExtUtils-MakeMaker instead
2018-09-30 editors/yui: Unmaintained upstream
2018-09-29 x11/tint-devel: Use x11/tint instead
Original commitRevision:480949 
Monday, 24 Sep 2018
08:10 sunpoet search for other commits by this committer
Add p5-Text-Table-XLSX 0.001

Text::Table::XLSX provides a single function, table, which takes a
two-dimensional array of data and generate an XLSX data stream from it. It's
basically a very thin wrapper for Spreadsheet::GenerateXLSX.

WWW: https://metacpan.org/release/Text-Table-XLSX
Original commitRevision:480554 
08:09 sunpoet search for other commits by this committer
Add p5-Spreadsheet-GenerateXLSX 0.04

Spreadsheet::GenerateXLSX provides a function generate_xlsx which takes an array
of Perl data and generates a simple Excel spreadsheet in the XLSX format. The
generated sheets have the first row frozen, and auto filters enabled for every
column.

Each sheet in the spreadsheet is generated from an array of rows, where each row
is an arrayref. The first row is treated as a header row.

The generated spreadsheet can have any numbers of sheets. If you just pass
arrayrefs, the sheets will be named Sheet1, Sheet2, etc.

WWW: https://metacpan.org/release/Spreadsheet-GenerateXLSX
Original commitRevision:480553 
07:04 dbn search for other commits by this committer
textproc/R-cran-rematch: Match Regular Expressions with a Nicer 'API'

Generated by:	portcran (0.1.8)
Original commitRevision:480551 

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

[First Page]  «  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13  »  [Last Page]