#!/bin/sh # This is a shell archive echo x ./siegfried mkdir -p ./siegfried > /dev/null 2>&1 echo x ./siegfried/pkg-descr sed 's/^X//' > ./siegfried/pkg-descr << 'SHAR_END' XSiegfried is a signature-based file format identification tool, Ximplementing the National Archives UK's PRONOM file format Xsignatures and freedesktop.org's MIME-info file format signatures. X XWWW: http://www.itforarchivists.com/siegfried/ SHAR_END echo x ./siegfried/Makefile sed 's/^X//' > ./siegfried/Makefile << 'SHAR_END' X# Created by: Steffen Fritz X# $FreeBSD$ X XPORTNAME= siegfried XPORTVERSION= 1.5.0 XDISTVERSIONPREFIX= v XCATEGORIES= sysutils X XMAINTAINER= steffen@fritz.wtf XCOMMENT= File identification tool X XLICENSE= APACHE20 X XPLIST_FILES= bin/sf X XUSE_GITHUB= yes XGH_ACCOUNT= richardlehane X XUSES= go X XGO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} XGO_TARGET= github.com/${GH_ACCOUNT}/${PORTNAME}/cmd/sf X XSTRIP= # stripping can break go binaries X X.include SHAR_END echo x ./siegfried/pkg-message sed 's/^X//' > ./siegfried/pkg-message << 'SHAR_END' XYou should run 'sf -update' to update your local PRONOM database SHAR_END echo x ./siegfried/distinfo sed 's/^X//' > ./siegfried/distinfo << 'SHAR_END' XTIMESTAMP = 1484147716 XSHA256 (richardlehane-siegfried-v1.5.0_GH0.tar.gz) = f337bd727a3c5085a169f1e5219d4ca95fa4c2299da5be9b29fe02ff5c9a2a19 XSIZE (richardlehane-siegfried-v1.5.0_GH0.tar.gz) = 15224549 SHAR_END exit