Changeset 1192 for trunk/dports


Ignore:
Timestamp:
Nov 3, 2002, 7:23:40 AM (21 years ago)
Author:
jpm
Message:

removed the grouped contents and now use the super ugly tcl-tastic
flavour of contents listing. this does afford using contents-append from
the portfile to properly register the two cgi's for removal. disco.

it should also be mentioned that the portfile is semi-gnarly. it utilizes
three reinplaces to deal with the python based interactive install
script. the first reinplace changes the install path, the second
reinplace removes the interactive component of the install and lastly the
third reinplace removes the interactive component of an update install.
interactive python install script?!

Location:
trunk/dports/devel/viewcvs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/viewcvs/Portfile

    r1190 r1192  
    4545        system "install -o root -m 755 ${prefix}/viewcvs/cgi/viewcvs.cgi ${cgi_path}"
    4646       
    47         #contents-append        \
    48         #       ${cgi_path}query.cgi \
    49         #       ${cgi_path}viewcvs.cgi
     47        contents-append \
     48                ${cgi_path}query.cgi \
     49                ${cgi_path}viewcvs.cgi
    5050}
    5151include         contents
  • trunk/dports/devel/viewcvs/contents

    r1190 r1192  
    1 contents {
    2         viewcvs/cgi/query.cgi
    3         viewcvs/cgi/viewcvs.cgi
    4         viewcvs/cgi/
    5         viewcvs/cvsdbadmin
    6         viewcvs/doc/help_dirview.html
    7         viewcvs/doc/help_log.html
    8         viewcvs/doc/help_logtable.html
    9         viewcvs/doc/help_query.html
    10         viewcvs/doc/help_rootview.html
    11         viewcvs/doc/images/chalk.jpg
    12         viewcvs/doc/images/cvsgraph_16x16.png
    13         viewcvs/doc/images/cvsgraph_32x32.png
    14         viewcvs/doc/images/logo.png
    15         viewcvs/doc/images/
    16         viewcvs/doc/
    17         viewcvs/lib/accept.py
    18         viewcvs/lib/accept.pyc
    19         viewcvs/lib/apache_icons.py
    20         viewcvs/lib/apache_icons.pyc
    21         viewcvs/lib/blame.py
    22         viewcvs/lib/blame.pyc
    23         viewcvs/lib/compat.py
    24         viewcvs/lib/compat.pyc
    25         viewcvs/lib/config.py
    26         viewcvs/lib/config.pyc
    27         viewcvs/lib/cvsdb.py
    28         viewcvs/lib/cvsdb.pyc
    29         viewcvs/lib/dbi.py
    30         viewcvs/lib/dbi.pyc
    31         viewcvs/lib/debug.py
    32         viewcvs/lib/debug.pyc
    33         viewcvs/lib/ezt.py
    34         viewcvs/lib/ezt.pyc
    35         viewcvs/lib/popen.py
    36         viewcvs/lib/popen.pyc
    37         viewcvs/lib/py2html.py
    38         viewcvs/lib/py2html.pyc
    39         viewcvs/lib/PyFontify.py
    40         viewcvs/lib/PyFontify.pyc
    41         viewcvs/lib/query.py
    42         viewcvs/lib/query.pyc
    43         viewcvs/lib/rcsparse.py
    44         viewcvs/lib/rcsparse.pyc
    45         viewcvs/lib/rlog.py
    46         viewcvs/lib/rlog.pyc
    47         viewcvs/lib/viewcvs.py
    48         viewcvs/lib/viewcvs.pyc
    49         viewcvs/lib/
    50         viewcvs/loginfo-handler
    51         viewcvs/make-database
    52         viewcvs/standalone.py
    53         viewcvs/templates/annotate.ezt
    54         viewcvs/templates/diff.ezt
    55         viewcvs/templates/dir_alternate.ezt
    56         viewcvs/templates/directory.ezt
    57         viewcvs/templates/footer.ezt
    58         viewcvs/templates/graph.ezt
    59         viewcvs/templates/header.ezt
    60         viewcvs/templates/log_table.ezt
    61         viewcvs/templates/log.ezt
    62         viewcvs/templates/markup.ezt
    63         viewcvs/templates/query.ezt
     1contents \
     2        viewcvs/cgi/query.cgi \
     3        viewcvs/cgi/viewcvs.cgi \
     4        viewcvs/cgi/ \
     5        viewcvs/cvsdbadmin \
     6        viewcvs/doc/help_dirview.html \
     7        viewcvs/doc/help_log.html \
     8        viewcvs/doc/help_logtable.html \
     9        viewcvs/doc/help_query.html \
     10        viewcvs/doc/help_rootview.html \
     11        viewcvs/doc/images/chalk.jpg \
     12        viewcvs/doc/images/cvsgraph_16x16.png \
     13        viewcvs/doc/images/cvsgraph_32x32.png  \
     14        viewcvs/doc/images/logo.png \
     15        viewcvs/doc/images/ \
     16        viewcvs/doc/ \
     17        viewcvs/lib/accept.py \
     18        viewcvs/lib/accept.pyc \
     19        viewcvs/lib/apache_icons.py \
     20        viewcvs/lib/apache_icons.pyc \
     21        viewcvs/lib/blame.py \
     22        viewcvs/lib/blame.pyc \
     23        viewcvs/lib/compat.py \
     24        viewcvs/lib/compat.pyc \
     25        viewcvs/lib/config.py \
     26        viewcvs/lib/config.pyc \
     27        viewcvs/lib/cvsdb.py \
     28        viewcvs/lib/cvsdb.pyc \
     29        viewcvs/lib/dbi.py \
     30        viewcvs/lib/dbi.pyc \
     31        viewcvs/lib/debug.py \
     32        viewcvs/lib/debug.pyc \
     33        viewcvs/lib/ezt.py \
     34        viewcvs/lib/ezt.pyc \
     35        viewcvs/lib/popen.py \
     36        viewcvs/lib/popen.pyc \
     37        viewcvs/lib/py2html.py \
     38        viewcvs/lib/py2html.pyc \
     39        viewcvs/lib/PyFontify.py \
     40        viewcvs/lib/PyFontify.pyc \
     41        viewcvs/lib/query.py \
     42        viewcvs/lib/query.pyc \
     43        viewcvs/lib/rcsparse.py \
     44        viewcvs/lib/rcsparse.pyc \
     45        viewcvs/lib/rlog.py \
     46        viewcvs/lib/rlog.pyc \
     47        viewcvs/lib/viewcvs.py \
     48        viewcvs/lib/viewcvs.pyc \
     49        viewcvs/lib/ \
     50        viewcvs/loginfo-handler \
     51        viewcvs/make-database \
     52        viewcvs/standalone.py \
     53        viewcvs/templates/annotate.ezt \
     54        viewcvs/templates/diff.ezt \
     55        viewcvs/templates/dir_alternate.ezt \
     56        viewcvs/templates/directory.ezt \
     57        viewcvs/templates/footer.ezt \
     58        viewcvs/templates/graph.ezt \
     59        viewcvs/templates/header.ezt \
     60        viewcvs/templates/log_table.ezt \
     61        viewcvs/templates/log.ezt \
     62        viewcvs/templates/markup.ezt \
     63        viewcvs/templates/query.ezt \
    6464        viewcvs/templates/
    65 }
Note: See TracChangeset for help on using the changeset viewer.