diff options
author | pav <pav@FreeBSD.org> | 2005-07-03 22:54:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-03 22:54:10 +0800 |
commit | 4d74d6a4de5efed8824d84c7c79f82f04cc2add2 (patch) | |
tree | d8ec1c857b4d1e6b8ecf9a344c83df242f566332 /sysutils | |
parent | eda02b3371f7033fee0d4336d07950f8469c8a9b (diff) | |
download | freebsd-ports-gnome-4d74d6a4de5efed8824d84c7c79f82f04cc2add2.tar.gz freebsd-ports-gnome-4d74d6a4de5efed8824d84c7c79f82f04cc2add2.tar.zst freebsd-ports-gnome-4d74d6a4de5efed8824d84c7c79f82f04cc2add2.zip |
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')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/plod/Makefile | 24 | ||||
-rw-r--r-- | sysutils/plod/distinfo | 2 | ||||
-rw-r--r-- | sysutils/plod/pkg-descr | 8 |
4 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index ec68c002b25d..dc55c68469aa 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -377,6 +377,7 @@ SUBDIR += pkg_tree SUBDIR += pkill SUBDIR += plconfig + SUBDIR += plod SUBDIR += pmap SUBDIR += port-authoring-tools SUBDIR += port-maintenance-tools diff --git a/sysutils/plod/Makefile b/sysutils/plod/Makefile new file mode 100644 index 000000000000..0aad77fc8076 --- /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 000000000000..b2eea565e41d --- /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 000000000000..fd9e62fcb80f --- /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. |