1 | Index: Portfile |
---|
2 | =================================================================== |
---|
3 | --- Portfile (revision 32803) |
---|
4 | +++ Portfile (working copy) |
---|
5 | @@ -1,19 +1,23 @@ |
---|
6 | +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; \ |
---|
7 | +c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
8 | # $Id$ |
---|
9 | |
---|
10 | -PortSystem 1.0 |
---|
11 | +PortSystem 1.0 |
---|
12 | |
---|
13 | -name qucs |
---|
14 | -version 0.0.12 |
---|
15 | -categories science electronics |
---|
16 | -maintainers rowue@digitalis.org |
---|
17 | -platforms darwin |
---|
18 | -description an integrated circuit simulator |
---|
19 | -long_description Qucs is an integrated circuit simulator. \ |
---|
20 | - You can setup an circut with graphical user interface. \ |
---|
21 | - It's based on QT |
---|
22 | -homepage http://qucs.sourceforge.net/ |
---|
23 | -master_sites sourceforge |
---|
24 | -checksums md5 5df0550bb0bc295c9ab72991746d3adc |
---|
25 | -depends_lib port:qt3 \ |
---|
26 | - port:freehdl |
---|
27 | -configure.env QTDIR="${prefix}/lib/qt3" |
---|
28 | +name qucs |
---|
29 | +version 0.0.13 |
---|
30 | +categories science electronics |
---|
31 | +maintainers rowue@digitalis.org |
---|
32 | +platforms darwin |
---|
33 | +description an integrated circuit simulator |
---|
34 | +long_description Qucs is an integrated circuit simulator. \ |
---|
35 | + You can setup an circut with graphical user interface. \ |
---|
36 | + It's based on QT |
---|
37 | +homepage http://qucs.sourceforge.net/ |
---|
38 | +master_sites sourceforge |
---|
39 | +checksums md5 9ad47f6035b65b806320304485fd4860 \ |
---|
40 | + sha1 08b0385a5eff0d01735f33f38050787aa0133217 \ |
---|
41 | + rmd160 042fca1ac6de8b6de41bb8d8c58d8a94a26e2dee |
---|
42 | +depends_lib port:qt3 \ |
---|
43 | + port:freehdl |
---|
44 | +configure.env QTDIR="${prefix}/lib/qt3" |
---|