[67726] contrib/port_cutleaves

perry at macports.org perry at macports.org
Sun May 16 19:06:09 PDT 2010


Revision: 67726
          http://trac.macports.org/changeset/67726
Author:   perry at macports.org
Date:     2010-05-16 19:06:06 -0700 (Sun, 16 May 2010)
Log Message:
-----------
Remove hardcoded /opt/local from port_cutleaves.8.

Modified Paths:
--------------
    contrib/port_cutleaves/Makefile.in
    contrib/port_cutleaves/configure

Added Paths:
-----------
    contrib/port_cutleaves/port_cutleaves.8.in

Removed Paths:
-------------
    contrib/port_cutleaves/port_cutleaves.8

Modified: contrib/port_cutleaves/Makefile.in
===================================================================
--- contrib/port_cutleaves/Makefile.in	2010-05-17 01:46:27 UTC (rev 67725)
+++ contrib/port_cutleaves/Makefile.in	2010-05-17 02:06:06 UTC (rev 67726)
@@ -16,8 +16,8 @@
 dist:
 	rm -rf port_cutleaves-$(version)
 	mkdir port_cutleaves-$(version)
-	cp configure Makefile.in port_cutleaves.in port_cutleaves.8 port_cutleaves-$(version)
+	cp configure Makefile.in port_cutleaves.in port_cutleaves.8.in port_cutleaves-$(version)
 	tar -z -cf port_cutleaves-$(version).tar.gz port_cutleaves-$(version)
 
 clean:
-	rm -f Makefile port_cutleaves
+	rm -f Makefile port_cutleaves port_cutleaves.8

Modified: contrib/port_cutleaves/configure
===================================================================
--- contrib/port_cutleaves/configure	2010-05-17 01:46:27 UTC (rev 67725)
+++ contrib/port_cutleaves/configure	2010-05-17 02:06:06 UTC (rev 67726)
@@ -38,3 +38,6 @@
 sed "s|@prefix@|${prefix}|g" \
     < port_cutleaves.in > port_cutleaves
 chmod +x port_cutleaves
+
+sed "s|@prefix@|${prefix}|g" \
+    < port_cutleaves.8.in > port_cutleaves.8

Deleted: contrib/port_cutleaves/port_cutleaves.8
===================================================================
--- contrib/port_cutleaves/port_cutleaves.8	2010-05-17 01:46:27 UTC (rev 67725)
+++ contrib/port_cutleaves/port_cutleaves.8	2010-05-17 02:06:06 UTC (rev 67726)
@@ -1,39 +0,0 @@
-.\" $Id$
-.TH PORT_CUTLEAVES 8 "January 2009" MacPorts "BSD System Manager's Manual"
-
-.SH NAME
-\fBport_cutleaves\fR \-\- uninstall \fIleaves\fR
-.SH SYNOPSIS
-\fBport_cutleaves\fR [\fB\-b\fR] [\fB\-F\fR \fIfile\fR] [\fB\-l\fR] [\fB\-t\fR \fIpath\fR] [\fB\-V\fR]
-.SH DESCRIPTION
-Inspired by FreeBSD's pkg_cutleaves, \fBport_cutleaves\fR is an interactive script
-that eases the uninstallation of \fIleaves\fR \- installed ports that are
-unrequested and have no dependents.
-.SH OPTIONS
-.TP
-\fB\-b\fR
-Don't count ports as leaves when they are needed (only) at build time
-.TP
-\fB\-F\fR \fIfile\fR
-Specify a different file to read exclusions from <\fI~/.port_leaves.exclude\fR>
-.TP
-\fB\-l\fR
-List leaves and exit
-.TP
-\fB\-t\fR \fIpath\fR
-Specify a different location for the base MacPorts Tcl file
-<\fI/Library/Tcl\fR or \fI/opt/local/share/macports/Tcl\fR>
-.TP
-\fB\-V\fR
-Display version information and exit
-.SH FILES
-.TP
-\fB~/.port_leaves.exclude\fR
-This file is checked for exclusions by default. Leaves that match against an
-exclusion are ignored. Exclusions can be listed in one of two forms: full name
-(e.g., \fImercurial @1.1.2_0+bash_completion\fR) or regular expression
-(e.g., \fI^mercurial\fR).
-.SH DIAGNOSTICS
-\fBport_cutleaves\fR exits 0 on success, and >0 if an error occurs.
-.SH AUTHOR
-Perry Lee <perry at macports.org>

Copied: contrib/port_cutleaves/port_cutleaves.8.in (from rev 67690, contrib/port_cutleaves/port_cutleaves.8)
===================================================================
--- contrib/port_cutleaves/port_cutleaves.8.in	                        (rev 0)
+++ contrib/port_cutleaves/port_cutleaves.8.in	2010-05-17 02:06:06 UTC (rev 67726)
@@ -0,0 +1,39 @@
+.\" $Id$
+.TH PORT_CUTLEAVES 8 "January 2009" MacPorts "BSD System Manager's Manual"
+
+.SH NAME
+\fBport_cutleaves\fR \-\- uninstall \fIleaves\fR
+.SH SYNOPSIS
+\fBport_cutleaves\fR [\fB\-b\fR] [\fB\-F\fR \fIfile\fR] [\fB\-l\fR] [\fB\-t\fR \fIpath\fR] [\fB\-V\fR]
+.SH DESCRIPTION
+Inspired by FreeBSD's pkg_cutleaves, \fBport_cutleaves\fR is an interactive script
+that eases the uninstallation of \fIleaves\fR \- installed ports that are
+unrequested and have no dependents.
+.SH OPTIONS
+.TP
+\fB\-b\fR
+Don't count ports as leaves when they are needed (only) at build time
+.TP
+\fB\-F\fR \fIfile\fR
+Specify a different file to read exclusions from <\fI~/.port_leaves.exclude\fR>
+.TP
+\fB\-l\fR
+List leaves and exit
+.TP
+\fB\-t\fR \fIpath\fR
+Specify a different location for the base MacPorts Tcl file
+<\fI at prefix@/share/macports/Tcl\fR or \fI/Library/Tcl\fR>
+.TP
+\fB\-V\fR
+Display version information and exit
+.SH FILES
+.TP
+\fB~/.port_leaves.exclude\fR
+This file is checked for exclusions by default. Leaves that match against an
+exclusion are ignored. Exclusions can be listed in one of two forms: full name
+(e.g., \fImercurial @1.1.2_0+bash_completion\fR) or regular expression
+(e.g., \fI^mercurial\fR).
+.SH DIAGNOSTICS
+\fBport_cutleaves\fR exits 0 on success, and >0 if an error occurs.
+.SH AUTHOR
+Perry Lee <perry at macports.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100516/2e5bf9bb/attachment.html>


More information about the macports-changes mailing list