Release notes: http://librdf.org/bindings/RELEASE.html#rel1_0_17_1
This commit also brings some packaging fixes: the Perl bindings' .packlist
does not reference the staging directory, and the Ruby bindings' generated
shared library has the correct suffix.
MFH: 2014Q2
<yar@FreeBSD.org>: host hub.freebsd.org[8.8.178.136] said: 550 5.1.1
<yar@FreeBSD.org>: Recipient address rejected: User unknown in local
<rud@cs.uni-magdeburg.de>: host mail.cs.uni-magdeburg.de[141.44.21.48] said:
550 5.1.1 <rud@cs.uni-magdeburg.de>... User unknown (in reply to RCPT TO
<stefan@fh-mainz.de>: host srv-eml-pmva-02.fh-mainz.de[143.93.114.189] said:
550 5.1.1 <stefan@fh-mainz.de>: Recipient address rejected: undeliverable
<ocaml-ounit-port@kotka.de>: host kotka.de[62.75.247.120] said: 550 5.1.1
<ocaml-ounit-port@kotka.de>: Recipient address rejected: User unknown in
<toru@tenchi.ne.jp>: host tuna.tenchi.ne.jp[49.212.63.105] said: 550 5.1.1
<toru@tenchi.ne.jp>... User unknown (in reply to RCPT TO command)
<nehe@cruzinternet.com>: host inbound.platinum.ca[69.31.192.27] said: 550
cuda_nsu User [nehe@cruzinternet.com] does not exist (in reply to RCPT TO
<ports@emorific.com>: Host or domain name not found. Name service error for
name=emorific.com type=AAAA: Host not found
<ubique@peterhost.ru>: host mx.mail.corp.hostcomm.ru[89.111.166.49] said: 550
Sorry, no mailbox here by that name (in reply to RCPT TO command)
<ports@brandon.dvalentine.com>: host ASPMX.L.GOOGLE.com[2607:f8b0:400c:c01::1a]
said: 550-5.1.1 The email account that you tried to reach does not exist.
With hat: portmgr
characters and display correct size of text in one line on terminals
and mobile phones. You can know the visual width of any text and
truncate text by the visual width. Now this module support EUC-JP and
UTF-8 and tested only with Japanese.
WWW: http://search.cpan.org/dist/Text-VisualWidth/
Parslet is a small Ruby library for constructing parsers in the PEG (Parsing
Expression Grammar) fashion.
Parslet makes developing complex parsers easy. It does so by
- providing the best error reporting possible
- not generating reams of code for you to debug
Parslet takes the long way around to make your job easier. It allows for
incremental language construction. Often, you start out small, implementing the
atoms of your language first; parslet takes pride in making this possible.
WWW: http://kschiess.github.io/parslet/
RG: https://rubygems.org/gems/parslet
Horia Racoviceanu <horia at racoviceanu.com> wishes to maintain these ports
with my help.
textproc/docbook2odf
- Pass maintainership to horia at racoviceanu.com
- Break lines around 80 characters
- Change pkg-plist, remove mtree
textproc/py-ltxml
- Pass maintainership to horia at racoviceanu.com
- Break lines around 80 characters
textproc/xsv
- Pass maintainership to horia at racoviceanu.com
- Remove blank characters
Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time
While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql
Discussed with: rakuco (kde)
With hat: portmgr
This fixes compilation of ports that insist on linking this library
into a shared object file (specifically devel/libmatheval).
While here, remove unused ranlib patch lines.
PR: ports/189323
Submitted by: tijl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
- Pass maintainership to submitter
- While I'm here, remove leading indefinite article from COMMENT
PR: ports/189168
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>