aboutsummaryrefslogtreecommitdiff
path: root/lang/js_of_ocaml
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-01-10 20:59:19 +0000
committerRene Ladan <rene@FreeBSD.org>2020-01-10 20:59:19 +0000
commit3fb72e318f7be626e4315a026032d644cbce5540 (patch)
tree2a596dd3fcd96be66f808d42941a229b7263d43e /lang/js_of_ocaml
parente326d6ecabc7c690696221959746ed24f26c6420 (diff)
downloadports-3fb72e318f7be626e4315a026032d644cbce5540.tar.gz
ports-3fb72e318f7be626e4315a026032d644cbce5540.zip
Notes
Diffstat (limited to 'lang/js_of_ocaml')
-rw-r--r--lang/js_of_ocaml/Makefile45
-rw-r--r--lang/js_of_ocaml/distinfo2
-rw-r--r--lang/js_of_ocaml/files/patch-Makefile11
-rw-r--r--lang/js_of_ocaml/pkg-descr4
4 files changed, 0 insertions, 62 deletions
diff --git a/lang/js_of_ocaml/Makefile b/lang/js_of_ocaml/Makefile
deleted file mode 100644
index 6348660a814c..000000000000
--- a/lang/js_of_ocaml/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Created by: Jaap Boender <jaapb@kerguelen.org>
-# $FreeBSD$
-
-PORTNAME= js_of_ocaml
-PORTVERSION= 2.5
-CATEGORIES= lang
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= OCaml to JavaScript compiler
-
-DEPRECATED= Depends on broken and expiring devel/ocaml-deriving-ocsigen
-EXPIRATION_DATE= 2020-01-10
-
-BUILD_DEPENDS= ocaml-lwt>=2.3.0:devel/ocaml-lwt \
- menhir:devel/menhir \
- ${SA_DIR}/deriving-ocsigen/deriving.a:devel/ocaml-deriving-ocsigen \
- ${SA_DIR}/cmdliner/cmdliner.a:devel/ocaml-cmdliner
-RUN_DEPENDS= ocaml-lwt>=2.3.0:devel/ocaml-lwt \
- ${SA_DIR}/deriving-ocsigen/deriving.a:devel/ocaml-deriving-ocsigen \
- ${SA_DIR}/cmdliner/cmdliner.a:devel/ocaml-cmdliner
-
-SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR}
-
-USES= gmake
-USE_OCAML= yes
-USE_OCAML_FINDLIB= yes
-USE_OCAML_LDCONFIG= yes
-USE_OCAML_CAMLP4= yes
-USE_OCAMLFIND_PLIST= yes
-
-USE_GITHUB= yes
-GH_ACCOUNT= ocsigen
-
-PLIST_FILES+= bin/js_of_ocaml bin/jsoo_minify bin/jsoo_mkcmis \
- bin/jsoo_mktop
-
-MAKE_JOBS_UNSAFE= yes
-MAKE_ENV+= BINDIR=${STAGEDIR}${PREFIX}/bin \
- DESTDIR=${STAGEDIR} \
- OCAML_SITELIBDIR=${PREFIX}/lib/ocaml/site-lib
-
-post-patch:
- @${REINPLACE_CMD} -e '/^BINDIR/d' ${WRKSRC}/Makefile.conf
-
-.include <bsd.port.mk>
diff --git a/lang/js_of_ocaml/distinfo b/lang/js_of_ocaml/distinfo
deleted file mode 100644
index 5da0954e00fa..000000000000
--- a/lang/js_of_ocaml/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ocsigen-js_of_ocaml-2.5_GH0.tar.gz) = 5bea34f47210791b8bb89adb158ec9d47816ba074bfb11ee68f56be42c0235df
-SIZE (ocsigen-js_of_ocaml-2.5_GH0.tar.gz) = 1249680
diff --git a/lang/js_of_ocaml/files/patch-Makefile b/lang/js_of_ocaml/files/patch-Makefile
deleted file mode 100644
index 300acb738333..000000000000
--- a/lang/js_of_ocaml/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig 2014-09-30 14:40:37 UTC
-+++ Makefile
-@@ -47,7 +47,7 @@ VERSION := $(shell head -n 1 VERSION)
- install: install-lib install-bin
-
- install-lib:
-- ocamlfind install -patch-version ${VERSION} $(LIBRARY) lib/META $(INTF) $(IMPL) $(OTHERS) $(DOC) $(COMP_INTF) $(COMP_IMPL)
-+ ocamlfind install -ldconf ignore -destdir ${DESTDIR}${OCAML_SITELIBDIR} -patch-version ${VERSION} $(LIBRARY) lib/META $(INTF) $(IMPL) $(OTHERS) $(DOC) $(COMP_INTF) $(COMP_IMPL)
-
- install-bin:
- install -d -m 755 $(BINDIR)
diff --git a/lang/js_of_ocaml/pkg-descr b/lang/js_of_ocaml/pkg-descr
deleted file mode 100644
index fa7201fefe3f..000000000000
--- a/lang/js_of_ocaml/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Js_of_ocaml is a compiler of OCaml bytecode to Javascript. It makes it
-possible to run Ocaml programs in a Web browser.
-
-WWW: http://ocsigen.org/js_of_ocaml/