Add gpte 1.0, a simple command-line GPT partition editor.
This is simple command-line GPT partition editor. It can print tables, fix them, check consistency, add and remove partitions (in edit mode). PR: ports/76177 Submitted by: Valentin Nechayev <netch@segfault.kiev.ua>
This commit is contained in:
parent
177133c95a
commit
7838f0fff9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126305
4 changed files with 35 additions and 0 deletions
|
@ -179,6 +179,7 @@
|
|||
SUBDIR += gnomesystemtools
|
||||
SUBDIR += gpart
|
||||
SUBDIR += gpkgdep
|
||||
SUBDIR += gpte
|
||||
SUBDIR += graft
|
||||
SUBDIR += growspd
|
||||
SUBDIR += grub
|
||||
|
|
29
sysutils/gpte/Makefile
Normal file
29
sysutils/gpte/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Ports collection makefile for: gpte
|
||||
# Date created: 12 Jan 2005
|
||||
# Whom: Valentin Nechayev <netch@segfault.kiev.ua>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gpte
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://segfault.kiev.ua/pub/
|
||||
|
||||
MAINTAINER= netch@segfault.kiev.ua
|
||||
COMMENT= A simple command-line GPT partition editor
|
||||
|
||||
MAN8= gpte.8
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
PLIST_FILES= bin/gpte
|
||||
|
||||
post-extract:
|
||||
cd $(WRKSRC) && ${CP} Makefile.bsd Makefile
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if $(OSVERSION) < 502000
|
||||
IGNORE= Only for 5.x and later systems
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
sysutils/gpte/distinfo
Normal file
2
sysutils/gpte/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (gpte-1.0.tar.gz) = 16d1a05c56ca58b03ab8cd936af96562
|
||||
SIZE (gpte-1.0.tar.gz) = 15972
|
3
sysutils/gpte/pkg-descr
Normal file
3
sysutils/gpte/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is simple command-line GPT partition editor.
|
||||
It can print tables, fix them, check consistency, add and remove
|
||||
partitions (in edit mode).
|
Loading…
Reference in a new issue