diff options
author | Diane Bruce <db@FreeBSD.org> | 2008-08-04 18:24:53 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2008-08-04 18:24:53 +0000 |
commit | 7832a2a8835f46f5335cdc282069e1c081e0c808 (patch) | |
tree | cbde501678ad33f76f88d23b602bc9d790bb118c /comms/ibp | |
parent | 37ff2af04a548a42697aa64bfbbddc235147e2a4 (diff) |
Notes
Diffstat (limited to 'comms/ibp')
-rw-r--r-- | comms/ibp/Makefile | 30 | ||||
-rw-r--r-- | comms/ibp/distinfo | 3 | ||||
-rw-r--r-- | comms/ibp/files/ibp.1 | 18 | ||||
-rw-r--r-- | comms/ibp/pkg-descr | 6 |
4 files changed, 57 insertions, 0 deletions
diff --git a/comms/ibp/Makefile b/comms/ibp/Makefile new file mode 100644 index 000000000000..c5b529e4636f --- /dev/null +++ b/comms/ibp/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: ibp +# Date created: 3 August 2008 +# Whom: Diane Bruce <db@db.net> +# +# $FreeBSD$ +# + +PORTNAME= ibp +PORTVERSION= 0.21 +CATEGORIES= comms hamradio +MASTER_SITES= http://wwwhome.cs.utwente.nl/~ptdeboer/ham/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= db +EXTRACT_SUFX= .tgz + +MAINTAINER= db@FreeBSD.org +COMMENT= A little program for monitoring amateur radio beacons + +USE_XLIB= yes +USE_IMAKE= yes + +PLIST_FILES= bin/ibp +MAN1= ibp.1 +MANCOMPRESSED= no + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ibp ${PREFIX}/bin/ + ${INSTALL_MAN} ${FILESDIR}/ibp.1 ${MANPREFIX}/man/man1/ibp.1 + +.include <bsd.port.mk> diff --git a/comms/ibp/distinfo b/comms/ibp/distinfo new file mode 100644 index 000000000000..21b135513bbe --- /dev/null +++ b/comms/ibp/distinfo @@ -0,0 +1,3 @@ +MD5 (ibp-0.21.tgz) = 092ebbca8430707b8df6d9bd9720ebbd +SHA256 (ibp-0.21.tgz) = b3b118ca83619f0a5605652a0a8c385c77ada3a10321a771e2d19f9f59604abd +SIZE (ibp-0.21.tgz) = 33536 diff --git a/comms/ibp/files/ibp.1 b/comms/ibp/files/ibp.1 new file mode 100644 index 000000000000..4db4be263402 --- /dev/null +++ b/comms/ibp/files/ibp.1 @@ -0,0 +1,18 @@ +.Dd August 4, 2008 +.Os Unix +.Dt ibp 1 +.Sh NAME +.Nm ibp +.Nd International beacon program utility +.Sh SYNOPSIS +This program displays active beacons complete with an X display. +.Sh DESCRIPTION +This little program helps one with monitoring the beacons of the +International Beacon Project, by continuously showing which beacon is +transmitting on which frequency, along with the distance and antenna directions. +.Pp Project Website, Documentation +The latest version can be found at: http://wwwhome.cs.utwente.nl/~ptdeboer/ham/ibp-0.21.tgz +.Pp +Full documentation is at http://wwwhome.cs.utwente.nl/~ptdeboer/ham/ibp.html +.Sh AUTHORS +Pieter-Tjerk de Boer, pa3fwm@amsat.org diff --git a/comms/ibp/pkg-descr b/comms/ibp/pkg-descr new file mode 100644 index 000000000000..f7d356c056a8 --- /dev/null +++ b/comms/ibp/pkg-descr @@ -0,0 +1,6 @@ +This little program helps one with monitoring the beacons of the +International Beacon Project, by continuously showing which beacon is +transmitting on which frequency, along with the distance and +antenna directions. + +WWW: http://wwwhome.cs.utwente.nl/~ptdeboer/ham/ibp.html |