equivalents for devel/premake4, lang/ikarus, lang/stklos
and lang/ypsilon.
* Add mutual conflicts to lang/ikarus
- Only define NO_PACKAGE for lang/ikarus when PACKAGE_BUILDING
is set (i.e. on the pointyhat cluster).
PR: ports/168715
Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer)
- Remove no longer applicable local patching
- Dependency on ticables2 is no longer optional, so remove OPTIONS
- Remove ABI version from LIB_DEPENDS to pacify portlint(1)
- Explain why dependency on GNU make is still required
- Update port description to match current state of affairs
- Relinquish to the pool due to lack of time
The initial g stands for Geographic, as gdnsd offers a plugin system for
geographic (or other sorts of) balancing, redirection, and service-state-conscious
failover. If you don't care about that feature, it's still quite good at being
a very fast, lean, and resilient authoritative-only server for static DNS data.
gdnsd is written in C using libev and pthreads with a focus on highi performance,
low latency service. It does not offer any form of caching or recursive service,
and does not support DNSSEC.
WWW: http://code.google.com/p/gdnsd/
PR: ports/167946
Submitted by: Stefan Caunter <stef@scaleengine.com>
- add LICENSE (GPLv2)
- convert to new options framework
- make NLS optional
- add MYSQL option to build MySQL database support
- remove LENSFUN option (graphics/lensfun is now required)
- remove MARBLE option (libkgeomap provides this and is required)
- remove no longer needed patches
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
- add LICENSE (GPLv2)
- convert to new options framework
- make NLS optional
- add EXPOBLEND option to pull in runtime dependencies for the
ExpoBlening plugin (a lot of ports that get pulled in by graphics/hugin,
so turn it OFF by default)
- add options for the new digikam libraries
- add KSANE option for scanning
- remove no longer needed patches
- update WWW
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
Libmediawiki is a KDE C++ interface for MediaWiki-based web services such as
wikipedia.org.
WWW: http://www.digikam.org
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
Libkvkontakte is a KDE C++ interface for VK (http://vk.com).
WWW: http://www.digikam.org
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
Libkface is a KDE C++ wrapper for libface which provides face recognition
and detection in pictures.
WWW: http://www.digikam.org
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
Libkgeomap is a KDE4 C++ wrapper around world map components such as Marble,
OpenstreetMap, and GoogleMap, for browsing and arranging photos on such maps.
WWW: http://www.digikam.org
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
- Handle both fftw dependencies at once
- No PORTREVISION bump, users with broken build never got this update
- Take maintainership due to vd@'s ENOTIME
Approved by: vd (maintainer, via email)
- Added SMTP lightweight balancing proxy with XCLIENT support.
- New pre-filters are implemented to support initial checking for messages.
- Added ratelimit plugin that uses redis protocol to store data.
- Added ipv6 support to spf and some other modules.
- DKIM plugin an parsing code was added.
- Many bugfixes.
gbdfed is a GTK-based BDF font editor. It can import:
- Metafont PK/GF fonts
- Han Bitmap Font Format (HBF) fonts
- Linux console (PSF, CP, and EGA/VGA) fonts
- Sun VF fonts, OpenType (OTF & TTF) fonts
Alternatively it can load a font from the X server. Export is
supported to PSF2 Linux console fonts and HEX fonts.
WWW: http://sofia.nmsu.edu/~mleisher/Software/gbdfed/
PR: ports/168726
Submitted by: Zhihao Yuan <lichray at gmail.com>