Date: Wed, 29 Sep 1999 15:34:52 +1000 (EST) From: andrew@ugh.net.au To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14032: new port of gpart Message-ID: <19990929053452.6BEEF1BF@beebite.ugh.net.au>
next in thread | raw e-mail | index | archive | help
>Number: 14032 >Category: ports >Synopsis: new port of gpart >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 28 23:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrew >Release: FreeBSD 3.3-RC i386 >Organization: UgH! >Environment: >Description: New port of gpart. A tool for recovering lost partition tables (and filesystems). gpart is covered by the GPL. >How-To-Repeat: >Fix: Shar archive below... # 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 Setevsnon <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 >Release-Note: >Audit-Trail: >Unformatted: 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?19990929053452.6BEEF1BF>