Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Aug 2018 19:33:09 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477263 - in head/databases: . p5-BSON-XS
Message-ID:  <201808151933.w7FJX9n9026759@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Aug 15 19:33:09 2018
New Revision: 477263
URL: https://svnweb.freebsd.org/changeset/ports/477263

Log:
  Add p5-BSON-XS 0.4.3
  
  BSON::XS contains an XS implementation for BSON encoding and decoding. There is
  no public API. Use the BSON module and it will choose the best implementation
  for you.
  
  WWW: https://metacpan.org/release/BSON-XS

Added:
  head/databases/p5-BSON-XS/
  head/databases/p5-BSON-XS/Makefile   (contents, props changed)
  head/databases/p5-BSON-XS/distinfo   (contents, props changed)
  head/databases/p5-BSON-XS/pkg-descr   (contents, props changed)
  head/databases/p5-BSON-XS/pkg-plist   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Wed Aug 15 19:31:14 2018	(r477262)
+++ head/databases/Makefile	Wed Aug 15 19:33:09 2018	(r477263)
@@ -268,6 +268,7 @@
     SUBDIR += p5-AsciiDB-TagFile
     SUBDIR += p5-BDB
     SUBDIR += p5-BSON
+    SUBDIR += p5-BSON-XS
     SUBDIR += p5-BerkeleyDB
     SUBDIR += p5-Bucardo
     SUBDIR += p5-CDB_File

Added: head/databases/p5-BSON-XS/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-BSON-XS/Makefile	Wed Aug 15 19:33:09 2018	(r477263)
@@ -0,0 +1,33 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	BSON-XS
+PORTVERSION=	0.4.3
+DISTVERSIONPREFIX=	v
+CATEGORIES=	databases perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	XS implementation of MongoDB BSON serialization
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-Config-AutoConf>=0.220:devel/p5-Config-AutoConf \
+		p5-Path-Tiny>=0.052:devel/p5-Path-Tiny \
+		${RUN_DEPENDS}
+RUN_DEPENDS=	p5-BSON>=1.6.6:databases/p5-BSON
+TEST_DEPENDS=	p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
+		p5-Path-Tiny>=0.054:devel/p5-Path-Tiny \
+		p5-Test-Deep>=0:devel/p5-Test-Deep \
+		p5-Tie-IxHash>=0:devel/p5-Tie-IxHash
+
+CFLAGS+=	-DBSON_COMPILATION
+USE_PERL5=	configure
+USES=		perl5 gmake
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/BSON/XS/XS.so
+
+.include <bsd.port.mk>

Added: head/databases/p5-BSON-XS/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-BSON-XS/distinfo	Wed Aug 15 19:33:09 2018	(r477263)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1534345641
+SHA256 (BSON-XS-v0.4.3.tar.gz) = 8d6a03582d429b8172b4e68e7a667b18bbc7bace37f6537beee5891e068f8fa6
+SIZE (BSON-XS-v0.4.3.tar.gz) = 226599

Added: head/databases/p5-BSON-XS/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-BSON-XS/pkg-descr	Wed Aug 15 19:33:09 2018	(r477263)
@@ -0,0 +1,5 @@
+BSON::XS contains an XS implementation for BSON encoding and decoding. There is
+no public API. Use the BSON module and it will choose the best implementation
+for you.
+
+WWW: https://metacpan.org/release/BSON-XS

Added: head/databases/p5-BSON-XS/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-BSON-XS/pkg-plist	Wed Aug 15 19:33:09 2018	(r477263)
@@ -0,0 +1,3 @@
+%%SITE_ARCH%%/BSON/XS.pm
+%%SITE_ARCH%%/auto/BSON/XS/XS.so
+%%PERL5_MAN3%%/BSON::XS.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808151933.w7FJX9n9026759>