Bug 14032 - New port: gpart
Summary: New port: gpart
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-29 07:10 UTC by Andrew Stevenson
Modified: 1999-11-01 03:06 UTC (History)
0 users

See Also:


Attachments
file.shar (3.03 KB, text/plain)
1999-09-29 07:10 UTC, Andrew Stevenson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Stevenson 1999-09-29 07:10:01 UTC
New port of gpart. A tool for recovering lost partition tables (and filesystems).
gpart is covered by the GPL.

Fix: Shar archive below...
Comment 1 Andrew Stevenson 1999-10-01 03:42:28 UTC
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
Comment 2 Steve Price freebsd_committer freebsd_triage 1999-11-01 02:52:38 UTC
State Changed
From-To: open->closed

New port committed, thanks!