Changeset 963 for trunk/www


Ignore:
Timestamp:
Oct 5, 2002, 9:14:08 PM (22 years ago)
Author:
jkh
Message:

portname -> name
portversion -> version

Location:
trunk/www
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/en/portfileHOWTO.php

    r958 r963  
    33//
    44// File     : portfileHOWTO.php
    5 // Version  : $Id: portfileHOWTO.php,v 1.6 2002/10/05 18:38:29 kevin Exp $
     5// Version  : $Id: portfileHOWTO.php,v 1.7 2002/10/05 21:14:08 jkh Exp $
    66// Location : /projects/darwinports/portfileHOWTO.php
    77//
     
    7474<pre><tt>
    7575PortSystem 1.0
    76 portname        ircii
    77 portversion     20020912
     76name            ircii
     77version         20020912
    7878categories      irc
    7979maintainers     kevin@opendarwin.org
     
    8181</tt></pre>
    8282<p>
    83 A Portfile consists of key/value pairs.  The <tt>portname</tt> and <tt>portversion</tt> key describe the name and version of the software.  The <tt>categories</tt> key is a list of the logical categories to which the software belongs; this is used for organizational purposes.  The first entry in <tt>categories</tt> should match the directory in which the port's directory resides in the port tree.  The <tt>maintainers</tt> key should contain your email address, and the <tt>master_sites</tt> key should contain a list of sites where the distribution sources may be downloaded.  DarwinPorts uses the terms 'keys' and 'options' interchangeably since most keys are used as options of a particular task in the porting process.
    84 </p>
    85 <p>
    86 At this point, the Portfile is complete enough to download ircII.  By default, DarwinPorts will append the <tt>portversion</tt> to the <tt>portname</tt> and assume sources are in <tt>.tar.gz</tt> format.  From your working directory, execute the following command:
     83A Portfile consists of key/value pairs.  The <tt>name</tt> and <tt>version</tt> key describe the name and version of the software.  The <tt>categories</tt> key is a list of the logical categories to which the software belongs; this is used for organizational purposes.  The first entry in <tt>categories</tt> should match the directory in which the port's directory resides in the port tree.  The <tt>maintainers</tt> key should contain your email address, and the <tt>master_sites</tt> key should contain a list of sites where the distribution sources may be downloaded.  DarwinPorts uses the terms 'keys' and 'options' interchangeably since most keys are used as options of a particular task in the porting process.
     84</p>
     85<p>
     86At this point, the Portfile is complete enough to download ircII.  By default, DarwinPorts will append the <tt>version</tt> to the <tt>name</tt> and assume sources are in <tt>.tar.gz</tt> format.  From your working directory, execute the following command:
    8787</p>
    8888<pre><tt>
     
    275275<pre><tt>
    276276PortSystem 1.0
    277 portname        ircii
    278 portversion     20020912
     277name            ircii
     278version         20020912
    279279categories      irc
    280280maintainers     kevin@opendarwin.org
  • trunk/www/portfileHOWTO.php

    r958 r963  
    33//
    44// File     : portfileHOWTO.php
    5 // Version  : $Id: portfileHOWTO.php,v 1.6 2002/10/05 18:38:29 kevin Exp $
     5// Version  : $Id: portfileHOWTO.php,v 1.7 2002/10/05 21:14:08 jkh Exp $
    66// Location : /projects/darwinports/portfileHOWTO.php
    77//
     
    7474<pre><tt>
    7575PortSystem 1.0
    76 portname        ircii
    77 portversion     20020912
     76name            ircii
     77version         20020912
    7878categories      irc
    7979maintainers     kevin@opendarwin.org
     
    8181</tt></pre>
    8282<p>
    83 A Portfile consists of key/value pairs.  The <tt>portname</tt> and <tt>portversion</tt> key describe the name and version of the software.  The <tt>categories</tt> key is a list of the logical categories to which the software belongs; this is used for organizational purposes.  The first entry in <tt>categories</tt> should match the directory in which the port's directory resides in the port tree.  The <tt>maintainers</tt> key should contain your email address, and the <tt>master_sites</tt> key should contain a list of sites where the distribution sources may be downloaded.  DarwinPorts uses the terms 'keys' and 'options' interchangeably since most keys are used as options of a particular task in the porting process.
    84 </p>
    85 <p>
    86 At this point, the Portfile is complete enough to download ircII.  By default, DarwinPorts will append the <tt>portversion</tt> to the <tt>portname</tt> and assume sources are in <tt>.tar.gz</tt> format.  From your working directory, execute the following command:
     83A Portfile consists of key/value pairs.  The <tt>name</tt> and <tt>version</tt> key describe the name and version of the software.  The <tt>categories</tt> key is a list of the logical categories to which the software belongs; this is used for organizational purposes.  The first entry in <tt>categories</tt> should match the directory in which the port's directory resides in the port tree.  The <tt>maintainers</tt> key should contain your email address, and the <tt>master_sites</tt> key should contain a list of sites where the distribution sources may be downloaded.  DarwinPorts uses the terms 'keys' and 'options' interchangeably since most keys are used as options of a particular task in the porting process.
     84</p>
     85<p>
     86At this point, the Portfile is complete enough to download ircII.  By default, DarwinPorts will append the <tt>version</tt> to the <tt>name</tt> and assume sources are in <tt>.tar.gz</tt> format.  From your working directory, execute the following command:
    8787</p>
    8888<pre><tt>
     
    275275<pre><tt>
    276276PortSystem 1.0
    277 portname        ircii
    278 portversion     20020912
     277name            ircii
     278version         20020912
    279279categories      irc
    280280maintainers     kevin@opendarwin.org
Note: See TracChangeset for help on using the changeset viewer.