#!/bin/sh # This is a shell archive echo x xdisk mkdir -p xdisk > /dev/null 2>&1 echo x xdisk/Makefile sed 's/^X//' > xdisk/Makefile << 'SHAR_END' X# $FreeBSD$ X XPORTNAME= xdisk XDISTVERSION= 1.33 XCATEGORIES= sysutils X XMAINTAINER= georg.lastname@web.de XCOMMENT= GUI for editing hard drives (partition editor), uses gtk3 X XLICENSE= BSD2CLAUSE X XRUN_DEPENDS= sudo>0:security/sudo X XUSES= gnome XUSE_GNOME= gtk30 X XUSE_GITHUB= yes XGH_ACCOUNT= random532 X XPLIST_FILES= bin/xdisk X Xdo-install: X ${INSTALL_PROGRAM} work/${PORTNAME}-${DISTVERSION}/${PORTNAME} ${STAGEDIR}${LOCALBASE}/bin X X.include SHAR_END echo x xdisk/pkg-descr sed 's/^X//' > xdisk/pkg-descr << 'SHAR_END' Xxdisk is a partition editor with a graphical user interface. XIt uses gtk3 for the GUI elements. XIt uses sudo as backend. ${LOCALBASE}/etc/sudoers file handles the permissions. X XStart it with xdisk. XIf it complains about missing machine-id, run "dbus-uuidgen --ensure". X XSource code: Xwww.github.com/random532/xdisk SHAR_END echo x xdisk/distinfo sed 's/^X//' > xdisk/distinfo << 'SHAR_END' XTIMESTAMP = 1595068388 XSHA256 (random532-xdisk-1.33_GH0.tar.gz) = ee34c7aa08bb4ddff8bfb797c172f5d35df0ff0815ee33b3cea9dcb026eb3ed2 XSIZE (random532-xdisk-1.33_GH0.tar.gz) = 411455 SHAR_END exit