Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

8
sysutils/dmassage/DESCR Normal file
View File

@@ -0,0 +1,8 @@
dmassage - dmesg parser
This tool parses the dmesg of your *BSD system, and can do three things
with that information:
- to make the kernel boot faster
- to reduce kernel size
- to show all devices in a tree-like hierarchy

View File

@@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:00 wiz Exp $
#
DISTNAME= dmassage-0.6
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://www.sentia.org/downloads/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.sentia.org/projects/dmassage/
COMMENT= Parser for dmesg(8)
PKG_INSTALLATION_TYPES= overwrite pkgviews
ONLY_FOR_PLATFORM= NetBSD-*-* OpenBSD-*-*
NO_BUILD= yes
USE_TOOLS+= perl:run
REPLACE_PERL= dmassage
INSTALLATION_DIRS= bin share/doc/${PKGBASE}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/dmassage ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
.include "../../mk/bsd.pkg.mk"

3
sysutils/dmassage/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:16:03 joerg Exp $
bin/dmassage
share/doc/dmassage/README

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2005/02/24 13:40:52 agc Exp $
SHA1 (dmassage-0.6.tar.gz) = d9816e2b81f7f95f7cdfa4a4be8ce8f874d662d2
RMD160 (dmassage-0.6.tar.gz) = c2edb992e216b48b14f0738a87cc776e9b0d35f7
Size (dmassage-0.6.tar.gz) = 3000 bytes