From owner-cvs-ports@FreeBSD.ORG Fri Feb 15 03:17:24 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD4E616A41A; Fri, 15 Feb 2008 03:17:24 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9D19513C458; Fri, 15 Feb 2008 03:17:24 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1F3HNnF085923; Fri, 15 Feb 2008 03:17:23 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1F3HN6H085922; Fri, 15 Feb 2008 03:17:23 GMT (envelope-from beech) Message-Id: <200802150317.m1F3HN6H085922@repoman.freebsd.org> From: Beech Rintoul Date: Fri, 15 Feb 2008 03:17:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/relpath Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2008 03:17:24 -0000 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 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)