38b755dff1
Notable changes, besides press coverage, are: * --sshdelay Delay starting next ssh by secs seconds. GNU parallel will pause secs seconds after starting each ssh. secs can be less than 1 seconds. * Official OpenBSD port: http://ftp.openbsd.org/ports/sysutils/parallel/ * Bug fixes and man page updates. ok sthen@, pascal@ (MAINTAINER)
27 lines
508 B
Makefile
27 lines
508 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/02/03 15:51:30 rpe Exp $
|
|
|
|
COMMENT = execute jobs in parallel
|
|
|
|
DISTNAME = parallel-20130122
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = http://www.gnu.org/software/parallel/
|
|
|
|
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_GNU:=parallel/}
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|