freebsd-ports/editors/bed/pkg-plist
Greg Lewis 4b6524e629 . Add a port of bed:
Menu driven binary editor. Dataformats are
ascii, unsigned and signed integers, float, bitflags,
bitfields, labels, ebcdic and time_t. Different sizes
and byte ordenings are possible. Datatypes can
be used in structures. Other dataformats, filters and
procedures can be defined in plugins. Contains copy,
past, undo, redo, search, replace, marks, record/play and
context sensitive help. Linux & FreeBSD: edit block devices
(linux limit 1023 gigabyte).

PR:		27200
Submitted by:	Jaap Korthals Altes <jkaltes@cyberbrain.com>
		(updated based on the port in the 0.2.19 distfile)
2003-10-07 20:26:18 +00:00

120 lines
4.0 KiB
Plaintext

%%DATADIR%%/bedrc
%%DATADIR%%/.neededbybed
%%DATADIR%%/misc/pushlpushl.bedda
%%DATADIR%%/misc/hexasc.bedda
%%DATADIR%%/misc/char2b.bedda
%%DATADIR%%/misc/char2.bedda
%%DATADIR%%/misc/bits.bedda
%%DATADIR%%/misc/README.txt
%%DATADIR%%/misc/symtab.bedda
%%DATADIR%%/misc/sectionheader.bedda
%%DATADIR%%/misc/programheader.bedda
%%DATADIR%%/misc/elfheader.bedda
%%DATADIR%%/misc/dynsym.bedda
%%DATADIR%%/misc/wtmp-freebsd.bedda
%%DATADIR%%/misc/win32sections.bedda
%%DATADIR%%/utils/bin2byte
%%DATADIR%%/utils/keyconfig
%%DATADIR%%/plugins/plugin.cpp
%%DATADIR%%/plugins/global.h
%%DATADIR%%/plugins/faked.h
%%DATADIR%%/plugins/Makefile
%%DATADIR%%/plugins/ascii.h
%%DATADIR%%/plugins/varmacro.h
%%DATADIR%%/plugins/config.h
%%DATADIR%%/plugins/digitstring.h
%%DATADIR%%/plugins/views.h
%%DATADIR%%/plugins/typelist.h
%%DATADIR%%/plugins/type.h
%%DATADIR%%/plugins/screenpart.h
%%DATADIR%%/plugins/screen.h
%%DATADIR%%/plugins/repeat.h
%%DATADIR%%/plugins/mainprocedures.h
%%DATADIR%%/plugins/offtypes.h
%%DATADIR%%/plugins/multidigit.h
%%DATADIR%%/plugins/hassub.h
%%DATADIR%%/plugins/getfile.h
%%DATADIR%%/plugins/filter.h
%%DATADIR%%/plugins/contain.h
%%DATADIR%%/plugins/defines.h
%%DATADIR%%/plugins/examples/Makefile
%%X11%%%%DATADIR%%/plugins/examples/switchsize.plug
%%DATADIR%%/plugins/examples/rxvt.plug
%%DATADIR%%/plugins/examples/elftables.plug
%%DATADIR%%/plugins/examples/index2table.plug
%%DATADIR%%/plugins/examples/cut.plug
%%DATADIR%%/plugins/examples/datatypeinfo.plug
%%DATADIR%%/plugins/examples/searchclip.plug
%%DATADIR%%/plugins/examples/helpf1.plug
%%DATADIR%%/plugins/examples/title.plug
%%DATADIR%%/plugins/examples/backward.plug
%%DATADIR%%/plugins/examples/file.plug
%%DATADIR%%/plugins/examples/ebcdic2ascii.plug
%%DATADIR%%/plugins/examples/macro2plug.sh
%%DATADIR%%/plugins/examples/encodechar.sh
%%DATADIR%%/plugins/examples/ebcdic2ascii.cc
%%DATADIR%%/plugins/examples/ebcdic2ascii.h
%%DATADIR%%/plugins/examples/ascii2ebcdic.h
%%X11%%%%DATADIR%%/plugins/examples/putselect.cc
%%X11%%%%DATADIR%%/plugins/examples/switchsize.cc
%%DATADIR%%/plugins/examples/rxvt.cc
%%DATADIR%%/plugins/examples/index2table.h
%%DATADIR%%/plugins/examples/elftables.cc
%%DATADIR%%/plugins/examples/index2table.cc
%%DATADIR%%/plugins/examples/cut.cc
%%DATADIR%%/plugins/examples/datatypeinfo.cc
%%DATADIR%%/plugins/examples/install.cc
%%DATADIR%%/plugins/examples/newdata.cc
%%DATADIR%%/plugins/examples/searchclip.cc
%%DATADIR%%/plugins/examples/helpf1.cc
%%DATADIR%%/plugins/examples/title.cc
%%DATADIR%%/plugins/examples/signed.h
%%DATADIR%%/plugins/examples/oldsigned.h
%%DATADIR%%/plugins/examples/hash.h
%%DATADIR%%/plugins/examples/bitfields.h
%%DATADIR%%/plugins/examples/oldsigned.cc
%%DATADIR%%/plugins/examples/backward.cc
%%DATADIR%%/plugins/examples/unsigned.cpp
%%DATADIR%%/plugins/examples/undoall.cpp
%%DATADIR%%/plugins/examples/translate.cc
%%DATADIR%%/plugins/examples/time.cpp
%%DATADIR%%/plugins/examples/skip.cpp
%%DATADIR%%/plugins/examples/signed.cc
%%DATADIR%%/plugins/examples/subtract.cc
%%DATADIR%%/plugins/examples/nextitem.cpp
%%DATADIR%%/plugins/examples/disass-use.c
%%DATADIR%%/plugins/examples/disass.cc
%%DATADIR%%/plugins/examples/float.cc
%%DATADIR%%/plugins/examples/filter.cpp
%%DATADIR%%/plugins/examples/file.cpp
%%DATADIR%%/plugins/examples/edit.cc
%%DATADIR%%/plugins/examples/duplicate.cpp
%%DATADIR%%/plugins/examples/crc.c
%%DATADIR%%/plugins/examples/chars.c
%%DATADIR%%/plugins/examples/char2.cc
%%DATADIR%%/plugins/examples/bitflags.cc
%%DATADIR%%/plugins/examples/bitfields.cc
%%DATADIR%%/plugins/examples/bitcpy.cc
%%DATADIR%%/plugins/examples/bitcontains.cc
%%X11%%%%DATADIR%%/plugins/examples/putselect.plug
%%DATADIR%%/config
%%DATADIR%%/terminfo/r/rxvtbed
%%DATADIR%%/terminfo/r/rxvt
%%DATADIR%%/LICENSE
%%DATADIR%%/bed-0.2.19.lsm
%%DATADIR%%/README
%%DATADIR%%/public.key
%%DATADIR%%/addmagic.sh
%%DATADIR%%/bedmagic
%%DATADIR%%/testmarks.bedm
%%DATADIR%%/uninstallbed.sh
bin/bed
bin/xbed
@dirrm %%DATADIR%%/utils
@dirrm %%DATADIR%%/terminfo/r
@dirrm %%DATADIR%%/terminfo
@dirrm %%DATADIR%%/plugins/examples
@dirrm %%DATADIR%%/plugins
@dirrm %%DATADIR%%/misc
@dirrm %%DATADIR%%