1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Accrete is a physical simulation of solar system planet

formation, originally published to Usenet-- probably comp.sources.unix--
in 1991 by Joe Nowakowski.  This software is in the public domain.

PR:		52879
Submitted by:	Chuck Swiger <chuck@pkix.net>
This commit is contained in:
Maho Nakata 2003-07-29 06:02:27 +00:00
parent 0b1bd1a9fb
commit 6caa8598ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85812
6 changed files with 65 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#
SUBDIR += SETIsupport
SUBDIR += accrete
SUBDIR += celestia
SUBDIR += dgpsip
SUBDIR += ephem

23
astro/accrete/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: accrete
# Date created: 2003-6-2
# Whom: chuck@pkix.net
#
# $FreeBSD$
PORTNAME= accrete
PORTVERSION= 1.0
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= chuck@pkix.net
COMMENT= Accrete is a physical simulation of solar system planet formation
USE_REINPLACE= yes
post-patch:
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \
s|%%CC%%|${CC}|g ; \
s|%%CFLAGS%%|${CFLAGS}|g' ${WRKSRC}/Makefile
.include <bsd.port.mk>

1
astro/accrete/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (accrete-1.0.tar.gz) = a8586ec1682cb9545ea380d78a8e83d1

View File

@ -0,0 +1,25 @@
--- Makefile.org Tue Jul 29 14:53:03 2003
+++ Makefile Tue Jul 29 14:53:37 2003
@@ -7,17 +7,17 @@
INSTALL = /usr/bin/install -s
# installation prefix
-PREFIX = /usr/local
+PREFIX = %%PREFIX%%
# Compiler flags
-CC ?= cc
-CDEBUG = -g -O -Wall
-COPT = -O3 -ffast-math
+CC = %%CC%%
+CDEBUG =
+COPT =
# Enable this to greatly increase the verbosity of the output
# DEFS = -DDEBUG -DVERBOSE
-CFLAGS ?= -pipe $(CDEBUG) $(DEFS)
+CFLAGS = %%CFLAGS%%
# Any libraries that are needed...
LDFLAGS = -lm

14
astro/accrete/pkg-descr Normal file
View File

@ -0,0 +1,14 @@
Accrete is a physical simulation of solar system planet formation,
originally published to Usenet-- probably comp.sources.unix-- in 1991
by Joe Nowakowski. This software is in the public domain.
This simulation works by modelling a dust cloud around a Sun-like
star, injecting a series of masses which collect dust, and form
planets. The simulation then determines what the planetary
environments will be like in terms of temperature, atmospheric
composition, and other factors. The system description is saved to a
file named "New.System".
WWW: http://sourceforge.net/projects/accrete
-Chuck Swiger <chuck@pkix.net>

1
astro/accrete/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/accrete