diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-08 17:49:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-08 17:49:58 +0000 |
commit | e65cc7bca77f9cb10fe535a24503123ff66ad789 (patch) | |
tree | 8e1ff4d58a80c8bc122abdac40698329778e14bd /astro | |
parent | acf81c18d0872bc9c07122278eeb9d04ee7a3926 (diff) | |
download | ports-e65cc7bca77f9cb10fe535a24503123ff66ad789.tar.gz ports-e65cc7bca77f9cb10fe535a24503123ff66ad789.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/gpxloggerd/Makefile | 25 | ||||
-rw-r--r-- | astro/gpxloggerd/distinfo | 3 | ||||
-rw-r--r-- | astro/gpxloggerd/pkg-descr | 2 |
4 files changed, 31 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 3268da6a34ac..fff50f8678d8 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -30,6 +30,7 @@ SUBDIR += gpsdrive SUBDIR += gpsman SUBDIR += gpstk + SUBDIR += gpxloggerd SUBDIR += jday SUBDIR += josm SUBDIR += libgal diff --git a/astro/gpxloggerd/Makefile b/astro/gpxloggerd/Makefile new file mode 100644 index 000000000000..d0b8313a30d0 --- /dev/null +++ b/astro/gpxloggerd/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gpxloggerd +# Date created: 8 December 2010 +# Whom: glebius +# +# $FreeBSD$ +# + +PORTNAME= gpxloggerd +PORTVERSION= 0.1 +CATEGORIES= astro +MASTER_SITES= LOCAL/glebius + +MAINTAINER= glebius@FreeBSD.org +COMMENT= A daemon that connects to the GPSD daemon and logs GPS traces + +LIB_DEPENDS= gps.19:${PORTSDIR}/astro/gpsd + +PLIST_FILES= sbin/${PORTNAME} +MAN8= ${PORTNAME}.8 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${PREFIX}/man/man8/ + +.include <bsd.port.mk> diff --git a/astro/gpxloggerd/distinfo b/astro/gpxloggerd/distinfo new file mode 100644 index 000000000000..3dc4554982e6 --- /dev/null +++ b/astro/gpxloggerd/distinfo @@ -0,0 +1,3 @@ +MD5 (gpxloggerd-0.1.tar.gz) = 13293244dfd45abd521220749f1dc500 +SHA256 (gpxloggerd-0.1.tar.gz) = f7e932eb0a9e04db2ccd366c2e1bdcb8ee613b7f8841bd7723f525887323c112 +SIZE (gpxloggerd-0.1.tar.gz) = 6042 diff --git a/astro/gpxloggerd/pkg-descr b/astro/gpxloggerd/pkg-descr new file mode 100644 index 000000000000..913fcaca4138 --- /dev/null +++ b/astro/gpxloggerd/pkg-descr @@ -0,0 +1,2 @@ +The gpxloggerd is a tiny daemon that connects to gpsd(8) and logs +received fix information in the GPX format. |