1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

add planets 0.1.5

An orbital simulator
This commit is contained in:
Ying-Chieh Liao 2002-03-15 06:24:29 +00:00
parent be2c76123e
commit c404cc8016
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56126
6 changed files with 43 additions and 0 deletions

View File

@ -23,6 +23,7 @@
SUBDIR += p5-GPS
SUBDIR += p5-Geo-METAR
SUBDIR += p5-SETI-Stats
SUBDIR += planets
SUBDIR += pyweather
SUBDIR += rmap
SUBDIR += saoimage

32
astro/planets/Makefile Normal file
View File

@ -0,0 +1,32 @@
# ex:ts=8
# Ports collection makefile for: planets
# Date created: Mar 15, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= planets
PORTVERSION= 0.1.5
CATEGORIES= astro
MASTER_SITES= http://planets.homedns.org/dist/${PORTVERSION}/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml
USE_GMAKE= yes
ALL_TARGET= ${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in KEYBINDINGS.txt getting_started.html
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

1
astro/planets/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (planets.tgz) = cfa21bc2a8b3e403814c5a4a4118cad3

View File

@ -0,0 +1 @@
An orbital simulator

4
astro/planets/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
Planets is a simple interactive program for playing with simulations of
planetary systems.
WWW: http://planets.homedns.org/

4
astro/planets/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/planets
%%PORTDOCS%%share/doc/planets/KEYBINDINGS.txt
%%PORTDOCS%%share/doc/planets/getting_started.html
%%PORTDOCS%%@dirrm share/doc/planets