aboutsummaryrefslogtreecommitdiff
path: root/editors/tweak
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-15 21:23:29 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-15 21:23:29 +0000
commit35a0daeb925a271ffa8392f80121d5cb4b5fd059 (patch)
tree8b3a4987b736be4d78d32ff4f688cdc89964c674 /editors/tweak
parent94078759950504c5134985275bcd927e4d9f55b9 (diff)
downloadports-35a0daeb925a271ffa8392f80121d5cb4b5fd059.tar.gz
ports-35a0daeb925a271ffa8392f80121d5cb4b5fd059.zip
Tweak is a hex editor. It allows you to edit a file at very low level,
letting you see the full and exact binary contents of the file. It can be useful for modifying binary files such as executables, editing disk or CD images, debugging programs that generate binary file formats incorrectly, and many other things. WWW: http://www.chiark.greenend.org.uk/~sgtatham/tweak/ PR: ports/131724 Submitted by: Jille Timmermans (jille at quis.cx)
Notes
Notes: svn path=/head/; revision=228459
Diffstat (limited to 'editors/tweak')
-rw-r--r--editors/tweak/Makefile19
-rw-r--r--editors/tweak/distinfo3
-rw-r--r--editors/tweak/pkg-descr7
3 files changed, 29 insertions, 0 deletions
diff --git a/editors/tweak/Makefile b/editors/tweak/Makefile
new file mode 100644
index 000000000000..1c37051c9625
--- /dev/null
+++ b/editors/tweak/Makefile
@@ -0,0 +1,19 @@
+# Ports collection makefile for: tweak
+# Date created: Sun Feb 15, 2009
+# Whom: Jille Timmermans (jille@quis.cx)
+# $FreeBSD$
+
+PORTNAME= tweak
+PORTVERSION= 3.01
+CATEGORIES= editors
+MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/
+#DISTNAME= ${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= jille@quis.cx
+COMMENT= An efficient hex editor
+
+USE_GMAKE= yes
+MAN1= tweak.1
+PLIST_FILES= bin/tweak
+
+.include <bsd.port.mk>
diff --git a/editors/tweak/distinfo b/editors/tweak/distinfo
new file mode 100644
index 000000000000..d4b8e3fb8529
--- /dev/null
+++ b/editors/tweak/distinfo
@@ -0,0 +1,3 @@
+MD5 (tweak-3.01.tar.gz) = 3ae8db9fd482b679835a80c4635f71be
+SHA256 (tweak-3.01.tar.gz) = 196e629705969d0f44fdd1436a31c213478bc3ee8ba63e986b56105353c8fd94
+SIZE (tweak-3.01.tar.gz) = 71681
diff --git a/editors/tweak/pkg-descr b/editors/tweak/pkg-descr
new file mode 100644
index 000000000000..8294beaf01d7
--- /dev/null
+++ b/editors/tweak/pkg-descr
@@ -0,0 +1,7 @@
+Tweak is a hex editor. It allows you to edit a file at very low level,
+letting you see the full and exact binary contents of the file. It can be
+useful for modifying binary files such as executables, editing disk or
+CD images, debugging programs that generate binary file formats incorrectly,
+and many other things.
+
+WWW: http://www.chiark.greenend.org.uk/~sgtatham/tweak/