forked from Lainports/freebsd-ports
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)
This commit is contained in:
parent
4650787d73
commit
8bd1d28caa
5 changed files with 27 additions and 11 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue