This license is catalogued as a free software license by FSF compatible
with GPL.
There is a warning on 'attacking the program with a patent'.
https://www.gnu.org/licenses/license-list.html#CeCILL
Discussed with pkgsrc-pmc@.
While there, sync the column width with the example by the original author
Poul-Henning Kamp <phk@FreeBSD.ORG> on Wikipedia "Beerware".
Reviewed by <leot>
http://ctan.org/license/gfsl
Since this is basically the LaTeX Project Public License with one clause
removed, add it to the default acceptable licenses.
(lppl is fine with both OSI and FSF and already allowed.)
Unported license. wip/celery is distributed under this license and that's
the only item barring its import into HEAD. cc-by-nc-sa-v3.0 is not being
added to DEFAULT_ACCEPTABLE_LICENSES, because there's no documentation
regarding its status on OSI nor FSF.
A set of matching new libre/open fonts. The typeface is sans-serif,
uses OpenType features and is manually hinted for clarity on desktop
and mobile computing screens.
same as open-font-license, but with upstream's formatting.
open-font-license will be removed after all packages in fonts/ and wip/
, which reference one of these licenses, is updated to reflect the correct
version.
This is a non-Free license (nc, nd), so it has the -license suffix and
will not be added to DEFAULT_ACCEPTABLE.
(From Timothy E. Larson via pkgsrc-wip.)
Thomas Klausner. Although the two licenses are not word-for-word identical,
they are very close, use much of the same wording, and seem equivalent in
intent. This prevents proliferation of yet another license in the collection.
The ``uuid'' PostgreSQL package implements creation of Universally
Unique Identifiers (UUIDs), also referred to as Globally Unique
Identifiers (GUIDs). Although PostgreSQL supports storing UUIDs as a
native datatype, it does not provide any mechanism for creating them.
This package wraps openssl-supplied md5 and sha1 functions to create
UUIDs within PostgreSQL.
These are mostly 2-clause BSD-like licenses, except the Caldera license
which has an advertising clause.
This is cut+pasted from http://pcc.ludd.ltu.se/licenses/ and reformatted.
New Libraries
* Icl: Interval Container Library, interval sets and maps and aggregation of
associated values, from Joachim Faulhaber.
Updated Libraries
* Array:
- Added support for cbegin/cend
- Fixed a problem with the Sun compiler
* Asio:
- Fixed a problem on older Linux kernels (where epoll is used without timerfd
support) that prevents timely delivery of deadline_timer handlers, after
the program has been running for some time
* Bind:
- make_adaptable now documented
* Concept Check:
- fixed warnings with self-assignment
* Filesystem:
- Version 3 of the library is now the default.
- IBM vacpp: Workaround for compiler bug affecting iterator_facade
- Verify, clarify, document that <boost/config/user.hpp> can be used to
specify BOOST_FILESYSTEM_VERSIO
- Replaced C-style assert with BOOST_ASSERT.
- Undeprecated unique_path(). Instead, add a note mentioning the workaround
for lack of thread safety and possible change to cwd. unique_path() is just
too convenient to deprecate!
- Cleared several GCC warnings.
- Changed V2 code to use BOOST_THROW_EXCEPTION.
- Windows: Fix status() to report non-symlink reparse point correctly.
- Add symlink_option to recursive_directory_iterator, allowing control over
recursion into directory symlinks. Note that the default is changed to not
recurse into directory symlinks.
- Reference documentation cleanup, including fixing missing and broken links,
and adding missing functions.
- Miscellaneous implementation code cleanup.
* Fusion:
- vector copy constructor now copies sequence members in the same order on different platforms
* Graph:
- Fixed Graphviz output to work on Visual C++ 7.1.
- Replaced assert with BOOST_ASSERT.
- Changed to Boost.Filesystem v3.
More...