pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/sformat Add sformat-3.5, a SCSI formatting ut...
details: https://anonhg.NetBSD.org/pkgsrc/rev/81d18741b275
branches: trunk
changeset: 484979:81d18741b275
user: hubertf <hubertf%pkgsrc.org@localhost>
date: Thu Dec 02 10:08:03 2004 +0000
description:
Add sformat-3.5, a SCSI formatting utility
Submitted by Andreas Hallmann in PR pkg/26549.
diffstat:
sysutils/sformat/DESCR | 10 ++++++++++
sysutils/sformat/Makefile | 35 +++++++++++++++++++++++++++++++++++
sysutils/sformat/PLIST | 13 +++++++++++++
sysutils/sformat/distinfo | 4 ++++
4 files changed, 62 insertions(+), 0 deletions(-)
diffs (78 lines):
diff -r 210fb8cfe702 -r 81d18741b275 sysutils/sformat/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/sformat/DESCR Thu Dec 02 10:08:03 2004 +0000
@@ -0,0 +1,10 @@
+Sformat is the best SCSI disk tool, I came across in the last 20 years.
+It is able to repair and format nearly any disk, as long as its heads
+are still in working condition and a few percent of its blocks are writable.
+Once you have learned to use it, you will never think of using something else.
+Formating a disk with sformat does not only send a scsi-format command to the disk,
+but also make a detailed surface analysis after formating. The defect lists are
+updated, and you come out with a reliable disk, again. Thanks Joerg.
+
+On the other side, like with any other powerful tool, you have to invest some time in learning.
+Well invested time.
diff -r 210fb8cfe702 -r 81d18741b275 sysutils/sformat/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/sformat/Makefile Thu Dec 02 10:08:03 2004 +0000
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/02 10:08:03 hubertf Exp $
+#
+
+DISTNAME= sformat-3.5
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.berlios.de/pub/sformat/
+
+MAINTAINER= Andreas.Hallmann%tiscali.de@localhost,hubertf%NetBSD.org@localhost
+HOMEPAGE= http://freshmeat.net/projects/sformat
+COMMENT= SCSI-disk maintainance, formating, and ultimative repair tool with support for netbsd labels
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+.include "../../mk/bsd.prefs.mk"
+
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+TBL?= tbl
+
+# avoid picking up a bad ${ARCH} during the build
+MAKE_ENV+= ARCH=""
+MAKE_ENV+= MAKEPROG="gmake"
+MAKE_ENV+= COPTX="${CFLAGS}"
+MAKE_ENV+= LDOPTX="${LDFLAGS}"
+MAKE_FLAGS+= INS_BASE="${LOCALBASE}" # won't work in MAKE_ENV!
+
+# if we're using a gcc which is named gcc, we need to set CCOM=gcc
+# in MAKE_ENV so the make infrastructure picks the right options.
+.if !empty(CC:M*gcc*)
+MAKE_ENV+= CCOM="gcc"
+.endif
+
+INSTALLATION_DIRS= bin include lib man/man5 man/man8
+
+.include "../../mk/bsd.pkg.mk"
diff -r 210fb8cfe702 -r 81d18741b275 sysutils/sformat/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/sformat/PLIST Thu Dec 02 10:08:03 2004 +0000
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/02 10:08:03 hubertf Exp $
+bin/sformat
+etc/sformat.dat
+include/align.h
+include/avoffset.h
+lib/libdeflt.a
+lib/librscg.a
+lib/libscg.a
+lib/libschily.a
+man/man5/makefiles.5
+man/man5/makerules.5
+man/man8/sformat.8
+sbin/rscsi
diff -r 210fb8cfe702 -r 81d18741b275 sysutils/sformat/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/sformat/distinfo Thu Dec 02 10:08:03 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/12/02 10:08:03 hubertf Exp $
+
+SHA1 (sformat-3.5.tar.gz) = 1ebde6c9d58f376ad2d82f6f8e3bb2e89da00920
+Size (sformat-3.5.tar.gz) = 526375 bytes
Home |
Main Index |
Thread Index |
Old Index