| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | PortGroup xcode 1.0 |
|---|
| 5 | |
|---|
| 6 | name dateline |
|---|
| 7 | version 0.3 |
|---|
| 8 | categories-append amusements |
|---|
| 9 | maintainers nomaintainer |
|---|
| 10 | description displays linear calendar on desktop |
|---|
| 11 | long_description DateLine is a small, simple app which displays a linear \ |
|---|
| 12 | calendar on your desktop in a transparent window. It \ |
|---|
| 13 | provides easy access to iCal by double clicking on a day. \ |
|---|
| 14 | The background element and text colours are customizable \ |
|---|
| 15 | with support for transparency. |
|---|
| 16 | |
|---|
| 17 | platforms darwin |
|---|
| 18 | |
|---|
| 19 | homepage http://www.machinecodex.com/dateline/index.php |
|---|
| 20 | master_sites http://www.cocoalab.com/cocoalab/developer/source/ |
|---|
| 21 | distname dateline_source |
|---|
| 22 | use_zip yes |
|---|
| 23 | worksrcdir DateLine ${version} |
|---|
| 24 | |
|---|
| 25 | checksums md5 49cce37aca261a5230ab86c67ba6fc15 \ |
|---|
| 26 | sha1 c20b0ac0164a399aa5a15d290918a868f0a5776a \ |
|---|
| 27 | rmd160 675e606cea35577f931fb6ce2855f8dd53b27563 |
|---|