These components are a major building block of the GNAT Programming
Studio. As the package description below states, it can also be used
generically. This splits GNATColl out prior to GPS version upgrade.
=================================================================
The reusable library known as the GNAT Component Collection (GNATColl)
is based on one main principle: general-purpose packages that are part of
the GNAT technology should also be available to user application code.
The compiler front end, the GNAT Programming Studio (GPS) Interactive
Development Environment, and the GNAT Tracker web-based interface all
served as sources for the components.
The GNATColl components complement the predefined Ada and GNAT libraries
and deal with a range of common programming issues including string and
text processing, memory management, and file handling. Several of the
components are especially useful in enterprise applications.
* Scripts: Embedding script languages * Traces: Logging information
* Memory: Monitoring memory usage * Mmap: Reading and writing files
* Boyer-Moore: Searching strings * Paragraph filling: Formatting text
* Templates: Generating text * Email: Processing email messages
* Ravenscar: Patterns for multitasking * VFS: Manipulating files
* Storage Pools: Controlling memory mgmt * Tribooleans: Three-state logic
* Geometry: Primitive geometric ops * Refcount: Reference counting
* Projects: Manipulating ``gpr`` files * Config: Parsing configuration files
* Pools: Controlling access to resources * JSON: JavaScript Object Notation
* SQL: Database interface
WWW: http://libre.adacore.com/tools/gnat-component-collection
base is not good enough.
For i386 depend on gcc form ports. This is due to a clang assertion [1],
which has been reported in the clang bugtracker.
Reported by: many [1]
directory on ARM. Thus, calling rm(1) on this non-existing file fails.
Passing "-f" to rm(1) fixes the problem.
Move the same commands which are executed in both branches of the "if
(WITH_NEW_XORG)" block, move them outside of it.
Obtained from: xorg-dev repo
Changes:
- more fixes in pkg audit
- move audit functions into the library
- pkg lock -l now list the locked packages
- database lock behaviour is now configurable
- symlinks now has a checksum to ensure they are valid
- more fixes on the solver
- add long version of the options
and some converter programs.
SIXEL is one of image formats for terminal imaging introduced by DEC VT series.
Its data scheme is represented as a terminal-friendly escape sequence.
So if you want to view a SIXEL image file, all you have to do is "cat" it to
your terminal.
WWW: https://github.com/saitoha/libsixel
PR: ports/188937
Submitted by: sue@iwmt.org
It allows you to manipulate LDAP entries using Django's models.
Declaring models using the LDAP backend is very staightforward,
you simply inherit from ldapdb.models.Model and declare the fields
in the same way as for regular models.
You can even edit the LDAP entries using Django's admin interface.
WWW: http://opensource.bolloretelecom.eu/projects/django-ldapdb/
PR: ports/186162
Submitted by: Alexander Kriventsov <avk@vl.ru>
- Add DOCS and NVIDIA_GL options
- Restore MASTER_SITES
- Install without using custom commands
- Take maintainership (former maintainer agreed by private mail)
- For MASTER_SITE_IDSOFTWARE, remove ftp.chg.ru (looks dead) and add ftp.gwdg.de