Commit graph

9 commits

Author SHA1 Message Date
Sergey Svishchev
7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00
Roland Illig
91a02fafba Ran "pkglint --autofix", which fixed some quoting issues in MAKE_ENV,
CONFIGURE_ARGS, FILES_SUBST and the like.
2005-12-05 22:27:44 +00:00
Roland Illig
1ee539a984 Added RMD160 checksums. 2005-09-28 06:41:05 +00:00
Roland Illig
2a1ca3d973 Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. 2005-05-24 10:29:21 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Soren Jacobsen
688f30daf0 Convert to buildlink3. 2004-05-09 06:53:00 +00:00
grant beattie
e7e15b4322 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-25 02:22:38 +00:00
Martti Kuparinen
a1ee2a41ea COMMENT should start with a capital letter. 2003-07-21 17:33:10 +00:00
pancake ;)
f859a3eb62 Initial import of lde
lde  supports  the  three  most popular file systems under
Linux at the time of its  inception:  ext2fs,  minix,  and
xiafs.   It  also  has  minimal support for msdos FAT file
systems and a nofs system in which case lde will  function
as  a  binary  editor.   lde will attempt to automatically
detect the file system present on the device or file  when
it  is  started,  if it does not recognize the file system
present on the device, it will default to nofs.

lde allows you to view and edit  disk  blocks  in  hex  or
ASCII  mode,  view a block that contains directory entries
in a readable fashion, and view and edit formatted inodes.
lde  is  a  great  help when recovering deleted files (see
doc/UNERASE included with the lde  distribution  for  more
info).

The  device  parameter  is  a required option for lde.  If
ommitted, it will print a warning and refuse to start.  The
default  mode  for  lde is to use a curses interface; this
can be overriden by some of the options listed below.
2003-06-05 13:20:49 +00:00