summaryrefslogtreecommitdiff
path: root/editors/shed
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2015-04-07 14:46:58 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2015-04-07 14:46:58 +0000
commit43d7b990a49767c8db70837f14e2edadd01d9b6d (patch)
treeb7c32cfaf007faa4a5c9d08dbe4749144eba4b1b /editors/shed
parentcomms/dump1090_mr: fix build, fix path to html files (diff)
Add a port of Shed (Simple Hex Editor).
WWW: https://sourceforge.net/projects/shed/
Notes
Notes: svn path=/head/; revision=383515
Diffstat (limited to 'editors/shed')
-rw-r--r--editors/shed/Makefile28
-rw-r--r--editors/shed/distinfo2
-rw-r--r--editors/shed/pkg-descr6
3 files changed, 36 insertions, 0 deletions
diff --git a/editors/shed/Makefile b/editors/shed/Makefile
new file mode 100644
index 000000000000..3f172a5f8c99
--- /dev/null
+++ b/editors/shed/Makefile
@@ -0,0 +1,28 @@
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= shed
+PORTVERSION= 1.15
+CATEGORIES= editors
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
+
+MAINTAINER= danfe@FreeBSD.org
+COMMENT= Simple ncurses-based pico-style hex editor
+
+LICENSE= GPLv2
+
+GNU_CONFIGURE= yes
+
+PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+PORTDOCS= ChangeLog README TODO
+
+OPTIONS_DEFINE= DOCS
+
+post-patch:
+ @${REINPLACE_CMD} -e '/^CFLAGS=/d' ${WRKSRC}/configure
+
+post-install:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
diff --git a/editors/shed/distinfo b/editors/shed/distinfo
new file mode 100644
index 000000000000..5811aa0e0d7f
--- /dev/null
+++ b/editors/shed/distinfo
@@ -0,0 +1,2 @@
+SHA256 (shed-1.15.tar.gz) = 5bde9f146704ba552293b658a2e8e05acb0a14a1348925b19a296663539917c7
+SIZE (shed-1.15.tar.gz) = 87777
diff --git a/editors/shed/pkg-descr b/editors/shed/pkg-descr
new file mode 100644
index 000000000000..240d478518be
--- /dev/null
+++ b/editors/shed/pkg-descr
@@ -0,0 +1,6 @@
+SHED (Simple Hex EDitor) is a hex editor written for Unix-like systems using
+ncurses, with a friendly pico-style interface. It shows data in ASCII, hex,
+dec, oct and binary, and allows editing in all of these bases. Its features
+also include searching and dumping.
+
+WWW: https://sourceforge.net/projects/shed/