While working on the GPS port, GtkAda received a minor bug fix. Just
bring this new version in before GPS 6.0.x.
The makefile was slightly modified to keep using the 3.8.3.0 version
of the reference manual. Also the ability to build a debug version
was added as a non-default option.
The GNAT Programming Studio needs the impunit.ad[bs] files in order
to create a menu based on the gnat source code. Just carry these
source files with the others that are used to build gnat_util and then
use the GPS port makefile to pull it in as needed. A quick check with
poudriere indicates that ports dependent on gnat_util still build fine.
The GNAT Programming Studio wants to use gnatinspect, so it needs to
build it. At the same time, gnatinspect also belongs to gnatcoll.
Resolve a filename conflict by renaming it to gnatinspect-xref when
it's build by gnatcoll.
Also turn off iconv support by default. It causes GPS to crash
almost immediately and the issue is likely within the gnatcoll code.
Until this is investigated and hopefully fixed, keep it off by default.
Also, devel/gnatcoll will not be a dependency of GPS for two reasons:
GPS is so fluid that it really needs the embedded version to guarantee
that it can be built, and secondly devel/gnatcoll and devel/gps could
easily need different build options. So that leaves devel/gnatcoll as
purely a standalone development library.
- While I'm here:
- Convert to new options helper
- Use USE_PHP=apc
php-memoize is a PHP extension which transparently caches PHP functions, much
like Perl's Memoize module.
It comes with the following storage modules which can be enabled at compile
time:
- memory: Simple per-request module with no dependencies.
Since this is a per-request cache, neither TTLs specified in the
`memoize()` call or `memoize.default_ttl` are used.
- memcached: Uses libmemcached or the memcached PHP extension
- apc: Uses the APC PHP extension
WWW: http://pecl.php.net/package/memoize
PR: ports/190098
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Gradle is build automation evolved.
Gradle can automate the building, testing, publishing, deployment and more of
software packages or other types of projects such as generated static websites,
generated documentation or indeed anything else.
Gradle combines the power and flexibility of Ant with the dependency management
and conventions of Maven into a more effective way to build. Powered by a Groo-
vy DSL and packed with innovation, Gradle provides a declarative way to descri-
be all kinds of builds through sensible defaults. Gradle is quickly becoming
the build system of choice for many open source projects, leading edge enterpr-
ises and legacy automation challenges.
WWW: http://www.gradle.org/
PR: ports/189858
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Centreon Clib is a common library for all Centreon products written in
C/C++. This project provides high level implementation of many basic
system mechanism. The target is to have a portable and powerful
implementation.
WWW: http://www.centreon.com/
PR: ports/189371
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
- Use USES=gmake and USES=tar:bzip2
- Support STAGEDIR
- While I'm here, simplify Makefile
PR: ports/190165
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
As part of this, make it possible to install devel/atf independently of
the presence of ATF in the base system. This is so that we can turn the
ATF libraries in base into private libraries.
Note that this should have no effect on prebuilt binary packages because
these changes only apply when the TEST option is selected, and this option
is not yet the default.
Approved by: eadler (ports)
- simplify install target, owner/group is set via pkg-plist
- port use NO_BUILD=yes, so BUILD_DEPENDS= is not needed
- use @sample macro
- bump PORTREVISION
- Remove some generic Linux configuration files containing the '*'
character: they are interpreted as shell globs in the plist and cause
poudriere's staging tests to fail.
- Do not let the setup script change file owners and permissions.
anywhere-accessible, multi-language service to change your LDAP password.
Since it is a web application, this LDAP browser works on many platforms,
making change of your LDAP/AD password accessible from any location.
WWW: http://ltb-project.org/wiki/documentation/self-service-password/latest/start
PR: ports/185297
Submitted by: Krzysztof Stryjek <ports@bsdserwis.com>