textproc/hexcode: New port
Differential Revision: https://reviews.freebsd.org/D36589
This commit is contained in:
parent
095788766c
commit
397340f68c
5 changed files with 29 additions and 0 deletions
|
@ -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
20
textproc/hexcode/Makefile
Normal 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>
|
3
textproc/hexcode/distinfo
Normal file
3
textproc/hexcode/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1663207221
|
||||
SHA256 (LadySerenaKitty-hexcode-28014ba87c67b7d352c131a7a985b8188506a2ed_GL0.tar.gz) = f1e73e3cb8e098b067b780906ad2d5d01e490944c8c8d059e68c6b6ec3d199c5
|
||||
SIZE (LadySerenaKitty-hexcode-28014ba87c67b7d352c131a7a985b8188506a2ed_GL0.tar.gz) = 2805
|
1
textproc/hexcode/pkg-descr
Normal file
1
textproc/hexcode/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
Hexcode allows easy conversion of data to hexidecimal representation and back.
|
4
textproc/hexcode/pkg-plist
Normal file
4
textproc/hexcode/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/dehex
|
||||
bin/enhex
|
||||
include/hexcode.h
|
||||
lib/libhexcode.so
|
Loading…
Reference in a new issue