Now requires c++11 per https://trac.osgeo.org/geos/wiki/RFC5 so set
COMPILER accordingly.
Built the following consumers on amd64: mapserver, mapcache, qgis, gdal,
libosmium, postgis, and gdal on i386. No fallout.
Joint work from rapha@ and Fabian Raetz, with Fabian taking MAINTAINER --
thanks!
ok rsadowski@
WABT (we pronounce it "wabbit") is a suite of tools for WebAssembly,
including:
wat2wasm:
translate from WebAssembly text format to the WebAssembly binary format
wasm2wat:
the inverse of wat2wasm, translate from the binary format back to the
text format (also known as a .wat)
wasm-objdump:
print information about a wasm binary. Similiar to objdump.
wasm-interp:
decode and run a WebAssembly binary file using a stack-based interpreter
wat-desugar:
parse .wat text form as supported by the spec interpreter
(s-expressions, flat syntax, or mixed) and print "canonical" flat format
wasm2c:
convert a WebAssembly binary file to a C source and header
ok daniel@
GNU Pascal (GPC) is a Pascal compiler built on top of GCC. GNU Pascal is
ISO 7185 compatible, and implements most of the ISO 10206 Extended
Pascal standard. GPC also supports Borland Pascal 7.0 and parts of
Borland Delphi, Mac Pascal, and Pascal-SC (PXSC).
archivers/zstd (devel/llvm -> devel/cmake -> archivers/libarchive ->
archivers/zstd), so ports-clang should not be used in zstd's COMPILER.
Otherwise, zstd build is blocked if clang is not readily available,
as is the case with bulk builds on gcc architectures.
The dependency archivers/libarchive -> archivers/zstd was added
recently.
OK bket@ sthen@
---8<---
Pasmo is a Z80 cross assembler, written in standard C++ that compiles easily
in multiple platforms. It can generate object code in the following formats:
raw binary, Intel HEX, PRL for CP/M Plus RSX, Plus3Dos (Spectrum +3 disk),
TAP, TZX and CDT (Spectrum and Amstrad CPC emulators tape images), AmsDos
(Amstrad CPC disk) and MSX (for use with BLOAD from disk in Basic).
--->8---
OK benoit@, thanks!
LXQt is a lightweight desktop environment based on Qt5.
LXQt is split into the following packages:
- libqtxdg:
qt implementation of freedesktop.org xdg specs
- build-tools:
various packaging tools and scripts for LXQt applications
- libsysstat:
library used to query system info and statistics
- libfm-qt:
qt binding for libfm
- pcmanfm-qt:
file manager and desktop icon manager
- liblxqt:
core utility library for all LXQt components
- about:
information about LXQt and the system its running on
- config:
tools to configure LXQt and the underlying operating system
- globalkeys:
daemon used to register global keyboard shortcuts
- notificationd:
notification daemon for LXQt
- openssh-askpass:
query passwords on behalf of ssh agents
- panel:
desktop panel for LXQt
- policykit:
policy kit agent for LXQt
- powermanagement:
power management module for LXQt
- qtplugin:
qt platform integration plugin for LXQt
- runner:
launch programs quickly by typing their names
- session:
session manager for LXQt
- sudo:
frontend for sudo
- themes:
themes, graphics and icons for LXQt
- lximage-qt:
image viewer and screenshot tool for LXQt
- compton-conf:
configuration tool for compton X composite manager
- obconf-qt:
configuration editor for openbox window manager
- pavucontrol-qt:
pulseaudio mixer in qt
- qterminal:
lightweight Qt terminal emulator based on QTermWidget
- qtermwidget:
the terminal widget for QTerminal
- screengrab:
tool for fast making screenshots
Port made by Elias M. Mariani (maintainer).
Feedback, review, test, help by sthen@, jca@, tfrohwein@. landry@, me and
others.
ok landry@
- remove bogus "CFLAGS/LDFLAGS=-pthread" setting for the gtk flavour
(very old - probably a remnant of uthread and not needed any more),
it was done as an override rather than addition, so the wanted CFLAGS
were not used for gtk builds.
- don't strip if this is a DEBUG build.