Date: Fri, 14 Dec 2007 20:52:18 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ports-mgmt/portupdate-scan Makefile pkg-descr ports/ports-mgmt/portupdate-scan/src portupdate-scan portupdate-scan.8 Message-ID: <200712142052.lBEKqIwS019952@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2007-12-14 20:52:18 UTC FreeBSD ports repository Added files: ports-mgmt/portupdate-scan Makefile pkg-descr ports-mgmt/portupdate-scan/src portupdate-scan portupdate-scan.8 Log: portupdate-scan simplifies dealing with /usr/ports/UPDATING when you have so many ports installed that it is difficult to know which sections are relevant. It reads /usr/ports/UPDATING, attempting for each block to determine whether the affected ports are installed. It omits blocks that do not apply. It handles wildcards and other special cases, however it cannot handle all variants of phrases used on the APPLIES: line. In uncertain cases, it errs on the side of reporting. PR: ports/117991 Submitted by: Alex Stangl <alex at stangl.us> Revision Changes Path 1.1 +30 -0 ports/ports-mgmt/portupdate-scan/Makefile (new) 1.1 +10 -0 ports/ports-mgmt/portupdate-scan/pkg-descr (new) 1.1 +352 -0 ports/ports-mgmt/portupdate-scan/src/portupdate-scan (new) 1.1 +77 -0 ports/ports-mgmt/portupdate-scan/src/portupdate-scan.8 (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712142052.lBEKqIwS019952>