Add libfap 1.5, c port for Ham::APRS::FAP Finnish APRS Parser Perl

module.

PR:		ports/206159
Submitted by:	akh@nobugware.com
This commit is contained in:
Diane Bruce 2016-01-15 14:10:36 +00:00
parent ae0b91183c
commit 73f7f4accc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406159
6 changed files with 48 additions and 0 deletions

View File

@ -80,6 +80,7 @@
SUBDIR += kremotecontrol
SUBDIR += kvasd
SUBDIR += libconcord
SUBDIR += libfap
SUBDIR += libfec
SUBDIR += libimobiledevice
SUBDIR += libirman

19
comms/libfap/Makefile Normal file
View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= libfap
PORTVERSION= 1.5
CATEGORIES= comms hamradio
MASTER_SITES= http://www.pakettiradio.net/downloads/libfap/${PORTVERSION}/ \
LOCAL/db
MAINTAINER= akh@nobugware.com
COMMENT= C port for Ham::APRS::FAP Finnish APRS Parser Perl module
LICENSE= GPLv2
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
USES= libtool
INSTALL_TARGET= install-strip
.include <bsd.port.mk>

2
comms/libfap/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (libfap-1.5.tar.gz) = 5259702e4d8f15ccc1e64d04641ade042660e748b59895b9fc22d1c0a6239b09
SIZE (libfap-1.5.tar.gz) = 372880

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig 2015-01-31 12:33:36 UTC
+++ Makefile.in
@@ -280,7 +280,7 @@ top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = licenses src
EXTRA_DIST = Doxyfile
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_DATA = libfap.pc
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive

9
comms/libfap/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
libfap is a quick and dirty C port of the Ham::APRS::FAP
Finnish APRS Parser Perl module.
As the original Perl code, libfap parses normal,
mic-e and compressed location packets, NMEA location packets, objects,
items, messages, telemetry and most weather packets.
For more description, see the Perl module.
WWW: http://www.pakettiradio.net/libfap/

6
comms/libfap/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
include/fap.h
lib/libfap.a
lib/libfap.so
lib/libfap.so.6
lib/libfap.so.6.0.0
libdata/pkgconfig/libfap.pc