Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2015 14:46:58 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383515 - in head/editors: . shed
Message-ID:  <201504071446.t37EkwDY068320@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504071446.t37EkwDY068320>