diff --git a/sysutils/Makefile b/sysutils/Makefile index 9b33ee15d425..e8a95abfc896 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -578,6 +578,7 @@ SUBDIR += worldtools SUBDIR += wots SUBDIR += wtail + SUBDIR += wtmp-tools SUBDIR += wuzzah SUBDIR += x86info SUBDIR += xacpim diff --git a/sysutils/wtmp-tools/Makefile b/sysutils/wtmp-tools/Makefile new file mode 100644 index 000000000000..199fa06335b9 --- /dev/null +++ b/sysutils/wtmp-tools/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: wtmp-tools +# Date created: 3 October 2005 +# Whom: Oleg M. Golovanov +# +# $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 diff --git a/sysutils/wtmp-tools/distinfo b/sysutils/wtmp-tools/distinfo new file mode 100644 index 000000000000..486b3e0c4837 --- /dev/null +++ b/sysutils/wtmp-tools/distinfo @@ -0,0 +1,2 @@ +MD5 (wtmp-tools-0.1.tar.gz) = 95d70f53ee3f493234a521522f80e61c +SIZE (wtmp-tools-0.1.tar.gz) = 4354 diff --git a/sysutils/wtmp-tools/pkg-descr b/sysutils/wtmp-tools/pkg-descr new file mode 100644 index 000000000000..06c0b22bbe8e --- /dev/null +++ b/sysutils/wtmp-tools/pkg-descr @@ -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/