3889 Commits

Author SHA1 Message Date
afresh1
3570860068 Update textproc/p5-LaTeX-Driver to 0.200.4
+maintainership
2015-05-25 17:11:53 +00:00
ajacoutot
d408626881 Update to libwbxml-0.11.4. 2015-05-25 09:38:03 +00:00
jasper
5c884092b6 remove a whole bunch more @rm -f cases 2015-05-25 07:54:27 +00:00
ajacoutot
a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00
bcallah
4bf93e9ac6 Update to 1.16 -- development moves to github 2015-05-22 03:33:10 +00:00
jca
f2661d2c9b Build with -fPIC, fixes binutils-2.17@amd64
ok kettenis@ sthen@ (maintainer)
2015-05-20 16:34:14 +00:00
bentley
14f51a3cae Update to pod2mdoc-0.2. 2015-05-20 11:43:36 +00:00
sthen
74e9fbe70c add py-iso8601,python3 as well 2015-05-20 10:26:07 +00:00
sthen
3179421bba +py-iso8601 2015-05-20 10:24:14 +00:00
sthen
3fb858351f import textproc/py-iso8601, based on a port from viq, ok czarkoff@
This module parses the most common forms of ISO 8601 date strings
(e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
2015-05-20 10:23:49 +00:00
sthen
74c8a5aa98 +py-jellyfish 2015-05-20 08:11:34 +00:00
sthen
6f4022c31a import textproc/py-jellyfish, ok jca@ benoit@
Jellyfish is a python library for doing approximate and phonetic
matching of strings.

String comparison:

Levenshtein Distance
Damerau-Levenshtein Distance
Jaro Distance
Jaro-Winkler Distance
Match Rating Approach Comparison
Hamming Distance

Phonetic encoding:

American Soundex
Metaphone
NYSIIS (New York State Identification and Intelligence System)
Match Rating Codex
2015-05-20 08:11:10 +00:00
bcallah
3eeb0f8307 Update to 0.30.0
From Florian Stinglmayr (MAINTAINER)
2015-05-17 13:58:42 +00:00
jasper
fa06a25f97 - update to elasticsearch-1.5.2
- add README regarding openfiles

based on a diff from p@tristero.se
2015-05-17 09:43:22 +00:00
ajacoutot
30ad738988 Update to gtk-doc-1.23. 2015-05-17 09:12:19 +00:00
ajacoutot
efcf0c5e34 Remove redundant patch. 2015-05-16 10:48:14 +00:00
jeremy
93bd815b7e Update to redcarpet 3.2.3, fixing XSS issue in autolink extension 2015-05-16 04:41:23 +00:00
jasper
be0bf9118c use the new golang module 2015-05-15 07:32:00 +00:00
espie
0bf3366d90 moving tests for obsolete stuff around shows a bit more cruft to remove.
idea taken from jasper@'s remarks
2015-05-11 12:06:21 +00:00
espie
2ace40bfb8 don't depend on modes in the ports tree being what we want installed 2015-05-08 09:08:44 +00:00
sthen
fecb874db7 update to MuPDF 1.7a 2015-05-07 19:25:44 +00:00
ajacoutot
944c99616c Update to gtk-doc-1.22. 2015-05-07 09:39:20 +00:00
afresh1
bf9b7fddc7 update textproc/p5-Text-CSV_XS to 1.17
ok benoit@
2015-05-06 00:41:08 +00:00
afresh1
b788a97e40 Update textproc/p5-Text-CSV to 1.33
ok benoit@
2015-05-06 00:40:25 +00:00
sthen
d63e2ec7e6 sync WANTLIB 2015-05-05 17:00:16 +00:00
ajacoutot
9fe32851fe Did not mean to be MAINTAINER. 2015-05-02 20:00:54 +00:00
ajacoutot
5f48ae48b3 Update to p5-Sort-Versions-1.61. 2015-05-02 15:32:09 +00:00
rpe
6b8299e8a2 Update textproc/markdown to 2.6.1
OK aja@
2015-05-02 13:36:44 +00:00
ajacoutot
d692ffa7ff Make endian.h includes consistent. 2015-05-01 18:04:07 +00:00
landry
7f953d0b31 +p5-Term-ShellUI, p5-Sort-Naturally, p5-File-KeePass, p5-Data-Password & kpcli 2015-05-01 15:46:03 +00:00
landry
59c6b3c421 Import Data::Password 1.12.
This module checks potential passwords for crackability. It checks that
the password is in the appropriate length, that it has enough character
groups, that it does not contain the same characters repeatedly or
ascending or descending characters, or charcters close to each other in
the keyboard. It will also attempt to search the ispell word file for
existance of whole words. The module's policies can be modified by
changing its variables.

ok ajacoutot@
2015-05-01 15:40:20 +00:00
landry
04e8034224 Import File::KeePass 2.03.
File::KeePass gives access to KeePass version 1 (kdb) and version 2
(kdbx) databases.

The version 1 and version 2 databases are very different in
construction, but the majority of information overlaps and many
algorithms are similar. File::KeePass attempts to iron out as many of
the differences.

File::KeePass gives nearly raw data access. There are a few utility
methods for manipulating groups and entries. More advanced manipulation
can easily be layered on top by other modules.

ok ajacoutot@
2015-05-01 15:39:26 +00:00
jca
6e099eda2f Update to lxml-3.4.3
From Sean Levy who also takes maintainership.
While here also kill EXTRACT_SUFX and trailing whitespace in DESCR.

ok sthen@
2015-04-29 16:09:54 +00:00
ajacoutot
028dec37bd +cdiff 2015-04-29 12:02:20 +00:00
ajacoutot
5f08d475e4 Import cdiff-0.9.7.
Cdiff is a term based tool to view colored, incremental diff in a Git,
Mercurial, Svn workspace or from stdin, with side by side and auto pager
support.

ok jasper@
2015-04-29 12:01:32 +00:00
jasper
74e47b09d6 naddy@ reported the distfile cannot be fetched over v6, it just hangs.
so add a v6 capable mirror to the list and use it first
2015-04-28 06:29:45 +00:00
afresh1
89932e3caf Update textproc/p5-Mojolicious-Plugin-TtRenderer to 1.55
From mark AT wrapped DOT cx
2015-04-27 19:38:21 +00:00
rpe
cf39437866 Update textproc/unrtf to 0.21.9
Feedback and OK sthen@
OK aja@
2015-04-27 18:20:47 +00:00
jasper
474c31cff0 - update to elasticsearch-1.5.1
- add patch from "jiri b" to ensure JAVA_HOME is set for the plugin installer
2015-04-26 19:01:51 +00:00
sthen
ffb0dbc9de add patches from zathura-pdf-mupdf upstream, mostly to cope with new MuPDF 2015-04-25 23:05:41 +00:00
sthen
a9c96b6d0a update to MuPDF 1.7 2015-04-25 23:04:53 +00:00
rpe
6257c8bdc4 Update textproc/source-highlight to 3.1.8
- remove doxygen from build deps, we don't ship the api docs
- use default locations for bash completion files
- patch regex tests failing due to our not-so-current boost

Feedback from and OK aja@
2015-04-25 22:16:26 +00:00
ajacoutot
576d2fe96a Update to icu4c-55.1. 2015-04-25 10:16:15 +00:00
espie
b5f2b15e53 update to 2.23, from Ingo Feinerer 2015-04-25 08:14:35 +00:00
sthen
7670c47f8a WANTLIB+=lzma pthread 2015-04-21 18:53:15 +00:00
sthen
e76718f18f add some simple missing lzma WANTLIBs (crept in via libxml) 2015-04-21 18:51:24 +00:00
sthen
9c8dc621a5 add some missing pthread to WANTLIB
(using modified portbump, thanks zhuk@)
2015-04-21 18:19:27 +00:00
schwarze
5d7933ecb5 Apply a bugfix to .Bl that i sent upstream and that got merged there.
Helps groff-mandoc comparisons, for example in mutella(1).
No opposition when shown on ports@.
2015-04-19 15:20:43 +00:00
rpe
da7cfdeb6c Update textproc/wdiff to 1.2.2
OK aja@
2015-04-19 12:44:40 +00:00
ajacoutot
3a88f03f32 SECURITY fixes for:
CVE-2014-6585
CVE-2014-6591
CVE-2014-7923
CVE-2014-7926
CVE-2014-9654
2015-04-19 09:02:06 +00:00