Bug 148901 - New port: sysutils/gdisk
Summary: New port: sysutils/gdisk
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-24 16:00 UTC by Dmitry Fomin
Modified: 2010-08-22 18:00 UTC (History)
0 users

See Also:


Attachments
file.shar (6.31 KB, text/plain)
2010-07-24 16:00 UTC, Dmitry Fomin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Fomin 2010-07-24 16:00:13 UTC
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.
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-08-22 17:54:36 UTC
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"
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2010-08-22 17:55:07 UTC
State Changed
From-To: open->closed

New port added. Thanks!