pkgsrc-WIP-changes archive

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

Update parafly from jb-wip



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Wed May 11 07:21:39 2016 -0500
Changeset:	5e1ba425b078faaec8faef4ec0ec71772109b098

Modified Files:
	parafly/DESCR
	parafly/Makefile
	parafly/distinfo
Added Files:
	parafly/TODO
Removed Files:
	parafly/buildlink3.mk

Log Message:
Update parafly from jb-wip

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

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

diffstat:
 parafly/DESCR         |  6 +++---
 parafly/Makefile      | 28 ++++++++++++++++++----------
 parafly/TODO          |  1 +
 parafly/buildlink3.mk | 12 ------------
 parafly/distinfo      |  1 -
 5 files changed, 22 insertions(+), 26 deletions(-)

diffs:
diff --git a/parafly/DESCR b/parafly/DESCR
index fc85dd7..052f60b 100644
--- a/parafly/DESCR
+++ b/parafly/DESCR
@@ -1,3 +1,3 @@
-Given a file containing a list of unix commands, multithreading is used
-to process the commands in parallel on a single server.
-Success/failure is captured, and failed commands are retained and reported.
+Given a file containing a list of unix commands, multithreading is used to
+process the commands in parallel on a single server. Success/failure is
+captured, and failed commands are retained and reported.
diff --git a/parafly/Makefile b/parafly/Makefile
index bef7b3b..b550fa6 100644
--- a/parafly/Makefile
+++ b/parafly/Makefile
@@ -1,19 +1,27 @@
 # $NetBSD$
+#
+###########################################################
+#                  Generated by fbsd2pkg                  #
+#              Tue Jan 26 15:27:27 CST 2016               #
+###########################################################
 
 DISTNAME=	parafly-r2013-01-21
-PKGNAME=	parafly-2013.01.21
-CATEGORIES=	wip
-MASTER_SITES=	https://sourceforge.net/projects/parafly/files/latest/
+PKGNAME=	parafly-${PORTVERSION}
+CATEGORIES=	sysutils
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=parafly/}
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://sourceforge.net/projects/parafly
+MAINTAINER=	bacon4000%gmail.com@localhost
+HOMEPAGE=	http://sourceforge.net/projects/parafly/
 COMMENT=	Process the commands in parallel on a single server
-LICENSE=	original-bsd
+LICENSE=	modified-bsd
 
-GNU_CONFIGURE=		yes
-CONFIGURE_ARGS+=	--prefix=${PKG_BINDIR}
-USE_LANGUAGES=		c++
-CFLAGS+=		-fPIC -fopenmp -DUSE_OPENMP
+USE_LANGUAGES=	c c++
+GNU_CONFIGURE=	yes
+
+CFLAGS=		-fopenmp
+CXXFLAGS=	-fopenmp
+
+PORTVERSION=	2013.01.21
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/parafly/TODO b/parafly/TODO
new file mode 100644
index 0000000..b2e3b56
--- /dev/null
+++ b/parafly/TODO
@@ -0,0 +1 @@
+Clean up and test.
diff --git a/parafly/buildlink3.mk b/parafly/buildlink3.mk
deleted file mode 100644
index a975c9c..0000000
--- a/parafly/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	parafly
-
-.if !defined(PARAFLY_BUILDLINK3_MK)
-PARAFLY_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.parafly+=	parafly>=2013.01.21
-BUILDLINK_PKGSRCDIR.parafly?=	../../wip/parafly
-.endif	# PARAFLY_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-parafly
diff --git a/parafly/distinfo b/parafly/distinfo
index f071ef3..2a95112 100644
--- a/parafly/distinfo
+++ b/parafly/distinfo
@@ -2,5 +2,4 @@ $NetBSD$
 
 SHA1 (parafly-r2013-01-21.tgz) = 69c41ec55b7fe89246937d2856cfa59ef21a8782
 RMD160 (parafly-r2013-01-21.tgz) = cac3eb5456f25ff1f3f7c4714d5ef67c7edbc7f6
-SHA512 (parafly-r2013-01-21.tgz) = 55e66f32c1daa88f250d65cd72bb9a0186e201994f639b2c84d18ad53718730e3b6f63fe14ddc78324bc5742f8453924e9ea41571d9b51b7e54009d1ed9183a1
 Size (parafly-r2013-01-21.tgz) = 198711 bytes


Home | Main Index | Thread Index | Old Index