mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
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>
This commit is contained in:
parent
f2fd22b471
commit
20ea38f97a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138405
4 changed files with 35 additions and 0 deletions
|
@ -377,6 +377,7 @@
|
|||
SUBDIR += pkg_tree
|
||||
SUBDIR += pkill
|
||||
SUBDIR += plconfig
|
||||
SUBDIR += plod
|
||||
SUBDIR += pmap
|
||||
SUBDIR += port-authoring-tools
|
||||
SUBDIR += port-maintenance-tools
|
||||
|
|
24
sysutils/plod/Makefile
Normal file
24
sysutils/plod/Makefile
Normal file
|
@ -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>
|
2
sysutils/plod/distinfo
Normal file
2
sysutils/plod/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (plod-1.9.tar.gz) = 45f50e13aef229d894cc9a4d84b76299
|
||||
SIZE (plod-1.9.tar.gz) = 29551
|
8
sysutils/plod/pkg-descr
Normal file
8
sysutils/plod/pkg-descr
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue