USE_PERL5=configure or USE_PERL5=modbuildtiny.
- Change perl5.mk to use a specific target and not abuse post-stage.
Reviewed by: bapt
With Hat: portmgr
Sponsored by: Absolight
Adacore releases the GNAT Programming Studio annually along with
several other packages. It is under constant development, so the source
tarballs contain specific versions of xmlada, gtkada, and all the other
dependencies. However those dependencies are under development as well
and the current versions in the port collections were too new for the
actual 2014 GPS release (which was frozen 7 months ago).
So I packaged the working version of the upcoming 6.1.0 version instead
(the 4th digit means "working" and it increments each time the distfile
is upgraded).
Several options were removed because they are expected by GPS components
to be present (e.g. sqlite and gtk). The Iconv support was intended to
be optional, but turning it on crashes GPS after the splash popup. Until
the issue is resolved, the Iconv option has been removed and the GPS
has been configured without it.
GPS 6.x differences from the 5.x series in that the GTK3 toolkit is used
instead of GTK2. It also has language support for SPARK 2014, syntax
highlighting, tooltips for Ada 2012 and SPARK 2014, enhancements to the
scripting API and various editor enhancements.
Release Notes with lots of pictures illustrate new capabilities here:
http://docs.adacore.com/gps-docs/release_notes/build/singlehtml
Produces a cute little ansi colour 'flag' based off a hash of the machine's
hostname (or settable via ~/.flag or /etc/flag) which can uniquely visually
identify a machine, at a glance. Useful for placing into /etc/issue or your
bash prompt, so that you don't send stupid commands to the wrong machine.
WWW: http://git.cyberleo.net/CDN/flag.git
PR: ports/183117
Submitted by: cyberleo@cyberleo.net
You can run it in the qmail startup script to support all
your existing .forward files automatically.
Individual users can switch to the .qmail mechanism at their leisure.
dot-forward supports forwarding, program deliveries, and comments.
It does not support file deliveries or :include:.
(However, it recognizes file delivery attempts,
and defers delivery to give you a chance to set up a .qmail file.)
WWW: http://cr.yp.to/dot-forward.html
PR: ports/184480
Submitted by: Uffe Jakobsen <uffe@uffe.org>
is for the new development of the MySQL compatible
C connector library called libdrizzle-redux.
WWW: https://launchpad.net/libdrizzle
PR: ports/185969
Submitted by: Jim Ohlstein <jim@ohlste.in>
been in continual production use since then. It is open source (BSD-license).
The key features are:
- *small*. Preppy is a single Python module. If you want a templating system
'in the box', it's easy to include it in your project
- *easy to learn*. It takes about one minute to scan all the features
- *just Python*. We have not invented another language, and if you want to do
something - includes, quoting, filters - you just use Python
- *compiled to bytecode*: a .prep file gets compiled to a Python function in
a .pyc file
- *easy to debug*: preppy generates proper Python exceptions, with the correct
line numbers for the .prep file. You can follow tracebacks from Python
script to Preppy template and back, through multiple includes
- *easy to type and read*. We've been using ``{{this}}`` syntax since well
before Django was thought of
- *8-bit safe*: it makes no assumption that you are generating markup and does
nothing unexpected with whitespace; you could use it to generate images or
binary files if you wanted to.
WWW: http://preppy.readthedocs.org/en/latest/
PR: ports/186881
Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com>
bounded by linear constraints. Supported operations on sets include
intersection, union, set difference, emptiness check, convex hull,
(integer) affine hull, integer projection, computing the lexicographic
minimum using parametric integer programming, coalescing and parametric
vertex enumeration. It also includes an ILP solver based on generalized
basis reduction, transitive closures on maps (which may encode infinite
graphs), dependence analysis and bounds on piecewise step-polynomials.
WWW: http://isl.gforge.inria.fr/
PR: ports/187143
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Fast: Twig compiles templates down to plain optimized PHP code.
The overhead compared to regular PHP code was reduced to the very minimum.
Secure: Twig has a sandbox mode to evaluate untrusted template code.
This allows Twig to be used as a template language for applications
where users may modify the template design.
Flexible: Twig is powered by a flexible lexer and parser.
This allows the developer to define its own custom tags and filters,
and create its own DSL.
WWW: http://twig.sensiolabs.org/
PR: ports/180256
Submitted by: ports@michael-fausten.de
symlink and sets the absolute path as the real document root for the
remainder of the request.
WWW: https://github.com/etsy/mod_realdoc
PR: ports/180364
Submitted by: Gea-Suan Lin <gslin@gslin.org>