Remove unused, older library versions. Current ones
available via normal Ocaml ecosystem (a.k.a. opam). ok chrisz@ avsm@ (maintainers)
This commit is contained in:
parent
60b2d20925
commit
37c55440f4
@ -1,49 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2017/03/03 19:57:04 jca Exp $
|
||||
|
||||
COMMENT= curses / ncurses bindings for OCaml
|
||||
|
||||
DISTNAME= ocaml-curses-1.0.3
|
||||
REVISION= 3
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.nongnu.org/ocaml-tmk/
|
||||
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
MASTER_SITES= http://download.savannah.gnu.org/releases/ocaml-tmk/
|
||||
|
||||
WANTLIB += ncurses
|
||||
|
||||
MODULES= lang/ocaml
|
||||
|
||||
BUILD_DEPENDS= sysutils/findlib
|
||||
|
||||
USE_GMAKE= Yes
|
||||
|
||||
AUTOCONF_VERSION= 2.59
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
||||
TEST_TARGET= test
|
||||
|
||||
ALL_TARGET = htdoc all
|
||||
|
||||
.include <bsd.port.arch.mk>
|
||||
.if ${PROPERTIES:Mocaml_native}
|
||||
ALL_TARGET += opt
|
||||
.endif
|
||||
|
||||
SUBST_VARS += CC
|
||||
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/curses.ml
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ocaml-curses
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ocaml-curses/html
|
||||
${INSTALL_DATA} ${WRKDIST}/doc/curses/html/* \
|
||||
${PREFIX}/share/doc/ocaml-curses/html/
|
||||
${INSTALL_DATA} ${WRKDIST}/CHANGES \
|
||||
${PREFIX}/share/doc/ocaml-curses/
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (ocaml-curses-1.0.3.tar.gz) = mQpV/5kiPtqgQ4eAKQewDEdbRt2SHcX4xe3hWsZzZW8=
|
||||
SIZE (ocaml-curses-1.0.3.tar.gz) = 54053
|
@ -1,9 +0,0 @@
|
||||
$OpenBSD: patch-curses_ml,v 1.1 2017/03/03 19:57:49 jca Exp $
|
||||
--- curses.ml.orig Fri Mar 3 20:55:11 2017
|
||||
+++ curses.ml Fri Mar 3 20:55:17 2017
|
||||
@@ -1,4 +1,4 @@
|
||||
-(*pp gcc -x c -E *)
|
||||
+(*pp ${CC} -x c -E *)
|
||||
|
||||
type window
|
||||
type screen
|
@ -1,6 +0,0 @@
|
||||
OCaml Curses is a project to provide curses / ncurses bindings for the
|
||||
Objective Caml language.
|
||||
|
||||
It was formally known as Text Mode Kit (TMK), but the TMK part of the
|
||||
project is not supported anymore, and instead we are just concentrating
|
||||
on providing reliable OCaml curses bindings.
|
@ -1,3 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.native,v 1.1.1.1 2012/11/06 20:53:47 jasper Exp $
|
||||
lib/ocaml/curses/curses.a
|
||||
lib/ocaml/curses/curses.cmxa
|
@ -1,39 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2016/03/29 11:27:00 naddy Exp $
|
||||
%%native%%
|
||||
lib/ocaml/curses/
|
||||
lib/ocaml/curses/META
|
||||
lib/ocaml/curses/curses.cma
|
||||
lib/ocaml/curses/curses.cmi
|
||||
lib/ocaml/curses/curses.mli
|
||||
lib/ocaml/curses/keys.cmi
|
||||
lib/ocaml/curses/libcurses_stubs.a
|
||||
lib/ocaml/stublibs/dllcurses_stubs.so
|
||||
@comment lib/ocaml/stublibs/dllcurses_stubs.so.owner
|
||||
share/doc/ocaml-curses/
|
||||
share/doc/ocaml-curses/CHANGES
|
||||
share/doc/ocaml-curses/html/
|
||||
share/doc/ocaml-curses/html/Curses.A.html
|
||||
share/doc/ocaml-curses/html/Curses.Acs.html
|
||||
share/doc/ocaml-curses/html/Curses.Color.html
|
||||
share/doc/ocaml-curses/html/Curses.Curses_config.html
|
||||
share/doc/ocaml-curses/html/Curses.Key.html
|
||||
share/doc/ocaml-curses/html/Curses.WA.html
|
||||
share/doc/ocaml-curses/html/Curses.html
|
||||
share/doc/ocaml-curses/html/index.html
|
||||
share/doc/ocaml-curses/html/index_attributes.html
|
||||
share/doc/ocaml-curses/html/index_class_types.html
|
||||
share/doc/ocaml-curses/html/index_classes.html
|
||||
share/doc/ocaml-curses/html/index_exceptions.html
|
||||
share/doc/ocaml-curses/html/index_methods.html
|
||||
share/doc/ocaml-curses/html/index_module_types.html
|
||||
share/doc/ocaml-curses/html/index_modules.html
|
||||
share/doc/ocaml-curses/html/index_types.html
|
||||
share/doc/ocaml-curses/html/index_values.html
|
||||
share/doc/ocaml-curses/html/style.css
|
||||
share/doc/ocaml-curses/html/type_Curses.A.html
|
||||
share/doc/ocaml-curses/html/type_Curses.Acs.html
|
||||
share/doc/ocaml-curses/html/type_Curses.Color.html
|
||||
share/doc/ocaml-curses/html/type_Curses.Curses_config.html
|
||||
share/doc/ocaml-curses/html/type_Curses.Key.html
|
||||
share/doc/ocaml-curses/html/type_Curses.WA.html
|
||||
share/doc/ocaml-curses/html/type_Curses.html
|
Loading…
x
Reference in New Issue
Block a user