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

3
sysutils/hddtemp/DESCR Normal file
View File

@@ -0,0 +1,3 @@
hddtemp is a small utility that gives you the temperature of your hard
drive by reading S.M.A.R.T. information (for drives that support this
feature). Note: only recent hard drives have a temperature sensor.

32
sysutils/hddtemp/Makefile Normal file
View File

@@ -0,0 +1,32 @@
# $NetBSD: Makefile,v 1.5 2012/10/23 19:51:07 asau Exp $
DISTNAME= hddtemp-0.3-beta15
PKGNAME= hddtemp-0.3b15
CATEGORIES= sysutils
MASTER_SITES= http://www.guzu.net/files/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} hddtemp.db
EXTRACT_SUFX= .tar.bz2
MAINTAINER= christos@NetBSD.org
HOMEPAGE= http://www.guzu.net/linux/hddtemp.php
COMMENT= Gather temperature stats for disk drives
SITES.hddtemp.db= http://www.guzu.net/linux/
PKG_INSTALLATION_TYPES= overwrite pkgviews
ONLY_FOR_PLATFORM= Linux-*-*
USE_LANGUAGES= c
USE_PKGLOCALEDIR= YES
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
.include "../../mk/bsd.prefs.mk"
INSTALLATION_DIRS+= share/misc
post-install:
${INSTALL_DATA} ${DISTDIR}/hddtemp.db ${DESTDIR}${PREFIX}/share/misc
.include "../../mk/bsd.pkg.mk"

8
sysutils/hddtemp/PLIST Normal file
View File

@@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.1 2006/10/19 21:00:18 christos Exp $
sbin/hddtemp
man/man8/hddtemp.8
share/misc/hddtemp.db
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/hddtemp.mo
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/hddtemp.mo
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/hddtemp.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/hddtemp.mo

View File

@@ -0,0 +1,9 @@
$NetBSD: distinfo,v 1.1 2006/10/19 21:00:18 christos Exp $
SHA1 (hddtemp-0.3-beta15.tar.bz2) = 65393b0a4d9862c030c81702d95c1acd00da275b
RMD160 (hddtemp-0.3-beta15.tar.bz2) = 82b6affbbb14d23b5a8f3fecf3fff7acc0bd9def
Size (hddtemp-0.3-beta15.tar.bz2) = 256372 bytes
SHA1 (hddtemp.db) = f4ed19e51edfe5b5e8edffab7c650a0e6ce3ccb4
RMD160 (hddtemp.db) = ce148a09adfe2dde91c922f7a40cc71cdaf011f4
Size (hddtemp.db) = 20559 bytes
SHA1 (patch-aa) = de89c8d8904435f084443735030daa9b9882caaa

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-aa,v 1.1 2006/10/19 21:00:18 christos Exp $
--- configure.orig 2006-10-19 15:08:52.793828848 -0400
+++ configure 2006-10-19 15:09:24.447895927 -0400
@@ -10613,8 +10613,8 @@
echo "$as_me:$LINENO: checking Location of hddtemp.db" >&5
echo $ECHO_N "checking Location of hddtemp.db... $ECHO_C" >&6
DEFAULT_DATABASE_PATH=
-#db_path=\"`eval echo ${datadir}`/misc/hddtemp.db\"
-db_path=\"/usr/share/misc/hddtemp.db\"
+db_path=\"`eval echo ${datadir}`/misc/hddtemp.db\"
+#db_path=\"/usr/share/misc/hddtemp.db\"
# Check whether --with-db_path or --without-db_path was given.
if test "${with_db_path+set}" = set; then