dmassage-0.6, dmesg parser
from jasper lievisse adriaanse
This commit is contained in:
parent
74ed91d09d
commit
af588c661f
27
sysutils/dmassage/Makefile
Normal file
27
sysutils/dmassage/Makefile
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2006/01/11 18:43:02 jolan Exp $
|
||||||
|
|
||||||
|
COMMENT= "dmesg parser"
|
||||||
|
DISTNAME= dmassage-0.6
|
||||||
|
CATEGORIES= sysutils
|
||||||
|
HOMEPAGE= http://www.sentia.org/projects/dmassage/
|
||||||
|
|
||||||
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
||||||
|
|
||||||
|
# BSD
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
MASTER_SITES= http://www.sentia.org/downloads/
|
||||||
|
|
||||||
|
NO_REGRESS= Yes
|
||||||
|
NO_BUILD= Yes
|
||||||
|
PKG_ARCH= *
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_SCRIPT} ${WRKSRC}/dmassage ${PREFIX}/bin/dmassage
|
||||||
|
/usr/bin/pod2man ${WRKSRC}/dmassage > ${WRKSRC}/dmassage.1
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/dmassage.1 ${PREFIX}/man/man1/
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
4
sysutils/dmassage/distinfo
Normal file
4
sysutils/dmassage/distinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
MD5 (dmassage-0.6.tar.gz) = 230e3ee0518ea1d36fbcd541041f5945
|
||||||
|
RMD160 (dmassage-0.6.tar.gz) = c2edb992e216b48b14f0738a87cc776e9b0d35f7
|
||||||
|
SHA1 (dmassage-0.6.tar.gz) = d9816e2b81f7f95f7cdfa4a4be8ce8f874d662d2
|
||||||
|
SIZE (dmassage-0.6.tar.gz) = 3000
|
11
sysutils/dmassage/patches/patch-dmassage
Normal file
11
sysutils/dmassage/patches/patch-dmassage
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
$OpenBSD: patch-dmassage,v 1.1.1.1 2006/01/11 18:43:02 jolan Exp $
|
||||||
|
--- dmassage.orig Sun Jan 27 06:35:53 2002
|
||||||
|
+++ dmassage Wed Jan 11 12:38:02 2006
|
||||||
|
@@ -191,7 +191,6 @@ sub printdev
|
||||||
|
sub usage
|
||||||
|
{
|
||||||
|
die <<USAGE
|
||||||
|
-Type 'perldoc -F $0' to see the documentation.
|
||||||
|
Usage: dmassage [-d dmesg] <-f kernel | -s kernelconfig | -t>
|
||||||
|
USAGE
|
||||||
|
}
|
4
sysutils/dmassage/pkg/DESCR
Normal file
4
sysutils/dmassage/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
dmassage parses your system's dmesg to learn which devices are
|
||||||
|
succesfully detected by the kernel. This information can be used for
|
||||||
|
three purposes: to make the kernel boot faster, to help build a smaller
|
||||||
|
kernel or to show all the devices in a tree-like hierarchy.
|
3
sysutils/dmassage/pkg/PLIST
Normal file
3
sysutils/dmassage/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/01/11 18:43:02 jolan Exp $
|
||||||
|
bin/dmassage
|
||||||
|
@man man/man1/dmassage.1
|
Loading…
Reference in New Issue
Block a user