Add splat.

SPLAT! is an RF Signal Propagation, Loss, And Terrain analysis tool for
the spectrum between 20 MHz and 20 GHz. Useful to Amateur Radio operators.

Written by John A. Magliacane, KD2BD

WWW: http://www.qsl.net/kd2bd/splat.html

PR:		ports/83164
Submitted by:	Diane Bruce <db@db.net>
This commit is contained in:
Jean-Yves Lefort 2005-07-12 10:47:36 +00:00
parent 61b6e9efc8
commit 776ca74c46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138971
4 changed files with 53 additions and 0 deletions

View file

@ -89,6 +89,7 @@
SUBDIR += smstools
SUBDIR += snooper
SUBDIR += spandsp
SUBDIR += splat
SUBDIR += sredird
SUBDIR += thebridge
SUBDIR += tilp

41
comms/splat/Makefile Normal file
View file

@ -0,0 +1,41 @@
# New ports collection makefile for: splat
# Date created: 8 July 2005
# Whom: db
#
# $FreeBSD$
#
PORTNAME= splat
PORTVERSION= 1.1.0
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/ham
MAINTAINER= db@db.net
COMMENT= Used in calculating path losses, useful to ham radio and others
PORTDOCS= README README2 CHANGES
PLIST_FILES= bin/splat bin/citydecoder bin/usgs2sdf bin/fontdata
MAN1= splat.1
do-build:
cd ${WRKSRC} && \
${CXX} ${CXXFLAGS} -lm -lbz2 -o splat itm.cpp splat.cpp
cd ${WRKSRC}/utils && \
${CC} ${CFLAGS} -o citydecoder citydecoder.c && \
${CC} ${CFLAGS} -o usgs2sdf usgs2sdf.c && \
${CC} ${CFLAGS} -lz -o fontdata fontdata.c
do-install:
.for f in splat utils/citydecoder utils/usgs2sdf utils/fontdata
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
.endfor
${INSTALL_MAN} ${WRKSRC}/docs/man/splat.1 ${MAN1PREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
. for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
. endfor
.endif
.include <bsd.port.mk>

2
comms/splat/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (splat-1.1.0.tar.gz) = 216761c2fc77e74578370492f20b27d2
SIZE (splat-1.1.0.tar.gz) = 142804

9
comms/splat/pkg-descr Normal file
View file

@ -0,0 +1,9 @@
SPLAT! is an RF Signal Propagation, Loss, And Terrain analysis tool for
the spectrum between 20 MHz and 20 GHz. Useful to Amateur Radio operators.
Written by John A. Magliacane, KD2BD
WWW: http://www.qsl.net/kd2bd/splat.html
- Diane Bruce, VA3DB
db@db.net