pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-ppx_enumerate New package devel/ocaml-ppx_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/830ef6b61604
branches:  trunk
changeset: 370099:830ef6b61604
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed Oct 11 13:57:15 2017 +0000

description:
New package devel/ocaml-ppx_enumerate

This is a library that generates a list of values of finite types. It's
needed as a dependency of devel/ocaml-ppx_base.

diffstat:

 devel/ocaml-ppx_enumerate/DESCR         |   2 ++
 devel/ocaml-ppx_enumerate/Makefile      |  25 +++++++++++++++++++++++++
 devel/ocaml-ppx_enumerate/PLIST         |  15 +++++++++++++++
 devel/ocaml-ppx_enumerate/buildlink3.mk |  12 ++++++++++++
 devel/ocaml-ppx_enumerate/distinfo      |   6 ++++++
 5 files changed, 60 insertions(+), 0 deletions(-)

diffs (80 lines):

diff -r 34576791cc69 -r 830ef6b61604 devel/ocaml-ppx_enumerate/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_enumerate/DESCR   Wed Oct 11 13:57:15 2017 +0000
@@ -0,0 +1,2 @@
+ppx_enumerate is a ppx rewriter which generates a definition for the list of all
+values of a type with (for a type which only has finitely many values).
diff -r 34576791cc69 -r 830ef6b61604 devel/ocaml-ppx_enumerate/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_enumerate/Makefile        Wed Oct 11 13:57:15 2017 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2017/10/11 13:57:15 jaapb Exp $
+
+GITHUB_PROJECT=        ppx_enumerate
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+DISTNAME=      ${GITHUB_PROJECT}-0.9.0
+PKGNAME=       ocaml-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
+
+MAINTAINER=    jaapb%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/janestreet/ppx_enumerate/
+COMMENT=       Generate a list containing all values of a finite type
+LICENSE=       apache-2.0
+
+USE_LANGUAGES= # none
+
+OCAML_USE_JBUILDER=    yes
+
+.include "../../mk/ocaml.mk"
+.include "../../devel/ocaml-migrate-parsetree/buildlink3.mk"
+.include "../../devel/ocaml-ppx_core/buildlink3.mk"
+.include "../../devel/ocaml-ppx_driver/buildlink3.mk"
+.include "../../devel/ocaml-ppx_metaquot/buildlink3.mk"
+.include "../../devel/ocaml-ppx_type_conv/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 34576791cc69 -r 830ef6b61604 devel/ocaml-ppx_enumerate/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_enumerate/PLIST   Wed Oct 11 13:57:15 2017 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/11 13:57:15 jaapb Exp $
+${OCAML_SITELIB}/ppx_enumerate/META
+${OCAML_SITELIB}/ppx_enumerate/opam
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_enumerate/ppx_enumerate.a
+${OCAML_SITELIB}/ppx_enumerate/ppx_enumerate.cma
+${OCAML_SITELIB}/ppx_enumerate/ppx_enumerate.cmi
+${OCAML_SITELIB}/ppx_enumerate/ppx_enumerate.cmt
+${OCAML_SITELIB}/ppx_enumerate/ppx_enumerate.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_enumerate/ppx_enumerate.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_enumerate/ppx_enumerate.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_enumerate/ppx_enumerate.cmxs
+${OCAML_SITELIB}/ppx_enumerate/ppx_enumerate.mli
+share/doc/ppx_enumerate/CHANGES.md
+share/doc/ppx_enumerate/LICENSE.txt
+share/doc/ppx_enumerate/README.md
diff -r 34576791cc69 -r 830ef6b61604 devel/ocaml-ppx_enumerate/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_enumerate/buildlink3.mk   Wed Oct 11 13:57:15 2017 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2017/10/11 13:57:15 jaapb Exp $
+
+BUILDLINK_TREE+=       ocaml-ppx_enumerate
+
+.if !defined(OCAML_PPX_ENUMERATE_BUILDLINK3_MK)
+OCAML_PPX_ENUMERATE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-ppx_enumerate+=    ocaml-ppx_enumerate>=0.9.0
+BUILDLINK_PKGSRCDIR.ocaml-ppx_enumerate?=      ../../devel/ocaml-ppx_enumerate
+.endif # OCAML_PPX_ENUMERATE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -ocaml-ppx_enumerate
diff -r 34576791cc69 -r 830ef6b61604 devel/ocaml-ppx_enumerate/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_enumerate/distinfo        Wed Oct 11 13:57:15 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/11 13:57:15 jaapb Exp $
+
+SHA1 (ppx_enumerate-0.9.0.tar.gz) = 5e25110f72539215db518ecd95c9aeed4012615d
+RMD160 (ppx_enumerate-0.9.0.tar.gz) = a973f9aff7370c610b7e240aa9dfdc1aea3b0929
+SHA512 (ppx_enumerate-0.9.0.tar.gz) = 46e979528af75313fcbfee4d1437156ded90d46f7608271a77ad41bb7e087e2ea4f61f534624b23679c4edf812d2fcfe26b9b634c3fcb691e2da2388ae04950c
+Size (ppx_enumerate-0.9.0.tar.gz) = 10967 bytes



Home | Main Index | Thread Index | Old Index