diff --git a/textproc/hexcode/Makefile b/textproc/hexcode/Makefile new file mode 100644 --- /dev/null +++ b/textproc/hexcode/Makefile @@ -0,0 +1,20 @@ +PORTNAME= hexcode +DISTVERSION= 1.0 +CATEGORIES= textproc +MASTER_SITES= https://gitlab.com/LadySerenaKitty + +MAINTAINER= jlhawkwell@ladyserenakitty.com +COMMENT= Easily convert between hex and data. +WWW= https://gitlab.com/LadySerenaKitty/hexcode + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake + +USE_GITLAB= yes +GL_ACCOUNT= LadySerenaKitty +GL_PROJECT= ${PORTNAME} +GL_COMMIT= 28014ba87c67b7d352c131a7a985b8188506a2ed + +.include diff --git a/textproc/hexcode/distinfo b/textproc/hexcode/distinfo new file mode 100644 --- /dev/null +++ b/textproc/hexcode/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1663207221 +SHA256 (LadySerenaKitty-hexcode-28014ba87c67b7d352c131a7a985b8188506a2ed_GL0.tar.gz) = f1e73e3cb8e098b067b780906ad2d5d01e490944c8c8d059e68c6b6ec3d199c5 +SIZE (LadySerenaKitty-hexcode-28014ba87c67b7d352c131a7a985b8188506a2ed_GL0.tar.gz) = 2805 diff --git a/textproc/hexcode/pkg-descr b/textproc/hexcode/pkg-descr new file mode 100644 --- /dev/null +++ b/textproc/hexcode/pkg-descr @@ -0,0 +1 @@ +Hexcode allows easy conversion of data to hexidecimal representation and back. diff --git a/textproc/hexcode/pkg-plist b/textproc/hexcode/pkg-plist new file mode 100644 --- /dev/null +++ b/textproc/hexcode/pkg-plist @@ -0,0 +1,4 @@ +bin/dehex +bin/enhex +include/hexcode.h +lib/libhexcode.so