Index: security/horcrux/Makefile =================================================================== --- security/horcrux/Makefile (nonexistent) +++ security/horcrux/Makefile (working copy) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= horcrux +DISTVERSIONPREFIX= v +DISTVERSION= 0.2 +CATEGORIES= security + +MAINTAINER= vulcan@wired.sh +COMMENT= Split files into encrypted fragments + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go + +USE_GITHUB= yes +GH_ACCOUNT= jesseduffield +GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} + +.include Property changes on: security/horcrux/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: security/horcrux/distinfo =================================================================== --- security/horcrux/distinfo (nonexistent) +++ security/horcrux/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1579338317 +SHA256 (jesseduffield-horcrux-v0.2_GH0.tar.gz) = eb2e4edab1938de6b724cf5ba5c8f28acd5b5da65065a4060a34672af5e1bafa +SIZE (jesseduffield-horcrux-v0.2_GH0.tar.gz) = 13559 Property changes on: security/horcrux/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: security/horcrux/pkg-descr =================================================================== --- security/horcrux/pkg-descr (nonexistent) +++ security/horcrux/pkg-descr (working copy) @@ -0,0 +1,5 @@ +Utility to split files into encrypted fragments +(using the shamir secret sharing scheme) so that +you don't need to remember a passcode. + +WWW: https://github.com/jesseduffield/horcrux Property changes on: security/horcrux/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property