Commit Graph

933 Commits

Author SHA1 Message Date
ajacoutot
d20a2b3a22 Simplify pre-configure.
Drop bogus HOMEPAGE.
The V variable isn't needed.
2018-12-09 09:30:07 +00:00
robert
412834a352 +libytnef 2018-12-09 09:09:38 +00:00
robert
cb02c0ee33 import of libytnef-1.9.3;
This program decodes those annoying application/ms-tnef MIME attachments that
Microsoft mail servers helpfully use to encapsulate your already MIME encoded
attachments.

Due to the proliferation of Microsoft Outlook and Exchange mail servers,
more and more mail is encapsulated into this format.

The YTNEF program allows one to unpack the attachments which were encapsulated
into the YTNEF attachment. Thus alleviating the need to use Microsoft Outlook
to view them.

ok ajacoutot@
2018-12-09 09:08:51 +00:00
bluhm
b6c12eae74 update p5-Unicode-LineBreak to 2018.003
from Charlene Wendling; OK afresh1@
2018-11-30 00:51:54 +00:00
bluhm
579b317bbf update p5-Cpanel-JSON-XS to 4.08 2018-11-29 23:41:03 +00:00
bentley
5daef90f74 Include string.h for strerror_r(). 2018-10-28 08:24:30 +00:00
bluhm
2649049fbf update p5-Net-IDN-Encode to 2.500 2018-10-24 22:10:09 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
bluhm
7a1d9f6ca2 update p5-Net-IDN-Encode to 2.401 2018-09-25 16:27:05 +00:00
bluhm
fe0f10da18 update p5-Cpanel-JSON-XS to 4.06 2018-08-28 18:26:16 +00:00
bluhm
0ff3d977e4 update p5-Cpanel-JSON-XS to 4.05 2018-08-21 19:37:08 +00:00
bluhm
c5a9f9c99f update p5-JSON to 2.94
from maintainer Genadijus Paleckis
2018-08-21 17:57:34 +00:00
bcallah
c8b0391b47 Maintenance update to unsf-1.1.20180608 2018-08-21 03:21:31 +00:00
ajacoutot
eab4be099d Update to libpst-0.6.72. 2018-08-13 10:54:31 +00:00
espie
a18c858d08 obey PREFIX 2018-08-10 10:20:21 +00:00
sthen
c0497b7a45 +py-mini-amf
(port was from Timo Myyrä)
2018-08-09 19:51:50 +00:00
sthen
c05ce89691 import ports/converters/py-mini-amf, ok danj@
Mini-AMF provides Action Message Format (AMF) serialization and
deserialization support for Python, compatible with the Adobe Flash
Player. It supports Python 2.7 and 3.4+.
2018-08-09 19:51:06 +00:00
espie
a8b9713ebd unhardcode PREFIX 2018-07-31 09:57:26 +00:00
espie
7d1d519104 _MASTER_SITE_FREEBSD -> MASTER_SITE_FREEBSD 2018-07-15 08:36:38 +00:00
jturner
e41f0b4847 Update sqlite2mdoc to 0.1.4. From MAINTAINER. 2018-07-01 02:08:21 +00:00
sthen
ce6310c0c0 add the same "uses pledge()" comment we have on other ports using pledge 2018-06-29 18:11:44 +00:00
landry
08ea646b19 +sqlite2mdoc 2018-06-29 17:16:45 +00:00
landry
59c85e6945 Import sqlite2mdoc-0.1.2, from upstream Kristaps Dzonsons
This utility accepts an SQLite3 header file sqlite3.h and produces a
set of decently well-formed mdoc(7) files documenting the C API.
These will be roughly equivalent to the C-language Interface
Specification for SQLite3.

ok jturner@, tweaks from sthen@
2018-06-29 17:16:14 +00:00
bluhm
5c5338ef99 update p5-Cpanel-JSON-XS to 4.04 2018-06-23 16:49:02 +00:00
bcallah
41d49362d2 Update to p5-Date-Tolkien-Shire-Data-0.005 2018-05-18 02:28:42 +00:00
espie
7aa9f959ca @bin and common directories 2018-05-15 11:05:43 +00:00
solene
684f5faf54 Updating libdvdcss-1.4.2
Hints from jca@

ok jca@
2018-05-02 19:35:14 +00:00
bluhm
8775de2df8 update p5-JSON-MaybeXS to 1.004000 2018-04-30 15:25:58 +00:00
ajacoutot
6793bfcd6b Update to p5-JSON-XS-3.04. 2018-04-27 14:51:24 +00:00
ajacoutot
fc88225bcc Update to p5-Calendar-Simple-1.23. 2018-04-27 14:49:43 +00:00
ajacoutot
6687dd587b Tweak PORTROACH. 2018-04-27 14:48:42 +00:00
sthen
d66cef5c21 mark BROKEN for now due to MuPDF changes, discussed pre 6.3 with pirofti 2018-04-23 11:59:49 +00:00
fcambus
4d338ec5bf Add p5-Sereal-Decoder. 2018-04-04 21:59:16 +00:00
fcambus
1e7edcaab3 Import converters/p5-Sereal-Decoder.
This library implements a deserializer for an efficient, compact-output,
and feature-rich binary protocol called Sereal.

Its sister module p5-Sereal-Encoder implements an encoder for this format.

OK bluhm@
2018-04-04 21:57:58 +00:00
fcambus
6cacb76d4b Add p5-Sereal-Encoder. 2018-04-04 21:56:58 +00:00
fcambus
9c87131a38 Import converters/p5-Sereal-Encoder.
This library implements an efficient, compact-output, and feature-rich
serializer using a binary protocol called Sereal.

Its sister module p5-Sereal-Decoder implements a decoder for this format.

OK bluhm@
2018-04-04 21:54:06 +00:00
bluhm
95534c850e update p5-Cpanel-JSON-XS to 4.02 2018-03-05 21:55:42 +00:00
ajacoutot
53a179461d Update to libdvdcss-1.4.1.
from Brad
2018-02-18 08:56:43 +00:00
bluhm
e25bf0a84d update p5-Cpanel-JSON-XS to 4.01 2018-02-03 18:58:05 +00:00
bluhm
89c617a3ab update p5-JSON-MaybeXS to 1.003010 2018-02-03 18:19:28 +00:00
bentley
3e81b07c71 Replace distcache.freebsd.org/ports-distfiles/ with _MASTER_SITE_FREEBSD.
Some ports used _MASTER_SITE_FREEBSD already but others hardcoded the URL.

Switch _MASTER_SITE_FREEBSD and MASTER_SITE_FREEBSD_LOCAL to https.
2018-01-13 03:00:46 +00:00
bcallah
2adad452ac +unsf 2018-01-11 14:19:14 +00:00
bcallah
b2ddc91070 Import converters/unsf, a tool to convert SoundFont sf2 files into GUS
patchsets.
ok bentley@

UnSF is a tool to convert SoundFont (sf2) files into GUS patchsets.
2018-01-11 14:18:51 +00:00
bcallah
d04c5e513d Change these to my openbsd email address and bump.
ok giovanni@
2018-01-01 18:11:46 +00:00
jca
b75ec4659a Fix linking with ld.lld
This port builds a mix of C and C++, so let cmake detect this and use
the C++ compiler to link the target executable.  ok pirofti@ (maintainer)
2017-12-28 16:00:42 +00:00
ajacoutot
0e87de5958 COMPILER line is not needed, forgot in previous. 2017-12-28 07:55:45 +00:00
ajacoutot
f62450ddaa Drop the preload wrapper, unoconv requires libreoffice which is
amd64/i386 only.

prodded by robert@
2017-12-28 07:54:41 +00:00
jca
bf5c629a5b Fix build on non-clang archs and correctly detect big endian archs
No bump needed since either the package doesn't change or it didn't
build before.  Note that aarch64 is still broken (undefined references
to pthread_foo at link time).  ok pirofti@ (maintainer)
2017-12-18 14:52:02 +00:00
jca
e08749fc7a +py-amf 2017-12-12 00:48:16 +00:00
jca
edc5dd04b3 Import py-amf, needed for upcoming yle-dl releases
From maintainer Timo Myyra with tweaks from danj@ and myself, ok danj@

py-amf provides Action Message Format (AMF) support for Python that is
compatible with the Adobe Flash Player. It includes integration with
Python web frameworks like Django, Pylons, Twisted, SQLAlchemy, web2py
and more.
2017-12-12 00:46:44 +00:00