This software is intended as a (somewhat) fdisk-workalike program for GPT-partitioned disks. Specific advantages of gdisk and sgdisk include: * Edit GUID partition table (GPT) definitions in Linux, FreeBSD, MacOS X, or Windows * Convert MBR to GPT or back without data loss * Convert BSD disklabels to GPT without data loss * Create hybrid MBR, which permits GPT-unaware OSes to access up to three GPT partitions on the disk * Repair damaged GPT data structures * The ability to specify sector-exact partition sizes * Clear identification of the number of unallocated sectors on a disk WWW: http://www.rodsbooks.com/gdisk/ Fix: Patch attached with submission follows: How-To-Repeat: Usual procedure of installation of port. cd /usr/ports/sysutils/gdisk make && make install && make clean I do not have possibility to test port on other platforms, except i386.
lwhsu 2010-08-22 16:54:25 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/gdisk Makefile distinfo pkg-descr pkg-message pkg-plist sysutils/gdisk/files patch-gdisk.8 patch-gdisk.html patch-sgdisk.8 patch-sgdisk.html Log: Add gdisk 0.6.9, GPT fdisk. PR: ports/148901 Submitted by: Dmitry N Fomin <fdn at okbire.ru> Revision Changes Path 1.1220 +1 -0 ports/sysutils/Makefile 1.1 +53 -0 ports/sysutils/gdisk/Makefile (new) 1.1 +3 -0 ports/sysutils/gdisk/distinfo (new) 1.1 +21 -0 ports/sysutils/gdisk/files/patch-gdisk.8 (new) 1.1 +21 -0 ports/sysutils/gdisk/files/patch-gdisk.html (new) 1.1 +21 -0 ports/sysutils/gdisk/files/patch-sgdisk.8 (new) 1.1 +21 -0 ports/sysutils/gdisk/files/patch-sgdisk.html (new) 1.1 +16 -0 ports/sysutils/gdisk/pkg-descr (new) 1.1 +14 -0 ports/sysutils/gdisk/pkg-message (new) 1.1 +5 -0 ports/sysutils/gdisk/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!