Date: Thu, 30 Sep 1999 19:50:04 -0700 (PDT) From: andrew@ugh.net.au To: freebsd-ports@FreeBSD.org Subject: Re: ports/14032: new port of gpart Message-ID: <199910010250.TAA62764@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/14032; it has been noted by GNATS. From: andrew@ugh.net.au To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/14032: new port of gpart Date: Fri, 1 Oct 1999 12:42:28 +1000 (EST) Umm...I spelt my name wrong...I'm not sure how I managed that. Attached is a corrected shar archive... Thanks, Andrew # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gpart # gpart/Makefile # gpart/pkg # gpart/pkg/COMMENT # gpart/pkg/PLIST # gpart/pkg/DESCR # gpart/files # gpart/files/md5 # gpart/patches # gpart/patches/patch-aa # gpart/patches/patch-ab # echo c - gpart mkdir -p gpart > /dev/null 2>&1 echo x - gpart/Makefile sed 's/^X//' >gpart/Makefile << 'END-of-gpart/Makefile' X# New ports collection makefile for: gpart X# Version required: 0.1e X# Date created: 29 Sep 1999 X# Whom: Andrew Stevenson <andrew@ugh.net.au> X# X# $FreeBSD$ X# X XDISTNAME= gpart-0.1e XCATEGORIES= sysutils XMASTER_SITES= http://www.stud.uni-hannover.de/user/76201/gpart/ \ X ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= system/filesystems X XMAINTAINER= andrew@ugh.net.au X XUSE_GMAKE= yes XMAN8= gpart.8 X X.include <bsd.port.mk> END-of-gpart/Makefile echo c - gpart/pkg mkdir -p gpart/pkg > /dev/null 2>&1 echo x - gpart/pkg/COMMENT sed 's/^X//' >gpart/pkg/COMMENT << 'END-of-gpart/pkg/COMMENT' XTries to recover lost partition tables and file systems END-of-gpart/pkg/COMMENT echo x - gpart/pkg/PLIST sed 's/^X//' >gpart/pkg/PLIST << 'END-of-gpart/pkg/PLIST' Xsbin/gpart END-of-gpart/pkg/PLIST echo x - gpart/pkg/DESCR sed 's/^X//' >gpart/pkg/DESCR << 'END-of-gpart/pkg/DESCR' XA port of a tool which tries to guess the primary partition table of a PC-type Xhard disk in case the primary partition table in sector 0 is damaged, incorrect Xor deleted. The guessed table can be written to a file or device. X XSupported (guessable) filesystem or partition types: DOS/Windows FAT, Linux Xext2 and swap, OS/2 HPFS, Windows NTFS, FreeBSD and Solaris/x86 disklabels, XMinix FS, Reiser FS X XAuthor: Michail Brzitwa <mb@ichabod.han.de> XWWW: http://home.pages.de/~michab/gpart/ X X- Andrew Stevenson X<andrew@ugh.net.au> END-of-gpart/pkg/DESCR echo c - gpart/files mkdir -p gpart/files > /dev/null 2>&1 echo x - gpart/files/md5 sed 's/^X//' >gpart/files/md5 << 'END-of-gpart/files/md5' XMD5 (gpart-0.1e.tar.gz) = 1fbeecc5737935c074acfba222ac6319 END-of-gpart/files/md5 echo c - gpart/patches mkdir -p gpart/patches > /dev/null 2>&1 echo x - gpart/patches/patch-aa sed 's/^X//' >gpart/patches/patch-aa << 'END-of-gpart/patches/patch-aa' X--- inst.defs.orig Fri Dec 4 06:59:41 1998 X+++ inst.defs Wed Sep 29 14:18:55 1999 X@@ -2,7 +2,7 @@ X # installation directories for gpart X # X prefix=/usr/local X-bindir=$(prefix)/bin X+bindir=$(prefix)/sbin X libdir=$(prefix)/lib X mandir=$(prefix)/man X manext=8 END-of-gpart/patches/patch-aa echo x - gpart/patches/patch-ab sed 's/^X//' >gpart/patches/patch-ab << 'END-of-gpart/patches/patch-ab' X--- make.defs.orig Wed Sep 29 15:10:52 1999 X+++ make.defs Wed Sep 29 15:11:05 1999 X@@ -2,7 +2,7 @@ X # X # X CC = gcc X-CFLAGS = -Wall -O2 -pedantic X+CFLAGS += -Wall -O2 -pedantic X LDFLAGS = X MAKEDEP = gcc -M X INSTALL = install END-of-gpart/patches/patch-ab exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910010250.TAA62764>