Bring back reop

This commit is contained in:
jturner
2025-06-17 19:11:19 +00:00
parent ccd574eb4b
commit c9311d82bd
4 changed files with 39 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
COMMENT = create and verify cryptographic signatures
VERSION = 2.1.1
REVISION = 0
DISTNAME = reop-${VERSION}
CATEGORIES = security sysutils
MAINTAINER = James Turner <james@calminferno.net>
HOMEPAGE = http://www.tedunangst.com/flak/post/reop
SITES = http://www.tedunangst.com/flak/files/
EXTRACT_SUFX = .tgz
# ISC
PERMIT_PACKAGE = Yes
WANTLIB = c sodium util
LIB_DEPENDS = security/libsodium>=0.7.0
ALL_TARGET = reop
MAKE_FLAGS = CC="${CC}" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lutil -lsodium"
do-test:
@cd ${WRKSRC}/tests && sh test.sh
do-install:
${INSTALL_MAN} ${WRKSRC}/reop.1 ${PREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/reop ${PREFIX}/bin
.include <bsd.port.mk>
+2
View File
@@ -0,0 +1,2 @@
SHA256 (reop-2.1.1.tgz) = +orgWMUe/sW945+rFbQnXmOU2asd0hkP/bo8+Zg/3Kw=
SIZE (reop-2.1.1.tgz) = 32533
+3
View File
@@ -0,0 +1,3 @@
reop (reasonable expectation of privacy) is a utility that creates and
verifies cryptographic signatures. It supports both asymmetric and
symmetric encryption.
+2
View File
@@ -0,0 +1,2 @@
@bin bin/reop
@man man/man1/reop.1