mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
findlib -> ocaml-findlib
no history to preserve, so no need repo-copy
This commit is contained in:
parent
0765257589
commit
d6621f344e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62792
@ -1,25 +0,0 @@
|
||||
# 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 +0,0 @@
|
||||
MD5 (findlib-0.7.1.tar.gz) = 963d5fcc9c62db5007a38bf3838c67ff
|
@ -1 +0,0 @@
|
||||
OCaml package manager
|
@ -1,13 +0,0 @@
|
||||
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.
|
||||
|
||||
WWW: http://www.ocaml-programming.de/packages/documentation/findlib/
|
@ -1,39 +0,0 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user