pkgsrc-WIP-changes archive

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

nanomsgxx: Update to 0.2 and revamp the package



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jun 18 10:02:16 2016 +0200
Changeset:	6b882558857b033fca35ab403b25bf1b4946ec57

Modified Files:
	nanomsgxx/Makefile
	nanomsgxx/PLIST
	nanomsgxx/distinfo

Log Message:
nanomsgxx: Update to 0.2 and revamp the package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6b882558857b033fca35ab403b25bf1b4946ec57

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nanomsgxx/Makefile | 26 ++++----------------------
 nanomsgxx/PLIST    |  4 ++--
 nanomsgxx/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 28 deletions(-)

diffs:
diff --git a/nanomsgxx/Makefile b/nanomsgxx/Makefile
index c91156a..7844b9d 100644
--- a/nanomsgxx/Makefile
+++ b/nanomsgxx/Makefile
@@ -1,36 +1,18 @@
 # $NetBSD: Makefile,v 1.1 2014/08/08 11:55:56 chybz Exp $
 
-DISTNAME=	nanomsgxx-0.1
+DISTNAME=	nanomsgxx-0.2
 CATEGORIES=	devel
-GITHUB_TAG=	ab79438ddbf9033b93a2f53db068c03735cd45d7
 MASTER_SITES=	${MASTER_SITE_GITHUB:=achille-roussel/}
-EXTRACT_SUFX=	.zip
 
-MAINTAINER=	rchibois%gmail.com@localhost
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/achille-roussel/nanomsgxx/
 COMMENT=	Nanomsg binding for C++11
 LICENSE=	mit
 
-DEPENDS+=	nanomsg>=0:../../wip/nanomsg
 USE_LANGUAGES=	c c++
 
-.include "../../mk/bsd.prefs.mk"
-.include "../../lang/python/pyversion.mk"
+BUILD_DEPENDS+=	waf>=1.8.4:../../devel/waf
 
-PYTHON_FOR_BUILD_ONLY=	yes
-REPLACE_PYTHON+=	waf wscript
-MAKE_ENV+=		PYTHON=${PYTHONBIN}
-BUILD_DEPENDS+=		py${PYTHON_VERSION_DEFAULT}-expat-[0-9]*:../../textproc/py-expat
-
-do-configure:
-	cd ${WRKSRC} && env ${MAKE_ENV} ./waf configure
-
-do-build:
-	cd ${WRKSRC} && env ${MAKE_ENV} ./waf build
-
-do-install:
-	cd ${WRKSRC} && env DESTDIR=${DESTDIR} ${MAKE_ENV} ./waf install
-
-.include "../../lang/python/application.mk"
 .include "../../wip/nanomsg/buildlink3.mk"
+.include "../../devel/waf/waf.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/nanomsgxx/PLIST b/nanomsgxx/PLIST
index 3fea01b..b253089 100644
--- a/nanomsgxx/PLIST
+++ b/nanomsgxx/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/08/08 11:55:56 chybz Exp $
+@comment $NetBSD$
 include/nanomsg/ext/nnxx_ext.h
 include/nnxx/bus.h
 include/nnxx/chrono.h
@@ -29,5 +29,5 @@ include/nnxx/tcp.h
 include/nnxx/testing
 include/nnxx/timeout.h
 include/nnxx/unittest.h
-lib/libnnxx.dylib
+lib/libnnxx.so
 lib/pkgconfig/libnnxx.pc
diff --git a/nanomsgxx/distinfo b/nanomsgxx/distinfo
index 34b27e6..5362234 100644
--- a/nanomsgxx/distinfo
+++ b/nanomsgxx/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.1 2014/08/08 11:55:56 chybz Exp $
 
-SHA1 (nanomsgxx-0.1-ab79438ddbf9033b93a2f53db068c03735cd45d7.zip) = f8bb2ad109e0c93a6b36bc5dcbd972cd14f6a281
-RMD160 (nanomsgxx-0.1-ab79438ddbf9033b93a2f53db068c03735cd45d7.zip) = 942270e5191f4bf8245222492e6bbff8adc021c5
-SHA512 (nanomsgxx-0.1-ab79438ddbf9033b93a2f53db068c03735cd45d7.zip) = 9811d46be7e9c291ebdd52eef1f99207a8836fe4c69de6155e5bbebe7a8904a61fbc792a824e52150a1a82adc594ef83ecfc0d3a4675673644a5ec5d94382867
-Size (nanomsgxx-0.1-ab79438ddbf9033b93a2f53db068c03735cd45d7.zip) = 195519 bytes
+SHA1 (nanomsgxx-0.2.tar.gz) = aa86aa26cca89d5bcc7ec0804d4aa5610b448e44
+RMD160 (nanomsgxx-0.2.tar.gz) = 265ec29fe3b397e5a22892e048ffbbde6a44508b
+SHA512 (nanomsgxx-0.2.tar.gz) = 6ee011e271d3d599467c518863499cb954a28d3e53037e31f64bcb9f577db3c070002e936027c5e21e439d9e3e217fac47a96403d41ada2acdbc89de24b59a0d
+Size (nanomsgxx-0.2.tar.gz) = 123780 bytes


Home | Main Index | Thread Index | Old Index