diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-15 21:23:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-15 21:23:29 +0000 |
commit | 35a0daeb925a271ffa8392f80121d5cb4b5fd059 (patch) | |
tree | 8b3a4987b736be4d78d32ff4f688cdc89964c674 /editors/tweak | |
parent | 94078759950504c5134985275bcd927e4d9f55b9 (diff) |
Notes
Diffstat (limited to 'editors/tweak')
-rw-r--r-- | editors/tweak/Makefile | 19 | ||||
-rw-r--r-- | editors/tweak/distinfo | 3 | ||||
-rw-r--r-- | editors/tweak/pkg-descr | 7 |
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/ |