5268 Commits

Author SHA1 Message Date
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
anton
15d3da8807 Update to lowdown-0.4.1.
ok rsadowski@
2018-09-03 18:24:33 +00:00
ajacoutot
ac1bfc7af6 Update to gtk-doc-1.29. 2018-08-30 06:03:20 +00:00
schwarze
746e2dd53d No longer preformat the manual pages with groff, install the sources.
Mandoc is now able to handle them.

OK jca@ bentley@
2018-08-27 00:16:24 +00:00
tb
374937d15c Fix build after libcrypto bump.
ok sthen
2018-08-26 11:58:36 +00:00
landry
787e5422a9 +py-ofxparse{,python3} 2018-08-23 05:49:51 +00:00
landry
069871052a Import py-ofxparse 0.19, from semarie@
ofxparse is a parser for Open Financial Exchange (.ofx) format files. OFX files
are available from almost any online banking site, so they work well if you
want to pull together your finances from multiple sources. Online trading
accounts also provide account statements in OFX files.

There are three different types of OFX files, called BankAccount, CreditAccount
and InvestmentAccount files. This library has been tested with real-world
samples of all three types. If you find a file that does not work with this
library, please consider contributing the file so ofxparse can be improved.
See the Help! section below for directions on how to do this.

ok danj@
2018-08-23 05:49:01 +00:00
sthen
ab7673e75b update to discount 2.2.4, from Charlene Wendling 2018-08-22 19:07:48 +00:00
fcambus
bd45d0d34b Update ruby-rouge to 3.2.1. 2018-08-17 06:48:06 +00:00
jca
6ab4be9004 Update to diffstat-1.62 2018-08-16 11:07:57 +00:00
ajacoutot
79570c55c2 Update to libical-3.0.4. 2018-08-15 12:57:18 +00:00
bket
6f59a6d148 Update email address MAINTAINER. 2018-08-11 07:40:56 +00:00
fcambus
be233da85f Update ruby-kramdown to 1.17.0.
OK jeremy@
2018-08-11 05:11:14 +00:00
bluhm
2f517b9d79 update p5-Pod-Markdown to 3.101 2018-08-10 21:02:31 +00:00
espie
bb921d2165 use AUTOCONF_ENV and add correct env variables, so that those ports work
even if /usr/local is not part of the builder's path.
2018-08-10 10:19:18 +00:00
benoit
0665a539c2 Update to highlight-3.44. 2018-08-10 03:38:33 +00:00
espie
77555be444 obey PREFIX 2018-08-07 11:08:01 +00:00
espie
233b193411 do not depend on /usr/local/bin being in the PATH 2018-08-07 10:08:37 +00:00
fcambus
139cae09e1 Update ruby-rouge to 3.2.0. 2018-08-03 06:51:31 +00:00
rsadowski
e214223b2e hook cmark 2018-08-03 05:14:53 +00:00
rsadowski
5494d8dcea Import cmark-0.28.3
Information for inst:cmark-0.28.3

Comment:
CommonMark parsing and rendering library and program in C

Description:
cmark is the C reference implementation of CommonMark, a rationalized version
of Markdown syntax with a spec.

Maintainer: Jan Klemkow <j DOT klemkow AT wemelug DOT de>

WWW: https://commonmark.org/

Initial port from me, with tweaks from Jan Klemkow (maintainer) based on
sthen@'s feedback.

OK sthen@
2018-08-03 05:13:37 +00:00
fcambus
901fc13e99 Add miller. 2018-08-02 16:30:40 +00:00
fcambus
5a9bef1aec Import textproc/miller.
Miller (mlr) is like awk, sed, cut, join, and sort for name-indexed data
such as CSV, TSV, and tabular JSON. You get to work with your data using
named fields, without needing to count positional column indices. It is
pipe-friendly and interoperates with the Unix toolkit.

It operates on key-value-pair data while the familiar Unix tools operate
on integer-indexed fields. This encompasses a variety of data formats,
including but not limited to the familiar CSV, TSV, and JSON. (Miller
can handle positionally-indexed data as a special case.)

OK sthen@, solene@
2018-08-02 16:29:48 +00:00
espie
fe8582dfca make sure we can get unzip 2018-07-31 09:42:18 +00:00
jasper
f0b1785406 update to py-semver-2.8.1 2018-07-30 14:07:05 +00:00
stu
9c1547c4ac Update to 0.9.1. 2018-07-26 01:56:52 +00:00
jasper
3632aa2ea8 update to p5-Text-CSV_XS-1.36
ok afresh1@ (MAINTAINER)
2018-07-25 18:07:12 +00:00
sthen
b0023977fe udpate to wkhtmltopdf-0.12.5 2018-07-24 12:03:11 +00:00
espie
7d1d519104 _MASTER_SITE_FREEBSD -> MASTER_SITE_FREEBSD 2018-07-15 08:36:38 +00:00
jsg
d34d7002e1 Enable the stack protector again on arm. It was disabled when armv7
used gcc 4.2, this builds fine after the switch to clang.
2018-07-13 02:57:07 +00:00
jca
fca7ffff57 Update to wkhtmltopdf-0.12.4
from Frank Groeneveld (maintainer)
2018-07-10 12:24:24 +00:00
sthen
e1c73479c0 update to py-podcastparser-0.6.3, from maintainer 2018-07-09 12:45:47 +00:00
jasper
6ee0278591 update to py-natsort-5.3.3 2018-07-09 10:35:24 +00:00
rpointel
0146577025 update py-yaml to 3.13.
ok shadchin@, inputs and ok pea@ (maintainer).
2018-07-09 06:37:46 +00:00
juanfra
7cf31d8354 +py-black 2018-07-07 15:19:15 +00:00
juanfra
6916ecb82c Help from bcallah@, sthen@ and Edward Lopez-Acosta. OK sthen@.
Comment:
python code formatter

Description:
Black is a python code formatter which follows a PEP8 subset.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://github.com/ambv/black
2018-07-07 15:17:15 +00:00
espie
2a95b6e111 tag glib-compile-schemas 2018-07-06 06:04:41 +00:00
sthen
f5121b352f bump to ensure -current version is > -stable version for future updates
(plist/pkg_add changes mean the -current plist couldn't be copied directly
to -stable)
2018-07-04 19:20:52 +00:00
espie
a3cc216348 @tag update-mime-database 2018-07-01 18:33:35 +00:00
espie
d2700404fa add @tag markers/bump packages that depend on texlive/base to include ,-main 2018-07-01 09:02:40 +00:00
landry
176eab4f30 Remove gd.tuwien.ac.at from MASTER_SITES, seems it doesnt exist anymore.
I checked that the distfiles still fetched from their alternative
source.
There still remains two issues with converters/xlhtml (no other source
for the oooooold version we have in tree) and the gentoo patch in
x11/qt3.
2018-06-30 11:41:36 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
5d03220e45 tag libxml2/rebuild 2018-06-29 09:58:56 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
sthen
848214b9c2 update to solr-7.4.0 2018-06-23 14:55:03 +00:00
jca
fdc48a7b9a Needs a c++11 compiler 2018-06-19 17:53:48 +00:00
ajacoutot
6d0ac9905a Update to meld-3.18.2. 2018-06-19 13:27:01 +00:00
rpointel
e63e8e6fb0 + SUBDIR += py-xlrd
+     SUBDIR += py-xlrd,python3
2018-06-19 05:39:08 +00:00
rpointel
43788979de import py-xlrd, a tool to extract data from xls and xlsx spreadsheet files.
from Elias M. Mariani marianielias AT gmail DOT com, thanks.
2018-06-19 05:36:01 +00:00
ajacoutot
bda7fecfcd Update to gspell-1.8.1. 2018-06-16 12:03:06 +00:00