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:
parent
ae0b91183c
commit
73f7f4accc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406159
@ -80,6 +80,7 @@
|
|||||||
SUBDIR += kremotecontrol
|
SUBDIR += kremotecontrol
|
||||||
SUBDIR += kvasd
|
SUBDIR += kvasd
|
||||||
SUBDIR += libconcord
|
SUBDIR += libconcord
|
||||||
|
SUBDIR += libfap
|
||||||
SUBDIR += libfec
|
SUBDIR += libfec
|
||||||
SUBDIR += libimobiledevice
|
SUBDIR += libimobiledevice
|
||||||
SUBDIR += libirman
|
SUBDIR += libirman
|
||||||
|
19
comms/libfap/Makefile
Normal file
19
comms/libfap/Makefile
Normal 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
2
comms/libfap/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA256 (libfap-1.5.tar.gz) = 5259702e4d8f15ccc1e64d04641ade042660e748b59895b9fc22d1c0a6239b09
|
||||||
|
SIZE (libfap-1.5.tar.gz) = 372880
|
11
comms/libfap/files/patch-Makefile.in
Normal file
11
comms/libfap/files/patch-Makefile.in
Normal 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
9
comms/libfap/pkg-descr
Normal 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
6
comms/libfap/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user