diff options
author | jasone <jasone@FreeBSD.org> | 2000-03-23 03:28:57 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2000-03-23 03:28:57 +0000 |
commit | e0e73ddb5774090cdc3dc9ce15ad1f5e513c6d23 (patch) | |
tree | 68fb566d2639227ffb6f1180e9507f91e4fe0a07 /sysutils/procmap | |
parent | 2d558031ba9e14513e15eac1775ce31453da4acd (diff) | |
download | FreeBSD-ports-e0e73ddb5774090cdc3dc9ce15ad1f5e513c6d23.zip FreeBSD-ports-e0e73ddb5774090cdc3dc9ce15ad1f5e513c6d23.tar.gz |
Add the procmap port, which prints procfs map files.
Diffstat (limited to 'sysutils/procmap')
-rw-r--r-- | sysutils/procmap/Makefile | 26 | ||||
-rw-r--r-- | sysutils/procmap/distinfo | 1 | ||||
-rw-r--r-- | sysutils/procmap/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/procmap/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/procmap/pkg-plist | 2 |
5 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/procmap/Makefile b/sysutils/procmap/Makefile new file mode 100644 index 0000000..772da5f --- /dev/null +++ b/sysutils/procmap/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: procmap +# Version required: (self contained) +# Date created: 22 March 2000 +# Whom: Jason Evans <jasone@freebsd.org> +# +# $FreeBSD$ +# + +DISTNAME= procmap-1.0 +CATEGORIES= sysutils +DISTFILES= #empty + +MAINTAINER= jasone@freebsd.org + +NO_CHECKSUM= yes +NO_WRKSUBDIR= yes + +WRKSRC= ${.CURDIR}/src + +do-fetch: + @${DO_NADA} + +pre-clean: + @$(SH) -ec "cd $(WRKSRC) ; make clean" + +.include <bsd.port.mk> diff --git a/sysutils/procmap/distinfo b/sysutils/procmap/distinfo new file mode 100644 index 0000000..4434743 --- /dev/null +++ b/sysutils/procmap/distinfo @@ -0,0 +1 @@ +No distfiles diff --git a/sysutils/procmap/pkg-comment b/sysutils/procmap/pkg-comment new file mode 100644 index 0000000..1a9c172 --- /dev/null +++ b/sysutils/procmap/pkg-comment @@ -0,0 +1 @@ +Print the contents of a procfs map file diff --git a/sysutils/procmap/pkg-descr b/sysutils/procmap/pkg-descr new file mode 100644 index 0000000..2fe31b5 --- /dev/null +++ b/sysutils/procmap/pkg-descr @@ -0,0 +1,2 @@ +The procmap utility reliably prints the contents of an entire procfs map +file, whereas a utility like cat cannot reliably do so. diff --git a/sysutils/procmap/pkg-plist b/sysutils/procmap/pkg-plist new file mode 100644 index 0000000..e7ed5bc --- /dev/null +++ b/sysutils/procmap/pkg-plist @@ -0,0 +1,2 @@ +bin/procmap +man/man8/procmap.8.gz |