1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Add kldfind 0.59, find kernel modules by string.

PR:		ports/100351
Submitted by:	Ricardo A. Reis <ricardo.areis at gmail.com>
This commit is contained in:
Renato Botelho 2006-07-16 12:31:17 +00:00
parent 2b3b17acc6
commit 818497ed07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167972
4 changed files with 44 additions and 0 deletions

View File

@ -272,6 +272,7 @@
SUBDIR += kkbswitch
SUBDIR += kkeyled
SUBDIR += klaptopdaemon
SUBDIR += kldfind
SUBDIR += kmilo
SUBDIR += knutclient
SUBDIR += komparator

35
sysutils/kldfind/Makefile Normal file
View File

@ -0,0 +1,35 @@
# New ports collection makefile for: kldfind
# Date created: 15 July 2006
# Whom: Ricardo A. Reis <ricardo.areis@gmail.com>
#
# $FreeBSD$
#
PORTNAME= kldfind
PORTVERSION= 0.59
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ricardo.areis@gmail.com
COMMENT= Find kernel modules by string
NO_BUILD= yes
USE_BZIP2= yes
MAN8= kldfind.8
PLIST_FILES= sbin/kldfind
do-install:
@${ECHO_MSG} "===> Installing kldfind."
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-${PORTVERSION} ${PREFIX}/sbin/${PORTNAME}
@${ECHO_MSG} "===> Installing man page."
${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MAN8PREFIX}/man/man8/
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Doesn't run on FreeBSD 4.x
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (kldfind-0.59.tar.bz2) = 1781106739c751278d372b171b8738b7
SHA256 (kldfind-0.59.tar.bz2) = 929d9f361a3a7f88ed973b9acce811817a83fca215f338d3c500326753f6325a
SIZE (kldfind-0.59.tar.bz2) = 5382

View File

@ -0,0 +1,5 @@
This is a small script to find kernel modules
more easy.
AUTHOR: Ricardo A. Reis <ricardo.areis@gmail.com>
WWW: http://sourceforge.net/projects/kldfind/