pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import Binary Editor 'be' as wip/be



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Wed May 31 23:22:37 2023 -0700
Changeset:	ec3764b39fddbf96a5650b84662824462793a027

Modified Files:
	Makefile
Added Files:
	be/DESCR
	be/Makefile
	be/PLIST
	be/distinfo

Log Message:
Import Binary Editor 'be' as wip/be

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ec3764b39fddbf96a5650b84662824462793a027

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile    |  1 +
 be/DESCR    |  1 +
 be/Makefile | 15 +++++++++++++++
 be/PLIST    |  2 ++
 be/distinfo |  5 +++++
 5 files changed, 24 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index d090e2ada6..464690d2e0 100644
--- a/Makefile
+++ b/Makefile
@@ -263,6 +263,7 @@ SUBDIR+=	bashtop
 SUBDIR+=	basic-stats
 SUBDIR+=	bastard
 SUBDIR+=	bats-core
+SUBDIR+=	be
 SUBDIR+=	beast
 SUBDIR+=	beignet
 SUBDIR+=	belle-sip
diff --git a/be/DESCR b/be/DESCR
new file mode 100644
index 0000000000..6ce3ab629e
--- /dev/null
+++ b/be/DESCR
@@ -0,0 +1 @@
+InfoSec Binary Hex Editor with Retro Disassemblers.
diff --git a/be/Makefile b/be/Makefile
new file mode 100644
index 0000000000..b5490368f0
--- /dev/null
+++ b/be/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	be-2023.06.1
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=asmedit/}
+
+MAINTAINER=	charlotte%NetBSD.org@localhost
+HOMEPAGE=	https://5ht.co/be/
+COMMENT=	Binary hex editor with retro disassemblers
+LICENSE=	isc
+
+USE_LANGUAGES+=	c
+USE_TOOLS+=	gmake
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/be/PLIST b/be/PLIST
new file mode 100644
index 0000000000..f4daf44e45
--- /dev/null
+++ b/be/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/be
diff --git a/be/distinfo b/be/distinfo
new file mode 100644
index 0000000000..a3eb6c3ebf
--- /dev/null
+++ b/be/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (be-2023.06.1.tar.gz) = d3e9005bd204f49610eb38f321e3ef29f4164125ddc37ea569d512b84feeab5c
+SHA512 (be-2023.06.1.tar.gz) = 4d28ba847825eba090d1f1eb0591e3368f52085e0f52df3ed3c6334bb1b6c1c8922968e3e5bc7e0d1404e9c49205d1716e1336365dc7489cf7f754a58d84dcc7
+Size (be-2023.06.1.tar.gz) = 426170 bytes


Home | Main Index | Thread Index | Old Index