Changeset 76320 for trunk/dports/aqua/CosmicDebris
- Timestamp:
- Feb 20, 2011, 3:55:01 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/aqua/CosmicDebris/Portfile
r71610 r76320 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 1 2 # $Id$ 2 3 3 PortSystem 1.04 PortGroup xcode 1.04 PortSystem 1.0 5 PortGroup xcode 1.0 5 6 6 name CosmicDebris 7 version 2.1 8 categories aqua science 9 maintainers nomaintainer 10 homepage http://www.jschilling.net/sw_cosmicdebris.php 11 description Aurora Borealis monitor. 7 name CosmicDebris 8 version 2.1 9 categories aqua science 10 maintainers nomaintainer 12 11 13 long_description CosmicDebris is an Aurora Borealis (Northern Lights) monitor \ 14 menu item. It monitors two internet data sources for the \ 15 probability of an Aurora event. 16 17 master_sites http://homepage.mac.com/johnnycat/sfw/ 12 description Aurora Borealis monitor. 18 13 19 checksums \ 20 md5 bcbfb5768bf689a6f668583a5bc64c61 \ 21 sha1 9d6462b3866cba3449848ffd632f36052bea9251 \ 22 rmd160 5849aa4da016cd954818d8bcffa079815ba2c37c 14 long_description CosmicDebris is an Aurora Borealis (Northern Lights) monitor \ 15 menu item. It monitors two internet data sources for the \ 16 probability of an Aurora event. 23 17 24 dist_subdir ${name}/${version} 25 distname ${name}Source 26 use_zip yes 18 homepage http://www.jschilling.net/sw_cosmicdebris.php 19 master_sites http://homepage.mac.com/johnnycat/sfw/ 20 21 dist_subdir ${name}/${version} 22 distname ${name}Source 23 use_zip yes 24 25 checksums md5 bcbfb5768bf689a6f668583a5bc64c61 \ 26 sha1 9d6462b3866cba3449848ffd632f36052bea9251 \ 27 rmd160 5849aa4da016cd954818d8bcffa079815ba2c37c 27 28 28 29 # current version uses NSMailDelivery which is not available in 64-bit 29 supported_archs 30 supported_archs i386 ppc 30 31 if {[variant_isset universal] && [string match *64* $universal_archs]} { 31 32 pre-fetch { … … 34 35 } 35 36 36 xcode.project "Cosmic Debris.xcodeproj"37 xcode.target "Cosmic Debris"37 xcode.project "Cosmic Debris.xcodeproj" 38 xcode.target "Cosmic Debris"
Note: See TracChangeset
for help on using the changeset viewer.