diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-14 02:54:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-14 02:54:28 +0800 |
commit | 461b79cea85a42fe7edbedcb8ebbd5c45c559170 (patch) | |
tree | 63effda4ef434a7330a68f9d84c5ae13bf5f34a5 /sysutils | |
parent | 63cb3fd1ae3c6fe0db2dadcdec2f9fbfd1c01813 (diff) | |
download | freebsd-ports-graphics-461b79cea85a42fe7edbedcb8ebbd5c45c559170.tar.gz freebsd-ports-graphics-461b79cea85a42fe7edbedcb8ebbd5c45c559170.tar.zst freebsd-ports-graphics-461b79cea85a42fe7edbedcb8ebbd5c45c559170.zip |
2007-03-10 java/janosvm: Broken on all supported versions of FreeBSD
2007-03-10 korean/gau: Broken on all supported versions of FreeBSD
2007-03-10 lang/cyclone: Broken on all supported versions of FreeBSD
2007-03-01 lang/pike70: Please use pike72
2007-03-10 misc/lile: Broken on all supported versions of FreeBSD
2007-03-10 misc/muuz: Broken on all supported versions of FreeBSD
2007-03-10 misc/xdf: Broken on all supported versions of FreeBSD
2007-03-10 net/telnetx: Broken on all supported versions of FreeBSD
2007-03-01 sysutils/diskmark: Makes no sense on FreeBSD > 4.x. Use glabel(8) instead
2007-03-10 java/janosvm: Broken on all supported versions of FreeBSD
2007-03-10 korean/gau: Broken on all supported versions of FreeBSD
2007-03-10 lang/cyclone: Broken on all supported versions of FreeBSD
2007-03-01 lang/pike70: Please use pike72
2007-03-10 misc/lile: Broken on all supported versions of FreeBSD
2007-03-10 misc/muuz: Broken on all supported versions of FreeBSD
2007-03-10 misc/xdf: Broken on all supported versions of FreeBSD
2007-03-10 net/telnetx: Broken on all supported versions of FreeBSD
2007-03-01 sysutils/diskmark: Makes no sense on FreeBSD > 4.x. Use glabel(8) instead
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/diskmark/Makefile | 31 | ||||
-rw-r--r-- | sysutils/diskmark/distinfo | 3 | ||||
-rw-r--r-- | sysutils/diskmark/pkg-descr | 6 |
4 files changed, 0 insertions, 41 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index a2a4cd7cf37..8a09d3ceb28 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -127,7 +127,6 @@ SUBDIR += dirdiff SUBDIR += dirvish SUBDIR += diskcheckd - SUBDIR += diskmark SUBDIR += diskprep SUBDIR += diskscrub SUBDIR += disktool diff --git a/sysutils/diskmark/Makefile b/sysutils/diskmark/Makefile deleted file mode 100644 index 31a4714bf12..00000000000 --- a/sysutils/diskmark/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Ports collection makefile for: diskmark -# Date created: Friday, May 7, 2004 -# Whom: Brooks Davis <brooks@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= diskmark -PORTVERSION= 0.9 -CATEGORIES= sysutils -MASTER_SITES= http://people.freebsd.org/~brooks/diskmark/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A program to mark disks using empty partition table entries - -DEPRECATED= Makes no sense on FreeBSD > 4.x. Use glabel(8) instead -EXPIRATION_DATE= 2007-03-01 - -# Diskmark makes little sense on arches that don't boot from MBR -# partition tables and doesn't build on 64-bit platforms with strict -# alignment (partion entries are aligned on a 2-byte boundry). -ONLY_FOR_ARCHS= i386 amd64 - -PLIST_FILES= sbin/diskmark - -USE_BZIP2= yes - -MAN8= diskmark.8 -MANCOMPRESSED= yes - -.include <bsd.port.mk> diff --git a/sysutils/diskmark/distinfo b/sysutils/diskmark/distinfo deleted file mode 100644 index cfe2020fd37..00000000000 --- a/sysutils/diskmark/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (diskmark-0.9.tar.bz2) = 111c7d5e6d24d59130c2e614093a6731 -SHA256 (diskmark-0.9.tar.bz2) = dffb912122b76f9e87377575c7541680458616d394aeae8f295e4927465b0bb7 -SIZE (diskmark-0.9.tar.bz2) = 5091 diff --git a/sysutils/diskmark/pkg-descr b/sysutils/diskmark/pkg-descr deleted file mode 100644 index f3aa928b234..00000000000 --- a/sysutils/diskmark/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The program diskmark uses an unused entry in the Master Boot Record -on PC disks to record version information. The author uses this -information to determine if scratch disks should be partitioned at boot -on a network booting compute cluster. - -WWW: http://people.freebsd.org/~brooks/diskmark/ |