From owner-freebsd-ports Tue Sep 28 23:10: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D9E515034 for ; Tue, 28 Sep 1999 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA00942; Tue, 28 Sep 1999 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from beebite.ugh.net.au (beebite.ugh.net.au [203.31.238.37]) by hub.freebsd.org (Postfix) with ESMTP id 9CA2D14DC1 for ; Tue, 28 Sep 1999 22:34:56 -0700 (PDT) (envelope-from andrew@ugh.net.au) Received: by beebite.ugh.net.au (Postfix, from userid 1000) id 6BEEF1BF; Wed, 29 Sep 1999 15:34:52 +1000 (EST) Message-Id: <19990929053452.6BEEF1BF@beebite.ugh.net.au> Date: Wed, 29 Sep 1999 15:34:52 +1000 (EST) From: andrew@ugh.net.au Reply-To: andrew@ugh.net.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14032: new port of gpart Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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 XWWW: http://home.pages.de/~michab/gpart/ X X- Andrew Stevenson X 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