cvs commit: ports/sysutils Makefile ports/sysutils/reclinker Makefile distinfo pkg-descr

Andrew Pantyukhin sat at FreeBSD.org
Mon Jun 11 18:14:43 UTC 2007


sat         2007-06-11 18:14:43 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/reclinker   Makefile distinfo pkg-descr 
  Log:
  Add port sysutils/reclinker:
  
  reclinker is a recursive symlinking utility. It mirrors a hierarchy of
  files by means of symlinks. It's similar to GNU Stow, however:
  * written in pure C (no dependencies, fast)
  * free of forced, confusing package management terminology (like stow
    dir, target dir, package)
  * supports both absolut and relative linking
  * supports linking into existing hierarchies, handles properly already
    existing directory symlinks in the target hierarchy (like /usr/man ->
    share/man)
  * supports access control (set ownership/mode of created
    links/directories, filter processed files based on ownership/mode
    requirements)
  
  WWW: http://creo.hu/~csaba/stuff/reclinker/
  Author: Csaba Henk
  
  Revision  Changes    Path
  1.922     +1 -0      ports/sysutils/Makefile
  1.1       +24 -0     ports/sysutils/reclinker/Makefile (new)
  1.1       +3 -0      ports/sysutils/reclinker/distinfo (new)
  1.1       +15 -0     ports/sysutils/reclinker/pkg-descr (new)


More information about the cvs-all mailing list