<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[136042] trunk/dports/devel/icmake</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/136042">136042</a></dd>
<dt>Author</dt> <dd>larryv@macports.org</dd>
<dt>Date</dt> <dd>2015-05-10 11:08:12 -0700 (Sun, 10 May 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>icmake: Update to 7.22.00

Also fix the example scripts to use `${prefix}`.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportsdevelicmakePortfile">trunk/dports/devel/icmake/Portfile</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkdportsdevelicmakefilesusemacportslocationspatch">trunk/dports/devel/icmake/files/use-macports-locations.patch</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkdportsdevelicmakefilesfixhierarchypatch">trunk/dports/devel/icmake/files/fix-hierarchy.patch</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsdevelicmakePortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/devel/icmake/Portfile (136041 => 136042)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/icmake/Portfile        2015-05-10 17:52:03 UTC (rev 136041)
+++ trunk/dports/devel/icmake/Portfile        2015-05-10 18:08:12 UTC (rev 136042)
</span><span class="lines">@@ -4,8 +4,7 @@
</span><span class="cx"> PortSystem          1.0
</span><span class="cx"> 
</span><span class="cx"> name                icmake
</span><del>-version             7.21.01
-revision            1
</del><ins>+version             7.22.00
</ins><span class="cx"> categories          devel
</span><span class="cx"> platforms           darwin
</span><span class="cx"> license             GPL-3
</span><span class="lines">@@ -24,11 +23,11 @@
</span><span class="cx"> 
</span><span class="cx"> master_sites        sourceforge:project/icmake/icmake/${version}/
</span><span class="cx"> distfiles           icmake_${version}.orig${extract.suffix}
</span><del>-checksums           rmd160  970fd7f877f6e2f5a79cd0ed7a6202993475091a \
-                    sha256  30a88a6bc0e0cdc6ad0dfe101834cb2babb70a8e72cfb4872b3f40b0d621a54b
</del><ins>+checksums           rmd160  402d192a2a9f7d33469be115e4561cbfc8d734d5 \
+                    sha256  df60e28997dd6313e6fe5bdeb7f6d6030a5c9243c088f5034a4d3d4fa3ed7b04
</ins><span class="cx"> 
</span><span class="cx"> patchfiles          fix-BRE-substitutions.patch \
</span><del>-                    fix-hierarchy.patch
</del><ins>+                    use-macports-locations.patch
</ins><span class="cx"> post-patch {
</span><span class="cx">     reinplace -W ${worksrcpath} s|__MACPORTS__|${prefix}|g \
</span><span class="cx">             doc/icmake.1 \
</span><span class="lines">@@ -36,7 +35,18 @@
</span><span class="cx">             doc/icmconf.7 \
</span><span class="cx">             doc/icmstart.1 \
</span><span class="cx">             doc/icmstart.rc.7 \
</span><del>-            etc/icmake/icmake.rc
</del><ins>+            etc/icmake/icmake.rc \
+            examples/am \
+            examples/bup \
+            examples/defines \
+            examples/ds \
+            examples/ftpxfer \
+            examples/idir \
+            examples/initialization \
+            examples/killprog \
+            examples/nesteddirectives \
+            examples/r \
+            examples/tolower
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> use_configure       no
</span></span></pre></div>
<a id="trunkdportsdevelicmakefilesfixhierarchypatch"></a>
<div class="delfile"><h4>Deleted: trunk/dports/devel/icmake/files/fix-hierarchy.patch (136041 => 136042)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/icmake/files/fix-hierarchy.patch        2015-05-10 17:52:03 UTC (rev 136041)
+++ trunk/dports/devel/icmake/files/fix-hierarchy.patch        2015-05-10 18:08:12 UTC (rev 136042)
</span><span class="lines">@@ -1,256 +0,0 @@
</span><del>-Index: INSTALL.im
-===================================================================
---- INSTALL.im.orig
-+++ INSTALL.im
-@@ -22,10 +22,10 @@
- // Define EXTENSION as &quot;.exe&quot; when compiling for CYGWIN
- //#define EXTENSION   &quot;.exe&quot;

--#define BINDIR      &quot;usr/bin&quot;
--#define SKELDIR     &quot;usr/share/icmake&quot;
--#define MANDIR      &quot;usr/share/man&quot;
--#define LIBDIR      &quot;usr/lib/icmake&quot;
-+#define BINDIR      &quot;bin&quot;
-+#define SKELDIR     &quot;share/icmake&quot;
-+#define MANDIR      &quot;share/man&quot;
-+#define LIBDIR      &quot;libexec/icmake&quot;
- #define CONFDIR     &quot;etc/icmake&quot;
--#define DOCDIR      &quot;usr/share/doc/icmake&quot;
--#define DOCDOCDIR   &quot;usr/share/doc/icmake-doc&quot;
-+#define DOCDIR      &quot;share/doc/icmake&quot;
-+#define DOCDOCDIR   &quot;share/doc/icmake&quot;
-Index: etc/icmake/icmake.rc
-===================================================================
---- etc/icmake/icmake.rc.orig
-+++ etc/icmake/icmake.rc
-@@ -5,17 +5,17 @@
- # The location of this file itself is (in order of searching):
- #       -c configPath       -- a program command-line parameter
- #       ~/.icmake.rc        -- a configuration file in the user's home dir
--#       /etc/icmake/icmake.cf
-+#       __MACPORTS__/etc/icmake/icmake.cf

-     # the full path to the icm-comp icmake compiler:
--icm-comp:   /usr/lib/icmake/icm-comp
-+icm-comp:   __MACPORTS__/libexec/icmake/icm-comp

-     # the full path to the icm-exec icmake executer:
--icm-exec:   /usr/lib/icmake/icm-exec
-+icm-exec:   __MACPORTS__/libexec/icmake/icm-exec

-     # the full path to the icm-pp icmake pre-processor:
--icm-pp:     /usr/lib/icmake/icm-pp
-+icm-pp:     __MACPORTS__/libexec/icmake/icm-pp

-     # the skeleton directory:
--skeletons:  /usr/share/icmake
-+skeletons:  __MACPORTS__/share/icmake

-Index: doc/icmake.1
-===================================================================
---- doc/icmake.1.orig
-+++ doc/icmake.1
-@@ -152,25 +152,25 @@ E\&amp;.g\&amp;., if the first line of an (execu
- (without extension) contains
- .nf 

--            #!/usr/bin/icmake \-qi
-+            #!__MACPORTS__/bin/icmake \-qi
-         
- .fi 
- then \fIicm\fP may be given as a command, thus executing
- .nf 

--            /usr/bin/icmake \-qi icm \&amp;.\&amp;.\&amp;.
-+            __MACPORTS__/bin/icmake \-qi icm \&amp;.\&amp;.\&amp;.
-         
- .fi 
- Alternatively, 
- .nf 

--            #! /usr/bin/icmake \-qt /tmp/icm
-+            #! __MACPORTS__/bin/icmake \-qt /tmp/icm
-         
- .fi 
- may be used, resulting in the execution of
- .nf 

--            #! /usr/bin/icmake \-qt /tmp/icm icm \&amp;.\&amp;.\&amp;.
-+            #! __MACPORTS__/bin/icmake \-qt /tmp/icm icm \&amp;.\&amp;.\&amp;.
-         
- .fi 
- In this case the binary makefile is not kept, but a temporary file
-@@ -1067,23 +1067,22 @@ Example:
- .SH &quot;FILES&quot;

- .PP 
--The mentioned paths are sugestive only and may be installation dependent:
- .IP o 
--\fB/usr/bin/icmake\fP: the main \fBicmake\fP program;
-+\fB__MACPORTS__/bin/icmake\fP: the main \fBicmake\fP program;
- .IP o 
--\fB/usr/bin/icmun\fP: the \fBicmake\fP unassembler;
-+\fB__MACPORTS__/bin/icmun\fP: the \fBicmake\fP unassembler;
- .IP o 
--\fB/usr/lib/icm\-pp\fP: the preprocessor called by \fBicmake\fP;
-+\fB__MACPORTS__/libexec/icm\-pp\fP: the preprocessor called by \fBicmake\fP;
- .IP o 
--\fB/usr/lib/icm\-comp\fP: the compiler called by \fBicmake\fP;
-+\fB__MACPORTS__/libexec/icm\-comp\fP: the compiler called by \fBicmake\fP;
- .IP o 
--\fB/usr/lib/icm\-exec\fP: the byte\-code interpreter called by \fBicmake\fP;
-+\fB__MACPORTS__/libexec/icm\-exec\fP: the byte\-code interpreter called by \fBicmake\fP;

- .PP 
- .SH &quot;EXAMPLES&quot;

- .PP 
--The distribution (usually in \fI/usr/share/doc/icmake\fP) contains a
-+The distribution (in \fI__MACPORTS__/share/doc/icmake\fP) contains a
- directory \fIexamples\fP containing various examples of \fBicmake\fP script\&amp;. Note in
- particular the \fIexamples/icmbuild\fP subdirectory containing a general script
- for \fBC++\fP and \fBC\fP program maintenance\&amp;.
-Index: doc/icmbuild.1
-===================================================================
---- doc/icmbuild.1.orig
-+++ doc/icmbuild.1
-@@ -118,12 +118,11 @@ provided to the \fBicmbuild\fP script\&amp;.
- .SH &quot;FILES&quot;

- .PP 
--The mentioned paths are sugestive only and may be installation dependent:
- .IP o 
--\fB/usr/share/icmake/icmconf\fP
-+\fB__MACPORTS__/share/icmake/icmconf\fP
- Example of a \fBicmbuild\fP configuration file;
- .IP o 
--\fB/usr/share/icmake/CLASSES\fP
-+\fB__MACPORTS__/share/icmake/CLASSES\fP
- Example of a \fBicmbuild\fP \fICLASSES\fP file\&amp;.

- .PP 
-Index: doc/icmconf.7
-===================================================================
---- doc/icmconf.7.orig
-+++ doc/icmconf.7
-@@ -474,17 +474,16 @@ The extension of object modules created 

- .PP 
- .SH &quot;FILES&quot;
--The mentioned paths are sugestive only and may be installation dependent:
- .IP o 
--\fB/usr/share/icmake/CLASSES\fP
-+\fB__MACPORTS__/share/icmake/CLASSES\fP
- .br 
- Example of an \fBicmconf\fP \fICLASSES\fP file\&amp;.
- .IP o 
--\fB/usr/share/icmake/icmconf\fP
-+\fB__MACPORTS__/share/icmake/icmconf\fP
- .br 
- Default skeleton \fBicmbuild\fP resource file\&amp;.
- .IP o 
--\fB/etc/icmake\fP
-+\fB__MACPORTS__/etc/icmake\fP
- .br 
- Directory containing the default system\-wide \fBicmake\fP(1)
- configuration files (like \fIVERSION\fP and \fIicmstart\&amp;.rc\fP)
-Index: doc/icmstart.1
-===================================================================
---- doc/icmstart.1.orig
-+++ doc/icmstart.1
-@@ -18,7 +18,7 @@ or `\fIlibrary\fP\(cq\&amp; may be specified
- \fBicmbuild\fP(1) script\&amp;. 
- .PP 
- Skeleton files for the main directory and subdirectories, by default listed in
--the file \fI/etc/icmake/icmstart\&amp;.rc\fP, may be installed as well
-+the file \fI__MACPORTS__/etc/icmake/icmstart\&amp;.rc\fP, may be installed as well
- (cf\&amp;. \fBicmstart\&amp;.rc\fP(7))\&amp;.
- .PP 
- After changing to the directory created by \fBicmstart\fP the \fBicmbuild\fP(1)
-@@ -34,7 +34,7 @@ must be the first arguments of \fIicmsta
- .br 
- Use the configuration files (\fIicmstart\&amp;.rc, AUTHOR,
- YEARS\fP and \fIVERSION\fP) if found in `confpath\(cq\&amp; rather than in
--\fI~/\&amp;.icmake\fP and/or \fI/etc/icmake/\fP\&amp;. Once a file is found it is used
-+\fI~/\&amp;.icmake\fP and/or \fI__MACPORTS__/etc/icmake/\fP\&amp;. Once a file is found it is used
- allowing partial overrides of the default files provided by
- \fBicmake\fP(1)\&amp;.
- .IP o 
-@@ -57,7 +57,7 @@ full directory and its subdirectories wi
- \fI\-s skeleton\-path\fP 
- .br 
- By default skeleton files are listed in the skeleton resource file
--\fI/usr/share/icmake/icmstart\&amp;.rc\fP\&amp;. Alternatively, the skeleton
-+\fI__MACPORTS__/share/icmake/icmstart\&amp;.rc\fP\&amp;. Alternatively, the skeleton
- resource file may be specified by the \fIICM\fP environment variable,
- which \-in turn\- may be overruled by the path specified with the \fI\-s\fP
- option\&amp;. The skeleton path may be specified as a full file\-path or as a
-@@ -73,7 +73,7 @@ Skeleton resource files may contain comm
- with the hash\-mark (\fI#\fP)) which is ignored, and should otherwise contain
- specifications of resource \fBs\fP to install\&amp;.
- .PP 
--The default resource file is \fI/etc/icmake/icmstart\&amp;.rc\fP, contains
-+The default resource file is \fI__MACPORTS__/etc/icmake/icmstart\&amp;.rc\fP, contains
- .nf 

-     CLASSES
-@@ -97,7 +97,7 @@ recognized and processed by \fIicmstart\
- If the \fI\-c\fP option was specified configuration files found in the path
- specified at this option are used\&amp;. If not specified or if a file isn\(cq\&amp;t
- found then the path \fI~/icmake\fP is inspected\&amp;. If a configuration file isn\(cq\&amp;t
--found in \fI~/icmake\fP either, configuration files in \fI/etc/icmake\fP are used\&amp;.
-+found in \fI~/icmake\fP either, configuration files in \fI__MACPORTS__/etc/icmake\fP are used\&amp;.
- .PP 
- Configuration files are not required for the proper operation of \fIicmstart\fP\&amp;.
- When absent \fIicmstart\fP performs the following  default actions:
-@@ -155,15 +155,14 @@ initial project directory, \fIicmconf\fP
- )
- .PP 
- .SH &quot;FILES&quot;
--The mentioned paths are sugestive only and may be installation dependent:
- .IP o 
--\fB/usr/share/icmake/icmconf\fP
-+\fB__MACPORTS__/share/icmake/icmconf\fP
- Example of a \fBicmbuild\fP configuration file;
- .IP o 
--\fB/usr/share/icmake/CLASSES\fP
-+\fB__MACPORTS__/share/icmake/CLASSES\fP
- Example of a \fBicmbuild\fP \fICLASSES\fP file\&amp;.
- .IP o 
--\fB/usr/share/icmake/icmstart\&amp;.rc\fP
-+\fB__MACPORTS__/share/icmake/icmstart\&amp;.rc\fP
- Default skeleton resource file\&amp;.

- .PP 
-Index: doc/icmstart.rc.7
-===================================================================
---- doc/icmstart.rc.7.orig
-+++ doc/icmstart.rc.7
-@@ -10,7 +10,7 @@ icmstart\&amp;.rc \- The icmstart(1) resourc
- The \fBicmstart\&amp;.rc\fP file defines the initial files of a program that are
- installed by \fBicmstart\fP(1)\&amp;. 
- .PP 
--By default \fBicmstart\&amp;.rc\fP is found in \fI/etc/icmake/icmstart\&amp;.rc\fP, but if a
-+By default \fBicmstart\&amp;.rc\fP is found in \fI__MACPORTS__/etc/icmake/icmstart\&amp;.rc\fP, but if a
- file \fI$HOME/\&amp;.icmake/icmstart\&amp;.rc\fP is found then the latter file is used by
- \fBicmstart\fP(1)\&amp;. \fI$HOME/\&amp;.icmake/icmstart\&amp;.rc\fP in turn is overruled by
- specifying a \fI\-c\fP option when invoking \fBicmstart\fP(1)\&amp;.
-@@ -115,15 +115,14 @@ Empty lines are skipped\&amp;.

- .PP 
- .SH &quot;FILES&quot;
--The mentioned paths are sugestive only and may be installation dependent:
- .IP o 
--\fB/usr/share/icmake/icmconf\fP
-+\fB__MACPORTS__/share/icmake/icmconf\fP
- Example of an \fBicmbuild\fP configuration file;
- .IP o 
--\fB/usr/share/icmake/CLASSES\fP
-+\fB__MACPORTS__/share/icmake/CLASSES\fP
- Example of an \fBicmbuild\fP \fICLASSES\fP file\&amp;.
- .IP o 
--\fB/usr/share/icmake/icmstart\&amp;.rc\fP
-+\fB__MACPORTS__/share/icmake/icmstart\&amp;.rc\fP
- Default skeleton resource file\&amp;.

- .PP 
</del></span></pre></div>
<a id="trunkdportsdevelicmakefilesusemacportslocationspatchfromrev136041trunkdportsdevelicmakefilesfixhierarchypatch"></a>
<div class="copfile"><h4>Copied: trunk/dports/devel/icmake/files/use-macports-locations.patch (from rev 136041, trunk/dports/devel/icmake/files/fix-hierarchy.patch) (0 => 136042)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/icmake/files/use-macports-locations.patch                                (rev 0)
+++ trunk/dports/devel/icmake/files/use-macports-locations.patch        2015-05-10 18:08:12 UTC (rev 136042)
</span><span class="lines">@@ -0,0 +1,366 @@
</span><ins>+Index: INSTALL.im
+===================================================================
+--- INSTALL.im.orig
++++ INSTALL.im
+@@ -19,10 +19,10 @@
+         DOCDOCDIR   more extensive documentation (icmake.ps, examples)
+ */

+-#define BINDIR      &quot;usr/bin&quot;
+-#define SKELDIR     &quot;usr/share/icmake&quot;
+-#define MANDIR      &quot;usr/share/man&quot;
+-#define LIBDIR      &quot;usr/lib/icmake&quot;
++#define BINDIR      &quot;bin&quot;
++#define SKELDIR     &quot;share/icmake&quot;
++#define MANDIR      &quot;share/man&quot;
++#define LIBDIR      &quot;libexec/icmake&quot;
+ #define CONFDIR     &quot;etc/icmake&quot;
+-#define DOCDIR      &quot;usr/share/doc/icmake&quot;
+-#define DOCDOCDIR   &quot;usr/share/doc/icmake-doc&quot;
++#define DOCDIR      &quot;share/doc/icmake&quot;
++#define DOCDOCDIR   &quot;share/doc/icmake&quot;
+Index: etc/icmake/icmake.rc
+===================================================================
+--- etc/icmake/icmake.rc.orig
++++ etc/icmake/icmake.rc
+@@ -5,17 +5,17 @@
+ # The location of this file itself is (in order of searching):
+ #       -c configPath       -- a program command-line parameter
+ #       ~/.icmake.rc        -- a configuration file in the user's home dir
+-#       /etc/icmake/icmake.cf
++#       __MACPORTS__/etc/icmake/icmake.cf

+     # the full path to the icm-comp icmake compiler:
+-icm-comp:   /usr/lib/icmake/icm-comp
++icm-comp:   __MACPORTS__/libexec/icmake/icm-comp

+     # the full path to the icm-exec icmake executer:
+-icm-exec:   /usr/lib/icmake/icm-exec
++icm-exec:   __MACPORTS__/libexec/icmake/icm-exec

+     # the full path to the icm-pp icmake pre-processor:
+-icm-pp:     /usr/lib/icmake/icm-pp
++icm-pp:     __MACPORTS__/libexec/icmake/icm-pp

+     # the skeleton directory:
+-skeletons:  /usr/share/icmake
++skeletons:  __MACPORTS__/share/icmake

+Index: doc/icmake.1
+===================================================================
+--- doc/icmake.1.orig
++++ doc/icmake.1
+@@ -152,25 +152,25 @@ E\&amp;.g\&amp;., if the first line of an (execu
+ (without extension) contains
+ .nf 

+-            #!/usr/bin/icmake \-qi
++            #!__MACPORTS__/bin/icmake \-qi
+         
+ .fi 
+ then \fIicm\fP may be given as a command, thus executing
+ .nf 

+-            /usr/bin/icmake \-qi icm \&amp;.\&amp;.\&amp;.
++            __MACPORTS__/bin/icmake \-qi icm \&amp;.\&amp;.\&amp;.
+         
+ .fi 
+ Alternatively, 
+ .nf 

+-            #! /usr/bin/icmake \-qt /tmp/icm
++            #! __MACPORTS__/bin/icmake \-qt /tmp/icm
+         
+ .fi 
+ may be used, resulting in the execution of
+ .nf 

+-            #! /usr/bin/icmake \-qt /tmp/icm icm \&amp;.\&amp;.\&amp;.
++            #! __MACPORTS__/bin/icmake \-qt /tmp/icm icm \&amp;.\&amp;.\&amp;.
+         
+ .fi 
+ In this case the binary makefile is not kept, but a temporary file
+@@ -1067,23 +1067,22 @@ Example:
+ .SH &quot;FILES&quot;

+ .PP 
+-The mentioned paths are sugestive only and may be installation dependent:
+ .IP o 
+-\fB/usr/bin/icmake\fP: the main \fBicmake\fP program;
++\fB__MACPORTS__/bin/icmake\fP: the main \fBicmake\fP program;
+ .IP o 
+-\fB/usr/bin/icmun\fP: the \fBicmake\fP unassembler;
++\fB__MACPORTS__/bin/icmun\fP: the \fBicmake\fP unassembler;
+ .IP o 
+-\fB/usr/lib/icm\-pp\fP: the preprocessor called by \fBicmake\fP;
++\fB__MACPORTS__/libexec/icm\-pp\fP: the preprocessor called by \fBicmake\fP;
+ .IP o 
+-\fB/usr/lib/icm\-comp\fP: the compiler called by \fBicmake\fP;
++\fB__MACPORTS__/libexec/icm\-comp\fP: the compiler called by \fBicmake\fP;
+ .IP o 
+-\fB/usr/lib/icm\-exec\fP: the byte\-code interpreter called by \fBicmake\fP;
++\fB__MACPORTS__/libexec/icm\-exec\fP: the byte\-code interpreter called by \fBicmake\fP;

+ .PP 
+ .SH &quot;EXAMPLES&quot;

+ .PP 
+-The distribution (usually in \fI/usr/share/doc/icmake\fP) contains a
++The distribution (in \fI__MACPORTS__/share/doc/icmake\fP) contains a
+ directory \fIexamples\fP containing various examples of \fBicmake\fP script\&amp;. Note in
+ particular the \fIexamples/icmbuild\fP subdirectory containing a general script
+ for \fBC++\fP and \fBC\fP program maintenance\&amp;.
+Index: doc/icmbuild.1
+===================================================================
+--- doc/icmbuild.1.orig
++++ doc/icmbuild.1
+@@ -118,12 +118,11 @@ provided to the \fBicmbuild\fP script\&amp;.
+ .SH &quot;FILES&quot;

+ .PP 
+-The mentioned paths are sugestive only and may be installation dependent:
+ .IP o 
+-\fB/usr/share/icmake/icmconf\fP
++\fB__MACPORTS__/share/icmake/icmconf\fP
+ Example of a \fBicmbuild\fP configuration file;
+ .IP o 
+-\fB/usr/share/icmake/CLASSES\fP
++\fB__MACPORTS__/share/icmake/CLASSES\fP
+ Example of a \fBicmbuild\fP \fICLASSES\fP file\&amp;.

+ .PP 
+Index: doc/icmconf.7
+===================================================================
+--- doc/icmconf.7.orig
++++ doc/icmconf.7
+@@ -474,17 +474,16 @@ The extension of object modules created 

+ .PP 
+ .SH &quot;FILES&quot;
+-The mentioned paths are sugestive only and may be installation dependent:
+ .IP o 
+-\fB/usr/share/icmake/CLASSES\fP
++\fB__MACPORTS__/share/icmake/CLASSES\fP
+ .br 
+ Example of an \fBicmconf\fP \fICLASSES\fP file\&amp;.
+ .IP o 
+-\fB/usr/share/icmake/icmconf\fP
++\fB__MACPORTS__/share/icmake/icmconf\fP
+ .br 
+ Default skeleton \fBicmbuild\fP resource file\&amp;.
+ .IP o 
+-\fB/etc/icmake\fP
++\fB__MACPORTS__/etc/icmake\fP
+ .br 
+ Directory containing the default system\-wide \fBicmake\fP(1)
+ configuration files (like \fIVERSION\fP and \fIicmstart\&amp;.rc\fP)
+Index: doc/icmstart.1
+===================================================================
+--- doc/icmstart.1.orig
++++ doc/icmstart.1
+@@ -18,7 +18,7 @@ or `\fIlibrary\fP\(cq\&amp; may be specified
+ \fBicmbuild\fP(1) script\&amp;. 
+ .PP 
+ Skeleton files for the main directory and subdirectories, by default listed in
+-the file \fI/etc/icmake/icmstart\&amp;.rc\fP, may be installed as well
++the file \fI__MACPORTS__/etc/icmake/icmstart\&amp;.rc\fP, may be installed as well
+ (cf\&amp;. \fBicmstart\&amp;.rc\fP(7))\&amp;.
+ .PP 
+ After changing to the directory created by \fBicmstart\fP the \fBicmbuild\fP(1)
+@@ -40,7 +40,7 @@ out\&amp;.
+ .br 
+ Use the configuration files (\fIicmstart\&amp;.rc, AUTHOR,
+ YEARS\fP and \fIVERSION\fP) if found in `confpath\(cq\&amp; rather than in
+-\fI~/\&amp;.icmake\fP and/or \fI/etc/icmake/\fP\&amp;. Once a file is found it is used
++\fI~/\&amp;.icmake\fP and/or \fI__MACPORTS__/etc/icmake/\fP\&amp;. Once a file is found it is used
+ allowing partial overrides of the default files provided by
+ \fBicmake\fP(1)\&amp;.
+ .IP o 
+@@ -63,7 +63,7 @@ full directory and its subdirectories wi
+ \fI\-s skeleton\-path\fP 
+ .br 
+ By default skeleton files are listed in the skeleton resource file
+-\fI/usr/share/icmake/icmstart\&amp;.rc\fP\&amp;. Alternatively, the skeleton
++\fI__MACPORTS__/share/icmake/icmstart\&amp;.rc\fP\&amp;. Alternatively, the skeleton
+ resource file may be specified by the \fIICM\fP environment variable,
+ which \-in turn\- may be overruled by the path specified with the \fI\-s\fP
+ option\&amp;. The skeleton path may be specified as a full file\-path or as a
+@@ -79,7 +79,7 @@ Skeleton resource files may contain comm
+ with the hash\-mark (\fI#\fP)) which is ignored, and should otherwise contain
+ specifications of resource \fBs\fP to install\&amp;.
+ .PP 
+-The default resource file is \fI/etc/icmake/icmstart\&amp;.rc\fP, contains
++The default resource file is \fI__MACPORTS__/etc/icmake/icmstart\&amp;.rc\fP, contains
+ .nf 

+     CLASSES
+@@ -103,7 +103,7 @@ recognized and processed by \fIicmstart\
+ If the \fI\-c\fP option was specified configuration files found in the path
+ specified at this option are used\&amp;. If not specified or if a file isn\(cq\&amp;t
+ found then the path \fI~/icmake\fP is inspected\&amp;. If a configuration file isn\(cq\&amp;t
+-found in \fI~/icmake\fP either, configuration files in \fI/etc/icmake\fP are used\&amp;.
++found in \fI~/icmake\fP either, configuration files in \fI__MACPORTS__/etc/icmake\fP are used\&amp;.
+ .PP 
+ Configuration files are not required for the proper operation of \fIicmstart\fP\&amp;.
+ When absent \fIicmstart\fP performs the following  default actions:
+@@ -161,15 +161,14 @@ initial project directory, \fIicmconf\fP
+ )
+ .PP 
+ .SH &quot;FILES&quot;
+-The mentioned paths are sugestive only and may be installation dependent:
+ .IP o 
+-\fB/usr/share/icmake/icmconf\fP
++\fB__MACPORTS__/share/icmake/icmconf\fP
+ Example of a \fBicmbuild\fP configuration file;
+ .IP o 
+-\fB/usr/share/icmake/CLASSES\fP
++\fB__MACPORTS__/share/icmake/CLASSES\fP
+ Example of a \fBicmbuild\fP \fICLASSES\fP file\&amp;.
+ .IP o 
+-\fB/usr/share/icmake/icmstart\&amp;.rc\fP
++\fB__MACPORTS__/share/icmake/icmstart\&amp;.rc\fP
+ Default skeleton resource file\&amp;.

+ .PP 
+Index: doc/icmstart.rc.7
+===================================================================
+--- doc/icmstart.rc.7.orig
++++ doc/icmstart.rc.7
+@@ -10,7 +10,7 @@ icmstart\&amp;.rc \- The icmstart(1) resourc
+ The \fBicmstart\&amp;.rc\fP file defines the initial files of a program that are
+ installed by \fBicmstart\fP(1)\&amp;. 
+ .PP 
+-By default \fBicmstart\&amp;.rc\fP is found in \fI/etc/icmake/icmstart\&amp;.rc\fP, but if a
++By default \fBicmstart\&amp;.rc\fP is found in \fI__MACPORTS__/etc/icmake/icmstart\&amp;.rc\fP, but if a
+ file \fI$HOME/\&amp;.icmake/icmstart\&amp;.rc\fP is found then the latter file is used by
+ \fBicmstart\fP(1)\&amp;. \fI$HOME/\&amp;.icmake/icmstart\&amp;.rc\fP in turn is overruled by
+ specifying a \fI\-c\fP option when invoking \fBicmstart\fP(1)\&amp;.
+@@ -115,15 +115,14 @@ Empty lines are skipped\&amp;.

+ .PP 
+ .SH &quot;FILES&quot;
+-The mentioned paths are sugestive only and may be installation dependent:
+ .IP o 
+-\fB/usr/share/icmake/icmconf\fP
++\fB__MACPORTS__/share/icmake/icmconf\fP
+ Example of an \fBicmbuild\fP configuration file;
+ .IP o 
+-\fB/usr/share/icmake/CLASSES\fP
++\fB__MACPORTS__/share/icmake/CLASSES\fP
+ Example of an \fBicmbuild\fP \fICLASSES\fP file\&amp;.
+ .IP o 
+-\fB/usr/share/icmake/icmstart\&amp;.rc\fP
++\fB__MACPORTS__/share/icmake/icmstart\&amp;.rc\fP
+ Default skeleton resource file\&amp;.

+ .PP 
+Index: examples/am
+===================================================================
+--- examples/am.orig
++++ examples/am
+@@ -1,4 +1,4 @@
+-#! /usr/bin/icmake -qt /tmp/am
++#! __MACPORTS__/bin/icmake -qt /tmp/am

+ /*
+                             AM
+Index: examples/bup
+===================================================================
+--- examples/bup.orig
++++ examples/bup
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/icmake -qi
++#!__MACPORTS__/bin/icmake -qi

+ #define ETCDIR                &quot;/usr/local/etc&quot;

+Index: examples/defines
+===================================================================
+--- examples/defines.orig
++++ examples/defines
+@@ -1,4 +1,4 @@
+-#!/usr/bin/icmake -qt /tmp/defines
++#!__MACPORTS__/bin/icmake -qt /tmp/defines

+ #define FIRST   &quot;This text&quot;
+ #define SECOND  &quot;will be printed, starting with: &quot; ${FIRST}
+Index: examples/ds
+===================================================================
+--- examples/ds.orig
++++ examples/ds
+@@ -1,4 +1,4 @@
+-#! /usr/bin/icmake -qt /tmp/ds
++#! __MACPORTS__/bin/icmake -qt /tmp/ds

+ /*
+                                 D S
+Index: examples/ftpxfer
+===================================================================
+--- examples/ftpxfer.orig
++++ examples/ftpxfer
+@@ -1,4 +1,4 @@
+-#!/usr/bin/icmake -qi
++#!__MACPORTS__/bin/icmake -qi

+ /***************************************************************************

+Index: examples/idir
+===================================================================
+--- examples/idir.orig
++++ examples/idir
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/icmake -qi
++#!__MACPORTS__/bin/icmake -qi

+ /*
+     Example of the Icmake 'stat()' function. This simple makefile prints
+Index: examples/initialization
+===================================================================
+--- examples/initialization.orig
++++ examples/initialization
+@@ -1,4 +1,4 @@
+-#!/usr/bin/icmake -qt /tmp/initialization
++#!__MACPORTS__/bin/icmake -qt /tmp/initialization


+ int main()
+Index: examples/killprog
+===================================================================
+--- examples/killprog.orig
++++ examples/killprog
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/icmake -qi
++#!__MACPORTS__/bin/icmake -qi

+ /*
+     Sample Icmake script. Kills programs; you can type 'killprog progname'
+Index: examples/nesteddirectives
+===================================================================
+--- examples/nesteddirectives.orig
++++ examples/nesteddirectives
+@@ -1,4 +1,4 @@
+-#!/usr/bin/icmake -qt /tmp/nesteddirectives
++#!__MACPORTS__/bin/icmake -qt /tmp/nesteddirectives

+ /* 
+     This simple icmake script illustrates the use of nested directives
+Index: examples/r
+===================================================================
+--- examples/r.orig
++++ examples/r
+@@ -1,4 +1,4 @@
+-#!/usr/bin/icmake -qt /tmp/r
++#!__MACPORTS__/bin/icmake -qt /tmp/r

+ /* 
+     This simple icmake script starts a given command in the current
+Index: examples/tolower
+===================================================================
+--- examples/tolower.orig
++++ examples/tolower
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/icmake -qi
++#!__MACPORTS__/bin/icmake -qi

+ /*
+     tolower: Icmake script to rename files to lower case. 
</ins></span></pre>
</div>
</div>

</body>
</html>