- nothing uses xulrunner 1.9 anymore, and that branch was EOL'd upstream
20 months ago (firefox36 was already unlinked from the build)
- www/fennec as a xul app is dead upstream, since now firefox mobile is
built on top of java android libs and thus unportable to regular OS.
The esr10 branch from which it was built upon was EOL'd upstream 10 months ago
- productivity/sunbird as a standalone app is dead upstream since 3
years, hypothetical users should just use thunderbird+lightning which
is still supported/developed.
No complains from ports@, this will allow for a serious mozilla ports
cleanup, and we're down to 5 mozillas in the ports tree.
It's broken at runtime anyway since the switch from xul 1.8 to 1.9 three
years ago, is now the last user of xul 1.9, and noone is probably using
an eclipse from 2007 to do "serious" java development. Lots of cursing
involved to find the correct magic to properly disable the building of
swt-mozilla-gtk.
Discussed with kurt@ (MAINTAINER)
Port from Daniel Dickman (didickman at gmail dot com) with a few tweaks
by me. ok dcoppa@
The ocaml-bitstring project adds Erlang-style bitstrings and matching
over bitstrings as a syntax extension and library for OCaml. You
can use this module to both parse and generate binary formats, files
and protocols. Bitstring handling is added as primitives to the
language, making it exceptionally simple to use and very powerful.
Bitstring handles integers, strings, sub-bitstrings, big-, little-
and native-endianness, signed and unsigned types, variable-width
fields, and fields with arbitrary bit alignment.
build infrastructure
- Remove the CMake patch as sebastia@ says it did not actually work and should be
removed
- Some frontend driver tweaks for the external assembler handling for 32-bit mode
(-m32) on amd64, powerpc handling and bring the ABI determination bits in line
with the other OS's to use the getGnuCompatibleMipsABIName function
ok sthen@
A binding of the Tcl interpreter to Lua. It allows for calls into Tcl,
setting and reading variables from Tcl and registering of Lua functions
for use from Tcl. Also, a binding to the Tk toolit is included.
SMPEG is a free MPEG-1 video player library with sound support. Video
playback is based on the ubiquitous Berkeley MPEG player, mpeg_play v2.2.
SMPEG support MPEG audio (MP3), based on mpg123's source, MPEG-1 video,
and MPEG system streams.
ok sthen@