summaryrefslogtreecommitdiff
path: root/editors/biew
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for editors categoryagc1-1/+2
Problems found with existing distfiles: distfiles/javascript-2.1b1.el distfiles/yEd-3.14.2.zip No changes made to the javascript-mode or yEd distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-18Fix build with HAVE_ICONV not set, needed on OpenBSD.dholland2-1/+41
2015-02-19stdint.h and glibc have only a very tangible relationship.joerg2-1/+20
2013-07-02Don't try to guess the compiler type based on the name. Fix assemblerjoerg4-2/+42
constraint. Disable integrated assembler for clang due to the misuse.
2013-06-30Update to 6.1.0ryoon9-185/+99
* This version of biew works on NetBSD/amd64 at least. Changelog: 6.0.1: It supports NEW Intel's AES, AVX, FMA and AMD's XOP, FMA4, CVT16 instructions sets. 6.0.2: It contains minor bug-fixes in 64-bit mode. I hope this release will finalize series of changes for 6.0.x branch. 6.0.1: It contains minor bug-fixes in 64-bit mode. 5.7.3.1: This release fixes one accidental bug in AMD64 disassembler 5.7.3: unknown. 5.7.2: unknown. 5.7.1: Changes: * Minor fixes and cleanups. + feature request: [ 1782395 ] Make Goto (F5) accept percentages 5.7.0: Changes: * Fixes by Daniel Borca <dborca@yahoo.com>: * unix/vio.c use the correct alternate set for line drawing. see http://www.in-ulm.de/~mascheck/various/alternate_charset/ * configure: accept linux and Linux from uname. i?86 is really ia32. * makefile: install xlt and man pages correctly. * unix/os_dep.c: DATADIR conforming to configure. Fix duplicate biew name in configuration file * ia32/_inlines.h: replace xlat with regular table indexing (to be able to test biew with valgrind). * linux/keyboard.c: fix 'I/O possible' error; it seems to be appearing spuriously between __init_vio and the end of __init_keyboard, where SIGIO is hooked as event handler. I think it's harmless to just or maybe block SIGIO events until we are finished setting up the keyboard. + Assembling through the nasm/yasm. Patch by <mauro.giachero@gmail.com> + New opcodes (SSSE3, SSE4.1, SSE4.2, SSE4a) in x86 disassembler. + Provide alternative insns hilighting in ix86-32 disassembler. * Fixed bug of repainting in hexmode when up_arrow key pressed and filepos == 0. * Fixed REX handling in x86_64 disassembler * Fixed CPU information dialog + New disassemblers: + ARM32 / XScale + AIM Power5+ ISA + Added support for PE32+ file format. + NEW: User defined names aka bookmarks (Ctrl-F10)!!! * Many other improvements and fixes. 5.6.4: This is release has goal to fix loopback in biew during file format detection. Also it has some other changes: * Fixed bug #1695783 (biew 5.6.3 - Bug in file detection due mp3.c) * Improved multimedia format support + Added initial support for Sis and SisX formats of Symbian OS * Fixed bug #1696442 (-extraincdir and -extralibdir can only handle one extra lib.) * Added endian selection in hexmode viewer 5.6.3: This minor featues enhancement release which adds support for multimedia file formats
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-13Add -lrt to LIBS.SunOS and LIBS as OS_LIBS to MAKE_ENV to make this build.hans1-1/+4
Not needed on 5.11, but doesn't hurt either.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-10/+12
their files via a custom do-install target.
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.