pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

add ocaml-obuild 0.1.10



Module Name:	pkgsrc-wip
Committed By:	Maya Rashish <maya%NetBSD.org@localhost>
Pushed By:	coypu
Date:		Sat Nov 2 17:06:13 2019 +0200
Changeset:	1f28b2af90539b3aa2383c58677399468ced35a9

Added Files:
	ocaml-obuild/DESCR
	ocaml-obuild/Makefile
	ocaml-obuild/PLIST
	ocaml-obuild/distinfo

Log Message:
add ocaml-obuild 0.1.10

A parallel, incremental and declarative build system for OCaml.

Features

    Incremental & parallel build system. only rebuilding what's necessary.
    Descriptive configuration file.
    Easy for users: no rules to mess about, just describe what you want.
    No building dependency apart from OCaml's stdlib: easy to build
    No tool or binary dependencies apart from ocaml compilers
    OCamlfind-like support integrated for faster compilation

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1f28b2af90539b3aa2383c58677399468ced35a9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ocaml-obuild/DESCR    | 10 ++++++++++
 ocaml-obuild/Makefile | 28 ++++++++++++++++++++++++++++
 ocaml-obuild/PLIST    |  3 +++
 ocaml-obuild/distinfo |  6 ++++++
 4 files changed, 47 insertions(+)

diffs:
diff --git a/ocaml-obuild/DESCR b/ocaml-obuild/DESCR
new file mode 100644
index 0000000000..e82c67e877
--- /dev/null
+++ b/ocaml-obuild/DESCR
@@ -0,0 +1,10 @@
+A parallel, incremental and declarative build system for OCaml.
+
+Features
+
+    Incremental & parallel build system. only rebuilding what's necessary.
+    Descriptive configuration file.
+    Easy for users: no rules to mess about, just describe what you want.
+    No building dependency apart from OCaml's stdlib: easy to build
+    No tool or binary dependencies apart from ocaml compilers
+    OCamlfind-like support integrated for faster compilation
diff --git a/ocaml-obuild/Makefile b/ocaml-obuild/Makefile
new file mode 100644
index 0000000000..a49b8413eb
--- /dev/null
+++ b/ocaml-obuild/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	obuild
+DISTNAME=	obuild-0.1.10
+PKGNAME=	ocaml-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=ocaml-obuild/}
+GITHUB_TAG=	obuild-v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/ocaml-obuild/obuild/
+COMMENT=	Simple package build system for ocaml
+LICENSE=	2-clause-bsd
+
+USE_TOOLS+=	bash
+
+do-build:	bootstrap-obuild
+.PHONY:		bootstrap-obuild
+
+bootstrap-obuild:
+	cd ${WRKSRC} && \
+		${SETENV} ${MAKE_ENV} ${BASH} bootstrap
+
+OCAML_USE_DUNE=	yes
+
+.include "../../lang/ocaml/buildlink3.mk"
+.include "../../mk/ocaml.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ocaml-obuild/PLIST b/ocaml-obuild/PLIST
new file mode 100644
index 0000000000..3283582e3a
--- /dev/null
+++ b/ocaml-obuild/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/obuild
+bin/obuild-simple
diff --git a/ocaml-obuild/distinfo b/ocaml-obuild/distinfo
new file mode 100644
index 0000000000..a661d36d5b
--- /dev/null
+++ b/ocaml-obuild/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (obuild-0.1.10.tar.gz) = 37a1e42a882907a710471b6dc3ce2f90c3407c17
+RMD160 (obuild-0.1.10.tar.gz) = 6ca629ed5ae41535c646a59b3fc706cee44ce4a8
+SHA512 (obuild-0.1.10.tar.gz) = 23667213ec7de6610fd5b3c7e0c5f98c081d0244619ed0c833ad13647b9a40561f21e862574488454993eab84a8467f4b2caa3288293451bb54f08b92d280175
+Size (obuild-0.1.10.tar.gz) = 81604 bytes


Home | Main Index | Thread Index | Old Index