diff options
author | maho <maho@FreeBSD.org> | 2004-02-01 14:49:33 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-02-01 14:49:33 +0800 |
commit | ff93c7b4f4375f82c5044968bad4ff1c5fa5821b (patch) | |
tree | 68da34279dd92cbb2b259dd9624568c9c0799e00 /sysutils | |
parent | cd27ac9f77fd193dc3d1d757b93fcdb15b77fdf1 (diff) | |
download | freebsd-ports-gnome-ff93c7b4f4375f82c5044968bad4ff1c5fa5821b.tar.gz freebsd-ports-gnome-ff93c7b4f4375f82c5044968bad4ff1c5fa5821b.tar.zst freebsd-ports-gnome-ff93c7b4f4375f82c5044968bad4ff1c5fa5821b.zip |
New port:
Enterprise Edition of SUN Grid Engine.
This incorporates policy management functions to allow multiple groups
which is not included in vanilla SUN Grid Engine (sysutils/sge)
PR: 54563
Submitted by: brooks
Many suggestions by: Glenn Johnson <gjohnson at srrc dot ars dot usda dot gov>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/sgeee/Makefile | 19 | ||||
-rw-r--r-- | sysutils/sgeee53/Makefile | 19 |
3 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 796aa448c11a..496beaf7716b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -314,6 +314,7 @@ SUBDIR += setquota SUBDIR += sformat SUBDIR += sge + SUBDIR += sgeee SUBDIR += shlock SUBDIR += sjog SUBDIR += skill diff --git a/sysutils/sgeee/Makefile b/sysutils/sgeee/Makefile new file mode 100644 index 000000000000..6fa2b28c6254 --- /dev/null +++ b/sysutils/sgeee/Makefile @@ -0,0 +1,19 @@ +# Ports collection makefile for: sgeee +# Date created: Fri Jul 14, 2003 +# Whom: Brooks Davis <brooks@freebsd.org> +# +# $FreeBSD$ +# $Aero: ports/sgeee/Makefile,v 1.2 2003/08/21 22:02:06 brooks Exp $ +# + +PKGNAMESUFFIX= ee + +MAINTAINER= brooks@FreeBSD.org +COMMENT= Sun Grid Engine Enterprise Edition, a batch queueing system + +MASTERDIR= ${.CURDIR}/../sge + +SGEEE_FLAG= -sgeee +SGE_PRODUCT= -pr-geee + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/sgeee53/Makefile b/sysutils/sgeee53/Makefile new file mode 100644 index 000000000000..6fa2b28c6254 --- /dev/null +++ b/sysutils/sgeee53/Makefile @@ -0,0 +1,19 @@ +# Ports collection makefile for: sgeee +# Date created: Fri Jul 14, 2003 +# Whom: Brooks Davis <brooks@freebsd.org> +# +# $FreeBSD$ +# $Aero: ports/sgeee/Makefile,v 1.2 2003/08/21 22:02:06 brooks Exp $ +# + +PKGNAMESUFFIX= ee + +MAINTAINER= brooks@FreeBSD.org +COMMENT= Sun Grid Engine Enterprise Edition, a batch queueing system + +MASTERDIR= ${.CURDIR}/../sge + +SGEEE_FLAG= -sgeee +SGE_PRODUCT= -pr-geee + +.include "${MASTERDIR}/Makefile" |