Changeset 98889


Ignore:
Timestamp:
Oct 19, 2012, 10:55:35 PM (12 years ago)
Author:
ryandesign@…
Message:

xcircuit: whitespace changes / reformatting / add modeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/xcircuit/Portfile

    r98888 r98889  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    3 PortSystem 1.0
     4PortSystem          1.0
    45
    5 name             xcircuit
    6 version          3.7.44
    7 set branch           [join [lrange [split ${version} .] 0 1] .]
    8 categories       x11 cad
    9 maintainers      nomaintainer
     6name                xcircuit
     7version             3.7.44
     8set branch          [join [lrange [split ${version} .] 0 1] .]
     9categories          x11 cad
     10platforms           darwin
     11maintainers         nomaintainer
    1012license             GPL-2+
    1113
    12 description      circuit-drawing program
    13 long_description \
    14     XCircuit is a program for drawing publishable-quality \
    15     electrical circuit schematic diagrams and related figures, \
    16     and produce circuit netlists through schematic capture. \
    17     XCircuit regards circuits as inherently hierarchical, and \
    18     writes both hierarchical PostScript output and \
    19     hierarchical SPICE netlists. Circuit components are saved \
    20     in and retrieved from libraries which are fully editable. \
    21     XCircuit does not separate artistic expression from \
    22     circuit drawing\; it maintains flexiblity in style without \
    23     compromising the power of schematic capture.
     14description         circuit-drawing program
    2415
    25 platforms        darwin
     16long_description    XCircuit is a program for drawing publishable-quality \
     17                    electrical circuit schematic diagrams and related figures, \
     18                    and produce circuit netlists through schematic capture. \
     19                    XCircuit regards circuits as inherently hierarchical, and \
     20                    writes both hierarchical PostScript output and \
     21                    hierarchical SPICE netlists. Circuit components are saved \
     22                    in and retrieved from libraries which are fully editable. \
     23                    XCircuit does not separate artistic expression from \
     24                    circuit drawing\; it maintains flexiblity in style without \
     25                    compromising the power of schematic capture.
    2626
    2727homepage            http://opencircuitdesign.com/xcircuit/
    2828master_sites        ${homepage}archive/
    29 extract.suffix   .tgz
    30 checksums        rmd160 cb9ecacde311c7b734afab9afa9d3d7851471ec2 \
    31                  sha256 f330ea43bb884ec57ab8030888414d20ee92f03009c81b4335c9cd835a30bd8a
     29extract.suffix      .tgz
    3230
    33 depends_lib      port:ghostscript \
    34                  port:tk \
    35                  port:xpm
     31checksums           rmd160  cb9ecacde311c7b734afab9afa9d3d7851471ec2 \
     32                    sha256  f330ea43bb884ec57ab8030888414d20ee92f03009c81b4335c9cd835a30bd8a
     33
     34depends_lib         port:ghostscript \
     35                    port:tk \
     36                    port:xpm
    3637
    3738configure.args      --with-tcl=${prefix}/lib \
    38                  --with-tk=${prefix}/lib \
    39                  --with-gs=${prefix}/bin/gs \
    40                  --x-includes=${prefix}/include \
    41                  --x-libraries=${prefix}/lib
     39                    --with-tk=${prefix}/lib \
     40                    --with-gs=${prefix}/bin/gs \
     41                    --x-includes=${prefix}/include \
     42                    --x-libraries=${prefix}/lib
    4243
    4344livecheck.type      regex
Note: See TracChangeset for help on using the changeset viewer.