Commit Graph

12 Commits

Author SHA1 Message Date
Fernando Apesteguía 6ea21b26b1 Give editors/tweak maintainership to pzn.unixbsd@gmail.com
PR:	227722
Reported by:	pzn.unixbsd@gmail.com
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15216
2018-04-27 20:52:59 +00:00
Dmitry Marakasov 6225d12a81 - Add LICENSE
- Update WWW
- Switch to upstream makefile
2018-02-21 09:02:56 +00:00
Jason Helfman abd235f0f8 - update to 3.02
Reported by:	portscout
2016-03-25 20:45:54 +00:00
John Marino 32cd29d6dc editors/tweak: document ncurses requirement (USES+=ncurses) 2016-01-31 12:34:28 +00:00
Antoine Brodin 0090808295 Allow staging as a regular user 2014-09-03 21:07:17 +00:00
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00
Martin Wilke af95f65219 - Stage support 2014-02-02 15:20:48 +00:00
Baptiste Daroussin 68ede13b49 Add NO_STAGE all over the place in preparation for the staging support (cat: editors) 2013-09-20 16:36:23 +00:00
Thomas Abthorpe 3b956401b8 - Reassign to the heap at maintainer's request 2012-09-22 17:23:08 +00:00
Martin Wilke bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Ed Schouten ed64898f59 Make tweak honour compiler flags CC, CFLAGS, LDFLAGS, etc.
The Makefile that gets shipped with tweak overrides the default values
of the well known make variables. Because a diff to sanitize the
Makefile would be bigger than replacing it, add a BSD Makefile to the
files/ directory.

Also remove the unneeded commented DISTNAME line from the Makefile.

Approved by:	Jille Timmermans <jille quis cx> (port maintainer)
2009-02-17 19:51:46 +00:00
Martin Wilke 35a0daeb92 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)
2009-02-15 21:23:29 +00:00