diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-03 14:54:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-03 14:54:10 +0000 |
commit | 20ea38f97a9cd4f913caba978b8dd2709259ee8f (patch) | |
tree | 24a68581fc7152e692bbac9aeb4d300eea01d2a8 /sysutils/plod | |
parent | f2fd22b471f061ae2ed1f08e10f1e0f223b52c62 (diff) | |
download | ports-20ea38f97a9cd4f913caba978b8dd2709259ee8f.tar.gz ports-20ea38f97a9cd4f913caba978b8dd2709259ee8f.zip |
Notes
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 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. |