Initial import of Hitchhiker 2000, an astronomy program.
Package provided by Adam Ciarcinski in private mail, and slightly touched up.
This commit is contained in:
parent
73ceb93603
commit
f685cdefd9
6 changed files with 89 additions and 0 deletions
19
misc/hitchhiker/Makefile
Normal file
19
misc/hitchhiker/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2001/01/04 18:43:41 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= hh2000-0.6
|
||||
PKGNAME= hitchhiker-0.6
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hitchhiker/}
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://hirame.hiram.edu/~worleyam
|
||||
|
||||
DEPENDS+= gnome-libs>=1.2.8:../../x11/gnome-libs
|
||||
DEPENDS+= gtkglarea>=1.2.1:../../x11/gtkglarea
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBINTL= yes
|
||||
USE_X11BASE= yes
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
misc/hitchhiker/files/md5
Normal file
3
misc/hitchhiker/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 2001/01/04 18:43:41 wiz Exp $
|
||||
|
||||
MD5 (hh2000-0.6.tar.gz) = 7ffddc2899f8bb1a1b2974e4feefc953
|
1
misc/hitchhiker/pkg/COMMENT
Normal file
1
misc/hitchhiker/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
Astronomical simulation and visualization program
|
1
misc/hitchhiker/pkg/DESCR
Normal file
1
misc/hitchhiker/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Astronomical simulation and visualization program
|
7
misc/hitchhiker/pkg/MESSAGE
Normal file
7
misc/hitchhiker/pkg/MESSAGE
Normal file
|
@ -0,0 +1,7 @@
|
|||
======================================================================
|
||||
$NetBSD: MESSAGE,v 1.1.1.1 2001/01/04 18:43:41 wiz Exp $
|
||||
|
||||
This program is a little bit buggy, so to see anything, you have to
|
||||
change 'Viewing Mode' to something different after startup.
|
||||
|
||||
======================================================================
|
58
misc/hitchhiker/pkg/PLIST
Normal file
58
misc/hitchhiker/pkg/PLIST
Normal file
|
@ -0,0 +1,58 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/04 18:43:41 wiz Exp $
|
||||
bin/hh2000
|
||||
share/gnome/apps/Applications/hh2000.desktop
|
||||
share/hh2000/data/asteroids.csv
|
||||
share/hh2000/data/comets.csv
|
||||
share/hh2000/data/con_bounds.csv
|
||||
share/hh2000/data/con_lines.csv
|
||||
share/hh2000/data/locations.csv
|
||||
share/hh2000/data/models.csv
|
||||
share/hh2000/data/orbits.csv
|
||||
share/hh2000/data/planets_moons.csv
|
||||
share/hh2000/data/stars.csv
|
||||
share/hh2000/maps/0.rgb
|
||||
share/hh2000/maps/1.rgb
|
||||
share/hh2000/maps/10.rgb
|
||||
share/hh2000/maps/11.rgb
|
||||
share/hh2000/maps/12.rgb
|
||||
share/hh2000/maps/13.rgb
|
||||
share/hh2000/maps/14.rgb
|
||||
share/hh2000/maps/15.rgb
|
||||
share/hh2000/maps/16.rgb
|
||||
share/hh2000/maps/17.rgb
|
||||
share/hh2000/maps/18.rgb
|
||||
share/hh2000/maps/2.rgb
|
||||
share/hh2000/maps/3.rgb
|
||||
share/hh2000/maps/4.rgb
|
||||
share/hh2000/maps/5.rgb
|
||||
share/hh2000/maps/6.rgb
|
||||
share/hh2000/maps/7.rgb
|
||||
share/hh2000/maps/8.rgb
|
||||
share/hh2000/maps/9.rgb
|
||||
share/hh2000/maps/milkyway0.rgb
|
||||
share/hh2000/maps/milkyway1.rgb
|
||||
share/hh2000/maps/milkyway2.rgb
|
||||
share/hh2000/maps/milkyway3.rgb
|
||||
share/hh2000/maps/sunshine.rgb
|
||||
share/hh2000/scripts/hhmoviebuilder.csh
|
||||
share/locale/es/LC_MESSAGES/hh2000.mo
|
||||
share/pixmaps/hh2000/asteroid.xpm
|
||||
share/pixmaps/hh2000/comet.xpm
|
||||
share/pixmaps/hh2000/loading.png
|
||||
share/pixmaps/hh2000/moon.xpm
|
||||
share/pixmaps/hh2000/pause.xpm
|
||||
share/pixmaps/hh2000/pixmap.xpm
|
||||
share/pixmaps/hh2000/planet.xpm
|
||||
share/pixmaps/hh2000/play.xpm
|
||||
share/pixmaps/hh2000/reverse.xpm
|
||||
share/pixmaps/hh2000/splash.png
|
||||
share/pixmaps/hh2000/star.xpm
|
||||
share/pixmaps/hh2000/step_forward.xpm
|
||||
share/pixmaps/hh2000/step_reverse.xpm
|
||||
share/pixmaps/hh2000icon.png
|
||||
@unexec rmdir -p share/gnome/apps/Applications 2> /dev/null || true
|
||||
@dirrm share/pixmaps/hh2000
|
||||
@dirrm share/hh2000/scripts
|
||||
@dirrm share/hh2000/maps
|
||||
@dirrm share/hh2000/data
|
||||
@dirrm share/hh2000
|
Loading…
Reference in a new issue