pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ocaml-uri Added www/ocaml-uri, a URI/URL parsing l...
details: https://anonhg.NetBSD.org/pkgsrc/rev/14effdb54187
branches: trunk
changeset: 331508:14effdb54187
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Tue Mar 19 14:26:38 2019 +0000
description:
Added www/ocaml-uri, a URI/URL parsing library for OCaml.
diffstat:
www/ocaml-uri/DESCR | 2 +
www/ocaml-uri/Makefile | 23 +++++++++++++++
www/ocaml-uri/PLIST | 69 +++++++++++++++++++++++++++++++++++++++++++++
www/ocaml-uri/buildlink3.mk | 13 ++++++++
www/ocaml-uri/distinfo | 6 +++
5 files changed, 113 insertions(+), 0 deletions(-)
diffs (133 lines):
diff -r 708a2a5060bd -r 14effdb54187 www/ocaml-uri/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ocaml-uri/DESCR Tue Mar 19 14:26:38 2019 +0000
@@ -0,0 +1,2 @@
+This is an OCaml implementation of the RFC3986 specification for parsing
+URI or URLs.
diff -r 708a2a5060bd -r 14effdb54187 www/ocaml-uri/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ocaml-uri/Makefile Tue Mar 19 14:26:38 2019 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2019/03/19 14:26:38 jaapb Exp $
+
+GITHUB_PROJECT= ocaml-uri
+GITHUB_TAG= v${PKGVERSION_NOREV}
+DISTNAME= ${GITHUB_PROJECT}-2.2.0
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/}
+
+MAINTAINER= jaapb%NetBSD.org@localhost
+HOMEPAGE= https://github.com/mirage/ocaml-uri/
+COMMENT= RFC3986 URI parsing library for OCaml
+LICENSE= isc
+
+USE_LANGUAGES= # none
+
+OCAML_USE_DUNE= yes
+
+.include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk"
+.include "../../devel/ocaml-re/buildlink3.mk"
+.include "../../devel/ocaml-sexplib0/buildlink3.mk"
+.include "../../devel/ocaml-stringext/buildlink3.mk"
+.include "../../mk/ocaml.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 708a2a5060bd -r 14effdb54187 www/ocaml-uri/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ocaml-uri/PLIST Tue Mar 19 14:26:38 2019 +0000
@@ -0,0 +1,69 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/19 14:26:38 jaapb Exp $
+${OCAML_SITELIB}/uri/META
+${OCAML_SITELIB}/uri/Uri_re.ml
+${OCAML_SITELIB}/uri/dune-package
+${OCAML_SITELIB}/uri/opam
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/services/uri_services.a
+${OCAML_SITELIB}/uri/services/uri_services.cma
+${OCAML_SITELIB}/uri/services/uri_services.cmi
+${OCAML_SITELIB}/uri/services/uri_services.cmt
+${OCAML_SITELIB}/uri/services/uri_services.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/services/uri_services.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/services/uri_services.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/services/uri_services.cmxs
+${OCAML_SITELIB}/uri/services/uri_services.ml
+${OCAML_SITELIB}/uri/services/uri_services.mli
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/services_full/uri_services_full.a
+${OCAML_SITELIB}/uri/services_full/uri_services_full.cma
+${OCAML_SITELIB}/uri/services_full/uri_services_full.cmi
+${OCAML_SITELIB}/uri/services_full/uri_services_full.cmt
+${OCAML_SITELIB}/uri/services_full/uri_services_full.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/services_full/uri_services_full.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/services_full/uri_services_full.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/services_full/uri_services_full.cmxs
+${OCAML_SITELIB}/uri/services_full/uri_services_full.ml
+${OCAML_SITELIB}/uri/services_full/uri_services_full.mli
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/sexp/uri_sexp.a
+${OCAML_SITELIB}/uri/sexp/uri_sexp.cma
+${OCAML_SITELIB}/uri/sexp/uri_sexp.cmi
+${OCAML_SITELIB}/uri/sexp/uri_sexp.cmt
+${OCAML_SITELIB}/uri/sexp/uri_sexp.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/sexp/uri_sexp.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/sexp/uri_sexp.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/sexp/uri_sexp.cmxs
+${OCAML_SITELIB}/uri/sexp/uri_sexp.ml
+${OCAML_SITELIB}/uri/sexp/uri_sexp.mli
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/top/uri_top.a
+${OCAML_SITELIB}/uri/top/uri_top.cma
+${OCAML_SITELIB}/uri/top/uri_top.cmi
+${OCAML_SITELIB}/uri/top/uri_top.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/top/uri_top.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/top/uri_top.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/top/uri_top.cmxs
+${OCAML_SITELIB}/uri/top/uri_top.ml
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/uri.a
+${OCAML_SITELIB}/uri/uri.cma
+${OCAML_SITELIB}/uri/uri.cmi
+${OCAML_SITELIB}/uri/uri.cmt
+${OCAML_SITELIB}/uri/uri.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/uri.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/uri.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/uri.cmxs
+${OCAML_SITELIB}/uri/uri.ml
+${OCAML_SITELIB}/uri/uri.mli
+${OCAML_SITELIB}/uri/uri__.cmi
+${OCAML_SITELIB}/uri/uri__.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/uri__.cmx
+${OCAML_SITELIB}/uri/uri__.ml
+${OCAML_SITELIB}/uri/uri__Uri_re.cmi
+${OCAML_SITELIB}/uri/uri__Uri_re.cmt
+${OCAML_SITELIB}/uri/uri__Uri_re.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/uri__Uri_re.cmx
+${OCAML_SITELIB}/uri/uri_re.cmi
+${OCAML_SITELIB}/uri/uri_re.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/uri/uri_re.cmx
+${OCAML_SITELIB}/uri/uri_re.ml
+${OCAML_SITELIB}/uri/uri_re.mli
+share/doc/uri/CHANGES.md
+share/doc/uri/LICENSE.md
+share/doc/uri/README.md
diff -r 708a2a5060bd -r 14effdb54187 www/ocaml-uri/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ocaml-uri/buildlink3.mk Tue Mar 19 14:26:38 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/03/19 14:26:38 jaapb Exp $
+
+BUILDLINK_TREE+= ocaml-uri
+
+.if !defined(OCAML_URI_BUILDLINK3_MK)
+OCAML_URI_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-uri+= ocaml-uri>=2.2.0
+BUILDLINK_PKGSRCDIR.ocaml-uri?= ../../www/ocaml-uri
+
+.endif # OCAML_URI_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -ocaml-uri
diff -r 708a2a5060bd -r 14effdb54187 www/ocaml-uri/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ocaml-uri/distinfo Tue Mar 19 14:26:38 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/19 14:26:38 jaapb Exp $
+
+SHA1 (ocaml-uri-2.2.0.tar.gz) = 1d218e737ad9787d4bbaf7338af62590e7c028c0
+RMD160 (ocaml-uri-2.2.0.tar.gz) = 4f73dffaaf72d7c8619be92f828a9439702ecf37
+SHA512 (ocaml-uri-2.2.0.tar.gz) = f032c9624752527d05b440ad182f36e0bf44ca1ee34a8100b9303fc39e9b6384913ddb0420171807b1d35ea522a2a01db2419a4e2d7b33fd85b05d64e0396f79
+Size (ocaml-uri-2.2.0.tar.gz) = 216253 bytes
Home |
Main Index |
Thread Index |
Old Index