From d6621f344e74361dac8e8242f94bbad8f7545a18 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Thu, 11 Jul 2002 05:51:36 +0000 Subject: [PATCH] findlib -> ocaml-findlib no history to preserve, so no need repo-copy --- devel/findlib/Makefile | 25 ------------------------- devel/findlib/distinfo | 1 - devel/findlib/pkg-comment | 1 - devel/findlib/pkg-descr | 13 ------------- devel/findlib/pkg-plist | 39 --------------------------------------- 5 files changed, 79 deletions(-) delete mode 100644 devel/findlib/Makefile delete mode 100644 devel/findlib/distinfo delete mode 100644 devel/findlib/pkg-comment delete mode 100644 devel/findlib/pkg-descr delete mode 100644 devel/findlib/pkg-plist diff --git a/devel/findlib/Makefile b/devel/findlib/Makefile deleted file mode 100644 index 8f330da0ab76..000000000000 --- a/devel/findlib/Makefile +++ /dev/null @@ -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 diff --git a/devel/findlib/distinfo b/devel/findlib/distinfo deleted file mode 100644 index a1dedec6210c..000000000000 --- a/devel/findlib/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (findlib-0.7.1.tar.gz) = 963d5fcc9c62db5007a38bf3838c67ff diff --git a/devel/findlib/pkg-comment b/devel/findlib/pkg-comment deleted file mode 100644 index 66116e594044..000000000000 --- a/devel/findlib/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -OCaml package manager diff --git a/devel/findlib/pkg-descr b/devel/findlib/pkg-descr deleted file mode 100644 index 97e6883ce8de..000000000000 --- a/devel/findlib/pkg-descr +++ /dev/null @@ -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/ diff --git a/devel/findlib/pkg-plist b/devel/findlib/pkg-plist deleted file mode 100644 index 9e926475bae0..000000000000 --- a/devel/findlib/pkg-plist +++ /dev/null @@ -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