# 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: # # xdisk # xdisk/Makefile # xdisk/pkg-descr # xdisk/pkg-plist # xdisk/makefile_hints # echo c - xdisk mkdir -p xdisk > /dev/null 2>&1 echo x - xdisk/Makefile sed 's/^X//' >xdisk/Makefile << '7f6cbaa850ac9864db7053e866165676' X# $FreeBSD$ X XPORTNAME= xdisk XDISTVERSION= 1.0 XCATEGORIES= sysutils XMASTER_SITES= https://raw.githubusercontent.com/random532/xdisk---FreeBSD-Partition-Editor/master/port/ XMAINTAINER= georg.lastname@web.de XCOMMENT= a GUI for editing hard drives (partition editor, disk editor). Uses X11, gtk3. X XLICENSE= BSD2CLAUSE XUSES= gnome xorg XUSE_XORG= x11 xt XUSE_GNOME= atk cairo gconf2 gdkpixbuf2 glib20 gtk30 pango X Xdo-install: X ${INSTALL_PROGRAM} -g wheel -m 0755 -o root work/${PORTNAME}-${DISTVERSION}/${PORTNAME} ${STAGEDIR}/${LOCALBASE}/bin X X.include 7f6cbaa850ac9864db7053e866165676 echo x - xdisk/pkg-descr sed 's/^X//' >xdisk/pkg-descr << '4e04b6e25b63db24e8b16a9f3bfe0bd4' XThis is a GUI for editing hard drives (partition editor, disk editor). XIt uses gtk3. X XStart it with xdisk. XIf it complains about missing machine-id, run "dbus-uuidgen --ensure". 4e04b6e25b63db24e8b16a9f3bfe0bd4 echo x - xdisk/pkg-plist sed 's/^X//' >xdisk/pkg-plist << 'f059c1bc0f623604cbe521eaae515906' Xbin/xdisk f059c1bc0f623604cbe521eaae515906 echo x - xdisk/makefile_hints sed 's/^X//' >xdisk/makefile_hints << '0ebe8e5ba6bd6e39d8fc9d9ee2f7e383' Xlibraries: X X-lXm X-lXt X-lglib-2.0 X-lrt X-lgthread-2.0 X-lgmodule-2.0 X-lgobject-2.0 X-lfontconfig X-lfreetype X-lpango-1.0 X-lcairo X-lpangocairo-1.0 X-lgdk_pixbuf-2.0 X-lpangoft2-1.0 X-lgio-2.0 X-latk-1.0 X-lgdk-3 X-lgtk-3 X Xinclude: Xatk-1.0 Xgdk-pixbuf-2.0 Xcairo Xpango-1.0 Xglib-2.0 Xlib/glib-2.0 Xgtk-3.0 0ebe8e5ba6bd6e39d8fc9d9ee2f7e383 exit