1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Add wtmp-tools 0.1, the tool for editing wtmp files and converting into

this format.

PR:		ports/86855
Submitted by:	Oleg M. Golovanov <olmi@rentech.ru>
This commit is contained in:
Renato Botelho 2005-10-03 15:17:22 +00:00
parent ffc874c476
commit d92edd5d79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144074
4 changed files with 35 additions and 0 deletions

View File

@ -578,6 +578,7 @@
SUBDIR += worldtools
SUBDIR += wots
SUBDIR += wtail
SUBDIR += wtmp-tools
SUBDIR += wuzzah
SUBDIR += x86info
SUBDIR += xacpim

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: wtmp-tools
# Date created: 3 October 2005
# Whom: Oleg M. Golovanov <olmi@rentech.ru>
#
# $FreeBSD$
#
PORTNAME= wtmp-tools
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://www.rentech.ru/archives/wtmp-tools/
MAINTAINER= master@rentech.ru
COMMENT= The tool for editing wtmp files and converting into this format
MAN1= t2w.1
MANCOMPRESSED= yes
USE_REINPLACE= yes
PORTDOCS= *
PLIST_FILES= bin/t2w
post-patch:
@${REINPLACE_CMD} -e 's,^prefix.*=.*$$,prefix = ${PREFIX},' \
${WRKSRC}/Makefile
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (wtmp-tools-0.1.tar.gz) = 95d70f53ee3f493234a521522f80e61c
SIZE (wtmp-tools-0.1.tar.gz) = 4354

View File

@ -0,0 +1,4 @@
This is a port of wtmp-tools, the utility for conversion from text to wtmp
format of users session data.
WWW: http://www.rentech.ru/