Commits
Ryan Schmidt authored c514fc5fdd9
1 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup active_variants 1.1 |
5 5 | PortGroup conflicts_build 1.0 |
6 6 | |
7 7 | # Please keep the magic and magic-devel ports as similar as possible. |
8 8 | |
9 9 | name magic-devel |
10 10 | conflicts magic |
11 - | version 8.2.103 |
11 + | version 8.2.107 |
12 12 | revision 0 |
13 - | checksums rmd160 f645d9acde03d866bd8f2c653a8d184530eead09 \ |
14 - | sha256 7d1e770ec065f79eefaf4d7763ca1b025c4ea3c6cc2b7487f909a68e089947a6 \ |
15 - | size 3995112 |
13 + | checksums rmd160 0127598d4015b5fa7ce4e07f834d7fc2bcfab246 \ |
14 + | sha256 cf7e13b36204d4dc13f0afca69932eb89fa50411ca2ad643ecad1f9989624c9e \ |
15 + | size 3995146 |
16 16 | |
17 17 | set branch [join [lrange [split ${version} .] 0 1] .] |
18 18 | categories science |
19 19 | # mostly very permissively licensed, but includes a copy of GNU readline |
20 20 | license GPL-2+ |
21 21 | maintainers {ryandesign @ryandesign} openmaintainer |
22 22 | description A VLSI Layout System |
23 23 | |
24 24 | long_description Magic is a venerable VLSI layout tool, written in the \ |
25 25 | 1980's at Berkeley. Magic is widely cited as being the \ |