Subject: CVS commit: pkgsrc/devel/findlib
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 05/20/2006 10:18:03
Module Name: pkgsrc
Committed By: rillig
Date: Sat May 20 10:18:03 UTC 2006
Update of /cvsroot/pkgsrc/devel/findlib
In directory ivanova.netbsd.org:/tmp/cvs-serv28351
Log Message:
Imported findlib.
The "findlib" software provides a scheme to manage reusable software
components in the form of libraries, and includes tools that support
this scheme. A library installed as a findlib component is also called
a package. The point is that the findlib scheme allows it to store
metainformation about the library, especially how it can be used in
programs. The packages are kept in the filesystem hierarchy, but the
directory structure is defined by findlib, and there is no way to
deviate from this standard. The library contains functions to look the
directory up that stores a package, to query metainformation about a
package, and to retrieve dependency information about multiple packages.
There is also a tool that allows the user to enter queries on the
command-line. In order to simplify compilation and linkage, there are
new frontends of the various OCaml compilers that can directly deal
with packages.
Vendor Tag: TNF
Release Tags: pkgsrc-base
N pkgsrc/devel/findlib/Makefile
N pkgsrc/devel/findlib/PLIST
N pkgsrc/devel/findlib/distinfo
N pkgsrc/devel/findlib/DESCR
No conflicts created by this import