svn commit: r406159 - in head/comms: . libfap libfap/files
Diane Bruce
db at FreeBSD.org
Fri Jan 15 14:10:39 UTC 2016
Author: db
Date: Fri Jan 15 14:10:36 2016
New Revision: 406159
URL: https://svnweb.freebsd.org/changeset/ports/406159
Log:
Add libfap 1.5, c port for Ham::APRS::FAP Finnish APRS Parser Perl
module.
PR: ports/206159
Submitted by: akh at nobugware.com
Added:
head/comms/libfap/
head/comms/libfap/Makefile (contents, props changed)
head/comms/libfap/distinfo (contents, props changed)
head/comms/libfap/files/
head/comms/libfap/files/patch-Makefile.in (contents, props changed)
head/comms/libfap/pkg-descr (contents, props changed)
head/comms/libfap/pkg-plist (contents, props changed)
Modified:
head/comms/Makefile
Modified: head/comms/Makefile
==============================================================================
--- head/comms/Makefile Fri Jan 15 13:45:29 2016 (r406158)
+++ head/comms/Makefile Fri Jan 15 14:10:36 2016 (r406159)
@@ -80,6 +80,7 @@
SUBDIR += kremotecontrol
SUBDIR += kvasd
SUBDIR += libconcord
+ SUBDIR += libfap
SUBDIR += libfec
SUBDIR += libimobiledevice
SUBDIR += libirman
Added: head/comms/libfap/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/libfap/Makefile Fri Jan 15 14:10:36 2016 (r406159)
@@ -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 at 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>
Added: head/comms/libfap/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/libfap/distinfo Fri Jan 15 14:10:36 2016 (r406159)
@@ -0,0 +1,2 @@
+SHA256 (libfap-1.5.tar.gz) = 5259702e4d8f15ccc1e64d04641ade042660e748b59895b9fc22d1c0a6239b09
+SIZE (libfap-1.5.tar.gz) = 372880
Added: head/comms/libfap/files/patch-Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/libfap/files/patch-Makefile.in Fri Jan 15 14:10:36 2016 (r406159)
@@ -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
Added: head/comms/libfap/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/libfap/pkg-descr Fri Jan 15 14:10:36 2016 (r406159)
@@ -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/
Added: head/comms/libfap/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/libfap/pkg-plist Fri Jan 15 14:10:36 2016 (r406159)
@@ -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
More information about the svn-ports-all
mailing list