Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2008 03:17:23 +0000 (UTC)
From:      Beech Rintoul <beech@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils Makefile ports/sysutils/relpath Makefile distinfo pkg-descr
Message-ID:  <200802150317.m1F3HN6H085922@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
beech       2008-02-15 03:17:23 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/relpath     Makefile distinfo pkg-descr 
  Log:
  Usage: relpath [-d DIR] START_DIR END_PATH
  
  Find a relative path from START_DIR to END_PATH.
  Prints the relative path on standard out.
  
  If -d DIR, then only emit a relative path if both
  START_DIR and END_PATH are sub-directories of DIR;
  otherwise, emit an absolute path to END_PATH.
  
  PR:             ports/67308
  Submitted by:   Volker Werth <volker@vwsoft.com>
  
  Revision  Changes    Path
  1.979     +1 -0      ports/sysutils/Makefile
  1.1       +19 -0     ports/sysutils/relpath/Makefile (new)
  1.1       +3 -0      ports/sysutils/relpath/distinfo (new)
  1.1       +8 -0      ports/sysutils/relpath/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802150317.m1F3HN6H085922>