PLOD is a tool designed to help administrators and others keep track
of their daily activities.
This commit is contained in:
parent
5746aa29d3
commit
5959c2a2b2
4 changed files with 32 additions and 0 deletions
2
plod/DESCR
Normal file
2
plod/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
PLOD is a tool designed to help administrators and others keep track
|
||||
of their daily activities.
|
21
plod/Makefile
Normal file
21
plod/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/01/04 04:15:19 netcap Exp $
|
||||
#
|
||||
|
||||
DISTNAME= plod-1.9
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.far2wise.net/plod/ \
|
||||
http://jfranz.users.bsdprojects.net/distfiles/
|
||||
|
||||
MAINTAINER= jfranz@bsdprojects.net
|
||||
HOMEPAGE= http://www.far2wise.net/plod/
|
||||
COMMENT= System administration journaling tool
|
||||
|
||||
REPLACE_PERL+= plod
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/plod ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/plod.1.gz ${PREFIX}/${PKGMANDIR}/man1
|
||||
${INSTALL_DATA} ${WRKSRC}/plod.el ${EMACS_LISPPREFIX}
|
||||
|
||||
.include "../../mk/emacs.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
4
plod/PLIST
Normal file
4
plod/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/01/04 04:15:19 netcap Exp $
|
||||
bin/plod
|
||||
man/man1/plod.1.gz
|
||||
${EMACS_LISPPREFIX}/plod.el
|
5
plod/distinfo
Normal file
5
plod/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/01/04 04:15:19 netcap Exp $
|
||||
|
||||
SHA1 (plod-1.9.tar.gz) = 4424107be64240b4c322f7d9ac6d867a05ab57c8
|
||||
RMD160 (plod-1.9.tar.gz) = 6295a652ffd10f85d8c60d9c0446bb2e2fc5df2b
|
||||
Size (plod-1.9.tar.gz) = 29551 bytes
|
Loading…
Reference in a new issue