summaryrefslogtreecommitdiff
path: root/editors/biew
AgeCommit message (Collapse)AuthorFilesLines
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-06-30Remove some lvalue casts to make this compile with gcc-4.1.wiz6-1/+132
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-10-13Update biew to version 5.6.2 to address PR#27252.ben2-8/+7
This release mainly fixes AMD64-related bugs.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-20Update to 5.6.1:wiz2-6/+7
Changes in 5.6.1: This release fixes a bug which blocked dialog's item selection. Changes in 5.6.0: + Java disassembler + New feature: "Tabbed" browsing. (Now you may access F1-F10 actions through TAB key) + Textmode syntax highlighing + New submodes of binmode + AVR disassembler by Stephan Linz + Enable SSE3 for Athlon64 (due Intel Extended Memory 64 Technology) + New feature: input viewer * Fixed Bug 234729(debian.org): Hexadecimal dump is not hex, but binary (if hexmode was forced by -h key in command line) * Fixed Bug 235005(debian.org): Missing values in hex listing (was detected when width of terminal window was 106 chars) * Fixes by Alex: * Fixed bug of block-device opening * Fixed case sensitive search in hexmode * Fixed old and evil bug of not repainting of low part of window under some terminals. + Add russian locales support in linux/unix systems * Fixing multiple QNX related bugs + Added support for QNX 6 Neutrino * QNX6 related fixes and improvements + Added mouse wheel support for Win2k+ * Some MSWin related fixes by Oblomov Sergey * Fixed correct elf32 reading after applying 64-bit support * Other minor/major fixes.
2004-04-11Convert to buildlink3.snj1-3/+3
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-07-22Update to 5.5.0:wiz5-41/+31
5.5.0 - fixed bug of non repainting of bottom part of window under some vt100 terminals (NK). 5.3.2 - use /struct termdesc/ instead of /int/ for terminal type - compiler warnings cleanup 5.3.1 - changed default prefix to /usr/local, cosmetic fixes 5.3.0 - BIEW/LINUX: reduce use of system calls, use pwrite if possible, keyboard functions reimplemented using async IO, added proper pseudographics support on xterms (with G1 charset) and console (with null map), autodetection of vcsaN number, "Save as" codepage conversion fixed. - BIEW/SLANG: wrap lines in WriteBuff when buffer length exceeds terminal width - thanks to John Davis for helping me out. - BIEW/CURSES: added mouse support (ncurses are required for this), added acs_map ncurses hack. - BIEW/VT100: added proper pseudographics support (with G1 charset), keyboard functions reimplemented using async IO, added mouse support on Linux systems (gpm). - use getpwuid() to determine home directory when HOME is unavailable - reduce malloc()/free() calls in vioWriteBuff() - moved default datadir from /usr/lib/biew to /usr/share/biew
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-05do-install:grant1-7/+8
- don't call install with multiple directory args. - remove some unnecessary trailing slashes.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-02Correct quoting so that ${PREFIX}/share is default data dir.wiz2-5/+5
2000-10-30Initial import of biew-5.2.0, a binary viewer/editor with built-inmjl8-0/+86
disassembler.