textproc/hexcode: New port

Differential Revision:	https://reviews.freebsd.org/D36589
This commit is contained in:
Lady Serena Kitty 2022-09-14 19:37:49 -07:00 committed by Neel Chauhan
parent 095788766c
commit 397340f68c
5 changed files with 29 additions and 0 deletions

View file

@ -256,6 +256,7 @@
SUBDIR += halibut
SUBDIR += heirloom-doctools
SUBDIR += hevea
SUBDIR += hexcode
SUBDIR += hhm
SUBDIR += hi-aspell
SUBDIR += highlight

20
textproc/hexcode/Makefile Normal file
View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1663207221
SHA256 (LadySerenaKitty-hexcode-28014ba87c67b7d352c131a7a985b8188506a2ed_GL0.tar.gz) = f1e73e3cb8e098b067b780906ad2d5d01e490944c8c8d059e68c6b6ec3d199c5
SIZE (LadySerenaKitty-hexcode-28014ba87c67b7d352c131a7a985b8188506a2ed_GL0.tar.gz) = 2805

View file

@ -0,0 +1 @@
Hexcode allows easy conversion of data to hexidecimal representation and back.

View file

@ -0,0 +1,4 @@
bin/dehex
bin/enhex
include/hexcode.h
lib/libhexcode.so