4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
23 # Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2019, Michal Nowak
25 # Copyright 2020, Nona Hansel
28 include ..
/..
/..
/make-rules
/shared-macros.mk
30 COMPONENT_NAME
= parallel
31 HUMAN_VERSION
= 20230422
32 # A leading "0." is included to make it easier to upgrade the package, should
33 # the maintainers decide to go to a more standard version numbering system.
34 COMPONENT_VERSION
= 2023.4.22
35 COMPONENT_SUMMARY
= GNU parallel is a
shell tool for executing jobs in parallel using one or more computers.
36 COMPONENT_PROJECT_URL
= https
://www.gnu.org
/software
/parallel
/
37 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(HUMAN_VERSION
)
38 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.bz2
39 COMPONENT_ARCHIVE_HASH
= sha256
:9106593d09dc4de0e094b7b14390a309d8fcb1d27104a53814d16937dcbae3c2
40 COMPONENT_ARCHIVE_URL
= https
://ftp.gnu.org
/gnu
/$(COMPONENT_NAME
)/$(COMPONENT_ARCHIVE
)
41 COMPONENT_FMRI
= shell/parallel
42 COMPONENT_CLASSIFICATION
= System
/Shells
43 COMPONENT_LICENSE
= GPLv3
,GFDL-1.3
,CC-BY-SA-4.0
45 TEST_TARGET
= $(NO_TESTS
)
46 include $(WS_MAKE_RULES
)/common.mk
48 # Auto-generated dependencies
49 REQUIRED_PACKAGES
+= SUNWcs
50 REQUIRED_PACKAGES
+= runtime
/perl
51 REQUIRED_PACKAGES
+= shell/which