summaryrefslogtreecommitdiff
path: root/astro/xplanet/pkg-descr
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-23 00:42:13 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-23 00:42:13 +0000
commit7ef396a3cf4e8b953f4dd90d27ebe80ce28cdba7 (patch)
treeea903ccb5eec9463f7ee0783ff8b7126d111e404 /astro/xplanet/pkg-descr
parent* Update port to 1.96 (diff)
Xplanet was inspired by Xearth, which renders an image of the earth into the X
root window. Xplanet uses the Imlib library to read user supplied maps of the earth (or another planet). Orthographic and mercator projections can be rendered to the root window or saved to a file. An image that the user can rotate interactively can be popped up in a window using OpenGL or Mesa. PR: 16903 Submitted by: Will Andrews <andrews@technologist.com>
Notes
Notes: svn path=/head/; revision=26182
Diffstat (limited to 'astro/xplanet/pkg-descr')
-rw-r--r--astro/xplanet/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/astro/xplanet/pkg-descr b/astro/xplanet/pkg-descr
new file mode 100644
index 000000000000..ec6abc514396
--- /dev/null
+++ b/astro/xplanet/pkg-descr
@@ -0,0 +1,10 @@
+Xplanet was inspired by Xearth, which renders an image of the earth into the X
+root window. Xplanet uses the Imlib library to read user supplied maps of the
+earth (or another planet). Orthographic and mercator projections can be
+rendered to the root window or saved to a file. An image that the user can
+rotate interactively can be popped up in a window using OpenGL or Mesa.
+
+WWW: http://www.wrightflyer.org/~hari/xplanet/
+Author: Hari Nair <hari@almuni.caltech.edu>
+
+--Will <andrews@technologist.com>