diff options
author | pav <pav@FreeBSD.org> | 2005-07-03 14:54:10 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-03 14:54:10 +0000 |
commit | 4d74d6a4de5efed8824d84c7c79f82f04cc2add2 (patch) | |
tree | d8ec1c857b4d1e6b8ecf9a344c83df242f566332 /sysutils/plod | |
parent | eda02b3371f7033fee0d4336d07950f8469c8a9b (diff) | |
download | FreeBSD-ports-4d74d6a4de5efed8824d84c7c79f82f04cc2add2.zip FreeBSD-ports-4d74d6a4de5efed8824d84c7c79f82f04cc2add2.tar.gz |
PLOD is a tool designed to help administrators and others keep track
of their daily activities. Since your management will typically have
no idea what you are doing to justify such an exorbitant salary any
amount of money they may be paying you being classified as
.exorbitant., and since most people forget what they do themselves,
it.s good to keep a record. Trot your logs out around performance
review time, and show them to your management after suitable
sanitization on a regular basis.
PR: ports/82867
Submitted by: Joseph Ross <jross@far2wise.net>
Diffstat (limited to 'sysutils/plod')
-rw-r--r-- | sysutils/plod/Makefile | 24 | ||||
-rw-r--r-- | sysutils/plod/distinfo | 2 | ||||
-rw-r--r-- | sysutils/plod/pkg-descr | 8 |
3 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/plod/Makefile b/sysutils/plod/Makefile new file mode 100644 index 0000000..0aad77f --- /dev/null +++ b/sysutils/plod/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: Plod +# Date created: 1 July 2005 +# Whom: Joseph R. +# +# $FreeBSD$ +# + +PORTNAME= plod +PORTVERSION= 1.9 +CATEGORIES= sysutils +MASTER_SITES= http://www.far2wise.net/plod/ + +MAINTAINER= jross@far2wise.net +COMMENT= A system administration journaling tool + +RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs + +MAN1= plod.1 +MANCOMPRESSED= yes + +PLIST_FILES= bin/plod \ + share/emacs/site-lisp/plod.el + +.include <bsd.port.mk> diff --git a/sysutils/plod/distinfo b/sysutils/plod/distinfo new file mode 100644 index 0000000..b2eea56 --- /dev/null +++ b/sysutils/plod/distinfo @@ -0,0 +1,2 @@ +MD5 (plod-1.9.tar.gz) = 45f50e13aef229d894cc9a4d84b76299 +SIZE (plod-1.9.tar.gz) = 29551 diff --git a/sysutils/plod/pkg-descr b/sysutils/plod/pkg-descr new file mode 100644 index 0000000..fd9e62f --- /dev/null +++ b/sysutils/plod/pkg-descr @@ -0,0 +1,8 @@ +PLOD is a tool designed to help administrators (and others) keep track +of their daily activities. Since your management will typically have +no idea what you are doing to justify such an exorbitant salary (any +amount of money they may be paying you being classified as +"exorbitant"), and since most people forget what they do themselves, +it's good to keep a record. Trot your logs out around performance +review time, and show them to your management (after suitable +sanitization) on a regular basis. |