if a CAB file has a Quantum-compressed datablock with exactly 38912
compresswed bytes, also rejects blank CHM filenames that are blank
because they have embedded null bytes, and chmextract now protects
against absolute/relative pathnames in CHM files.
an "infrastructure" port, won't have library conflict problems, and as
Ingo says, 'Groff does not really use C++, it is merely "C with classes"'
and this is not expected to change.
devel/gettext -> lang/gcc/4.9 -> devel/bison -> devel/gettext
Fortunately the stdc++ linkage is only in libasprintf which currently
seems unused in ports. Found by landry@ in sparc64 bulk.
Alkalami is a font designed for Arabic-based writing systems in the
Kano region of Nigeria and Niger.
Alkalami (pronounced al-KA-la-mi) is the local word for the Arabic
"qalam", a type of sharpened stick used for writing on wooden boards
in the Kano region of Nigeria and in Niger, and what gives the style
its distinct appearance. The baseline stroke is very thick and
solid. The ascenders and other vertical strokes including the teeth
are very narrow when compared to the baseline. A generous line
height is necessary to allow for deep swashes and descenders, and
the overall look of the page is a very black, solid rectangle.
Diacritics are much smaller in scale, with very little distance
from the main letters.
ok sthen@
From George Rosamond (MAINTAINER); thanks!
- Accept both `--foo bar` and `--foo=bar` styles options.
- Add support for -z initfirst.
- Generate __data_start symbol that marks the start of .data when __data_start
is referenced from code being linked.
From Brad (maintainer)
pgadmin3 is unsupported upstream and doesn't officially support
postgresql above 9.5, but pgadmin4 is a whole different monster, so keep
this one on life support. Tested against 10.5.
(note that there's a 1.22.2 release upstream)
Patch taken from https://bugs.debian.org/878295
ok sthen@ pea@ (MAINTAINER), also tested by Stefan Wollny
from Charlene Wendling; OK afresh1@
Comment:
inside-out objects with Moose
Description:
MooseX::InsideOut provides metaroles for inside-out objects. It
sets up attribute slot storage somewhere other than inside $self.
This means that you can extend non-Moose classes, whose internals
you either don't want to care about or aren't hash-based.
from Charlene Wendling; OK afresh1@
Comment:
prompt for user input with a default option
Description:
This is an extremely simple prompting module, based on the extremely
simple prompt offered by ExtUtils::MakeMaker.
It doesn't do any validation, coloring, menus, timeouts etc., it
just prompts with a default.
from Charlene Wendling; OK afresh1@
Comment:
portably create pipe() or pipe-like handles
Description:
IO::Pipely provides a couple functions to portably create one- and
two-way pipes and pipe-like socket pairs. It acknowledges and works
around known platform issues so you don't have to.
IO::Pipely currently understands pipe(), UNIX-domain socketpair()
and regular IPv4 localhost sockets.
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.