Add OCaml library custom-printf into wip/ocaml-custom_printf.

This library defines a syntax extension that allows the use of
user-defined string conversion functions in format strings.
This commit is contained in:
Hiramatsu Yoshifumi 2015-02-26 10:51:30 +00:00 committed by Thomas Klausner
parent 60960550fa
commit c470cbd36a
5 changed files with 61 additions and 0 deletions

View file

@ -0,0 +1,2 @@
This library defines a syntax extension that allows the use of
user-defined string conversion functions in format strings.

View file

@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.1 2015/02/26 10:51:30 jgoamakf Exp $
DISTNAME= custom_printf-${VERS}
VERS= 112.17.00
CATEGORIES= devel
MASTER_SITES= https://github.com/janestreet/custom_printf/archive/
DISTFILES= ${VERS}${EXTRACT_SUFX}
DIST_SUBDIR= ocaml-custom_printf
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/janestreet/custom_printf/
COMMENT= Syntax extension for printf format strings
LICENSE= apache-2.0
OCAML_USE_OASIS= yes
.include "../../devel/ocaml-type_conv/buildlink3.mk"
.include "../../devel/ocaml-sexplib/buildlink3.mk"
.include "../../wip/ocaml-pa_ounit/buildlink3.mk"
.include "../../lang/camlp4/buildlink3.mk"
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"

21
ocaml-custom_printf/PLIST Normal file
View file

@ -0,0 +1,21 @@
@comment $NetBSD: PLIST,v 1.1 2015/02/26 10:51:30 jgoamakf Exp $
lib/ocaml/site-lib/custom_printf/META
lib/ocaml/site-lib/custom_printf/custom_printf.a
lib/ocaml/site-lib/custom_printf/custom_printf.cma
lib/ocaml/site-lib/custom_printf/custom_printf.cmxa
lib/ocaml/site-lib/custom_printf/custom_printf.cmxs
lib/ocaml/site-lib/custom_printf/custom_printf_dummy.annot
lib/ocaml/site-lib/custom_printf/custom_printf_dummy.cmi
lib/ocaml/site-lib/custom_printf/custom_printf_dummy.cmt
lib/ocaml/site-lib/custom_printf/custom_printf_dummy.cmx
lib/ocaml/site-lib/custom_printf/custom_printf_dummy.ml
lib/ocaml/site-lib/custom_printf/pa_custom_printf.a
lib/ocaml/site-lib/custom_printf/pa_custom_printf.annot
lib/ocaml/site-lib/custom_printf/pa_custom_printf.cma
lib/ocaml/site-lib/custom_printf/pa_custom_printf.cmi
lib/ocaml/site-lib/custom_printf/pa_custom_printf.cmt
lib/ocaml/site-lib/custom_printf/pa_custom_printf.cmti
lib/ocaml/site-lib/custom_printf/pa_custom_printf.cmx
lib/ocaml/site-lib/custom_printf/pa_custom_printf.cmxa
lib/ocaml/site-lib/custom_printf/pa_custom_printf.cmxs
lib/ocaml/site-lib/custom_printf/pa_custom_printf.mli

View file

@ -0,0 +1,11 @@
# $NetBSD: buildlink3.mk,v 1.1 2015/02/26 10:51:30 jgoamakf Exp $
BUILDLINK_TREE+= ocaml-custom_printf
.if !defined(OCAML_CUSTOM_PRINTF_BUILDLINK3_MK)
OCAML_CUSTOM_PRINTF_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-custom_printf+= ocaml-custom_printf>=112.17.00
BUILDLINK_PKGSRCDIR.ocaml-custom_printf?= ../../wip/ocaml-custom_printf
.endif # OCAML_CUSTOM_PRINTF_BUILDLINK3_MK
BUILDLINK_TREE+= -ocaml-custom_printf

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/02/26 10:51:30 jgoamakf Exp $
SHA1 (ocaml-custom_printf/112.17.00.tar.gz) = 33305c8f748bcf1df2082493651797359a1cb165
RMD160 (ocaml-custom_printf/112.17.00.tar.gz) = cdf79fec694f754677986ae881b7dbf017111985
Size (ocaml-custom_printf/112.17.00.tar.gz) = 55881 bytes