aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-01-06 01:49:58 +0000
committerSteve Wills <swills@FreeBSD.org>2019-01-06 01:49:58 +0000
commit8bd1d28caac85c4cc14cf0500a163afea1b7fc61 (patch)
tree4c662185069fb3417753330f8926e5d3f2c2d1b2 /comms
parent4650787d7309b4f11f4165189637bc6205fd4809 (diff)
downloadports-8bd1d28caac85c4cc14cf0500a163afea1b7fc61.tar.gz
ports-8bd1d28caac85c4cc14cf0500a163afea1b7fc61.zip
comms/libirman: Update to 0.5.2, clean up
While here, assign maintainership to submitter PR: 230558 Submitted by: Nathan <ndowens@yahoo.com> Approved by: rand@iteris.com (maintainer)
Notes
Notes: svn path=/head/; revision=489431
Diffstat (limited to 'comms')
-rw-r--r--comms/libirman/Makefile16
-rw-r--r--comms/libirman/distinfo6
-rw-r--r--comms/libirman/files/patch-irio.c (renamed from comms/libirman/files/patch-no-flock-of-serial-ports)6
-rw-r--r--comms/libirman/pkg-descr2
-rw-r--r--comms/libirman/pkg-plist8
5 files changed, 27 insertions, 11 deletions
diff --git a/comms/libirman/Makefile b/comms/libirman/Makefile
index 16bdec829d92..bc523c28f106 100644
--- a/comms/libirman/Makefile
+++ b/comms/libirman/Makefile
@@ -2,22 +2,30 @@
# $FreeBSD$
PORTNAME= libirman
-PORTVERSION= 0.4.6
+PORTVERSION= 0.5.2
CATEGORIES= comms
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
-MAINTAINER= rand@iteris.com
+MAINTAINER= ndowens@yahoo.com
COMMENT= Library for Evation's Irman infrared receiver
LICENSE= LGPL20
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= gmake libtool pkgconfig pathfix
-USES= gmake libtool pathfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
-PORTDOCS= README TECHNICAL
+DOCS= AUTHORS ChangeLog README TECHNICAL TODO
+
+OPTIONS_DEFINE= DOCS
+
+do-install-DOCS-on:
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR})
OPTIONS_DEFINE= DOCS
diff --git a/comms/libirman/distinfo b/comms/libirman/distinfo
index 7231e06997fa..c8baed5d703d 100644
--- a/comms/libirman/distinfo
+++ b/comms/libirman/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507932389
-SHA256 (libirman-0.4.6.tar.gz) = 7f9ec21de98a76dceca145fdd0f1524637ee38e93369995c5c4d6819cdc4d97f
-SIZE (libirman-0.4.6.tar.gz) = 342416
+TIMESTAMP = 1534050562
+SHA256 (libirman-0.5.2.tar.gz) = 43e58d7cd22b3a4c4dc8dcf8542a269ebcb4d8f6ceea0577b9fc882898f09a47
+SIZE (libirman-0.5.2.tar.gz) = 374770
diff --git a/comms/libirman/files/patch-no-flock-of-serial-ports b/comms/libirman/files/patch-irio.c
index 5dbb3fd78b13..764743414060 100644
--- a/comms/libirman/files/patch-no-flock-of-serial-ports
+++ b/comms/libirman/files/patch-irio.c
@@ -1,6 +1,6 @@
---- irio.c-orig Sat Mar 29 20:26:57 2003
-+++ irio.c Sat Mar 29 20:27:12 2003
-@@ -91,14 +91,6 @@
+--- irio.c.orig 2018-08-12 05:33:43 UTC
++++ irio.c
+@@ -97,14 +97,6 @@ int ir_open_port(char *filename)
return -1;
}
diff --git a/comms/libirman/pkg-descr b/comms/libirman/pkg-descr
index 7a5b5501c631..5e07ccb48e4d 100644
--- a/comms/libirman/pkg-descr
+++ b/comms/libirman/pkg-descr
@@ -6,4 +6,4 @@ does not mean that less experienced users will not be able to use it, but
that there are not a lot of applications for libirman at the moment, and
that if you run into problems you may have difficulty fixing things.
-WWW: http://www.evation.com/libirman/
+WWW: https://libirman.sourceforge.io/
diff --git a/comms/libirman/pkg-plist b/comms/libirman/pkg-plist
index c746b13b3646..0a88edad7d4d 100644
--- a/comms/libirman/pkg-plist
+++ b/comms/libirman/pkg-plist
@@ -1,3 +1,6 @@
+bin/test_func
+bin/test_io
+bin/test_name
bin/workmanir
@sample etc/irman.conf.sample
include/irman.h
@@ -6,3 +9,8 @@ lib/libirman.so
lib/libirman.so.0
lib/libirman.so.0.0.0
libdata/pkgconfig/libirman.pc
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/TECHNICAL
+%%PORTDOCS%%%%DOCSDIR%%/TODO