pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-re Updated devel/ocaml-re package to insta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b418168ea27
branches:  trunk
changeset: 369317:9b418168ea27
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Thu Sep 28 09:15:24 2017 +0000

description:
Updated devel/ocaml-re package to install documentation

diffstat:

 devel/ocaml-re/Makefile      |   9 +++++++--
 devel/ocaml-re/PLIST         |  34 +++++++++++++++++++++++++++++++++-
 devel/ocaml-re/buildlink3.mk |   4 ++--
 3 files changed, 42 insertions(+), 5 deletions(-)

diffs (90 lines):

diff -r 37dcf2b95f5e -r 9b418168ea27 devel/ocaml-re/Makefile
--- a/devel/ocaml-re/Makefile   Thu Sep 28 07:56:41 2017 +0000
+++ b/devel/ocaml-re/Makefile   Thu Sep 28 09:15:24 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2017/09/08 09:51:22 jaapb Exp $
+# $NetBSD: Makefile,v 1.12 2017/09/28 09:15:24 jaapb Exp $
 
 VERSION=       1.7.1
 GITHUB_PROJECT=        ocaml-re
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocaml/}
 
@@ -14,6 +14,11 @@
 
 USE_TOOLS+=    gmake
 OCAML_USE_OASIS=       yes
+CONFIGURE_ARGS+=       --docdir ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
+
+post-build:
+       ${RUN} cd ${WRKSRC} && \
+               ${SETENV} ${MAKE_ENV} ${OASIS_EXEC} -doc ${OASIS_BUILD_ARGS}
 
 .include "../../mk/ocaml.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 37dcf2b95f5e -r 9b418168ea27 devel/ocaml-re/PLIST
--- a/devel/ocaml-re/PLIST      Thu Sep 28 07:56:41 2017 +0000
+++ b/devel/ocaml-re/PLIST      Thu Sep 28 09:15:24 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2016/06/17 11:45:47 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/09/28 09:15:24 jaapb Exp $
 ${OCAML_SITELIB}/re/META
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re.a
 ${OCAML_SITELIB}/re/re.annot
@@ -73,3 +73,35 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_str.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_str.cmxs
 ${OCAML_SITELIB}/re/re_str.mli
+share/doc/ocaml-re/api/Re.Group.html
+share/doc/ocaml-re/api/Re.Mark.Set.html
+share/doc/ocaml-re/api/Re.Mark.html
+share/doc/ocaml-re/api/Re.html
+share/doc/ocaml-re/api/Re_emacs.html
+share/doc/ocaml-re/api/Re_glob.html
+share/doc/ocaml-re/api/Re_pcre.html
+share/doc/ocaml-re/api/Re_perl.html
+share/doc/ocaml-re/api/Re_posix.html
+share/doc/ocaml-re/api/Re_str.html
+share/doc/ocaml-re/api/index.html
+share/doc/ocaml-re/api/index_attributes.html
+share/doc/ocaml-re/api/index_class_types.html
+share/doc/ocaml-re/api/index_classes.html
+share/doc/ocaml-re/api/index_exceptions.html
+share/doc/ocaml-re/api/index_extensions.html
+share/doc/ocaml-re/api/index_methods.html
+share/doc/ocaml-re/api/index_module_types.html
+share/doc/ocaml-re/api/index_modules.html
+share/doc/ocaml-re/api/index_types.html
+share/doc/ocaml-re/api/index_values.html
+share/doc/ocaml-re/api/style.css
+share/doc/ocaml-re/api/type_Re.Group.html
+share/doc/ocaml-re/api/type_Re.Mark.Set.html
+share/doc/ocaml-re/api/type_Re.Mark.html
+share/doc/ocaml-re/api/type_Re.html
+share/doc/ocaml-re/api/type_Re_emacs.html
+share/doc/ocaml-re/api/type_Re_glob.html
+share/doc/ocaml-re/api/type_Re_pcre.html
+share/doc/ocaml-re/api/type_Re_perl.html
+share/doc/ocaml-re/api/type_Re_posix.html
+share/doc/ocaml-re/api/type_Re_str.html
diff -r 37dcf2b95f5e -r 9b418168ea27 devel/ocaml-re/buildlink3.mk
--- a/devel/ocaml-re/buildlink3.mk      Thu Sep 28 07:56:41 2017 +0000
+++ b/devel/ocaml-re/buildlink3.mk      Thu Sep 28 09:15:24 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2017/07/11 10:13:14 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2017/09/28 09:15:24 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-re
 
@@ -6,7 +6,7 @@
 OCAML_RE_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-re+=       ocaml-re>=1.6.0
-BUILDLINK_ABI_DEPENDS.ocaml-re+=       ocaml-re>=1.7.1
+BUILDLINK_ABI_DEPENDS.ocaml-re+=       ocaml-re>=1.7.1nb2
 BUILDLINK_PKGSRCDIR.ocaml-re?= ../../devel/ocaml-re
 .endif # OCAML_RE_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index