Files
Lawrence VelázquezandMojca Miklavec 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00

40 lines
1.4 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup xcode 1.0
name sloth
version 1.5
categories aqua sysutils
maintainers nomaintainer
license GPL-2+
description Program that displays a list of open files by applications
long_description Sloth is a program that displays a list of all open \
files in use by all the applications your user \
account is running on the system -- this list \
includes IP and Unix sockets, character devices and \
directories. This list is presented along with the \
names of applications using the file and their \
process IDs.
homepage http://sveinbjorn.org/sloth
master_sites http://sveinbjorn.org/files/software/sloth/
distname ${name}-${version}.src
use_zip yes
checksums md5 0fb0fd3c9205fb66962cc3fca4c66018 \
sha1 067a08210048940bef074d06aacd804e0d0c51c0 \
rmd160 e23af571fe5e7f94b89f5e9b7a67cf4fc5fcf04f
worksrcdir Sloth
xcode.configuration Release
patchfiles patch-Sloth.xcodeproj-project.pbxproj.diff
livecheck.type regex
livecheck.url ${homepage}
livecheck.regex "Sloth (\\d+(?:\\.\\d+)*)"