non port: textproc/Makefile |
Number of commits found: 3011 (showing only 100 on this page) |
Monday, 9 Aug 2021
|
15:58 Li-Wen Hsu (lwhsu) Author: Pavel Timofeev
textproc/go-yq: (New) Portable commandline YAML processor written in go
PR: 255152
ea1eda8 |
06:39 Baptiste Daroussin (bapt)
textproc/sl-hunspell: new port
Slovenian hunspell dictionary
WWW: https://extensions.libreoffice.org/extensions/slovenian-dictionary-pack/
f24d493 |
Sunday, 8 Aug 2021
|
15:35 Po-Chuan Hsieh (sunpoet)
textproc/py-latexcodec: Add py-latexcodec 2.0.1
The codec provides a convenient way of going between text written in LaTeX and
unicode. Since it is not a LaTeX compiler, it is more appropriate for short
chunks of text, such as a paragraph or the values of a BibTeX entry, and it is
not appropriate for a full LaTeX document. In particular, its behavior on the
LaTeX commands that do not simply select characters is intended to allow the
unicode representation to be understandable by a human reader, but is not
canonical and may require hand tuning to produce the desired effect.
WWW: https://github.com/mcmtroffaes/latexcodec
0d04681 |
14:53 Po-Chuan Hsieh (sunpoet)
textproc/py-sphinxcontrib-bibtex: Add py-sphinxcontrib-bibtex 2.3.0
The bibtex extension allows BibTeX citations to be inserted into documentation
generated by Sphinx, via a bibliography directive, along with :cite:p: and
:cite:t: roles. These work similarly to LaTeX's thebibliography environment and
the \citet and \citep commands.
WWW: https://github.com/mcmtroffaes/sphinxcontrib-bibtex
25625d5 |
14:53 Po-Chuan Hsieh (sunpoet)
textproc/py-nbsphinx: Add py-nbsphinx 0.8.6
nbsphinx is a Sphinx extension that provides a source parser for *.ipynb files.
Custom Sphinx directives are used to show Jupyter Notebook code cells (and of
course their results) in both HTML and LaTeX output. Unevaluated notebooks --
i.e. notebooks without stored output cells -- will be automatically executed
during the Sphinx build process.
WWW: https://github.com/spatialaudio/nbsphinx
40991a1 |
14:53 Po-Chuan Hsieh (sunpoet)
textproc/py-pybtex: Add py-pybtex 0.24.0
Pybtex is a BibTeX-compatible bibliography processor written in Python. You can
simply type pybtex instead of bibtex.
Pybtex aims to be 100% compatible with BibTeX. It accepts the same command line
options, fully supports BibTeX's .bst styles and produces byte-identical output.
WWW: https://pybtex.org/
WWW: https://bitbucket.org/pybtex-devs/pybtex/
9278328 |
14:53 Po-Chuan Hsieh (sunpoet)
textproc/py-pybtex-docutils: Add py-pybtex-docutils 1.0.1
pybtex-docutils is a docutils backend for pybtex.
WWW: https://github.com/mcmtroffaes/pybtex-docutils
6c7fc56 |
Friday, 6 Aug 2021
|
03:25 Wen Heping (wen)
textproc/py-sphinx-markdown-tables: Add new port
Sphinx supports markdown via Recommonmark, which does not support tables.
This extension provides them.
It renders markdown tables as HTML, as defined by python-markdown.
WWW: https://github.com/ryanfox/sphinx-markdown-tables
8e74383 |
Sunday, 1 Aug 2021
|
19:03 Rene Ladan (rene)
cleanup: Remove expired ports:
2021-07-31 textproc/py-python-language-server: Upstream forked and replaced by
py-python-lsp-server
e00945c |
Thursday, 22 Jul 2021
|
13:16 Mateusz Piotrowski (0mp)
textproc/py-restructuredtext-lint: Add new port
7ed7f84 |
07:07 TAKATSU Tomonari (tota)
textproc/R-cran-vroom: Add new port
The goal of 'vroom' is to read and write data (like 'csv', 'tsv'
and 'fwf') quickly. When reading it uses a quick initial indexing
step, then reads the values lazily , so only the data you actually
use needs to be read. The writer formats the data in parallel and
writes to disk asynchronously from formatting.
WWW: https://cran.r-project.org/web/packages/vroom/
7e7122f |
Wednesday, 21 Jul 2021
|
18:11 Po-Chuan Hsieh (sunpoet)
textproc/py-tomli: Add py-tomli 1.0.4
Tomli is a Python library for parsing TOML. Tomli is fully compatible with TOML
v1.0.0.
WWW: https://github.com/hukkin/tomli
9e294e3 |
Saturday, 17 Jul 2021
|
20:31 Danilo G. Baio (dbaio)
textproc/docproj: Remove legacy dependencies
Clean the current port for people just building the new documentation
with Hugo/Asciidoctor.
Keep the old dependencies list on a new port textproc/docproj-legacy.
Reviewed by: hrs
Approved by: doceng (with hat)
Differential Revision: https://reviews.freebsd.org/D31019
ffdb67a |
Wednesday, 14 Jul 2021
|
16:09 Po-Chuan Hsieh (sunpoet)
textproc/py-pyexcel-xls: Add py-pyexcel-xls 0.6.2
pyexcel-xls is a tiny wrapper library to read, manipulate and write data in xls
format and it can read xlsx and xlsm fromat. You are likely to use it with
pyexcel.
WWW: https://github.com/pyexcel/pyexcel-xls
7ab6a56 |
16:09 Po-Chuan Hsieh (sunpoet)
textproc/py-pyexcel-xlsx: Add py-pyexcel-xlsx 0.6.0
pyexcel-xlsx is a tiny wrapper library to read, manipulate and write data in
xlsx and xlsm format using read_only mode reader, write_only mode writer from
openpyxl. You are likely to use it with pyexcel.
WWW: https://github.com/pyexcel/pyexcel-xlsx
07b8c98 |
16:09 Po-Chuan Hsieh (sunpoet)
textproc/py-pyexcel-io: Add py-pyexcel-io 0.6.4
pyexcel-io provides one application programming interface (API) to read and
write the data in excel format, import the data into and export the data from
database. It provides support for csv(z) format, django database and sqlalchemy
supported databases. Its supported file formats are extended to cover "xls",
"xlsx", "ods".
WWW: https://github.com/pyexcel/pyexcel-io
276ce58 |
16:09 Po-Chuan Hsieh (sunpoet)
textproc/py-pyexcel-ods3: Add py-pyexcel-ods3 0.6.0
pyexcel-ods3 is a tiny wrapper library to read, manipulate and write data in ods
format. You are likely to use pyexcel together with this library.
WWW: https://github.com/pyexcel/pyexcel-ods3
1807856 |
16:09 Po-Chuan Hsieh (sunpoet)
textproc/py-pyexcel: Add py-pyexcel 0.6.6
pyexcel lets you focus on data, instead of file formats. It supports csv, tsv,
csvz, tsvz, xls, xlsx, xlsm, ods, fods, json, html, simple, rst and media wiki
table.
WWW: https://github.com/pyexcel/pyexcel
0bcb644 |
16:09 Po-Chuan Hsieh (sunpoet)
textproc/py-pyexcel-ezodf: Add py-pyexcel-ezodf 0.3.4
ezodf is a Python package to create new or open existing OpenDocument (ODF)
files to extract, add, modify or delete document data. pyexcel-ezodf is a fork
maintained by pyexcel.
WWW: https://github.com/pyexcel/pyexcel-ezodf
dacb422 |
16:09 Po-Chuan Hsieh (sunpoet)
textproc/py-hashids: Add py-hashids 1.3.1
hashids is a Python port of the JavaScript hashids implementation. It generates
YouTube-like hashes from one or many numbers. Use hashids when you do not want
to expose your database ids to the user.
WWW: https://github.com/davidaurelio/hashids-python
af826bb |
Tuesday, 6 Jul 2021
|
22:49 Mateusz Piotrowski (0mp)
textproc/py-rstfmt: Add new port
rstfmt is a tool for automatically formatting reStructuredText files in
a consistent way.
Like Black and gofmt, the motivation is to provide a format that is
reasonable and minimally configurable to prevent teams from wasting time
on style discussions (or individuals on manually doing formatting, for
that matter).
Currently, rstfmt is in a very early stage of development. Not all reST
constructs are covered and the interface or formatting may change at any
time without warning.
WWW: https://github.com/dzhu/rstfmt
b5ecb8b |
Friday, 2 Jul 2021
|
13:05 Juraj Lutter (otis) Author: Robert Clausecker
textproc/kepubify: New port
Kepubify converts EPUBs to KEPUBs. Kepubify is fast, lightweight,
easy-to-use, and cross platform.
WWW: https://pgaskin.net/kepubify/
PR: 256843
55c8e58 |
Wednesday, 30 Jun 2021
|
20:43 Po-Chuan Hsieh (sunpoet)
textproc/rubygem-cucumber-gherkin18: Add rubygem-cucumber-gherkin18 18.0.0
(copied from rubygem-cucumber-gherkin)
- Change RUN_DEPENDS from rubygem-cucumber-messages to
rubygem-cucumber-messages15
- Add PORTSCOUT
- Update WWW
20fb858 |
20:43 Po-Chuan Hsieh (sunpoet)
textproc/rubygem-cucumber-html-formatter13: Add
rubygem-cucumber-html-formatter13 13.0.0 (copied from
rubygem-cucumber-html-formatter)
- Change RUN_DEPENDS from rubygem-cucumber-messages to
rubygem-cucumber-messages15
- Add PORTSCOUT
- Update WWW
7134910 |
06:43 Guangyuan Yang (ygy) Author: Yasuhiro Kimura
textproc/yaml.el: New port: YAML parser in Elisp
PR: 256879
Approved by: lwhsu (mentor)
e2fdcc2 |
Friday, 25 Jun 2021
|
20:43 Guido Falsi (madpilot)
textproc/snowballstemmer: New port
Stemming algorithms library for the C language provided by the
snowball project.
WWW: https://snowballstem.org/
Port structure inspired by NetBSD and OpenBSD ones.
This is a new requirement of future deskutils/calibre versions.
2dcaa8b |
Tuesday, 8 Jun 2021
|
15:04 Rainer Hurling (rhurlin) Author: Xavier Humbert
textproc/p5-Parse-EDID: New port - EDID parser
This module provides functions to parse Extended Display Identification
Data binary data (EDID) structures.
https://metacpan.org/dist/Parse-EDID
PR: 256443
Reported by: Xavier Humbert <xavier@groumpf.org> (maintainer)
7d44aa5 |
Sunday, 6 Jun 2021
|
21:34 Antoine Brodin (antoine)
textproc/Makefile: hook missing ports to the build
b9a58f8 |
20:26 Thierry Thomas (thierry)
textproc/py-mathics-pygments: new port used by math/mathicsscript
This is a lexer and highlighter for Mathematica/Wolfram Language source
code using the pygments engine.
a2caf64 |
Sunday, 30 May 2021
|
19:52 Po-Chuan Hsieh (sunpoet)
textproc/p5-PPIx-Utils: Add p5-PPIx-Utils 0.003
PPIx::Utils is a collection of utility functions for working with PPI documents.
The functions are organized into submodules, and may be imported from the
appropriate submodule or via this module.
These functions were originally from Perl::Critic::Utils and related modules,
and have been split off to this distribution for use outside of Perl::Critic.
WWW: https://metacpan.org/release/PPIx-Utils
c914955 |
Thursday, 27 May 2021
|
19:36 Tobias C. Berner (tcberner)
textproc/gi-docgen: rename to textproc/py-gi-docgen
- x11-toolkits/libadwaita: update dependency on moved textproc/py-gi-docgen port
- x11-toolkits/pango: update dependency on moved textproc/py-gi-docgen port
PR: 256161
5a86d21 |
Monday, 24 May 2021
|
19:13 Neel Chauhan (nc)
textproc/gi-docgen: Add port: Documentation generator for GObject-based
libraries
Differential Revision: https://reviews.freebsd.org/D29802
e59acf0 |
Saturday, 22 May 2021
|
18:05 Antoine Brodin (antoine)
*/Makefile: hook missed ports to the build
76a4cf5 |
14:42 Po-Chuan Hsieh (sunpoet)
textproc/rubygem-html-proofer: Add rubygem-html-proofer 3.19.1
HTMLProofer is a set of tests to validate your HTML output. These tests check if
your image references are legitimate, if they have alt tags, if your internal
links are working, and so on. It's intended to be an all-in-one checker for your
output.
In scope for this project is any well-known and widely-used test for HTML
document quality. A major use for this project is continuous integration -- so
we must have reliable results. We usually balance correctness over performance.
And, if necessary, we should be able to trace this program's detection of HTML
errors back to documented best practices or standards, such as W3
specifications.
WWW: https://github.com/gjtorikian/html-proofer
294f9ea |
Monday, 17 May 2021
|
19:58 Mateusz Piotrowski (0mp)
textproc/slowcat: Add a new port
The "Slowcat" program is intended for use with various VT100 and other
animations from http://artscene.textfiles.com/vt100/, where a time delay
not unlike a terminal or modem makes the entire thing actually
understandable. This program will add an artificial 9600 baud delay
while printing a file.
7ad2591 |
Friday, 14 May 2021
|
03:40 Yuri Victorovich (yuri)
New port: textproc/xlnt: C++ xlsx library for reading/writing/manipulating
spreadsheets
f2366c5 |
Tuesday, 11 May 2021
|
21:46 Po-Chuan Hsieh (sunpoet)
textproc/rubygem-parse-cron: Add rubygem-parse-cron 0.1.4
The goal of Parse-Cron is to parse a crontab timing specification and determine
when the job should be run. It is not a scheduler, it does not run the jobs.
WWW: https://github.com/siebertm/parse-cron
5f53494 |
21:46 Po-Chuan Hsieh (sunpoet)
textproc/rubygem-autoprefixer-rails1020: Add rubygem-autoprefixer-rails1020
10.2.0.0 (copied from rubygem-autoprefixer-rails)
- Add PORTSCOUT
84c07b8 |
20:31 Christoph Moench-Tegeder (cmt)
textproc/p5-PDF-Builder: new port
Facilitates the creation and modification of PDF files
a.k.a. another Perl module for manipulating PDFs
https://metacpan.org/pod/PDF::Builder
f6bef8a |
Friday, 30 Apr 2021
|
19:27 Rainer Hurling (rhurlin)
New port: textproc/py-python-lsp-server: Implementation of the Language Server
Protocol
Changelog:
https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md
c9d686e |
18:48 Rainer Hurling (rhurlin)
New port: textproc/py-python-lsp-jsonrpc: Python JSON RPC Server
https://github.com/python-lsp/python-lsp-jsonrpc/blob/develop/RELEASE.md
f07c555 |
Thursday, 29 Apr 2021
|
14:23 Po-Chuan Hsieh (sunpoet)
textproc/p5-Text-Table-TickitWidget: Add p5-Text-Table-TickitWidget 0.001
Text::Table::TickitWidget uses the Text::Table::Tiny interface to let you view
table data on the terminal using Tickit::Widget::Table.
WWW: https://metacpan.org/release/Text-Table-TickitWidget
3bd7514 |
Wednesday, 28 Apr 2021
|
17:39 Neel Chauhan (nc)
New port: textproc/py-rst2ansi: RST converter to ansi-decorated console output
PR: 255382
Submitted by: Henry <PopularMoment@protonmail.com>
dc47039 |
14:13 Mateusz Piotrowski (0mp) Author: Mateusz Kwiatkowski
textprox/go-md2man: New port
Reviewed by: 0mp
Reviewed by: Daniel Engberg <daniel.engberg.lists@pyret.net> (earlier version)
Differential Revision: https://reviews.freebsd.org/D29487
995b8d0 |
Saturday, 24 Apr 2021
|
04:41 Yuri Victorovich (yuri)
New port: textproc/cpp-peglib: C++ header-only PEG (Parsing Expression Grammars)
library
4f891b0 |
Wednesday, 21 Apr 2021
|
10:57 Tobias Kortkamp (tobik)
Remove textproc/bsdsort
FWICT it's just an old version of sort(1).
b54974b |
Tuesday, 20 Apr 2021
|
16:13 Neel Chauhan (nc)
Delete textproc/py-markdown3 port
It turns out markdown3 conflicts with too many ports, nor could it get
detected by meson which was its intended use.
20ec809 |
15:18 Neel Chauhan (nc)
New port: textproc/py-markdown3: Python implementation of Markdown
Differential Revision: https://reviews.freebsd.org/D29803
39926f8 |
Sunday, 18 Apr 2021
|
18:48 Lewis Cook (lcook)
New port: textproc/askgit: Query git repositories with SQL
Differential Revision: https://reviews.freebsd.org/D29817
eae4863 |
05:41 Po-Chuan Hsieh (sunpoet)
textproc/py-sphinx-copybutton: Add py-sphinx-copybutton 0.3.1
sphinx-copybutton is a small sphinx extension to add a "copy" button to code
blocks.
WWW: https://github.com/executablebooks/sphinx-copybutton
2dc7286 |
Saturday, 17 Apr 2021
|
17:18 Lewis Cook (lcook)
New port: textproc/ov: Feature rich terminal pager
Approved by: fernape (mentor)
Differential Revision: https://reviews.freebsd.org/D29807
af69375 |
Friday, 16 Apr 2021
|
21:09 Neel Chauhan (nc)
New port: textproc/py-typogrify: Filters to enhance web typography
05c1c23 |
21:02 Neel Chauhan (nc)
New port: textproc/py-smartypants: Translate plain ASCII punctuation into smart
typographic HTML
5dce9d0 |
Wednesday, 7 Apr 2021
|
17:54 Rene Ladan (rene)
Remove expired ports:
2021-04-01 ftp/wzdftpd: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 astro/roadmap: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 games/cosmo: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 games/bomberinstinct: Unmaintained and dead upstream, does not build
with -fno-common (llvm 11)
2021-04-01 games/drm: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 games/bygfoot: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 games/cre: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 irc/hybserv: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 irc/xaric: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 mail/elmo: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 misc/cave: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 security/bugs: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 security/dmitry: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 security/doorman: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 shells/esh: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 sysutils/cpu: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 textproc/libcrm114: No known users, dead upstream
2021-04-01 x11/wmmatrix: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 x11/wmxss: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 x11/tycoon: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 x11/xgrab: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 x11/xbanner: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 x11/bricons: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 x11/xmon: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 games/cavezofphear: Unmaintained and dead upstream, does not build
with -fno-common (llvm 11)
2021-04-01 astro/saoimage: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 audio/ksmp3play: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 audio/jamin: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 audio/musicbox-tag-editor: Unmaintained and dead upstream, does not
build with -fno-common (llvm 11)
2021-04-01 audio/nspmod: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 audio/cdplay: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 audio/gimmix: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 audio/ghostess: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 audio/wmrecord: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 audio/toolame: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 audio/shout: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 biology/grappa: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 biology/phylip: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 biology/lagan: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 cad/varkon: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 cad/transcalc: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 comms/seyon: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 comms/efax: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 converters/vda2fbd: Unmaintained and dead upstream, does not build
with -fno-common (llvm 11)
2021-04-01 converters/shftool: Unmaintained and dead upstream, does not build
with -fno-common (llvm 11)
2021-04-01 devel/openzz: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 devel/sourcenav: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 devel/gb: Unmaintained and dead upstream
2021-04-01 dns/checkdns: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 dns/inadyn-mt: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 editors/gate: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 editors/thoteditor: Unmaintained and dead upstream, does not build
with -fno-common (llvm 11)
2021-04-01 emulators/cinc: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 emulators/e-uae: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 emulators/dtcyber: Unmaintained and dead upstream, does not build
with -fno-common (llvm 11)
2021-04-01 ftp/jftpgw: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 ftp/pureadmin: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-02 textproc/hs-pandoc-citeproc: Integrated into textproc/hs-pandoc
5980fd4 |
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
20:53 Rene Ladan (rene)
Remove expired ports:
2021-03-31 www/gtkhtml3: Obsolete by upstream, doesn't build with recent
versions of pango
2021-03-31 deskutils/tomboy: Unmaintained and dead upstream, depends on
deprecated libraries such as www/gtkhtml3. Upstream project is now called
tomboy-ng.
deskutils/tomboy-plugin-reminder: part of deskutils/tomboy
2021-03-31 devel/monodevelop: outdated, depends on deprecated library
www/gtkhtml3
2021-03-31 sysutils/syslog-ng327: Not officially supported by upstream
2021-03-31 sysutils/logstash5: End of life since release of 7.3.0
2021-03-31 www/decss: Abandonware
2021-03-31 textproc/elasticsearch5: End of life since release of 7.3.0
2021-03-31 textproc/elasticsearch5-search-guard: textproc/elasticsearch5 is
scheduled for removal
2021-03-31 multimedia/gnome-subtitles: outdated, depends on deprecated library
www/gtkhtml3
2021-03-31 net/libproxy-mozjs: Uses EOL Python 2.7 via lang/spidermonkey52
2020-12-31 lang/spidermonkey52: Uses Python 2.7 which is EOLed upstream
25996ce |
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 28 Mar 2021
|
06:11 yuri
Re-add port textproc/py-orange3-text: Update 0.5.1 -> 1.3.1
 |
Friday, 26 Mar 2021
|
23:27 yuri
New port: textproc/halibut: Free document preparation system
 |
Wednesday, 17 Mar 2021
|
12:39 otis
textproc/node-re2: Remove port
Remove port as its only planned consumer was upcoming kibana7.
Its dependency on re2 node.js module will be handled in better way.
Also disconnect the port from category's Makefile.
 |
00:12 amdmi3
Update textproc/py-elasticsearch-dsl to 7.1.0, preserve version 6 as
textproc/py-elasticsearch-dsl7
PR: 241888, 241887
Submitted by: jbaggs2016@gmail.com (maintainer)
 |
Monday, 15 Mar 2021
|
21:14 otis
Add port: textproc/node-re2: A Node.js bindings to re2
- Add port
- Connect to the category
Reviewed by: osa (mentor)
Approved by: osa (mentor)
Differential Revision: https://reviews.freebsd.org/D29265
 |
Wednesday, 10 Mar 2021
|
22:11 osa
Repo-copy textproc/redisearch to textproc/redisearch16 and
update to the recent stable version v2.0.
 |
Sunday, 7 Mar 2021
|
22:09 sunpoet
Add p5-Text-UnicodeBox 0.03
Text::UnicodeBox is a low level box drawing interface. You'll most likely want
to use one of the higher level modules such as Text::UnicodeBox::Table.
The unicode box symbol table is a fairly robust set of symbols that allow you to
draw lines and boxes with monospaced fonts. This module allows you to focus on
the content of the boxes you need to draw and mostly ignore how to draw a good
looking box with proper connections between all the lines.
The low level approach is line-based. A box object is created, add_line is
called for each line of content you'd like to render, and render is called to
complete the box.
Output is built up over time, which allows you to stream the output rather then
buffering it and printing it in one go.
WWW: https://metacpan.org/release/Text-UnicodeBox
 |
22:09 sunpoet
Add p5-Text-Table-TinyBorderStyle 0.004
Text::Table::TinyBorderStyle is like Text::Table::Tiny with added support for
using border styles. For more details about border styles, see BorderStyle
specification. The styles are in BorderStyle::* modules. Try installing and
using the border style modules to see what they look like.
Interface, options, and format variables are the same as in Text::Table::Tiny.
WWW: https://metacpan.org/release/Text-Table-TinyBorderStyle
 |
22:09 sunpoet
Add p5-Text-Table-Sprintf 0.001
Text::Table::Sprintf provides a single function, table, which formats a
two-dimensional array of data as a simple text table.
WWW: https://metacpan.org/release/Text-Table-Sprintf
 |
22:08 sunpoet
Add p5-Text-Table-More 0.011
Text::Table::More uses the simple interface of Text::Table::Tiny with support
for more formatting options like column/row spans, border style,
per-row/column/cell align/valign.
WWW: https://metacpan.org/release/Text-Table-More
 |
22:08 sunpoet
Add p5-Text-NonWideChar-Util 0.001
Text::NonWideChar::Util provides the non-wide version of some of the routines in
Text::WideChar::Util.
WWW: https://metacpan.org/release/Text-NonWideChar-Util
 |
22:08 sunpoet
Add p5-Pod-POM-View-Restructured 1.000003
Pod::POM::View::Restructured outputs reStructuredText that is expected to be
used with Sphinx. Verbatim sections (indented paragraphs) in the POD will be
output with syntax highlighting for Perl code by default.
WWW: https://metacpan.org/release/Pod-POM-View-Restructured
 |
06:02 danfe
A small filter that prints its input prefixing each line with current
timestamp. Typical usage is for Apache forensic logs.
Requested by: maintainer
 |
Saturday, 27 Feb 2021
|
20:01 matthew
Enriched extends rich library functionality with a set of changes that
were not accepted to rich itself.
WWW: https://pypi.org/project/enrich/
 |
12:28 matthew
Wildcard Match provides an enhanced fnmatch, glob, and pathlib library
in order to provide file matching and globbing that more closely
follows the features found in Bash. In some ways these libraries are
similar to Python's builtin libraries as they provide a similar
interface to match, filter, and glob the file system. But they also
include a number of features found in Bash's globbing such as
backslash escaping, brace expansion, extended glob pattern groups,
etc. They also add a number of new useful functions as well, such as
globmatch which functions like fnmatch, but for paths.
WWW: https://pypi.org/project/wcmatch/
 |
12:08 matthew
Bracex is a brace expanding library (a la Bash) for Python. Brace
expanding is used to generate arbitrary strings.
WWW: https://pypi.org/project/bracex/
 |
09:18 rhurlin
New port: textproc/py-pyls-spyder: Spyder extensions for the
python-language-server (pyls)
https://github.com/spyder-ide/pyls-spyder
 |
09:12 rhurlin
New port: textproc/py-python-language-server: Python implementation of the
Language Server Protocol
https://github.com/palantir/python-language-server
 |
Friday, 26 Feb 2021
|
12:27 rhurlin
New port: textproc/py-textdistance: Comparing distance between two or more
sequences by many algorithms
https://github.com/life4/textdistance
 |
11:25 rhurlin
New port: textproc/py-three-merge: Perform a 3-way merge between strings
https://github.com/spyder-ide/three-merge
 |
Thursday, 18 Feb 2021
|
20:22 0mp
Add textproc/py-hjson
Hjson, the Human JSON. A configuration file format that caters to humans
and helps reduce the errors they make.
WWW: https://github.com/hjson/hjson-py
 |
Wednesday, 17 Feb 2021
|
17:51 sunpoet
Add rubygem-cucumber-html-formatter9 9.0.0 (copied from
rubygem-cucumber-html-formatter)
- Change RUN_DEPENDS from rubygem-cucumber-messages to
rubygem-cucumber-messages13
- Add PORTSCOUT
 |
10:36 arrowd
textproc/md4c: Create the port.
md4c is a markdown parser written in C.
PR: 252383
Submitted by: Henrik Rosenke <rosenke@dssgmbh.de>
Reviewed by: Matthias Apitz <guru@unixarea.de>, daniel.engberg.lists@pyret.net
 |
09:05 rene
Remove expired ports:
2021-02-14 www/rtv: Abandoned, use www/py-ttrv or www/py-tuir instead
2021-02-15 textproc/py-sphinxcontrib-websupport11: Use
textproc/py-sphinxcontrib-websupport instead
2021-02-15 textproc/py-sphinx18: Old version, use textproc/py-sphinx instead
 |
Monday, 15 Feb 2021
|
17:06 danfe
Xenv is a text preprocessor that expands references to environment
variables in the input text to their actual values.
Requested by: maintainer
 |
14:38 0mp
Add textproc/textnote
textnote is a command line tool for quickly creating and managing daily plain
text notes. It is designed for ease of use to encourage the practice of daily,
organized note taking. textnote intentionally facilitates only the management
(creation, opening, organizing, and consolidated archiving) of notes, following
the philosophy that notes are best written in a text editor and not via a CLI.
All note files are stored locally on the file system in a single directory.
Notes can easily be synced to a remote server or cloud service if so desired by
ensuring the application directory is remotely synced.
WWW: https://github.com/dkaslovsky/textnote#installation
 |
Tuesday, 9 Feb 2021
|
05:54 lwhsu
Add textproc/py-sphinxcontrib-autoprogram: Sphinx Autoprogram Extension
Submitted by: Derek Schrock dereks@lifeofadishwasher.com >
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
 |
Sunday, 7 Feb 2021
|
04:42 bapt
Remove xml-i18n-tools it has been replaced by intltool long ago
 |
Saturday, 6 Feb 2021
|
20:43 sunpoet
Add rubygem-google-cloud-translate-v3 0.2.0
API Client library for the Cloud Translation V3 API
Cloud Translation can dynamically translate text between thousands of language
pairs. Translation lets websites and programs programmatically integrate with
the translation service.
WWW: https://github.com/googleapis/google-cloud-ruby
WWW:
https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-translate-v3
 |
20:43 sunpoet
Add rubygem-google-cloud-translate-v2 0.2.0
API Client library for the Cloud Translation V2 API
Cloud Translation can dynamically translate text between thousands of language
pairs. Translation lets websites and programs programmatically integrate with
the translation service.
WWW: https://github.com/googleapis/google-cloud-ruby
WWW:
https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-translate-v2
 |
20:43 sunpoet
Add rubygem-google-cloud-translate 3.0.3
API Client library for the Cloud Translation API
Cloud Translation can dynamically translate text between thousands of language
pairs. Translation lets websites and programs programmatically integrate with
the translation service.
Actual client classes for the various versions of this API are defined in
versioned client gems, with names of the form google-cloud-translate-v*. The gem
google-cloud-translate is the main client library that brings the verisoned gems
in as dependencies, and provides high-level methods for constructing clients.
WWW: https://github.com/googleapis/google-cloud-ruby
WWW:
https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-translate
 |
Monday, 1 Feb 2021
|
12:52 rene
Remove expired ports:
2021-01-31 deskutils/orage: Unsupported upstream, cannot work with XFCE 4.16
2021-01-31 sysutils/rubygem-chef-config12
2021-01-31 mail/openwebmail: Does not use modern Perl syntax and no development
activity since 2006
2021-01-31 sysutils/rubygem-ohai8
2021-01-31 deskutils/xfce4-volumed: Unsupported upstream, cannot work with XFCE
4.16
2021-01-31 sysutils/rubygem-chef12: Please use sysutils/rubygem-chef instead
2021-01-31 x11/xfce4-embed-plugin: Unsupported upstream, cannot work with XFCE
4.16
2021-01-31 net-p2p/py-transmissionrpc: Unmaintained and dead upstream, use
net-p2p/py-transmission-rpc instead
2021-01-31 science/xfce4-equake-plugin: Unsupported upstream, cannot work with
XFCE 4.16
2021-01-31 sysutils/xfce4-kbdleds-plugin: Unsupported upstream, cannot work with
XFCE 4.16
2021-01-31 textproc/py-gfm: No longer maintained by upstream, please use
textproc/py-cmarkgfm instead
 |
Sunday, 31 Jan 2021
|
04:14 tota
- Add new port: textproc/R-cran-sass
An 'SCSS' compiler, powered by the 'LibSass' library. With this, R
developers can use variables, inheritance, and functions to generate
dynamic style sheets. The package uses the 'Sass CSS' extension
language, which is stable, powerful, and CSS compatible.
WWW: https://cran.r-project.org/web/packages/sass/
 |
Saturday, 16 Jan 2021
|
13:15 dbaio
Add textproc/py-xmlschema: Implementation of XML Schema for Python
The xmlschema library is an implementation of XML Schema for Python (supports
Python 3.6+).
This library arises from the needs of a solid Python layer for processing XML
Schema based files for MaX (Materials design at the Exascale) European project.
A significant problem is the encoding and the decoding of the XML data files
produced by different simulation software. Another important requirement is the
XML data validation, in order to put the produced data under control. The lack
of a suitable alternative for Python in the schema-based decoding of XML data
has led to build this library. Obviously this library can be useful for other
cases related to XML Schema based processing, not only for the original scope.
WWW: https://pypi.org/project/xmlschema/
 |
Friday, 15 Jan 2021
|
14:43 dbaio
Add textproc/py-spyll: Hunspell ported to pure Python
Spylls is an effort of porting prominent spellcheckers into clear,
well-structured, well-documented Python. It is intended to be useful both as a
library and as some kind of "reference (or investigatory, if you will)
implementation". Currently, only Hunspell is ported.
WWW: https://pypi.org/project/spylls/
 |
Sunday, 10 Jan 2021
|
08:51 sunpoet
Add rubygem-sassc-rails-rails61 6.1.0 (copied from rubygem-sassc-rails-rails60)
 |
08:51 sunpoet
Add rubygem-sass-rails-rails61 6.1.0 (copied from rubygem-sass-rails-rails60)
 |
08:51 sunpoet
Add rubygem-rails-dom-testing-rails61 6.1.0 (copied from
rubygem-rails-dom-testing-rails60)
 |
08:50 sunpoet
Add rubygem-actiontext61 6.1.0 (copied from rubygem-actiontext60)
 |
08:18 sunpoet
Add rubygem-liquid4 4.0.3 (copied from rubygem-liquid)
- Add PORTSCOUT
 |
Sunday, 3 Jan 2021
|
20:04 sunpoet
Add rubygem-abbrev 0.1.0
Given a set of strings, Abbrev calculates the set of unambiguous abbreviations
for those strings, and returns a hash where the keys are all the possible
abbreviations and the values are the full strings.
Thus, given words is "car" and "cone", the keys pointing to "car" would be "ca"
and "car", while those pointing to "cone" would be "co", "con", and "cone".
WWW: https://github.com/ruby/abbrev
 |
Thursday, 31 Dec 2020
|
23:11 jhale
New port: textproc/mp_doccer
mp_doccer is a tool that travels C code files, and extracts specially
marked information to build documentation. This documentation can be
generated in HTML, man pages, or an executable shell script. The markup
is very similar to that in the Linux 2.4.x kernel sources.
WWW: https://triptico.com/software/mp_doccer.html
 |
23:06 jhale
New port: textproc/p5-Grutatxt
Grutatxt is a plain text to HTML (and other formats) converter. It succesfully
converts subtle text markup of lists, bold, italics, tables and headings to
their corresponding HTML, troff, man page or LaTeX markup without having to
write unreadable source text files. Grutatxt is a Perl module and a command
line utility, and is the main text renderer in the Gruta CMS.
The output drivers currently supported by Grutatxt are: HTML, troff (me
macros), man and LaTeX.
WWW: https://triptico.com/software/grutatxt.html
 |
Number of commits found: 3011 (showing only 100 on this page) |