CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2020/05/24 14:03:35

Log message:
    import sysutils/lr, from Evan Silberman, tweak/ok bcallah@, tweaks from me
    (remove 'new' in DESCR, use BSD_INSTALL_PROGRAM so that -s is passed where
    needed).
    
    lr is a tool for generating file listings, which includes the best features
    of ls(1), find(1), stat(1) and du(1).
    
    Benefits over find:
    * friendly and logical C-style filter syntax
    * getopt is used, can mix filters and arguments in any order
    * can sort
    * compute directory sizes
    * can strip leading ./
    * can do breadth first search
    
    Benefits over ls:
    * sorts over all files, not per directory
    * copy & paste file names from the output since they are relative to pwd
    * ISO dates
    * powerful filters
    
    Status:
    
    Vendor Tag: sthen
    Release Tags:       sthen_20200524
    
    N ports/sysutils/lr/Makefile
    N ports/sysutils/lr/distinfo
    N ports/sysutils/lr/pkg/PLIST
    N ports/sysutils/lr/pkg/DESCR
    N ports/sysutils/lr/patches/patch-Makefile
    
    No conflicts created by this import

Reply via email to