diff options
author | atatat <atatat@pkgsrc.org> | 2002-03-25 16:08:07 +0000 |
---|---|---|
committer | atatat <atatat@pkgsrc.org> | 2002-03-25 16:08:07 +0000 |
commit | 6e199eb33b2e07c2c75e48569a715a3980c712a4 (patch) | |
tree | 35418739b282681e1658d277b0a366fe11f9a58c /x11/xplanet | |
parent | d58d53e6027e6d5a3bdde6f7c8eb138376b38def (diff) | |
download | pkgsrc-6e199eb33b2e07c2c75e48569a715a3980c712a4.tar.gz |
Add xplanet package, currently at 0.93 (the recent 0.94 release is
rather broken).
Diffstat (limited to 'x11/xplanet')
-rw-r--r-- | x11/xplanet/DESCR | 9 | ||||
-rw-r--r-- | x11/xplanet/Makefile | 30 | ||||
-rw-r--r-- | x11/xplanet/PLIST | 46 | ||||
-rw-r--r-- | x11/xplanet/distinfo | 4 |
4 files changed, 89 insertions, 0 deletions
diff --git a/x11/xplanet/DESCR b/x11/xplanet/DESCR new file mode 100644 index 00000000000..5ba742b2fd0 --- /dev/null +++ b/x11/xplanet/DESCR @@ -0,0 +1,9 @@ +From the home page: + +Xplanet is similar to Xearth, where an image of the earth is rendered +into an X window. Xplanet can display several different map +projections, including Azimuthal, Mercator, Mollweide, orthographic, +or rectangular, as well as a window with a globe the user can rotate +interactively. The other planets and some satellites may also be +displayed. The latest version can always be found at +http://xplanet.sourceforge.net. diff --git a/x11/xplanet/Makefile b/x11/xplanet/Makefile new file mode 100644 index 00000000000..cccd1ac8dd0 --- /dev/null +++ b/x11/xplanet/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1 2002/03/25 16:08:07 atatat Exp $ +# + +DISTNAME= xplanet-0.93 +CATEGORIES= x11 +MASTER_SITES= http://prdownloads.sourceforge.net/xplanet/ + +MAINTAINER= atatat@netbsd.org +HOMEPAGE= http://xplanet.sourceforge.net/ +COMMENT= Rotating rendered map of the Earth in X11 root window + +GNU_CONFIGURE= YES +CONFIGURE_ARGS= --with-gl-dir=${X11BASE} --with-glut-dir=${X11BASE} +USE_GMAKE= yes + +DEPENDS+= MesaLib-*:../../graphics/MesaLib +DEPENDS+= glut-*:../../graphics/glut +DEPENDS+= glu-*:../../graphics/glu + +LIBS= -lpbm -lppm -lpgm +MAKE_ENV+= LIBS="${LIBS}" + +.include "../../graphics/libungif/buildlink.mk" +.include "../../graphics/jpeg/buildlink.mk" +.include "../../graphics/png/buildlink.mk" +.include "../../graphics/netpbm/buildlink.mk" +.include "../../graphics/tiff/buildlink.mk" +.include "../../x11/tk/buildlink.mk" +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xplanet/PLIST b/x11/xplanet/PLIST new file mode 100644 index 00000000000..6421a81b69a --- /dev/null +++ b/x11/xplanet/PLIST @@ -0,0 +1,46 @@ +@comment $NetBSD: PLIST,v 1.1 2002/03/25 16:08:07 atatat Exp $ +bin/xplanet +bin/xplanetbg +bin/tkxplanet +bin/tzcoord.pl +man/man1/tkxplanet.1 +man/man1/tzcoord.pl.1 +man/man1/xplanet.1 +man/man1/xplanetbg.1 +share/xplanet/satellites/science +share/xplanet/satellites/iss +share/xplanet/satellites/science.tle +share/xplanet/satellites/iss.tle +share/xplanet/markers/locale/ru_RU/earth +share/xplanet/markers/locale/el_GR/earth +share/xplanet/markers/locale/ja_JP/earth +share/xplanet/markers/locale/ko_KR/earth +share/xplanet/markers/locale/zh_CN/earth +share/xplanet/markers/locale/zh_TW/earth +share/xplanet/markers/earth +share/xplanet/markers/moon +share/xplanet/markers/mars +share/xplanet/images/night.jpg +share/xplanet/images/iss.png +share/xplanet/images/smile.png +share/xplanet/images/hubble.png +share/xplanet/images/shuttle.png +share/xplanet/images/sublunar.png +share/xplanet/images/subsolar.png +share/xplanet/images/earth.jpg +share/xplanet/images/README +share/xplanet/fonts/helr____.ttf +share/xplanet/fonts/README +share/xplanet/rgb.txt +@dirrm share/xplanet/fonts +@dirrm share/xplanet/images +@dirrm share/xplanet/markers/locale/el_GR +@dirrm share/xplanet/markers/locale/ja_JP +@dirrm share/xplanet/markers/locale/ko_KR +@dirrm share/xplanet/markers/locale/ru_RU +@dirrm share/xplanet/markers/locale/zh_CN +@dirrm share/xplanet/markers/locale/zh_TW +@dirrm share/xplanet/markers/locale +@dirrm share/xplanet/markers +@dirrm share/xplanet/satellites +@dirrm share/xplanet diff --git a/x11/xplanet/distinfo b/x11/xplanet/distinfo new file mode 100644 index 00000000000..6aa56a9789f --- /dev/null +++ b/x11/xplanet/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2002/03/25 16:08:07 atatat Exp $ + +SHA1 (xplanet-0.93.tar.gz) = 5071bcaa203b340ca2f6e5099c7f3891d103258f +Size (xplanet-0.93.tar.gz) = 1164083 bytes |