Thu Sep 28 09:15:24 2017 UTC ()
Updated devel/ocaml-re package to install documentation


(jaapb)
diff -r1.11 -r1.12 pkgsrc/devel/ocaml-re/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/ocaml-re/PLIST
diff -r1.3 -r1.4 pkgsrc/devel/ocaml-re/buildlink3.mk

cvs diff -r1.11 -r1.12 pkgsrc/devel/ocaml-re/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-re/Makefile 2017/09/08 09:51:22 1.11
+++ pkgsrc/devel/ocaml-re/Makefile 2017/09/28 09:15:24 1.12
@@ -1,19 +1,24 @@ @@ -1,19 +1,24 @@
1# $NetBSD: Makefile,v 1.11 2017/09/08 09:51:22 jaapb Exp $ 1# $NetBSD: Makefile,v 1.12 2017/09/28 09:15:24 jaapb Exp $
2 2
3VERSION= 1.7.1 3VERSION= 1.7.1
4GITHUB_PROJECT= ocaml-re 4GITHUB_PROJECT= ocaml-re
5DISTNAME= ${GITHUB_PROJECT}-${VERSION} 5DISTNAME= ${GITHUB_PROJECT}-${VERSION}
6PKGREVISION= 1 6PKGREVISION= 2
7CATEGORIES= devel 7CATEGORIES= devel
8MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/}
9 9
10MAINTAINER= jaapb@NetBSD.org 10MAINTAINER= jaapb@NetBSD.org
11HOMEPAGE= https://github.com/ocaml/ocaml-re/ 11HOMEPAGE= https://github.com/ocaml/ocaml-re/
12COMMENT= Pure OCaml regular expression library 12COMMENT= Pure OCaml regular expression library
13LICENSE= gnu-lgpl-v2.1 13LICENSE= gnu-lgpl-v2.1
14 14
15USE_TOOLS+= gmake 15USE_TOOLS+= gmake
16OCAML_USE_OASIS= yes 16OCAML_USE_OASIS= yes
 17CONFIGURE_ARGS+= --docdir ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
 18
 19post-build:
 20 ${RUN} cd ${WRKSRC} && \
 21 ${SETENV} ${MAKE_ENV} ${OASIS_EXEC} -doc ${OASIS_BUILD_ARGS}
17 22
18.include "../../mk/ocaml.mk" 23.include "../../mk/ocaml.mk"
19.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/ocaml-re/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-re/PLIST 2016/06/17 11:45:47 1.2
+++ pkgsrc/devel/ocaml-re/PLIST 2017/09/28 09:15:24 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2016/06/17 11:45:47 jaapb Exp $ 1@comment $NetBSD: PLIST,v 1.3 2017/09/28 09:15:24 jaapb Exp $
2${OCAML_SITELIB}/re/META 2${OCAML_SITELIB}/re/META
3${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re.a 3${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re.a
4${OCAML_SITELIB}/re/re.annot 4${OCAML_SITELIB}/re/re.annot
5${OCAML_SITELIB}/re/re.cma 5${OCAML_SITELIB}/re/re.cma
6${OCAML_SITELIB}/re/re.cmi 6${OCAML_SITELIB}/re/re.cmi
7${OCAML_SITELIB}/re/re.cmt 7${OCAML_SITELIB}/re/re.cmt
8${OCAML_SITELIB}/re/re.cmti 8${OCAML_SITELIB}/re/re.cmti
9${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re.cmx 9${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re.cmx
10${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re.cmxa 10${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re.cmxa
11${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re.cmxs 11${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re.cmxs
12${OCAML_SITELIB}/re/re.mli 12${OCAML_SITELIB}/re/re.mli
13${OCAML_SITELIB}/re/re_automata.cmx 13${OCAML_SITELIB}/re/re_automata.cmx
14${OCAML_SITELIB}/re/re_cset.cmx 14${OCAML_SITELIB}/re/re_cset.cmx
@@ -63,13 +63,45 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re @@ -63,13 +63,45 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re
63${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_posix.cmxa 63${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_posix.cmxa
64${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_posix.cmxs 64${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_posix.cmxs
65${OCAML_SITELIB}/re/re_posix.mli 65${OCAML_SITELIB}/re/re_posix.mli
66${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_str.a 66${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_str.a
67${OCAML_SITELIB}/re/re_str.annot 67${OCAML_SITELIB}/re/re_str.annot
68${OCAML_SITELIB}/re/re_str.cma 68${OCAML_SITELIB}/re/re_str.cma
69${OCAML_SITELIB}/re/re_str.cmi 69${OCAML_SITELIB}/re/re_str.cmi
70${OCAML_SITELIB}/re/re_str.cmt 70${OCAML_SITELIB}/re/re_str.cmt
71${OCAML_SITELIB}/re/re_str.cmti 71${OCAML_SITELIB}/re/re_str.cmti
72${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_str.cmx 72${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_str.cmx
73${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_str.cmxa 73${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_str.cmxa
74${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_str.cmxs 74${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_str.cmxs
75${OCAML_SITELIB}/re/re_str.mli 75${OCAML_SITELIB}/re/re_str.mli
 76share/doc/ocaml-re/api/Re.Group.html
 77share/doc/ocaml-re/api/Re.Mark.Set.html
 78share/doc/ocaml-re/api/Re.Mark.html
 79share/doc/ocaml-re/api/Re.html
 80share/doc/ocaml-re/api/Re_emacs.html
 81share/doc/ocaml-re/api/Re_glob.html
 82share/doc/ocaml-re/api/Re_pcre.html
 83share/doc/ocaml-re/api/Re_perl.html
 84share/doc/ocaml-re/api/Re_posix.html
 85share/doc/ocaml-re/api/Re_str.html
 86share/doc/ocaml-re/api/index.html
 87share/doc/ocaml-re/api/index_attributes.html
 88share/doc/ocaml-re/api/index_class_types.html
 89share/doc/ocaml-re/api/index_classes.html
 90share/doc/ocaml-re/api/index_exceptions.html
 91share/doc/ocaml-re/api/index_extensions.html
 92share/doc/ocaml-re/api/index_methods.html
 93share/doc/ocaml-re/api/index_module_types.html
 94share/doc/ocaml-re/api/index_modules.html
 95share/doc/ocaml-re/api/index_types.html
 96share/doc/ocaml-re/api/index_values.html
 97share/doc/ocaml-re/api/style.css
 98share/doc/ocaml-re/api/type_Re.Group.html
 99share/doc/ocaml-re/api/type_Re.Mark.Set.html
 100share/doc/ocaml-re/api/type_Re.Mark.html
 101share/doc/ocaml-re/api/type_Re.html
 102share/doc/ocaml-re/api/type_Re_emacs.html
 103share/doc/ocaml-re/api/type_Re_glob.html
 104share/doc/ocaml-re/api/type_Re_pcre.html
 105share/doc/ocaml-re/api/type_Re_perl.html
 106share/doc/ocaml-re/api/type_Re_posix.html
 107share/doc/ocaml-re/api/type_Re_str.html

cvs diff -r1.3 -r1.4 pkgsrc/devel/ocaml-re/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-re/buildlink3.mk 2017/07/11 10:13:14 1.3
+++ pkgsrc/devel/ocaml-re/buildlink3.mk 2017/09/28 09:15:24 1.4
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: buildlink3.mk,v 1.3 2017/07/11 10:13:14 jaapb Exp $ 1# $NetBSD: buildlink3.mk,v 1.4 2017/09/28 09:15:24 jaapb Exp $
2 2
3BUILDLINK_TREE+= ocaml-re 3BUILDLINK_TREE+= ocaml-re
4 4
5.if !defined(OCAML_RE_BUILDLINK3_MK) 5.if !defined(OCAML_RE_BUILDLINK3_MK)
6OCAML_RE_BUILDLINK3_MK:= 6OCAML_RE_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.ocaml-re+= ocaml-re>=1.6.0 8BUILDLINK_API_DEPENDS.ocaml-re+= ocaml-re>=1.6.0
9BUILDLINK_ABI_DEPENDS.ocaml-re+= ocaml-re>=1.7.1 9BUILDLINK_ABI_DEPENDS.ocaml-re+= ocaml-re>=1.7.1nb2
10BUILDLINK_PKGSRCDIR.ocaml-re?= ../../devel/ocaml-re 10BUILDLINK_PKGSRCDIR.ocaml-re?= ../../devel/ocaml-re
11.endif # OCAML_RE_BUILDLINK3_MK 11.endif # OCAML_RE_BUILDLINK3_MK
12 12
13BUILDLINK_TREE+= -ocaml-re 13BUILDLINK_TREE+= -ocaml-re