Page MenuHomeFreeBSD

D36589.1784833476.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D36589.1784833476.diff

diff --git a/textproc/Makefile b/textproc/Makefile
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -256,6 +256,7 @@
SUBDIR += halibut
SUBDIR += heirloom-doctools
SUBDIR += hevea
+ SUBDIR += hexcode
SUBDIR += hhm
SUBDIR += hi-aspell
SUBDIR += highlight
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 <bsd.port.mk>
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

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 23, 7:04 PM (14 m, 36 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29241187
Default Alt Text
D36589.1784833476.diff (1 KB)

Event Timeline