pkgsrc-WIP-changes archive

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

Fixing parafly.



Module Name:	pkgsrc-wip
Committed By:	i3enedek <pkgsrc_git%i3enedek.neomailbox.net@localhost>
Pushed By:	i3enedek
Date:		Fri Mar 18 23:23:37 2016 +0000
Changeset:	70512e159dc53305510dd074e437e714aac1fa9c

Modified Files:
	parafly/DESCR
	parafly/Makefile
	parafly/PLIST
	parafly/buildlink3.mk
	parafly/distinfo

Log Message:
Fixing parafly.

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

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

diffstat:
 parafly/DESCR         |  8 +++----
 parafly/Makefile      | 59 ++++++++++-----------------------------------------
 parafly/PLIST         |  2 +-
 parafly/buildlink3.mk | 12 +----------
 parafly/distinfo      |  3 ++-
 5 files changed, 18 insertions(+), 66 deletions(-)

diffs:
diff --git a/parafly/DESCR b/parafly/DESCR
index 27f7da7..fc85dd7 100644
--- a/parafly/DESCR
+++ b/parafly/DESCR
@@ -1,5 +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.
-
-WWW: http://sourceforge.net/projects/parafly/
+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 b4e813e..bef7b3b 100644
--- a/parafly/Makefile
+++ b/parafly/Makefile
@@ -1,56 +1,19 @@
-# $NetBSD: Makefile,v 1.1 2015/01/28 16:40:51 outpaddling Exp $
+# $NetBSD$
 
-###########################################################
-#               Generated by fbsd2pkg                     #
-###########################################################
-
-###########################################################
-# Unconverted and partially converted FreeBSD port syntax:
-
-## Created by: Jason Bacon <jwbacon%tds.net@localhost>
-## $FreeBSD$
-## Direct link:		http://downloads.sourceforge.net/project/parafly/parafly-r2013-01-21.tgz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fparafly%2F&ts=1405463589&use_mirror=iweb
-## Default attempts:	http://switch.dl.sourceforge.net/project/parafly/parafly/2013.01.21/parafly-2013-01-21.tgz
-## OpenMP
-#USE_GCC=	any
-#PLIST_FILES=	bin/ParaFly
-#.include <bsd.port.mk>
-
-PKGNAME=	parafly-2013.01.21
 DISTNAME=	parafly-r2013-01-21
-CATEGORIES=	sysutils
-# FreeBSD MASTER_SITES: SF/${PORTNAME}/
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=parafly/}
+PKGNAME=	parafly-2013.01.21
+CATEGORIES=	wip
+MASTER_SITES=	https://sourceforge.net/projects/parafly/files/latest/
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	jwbacon%tds.net@localhost
-
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://sourceforge.net/projects/parafly
 COMMENT=	Process the commands in parallel on a single server
-#LICENSE=	BSD3CLAUSE
-
-# Pessimistic assumption.  Test and change if possible.
-MAKE_JOBS_SAFE=	no
-
-#ONLY_FOR_PLATFORM=	
-
-# Just assuming C and C++: Adjust this!
-USE_LANGUAGES=	c c++
-GNU_CONFIGURE=	yes
-DATADIR=	${PREFIX}/share/parafly
-DOCSDIR=	${PREFIX}/share/doc/parafly
-
-# Sets OPSYS, OS_VERSION, MACHINE_ARCH, etc..
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "FreeBSD"
-PKGSRC_COMPILER=	gcc
-NOT_FOR_COMPILER=	clang
-.endif
-
-# Keep this if there are user-selectable options.
-#.include "options.mk"
+LICENSE=	original-bsd
 
-# You may need this, especially if using do-install.
-#AUTO_MKDIRS=	yes
+GNU_CONFIGURE=		yes
+CONFIGURE_ARGS+=	--prefix=${PKG_BINDIR}
+USE_LANGUAGES=		c++
+CFLAGS+=		-fPIC -fopenmp -DUSE_OPENMP
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/parafly/PLIST b/parafly/PLIST
index da36e33..6d9b9b3 100644
--- a/parafly/PLIST
+++ b/parafly/PLIST
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1 2015/01/28 16:40:51 outpaddling Exp $
+@comment $NetBSD$
 bin/ParaFly
diff --git a/parafly/buildlink3.mk b/parafly/buildlink3.mk
index cfd7221..a975c9c 100644
--- a/parafly/buildlink3.mk
+++ b/parafly/buildlink3.mk
@@ -1,14 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2015/01/28 16:40:51 outpaddling Exp $
-# XXX
-# XXX This file was created automatically using createbuildlink-3.16.
-# XXX After this file has been verified as correct, the comment lines
-# XXX beginning with "XXX" should be removed.  Please do not commit
-# XXX unverified buildlink3.mk files.
-# XXX
-# XXX Packages that only install static libraries or headers should
-# XXX include the following line:
-# XXX
-# XXX	BUILDLINK_DEPMETHOD.parafly?=	build
+# $NetBSD$
 
 BUILDLINK_TREE+=	parafly
 
diff --git a/parafly/distinfo b/parafly/distinfo
index 6359ca4..f071ef3 100644
--- a/parafly/distinfo
+++ b/parafly/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2015/01/28 16:40:51 outpaddling Exp $
+$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