On 2013/04/04 14:44, joshua stein wrote: > The x11/unclutter port doesn't work very well anymore, so I wrote > xbanish. > > https://github.com/jcs/xbanish > > > (the cool kids still use shar, right?)
using shar for these is more a FreeBSD ports thing I think - and I bet half the people using them probably don't bother to read through and check there's nothing malicious in them ;) > XV= 1.0 > XDISTNAME= v${V} > XPKGNAME= xbanish-${V} > X > XCATEGORIES= x11 > XHOMEPAGE= https://github.com/jcs/xbanish > X > XMAINTAINER= joshua stein <j...@openbsd.org> > X > XMASTER_SITES= ${HOMEPAGE}/archive/ /usr/ports/distfiles/v1.0.tar.gz isn't too great. you could use DIST_SUBDIR, though this gives a nicer end result (but is a little hackish) - DISTNAME= xbanish-${V} MASTER_SITES= ${HOMEPAGE}/archive/v${V}${EXTRACT_SUFX}?dummy=/ though most things in tree which are just on on-the-fly github tars are usually mirrored.