diff options
author | sat <sat@FreeBSD.org> | 2006-08-26 00:08:57 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-26 00:08:57 +0800 |
commit | c29243ce601cf940bb2497c33fe703798bfecc9d (patch) | |
tree | 3b77afca9e99e1a2c069b29e700ed5f66ff95dbd /astro/Makefile | |
parent | ec43b3fae33783935e5ccf1207d77f1b298deddf (diff) | |
download | freebsd-ports-gnome-c29243ce601cf940bb2497c33fe703798bfecc9d.tar.gz freebsd-ports-gnome-c29243ce601cf940bb2497c33fe703798bfecc9d.tar.zst freebsd-ports-gnome-c29243ce601cf940bb2497c33fe703798bfecc9d.zip |
Add ports astro/tclgeomap and astro/tkgeomap:
Tkgeomap is an open source set of extensions to the Tcl/Tk scripting
language. It adds commands that read, manipulate, and display geographic
data.
It provides four packages:
* tclgeomap - library written in C adds commands for basic geography
calculations and data access.
* tclgeomap_procs - library written in Tcl adds procedures that
supplement tclgeomap.
* tkgeomap - library written in C that adds the ability to draw maps
* tkgeomap_procs - library written in Tcl adds procedures that
supplement tkgeomap.
WWW: http://www.tkgeomap.org/
Diffstat (limited to 'astro/Makefile')
-rw-r--r-- | astro/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index e81cf5bb145f..4983b1d067f7 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -62,6 +62,8 @@ SUBDIR += stars SUBDIR += stellarium SUBDIR += sunclock + SUBDIR += tclgeomap + SUBDIR += tkgeomap SUBDIR += weatherspect SUBDIR += wmglobe SUBDIR += wmjupiter |