pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ocaml-ipaddr Added net/ocaml-ipaddr, a IP/MAC addr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b8c5a2ca83a9
branches: trunk
changeset: 641823:b8c5a2ca83a9
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Wed Nov 19 12:00:48 2014 +0000
description:
Added net/ocaml-ipaddr, a IP/MAC address manipulation library. It's needed
as a dependency of the new version of www/ocsigen.
diffstat:
net/ocaml-ipaddr/DESCR | 2 ++
net/ocaml-ipaddr/Makefile | 21 +++++++++++++++++++++
net/ocaml-ipaddr/PLIST | 12 ++++++++++++
net/ocaml-ipaddr/buildlink3.mk | 12 ++++++++++++
net/ocaml-ipaddr/distinfo | 5 +++++
5 files changed, 52 insertions(+), 0 deletions(-)
diffs (72 lines):
diff -r e844656e7b04 -r b8c5a2ca83a9 net/ocaml-ipaddr/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ocaml-ipaddr/DESCR Wed Nov 19 12:00:48 2014 +0000
@@ -0,0 +1,2 @@
+Ocaml-ipaddr is a library for manipulation of IP and MAC address
+representations, supporting both IPv4 and IPv6.
diff -r e844656e7b04 -r b8c5a2ca83a9 net/ocaml-ipaddr/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ocaml-ipaddr/Makefile Wed Nov 19 12:00:48 2014 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2014/11/19 12:00:48 jaapb Exp $
+
+VERSION= 1.0.0
+PKGNAME= ocaml-ipaddr-${VERSION}
+DISTNAME= v${VERSION}
+DIST_SUBDIR= ocaml-ipaddr
+CATEGORIES= net
+MASTER_SITES= https://github.com/mirage/ocaml-ipaddr/archive/
+
+MAINTAINER= jaapb%NetBSD.org@localhost
+HOMEPAGE= https://github.com/mirage/ocaml-ipaddr/
+COMMENT= Library for manipulation of IP and MAC addresses
+LICENSE= isc
+
+WRKSRC= ${WRKDIR}/ocaml-ipaddr-${VERSION}
+
+OCAML_USE_FINDLIB= yes
+OCAML_USE_OASIS= yes
+
+.include "../../mk/ocaml.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e844656e7b04 -r b8c5a2ca83a9 net/ocaml-ipaddr/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ocaml-ipaddr/PLIST Wed Nov 19 12:00:48 2014 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2014/11/19 12:00:48 jaapb Exp $
+${OCAML_SITELIB}/ipaddr/META
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ipaddr/ipaddr.a
+${OCAML_SITELIB}/ipaddr/ipaddr.cma
+${OCAML_SITELIB}/ipaddr/ipaddr.cmi
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ipaddr/ipaddr.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ipaddr/ipaddr.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ipaddr/ipaddr.cmxs
+${OCAML_SITELIB}/ipaddr/ipaddr.mli
+${OCAML_SITELIB}/ipaddr/macaddr.cmi
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ipaddr/macaddr.cmx
+${OCAML_SITELIB}/ipaddr/macaddr.mli
diff -r e844656e7b04 -r b8c5a2ca83a9 net/ocaml-ipaddr/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ocaml-ipaddr/buildlink3.mk Wed Nov 19 12:00:48 2014 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2014/11/19 12:00:48 jaapb Exp $
+
+BUILDLINK_TREE+= ocaml-ipaddr
+
+.if !defined(OCAML_IPADDR_BUILDLINK3_MK)
+OCAML_IPADDR_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-ipaddr+= ocaml-ipaddr>=1.0.0
+BUILDLINK_PKGSRCDIR.ocaml-ipaddr?= ../../net/ocaml-ipaddr
+.endif # OCAML_IPADDR_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -ocaml-ipaddr
diff -r e844656e7b04 -r b8c5a2ca83a9 net/ocaml-ipaddr/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ocaml-ipaddr/distinfo Wed Nov 19 12:00:48 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/11/19 12:00:48 jaapb Exp $
+
+SHA1 (ocaml-ipaddr/v1.0.0.tar.gz) = fb48f8d4b5d921b9f4c7c249bbc12014339776e9
+RMD160 (ocaml-ipaddr/v1.0.0.tar.gz) = 4052a798fcad49db2454dc941b13af0a6bef89b7
+Size (ocaml-ipaddr/v1.0.0.tar.gz) = 45649 bytes
Home |
Main Index |
Thread Index |
Old Index