mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
30 lines
973 B
Tcl
30 lines
973 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
|
|
|
PortSystem 1.0
|
|
|
|
name clusterit
|
|
version 2.5
|
|
revision 1
|
|
categories net
|
|
license BSD-old
|
|
maintainers nomaintainer
|
|
description Tools for running tasks on many machines
|
|
long_description This is a collection of clustering tools for executing tasks \
|
|
across a network on two or more heterogeneous hosts.
|
|
|
|
homepage http://www.garbled.net/clusterit.html
|
|
master_sites sourceforge:clusterit
|
|
checksums md5 f0e772e07122e388de629fb57f7237ab \
|
|
sha1 65d36116665179dd16029ac53182fde92d868020 \
|
|
rmd160 b08f7903bc90375e45a733ef843df3e9bf216bb7
|
|
platforms darwin
|
|
|
|
depends_lib port:xorg-libX11 \
|
|
port:ncurses
|
|
|
|
configure.args --mandir='\${prefix}/share/man' \
|
|
--infodir='\${prefix}/share/info'
|
|
|
|
|
|
# vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|