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:
parent
ffc874c476
commit
d92edd5d79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144074
@ -578,6 +578,7 @@
|
|||||||
SUBDIR += worldtools
|
SUBDIR += worldtools
|
||||||
SUBDIR += wots
|
SUBDIR += wots
|
||||||
SUBDIR += wtail
|
SUBDIR += wtail
|
||||||
|
SUBDIR += wtmp-tools
|
||||||
SUBDIR += wuzzah
|
SUBDIR += wuzzah
|
||||||
SUBDIR += x86info
|
SUBDIR += x86info
|
||||||
SUBDIR += xacpim
|
SUBDIR += xacpim
|
||||||
|
28
sysutils/wtmp-tools/Makefile
Normal file
28
sysutils/wtmp-tools/Makefile
Normal 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>
|
2
sysutils/wtmp-tools/distinfo
Normal file
2
sysutils/wtmp-tools/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
MD5 (wtmp-tools-0.1.tar.gz) = 95d70f53ee3f493234a521522f80e61c
|
||||||
|
SIZE (wtmp-tools-0.1.tar.gz) = 4354
|
4
sysutils/wtmp-tools/pkg-descr
Normal file
4
sysutils/wtmp-tools/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user