svn commit: r383515 - in head/editors: . shed
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Apr 7 14:47:00 UTC 2015
Author: danfe
Date: Tue Apr 7 14:46:58 2015
New Revision: 383515
URL: https://svnweb.freebsd.org/changeset/ports/383515
Log:
Add a port of Shed (Simple Hex Editor).
WWW: https://sourceforge.net/projects/shed/
Added:
head/editors/shed/
head/editors/shed/Makefile (contents, props changed)
head/editors/shed/distinfo (contents, props changed)
head/editors/shed/pkg-descr (contents, props changed)
Modified:
head/editors/Makefile
Modified: head/editors/Makefile
==============================================================================
--- head/editors/Makefile Tue Apr 7 14:43:41 2015 (r383514)
+++ head/editors/Makefile Tue Apr 7 14:46:58 2015 (r383515)
@@ -227,6 +227,7 @@
SUBDIR += scribes
SUBDIR += se
SUBDIR += semi
+ SUBDIR += shed
SUBDIR += slime
SUBDIR += spe
SUBDIR += ssam
Added: head/editors/shed/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/editors/shed/Makefile Tue Apr 7 14:46:58 2015 (r383515)
@@ -0,0 +1,28 @@
+# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= shed
+PORTVERSION= 1.15
+CATEGORIES= editors
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
+
+MAINTAINER= danfe at 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>
Added: head/editors/shed/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/editors/shed/distinfo Tue Apr 7 14:46:58 2015 (r383515)
@@ -0,0 +1,2 @@
+SHA256 (shed-1.15.tar.gz) = 5bde9f146704ba552293b658a2e8e05acb0a14a1348925b19a296663539917c7
+SIZE (shed-1.15.tar.gz) = 87777
Added: head/editors/shed/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/editors/shed/pkg-descr Tue Apr 7 14:46:58 2015 (r383515)
@@ -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/
More information about the svn-ports-all
mailing list