1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00

add findlib 0.7.1

OCaml package manager
This commit is contained in:
Ying-Chieh Liao 2002-07-10 04:21:12 +00:00
parent 7a0add5480
commit 7041fa9992
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62738
6 changed files with 78 additions and 0 deletions

View File

@ -158,6 +158,7 @@
SUBDIR += fc++
SUBDIR += ffcall
SUBDIR += fhist
SUBDIR += findlib
SUBDIR += flick
SUBDIR += flux
SUBDIR += fnccheck

25
devel/findlib/Makefile Normal file
View File

@ -0,0 +1,25 @@
# ex:ts=8
# Ports collection makefile for: findlib
# Date created: Jul 10, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= findlib
PORTVERSION= 0.7.1
CATEGORIES= devel
MASTER_SITES= http://www.ocaml-programming.de/packages/
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
HAS_CONFIGURE= yes
USE_GMAKE= yes
MAN1= ocamlfind.1
MAN3= Findlib.3 Topfind.3
MAN5= META.5 findlib.conf.5 site-lib.5
.include <bsd.port.mk>

1
devel/findlib/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (findlib-0.7.1.tar.gz) = 963d5fcc9c62db5007a38bf3838c67ff

View File

@ -0,0 +1 @@
OCaml package manager

11
devel/findlib/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
The "findlib" library provides a scheme to manage reusable software
components (packages), and includes tools that support this
scheme. Packages are collections of OCaml modules for which
metainformation can be stored. The packages are kept in the filesystem
hierarchy, but with strict directory structure. 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.

39
devel/findlib/pkg-plist Normal file
View File

@ -0,0 +1,39 @@
bin/ocamlfind
etc/ocamlfind.conf
lib/ocaml/site-lib/bigarray/META
lib/ocaml/site-lib/camlp4/META
lib/ocaml/site-lib/dbm/META
lib/ocaml/site-lib/dynlink/META
lib/ocaml/site-lib/findlib/META
lib/ocaml/site-lib/findlib/Makefile.config
lib/ocaml/site-lib/findlib/findlib.cma
lib/ocaml/site-lib/findlib/findlib.cmi
lib/ocaml/site-lib/findlib/findlib.mli
lib/ocaml/site-lib/findlib/findlib_mt.cma
lib/ocaml/site-lib/findlib/findlib_top.cma
lib/ocaml/site-lib/findlib/findlib_unix.cma
lib/ocaml/site-lib/findlib/make_wizard
lib/ocaml/site-lib/findlib/make_wizard.pattern
lib/ocaml/site-lib/findlib/topfind.cmi
lib/ocaml/site-lib/findlib/topfind.mli
lib/ocaml/site-lib/graphics/META
lib/ocaml/site-lib/labltk/META
lib/ocaml/site-lib/num/META
lib/ocaml/site-lib/stdlib/META
lib/ocaml/site-lib/str/META
lib/ocaml/site-lib/threads/META
lib/ocaml/site-lib/unix/META
lib/ocaml/topfind
@dirrm lib/ocaml/site-lib/bigarray
@dirrm lib/ocaml/site-lib/camlp4
@dirrm lib/ocaml/site-lib/dbm
@dirrm lib/ocaml/site-lib/dynlink
@dirrm lib/ocaml/site-lib/findlib
@dirrm lib/ocaml/site-lib/graphics
@dirrm lib/ocaml/site-lib/labltk
@dirrm lib/ocaml/site-lib/num
@dirrm lib/ocaml/site-lib/stdlib
@dirrm lib/ocaml/site-lib/str
@dirrm lib/ocaml/site-lib/threads
@dirrm lib/ocaml/site-lib/unix
@dirrm lib/ocaml/site-lib