[Midnightbsd-cvs] mports [24047] trunk/devel: add libmtdev
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Aug 31 15:12:08 EDT 2018
Revision: 24047
http://svnweb.midnightbsd.org/mports/?rev=24047
Author: laffer1
Date: 2018-08-31 15:12:07 -0400 (Fri, 31 Aug 2018)
Log Message:
-----------
add libmtdev
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/libmtdev/
trunk/devel/libmtdev/Makefile
trunk/devel/libmtdev/distinfo
trunk/devel/libmtdev/files/
trunk/devel/libmtdev/files/patch-src_common.h
trunk/devel/libmtdev/pkg-descr
trunk/devel/libmtdev/pkg-plist
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2018-08-31 19:08:45 UTC (rev 24046)
+++ trunk/devel/Makefile 2018-08-31 19:12:07 UTC (rev 24047)
@@ -169,6 +169,7 @@
SUBDIR += libixp
SUBDIR += liblangtag
SUBDIR += libltdl
+SUBDIR += libmtdev
SUBDIR += libnotify
SUBDIR += liboil
SUBDIR += liboobs
Added: trunk/devel/libmtdev/Makefile
===================================================================
--- trunk/devel/libmtdev/Makefile (rev 0)
+++ trunk/devel/libmtdev/Makefile 2018-08-31 19:12:07 UTC (rev 24047)
@@ -0,0 +1,24 @@
+# $MidnightBSD$
+
+PORTNAME= mtdev
+PORTVERSION= 1.1.5
+CATEGORIES= devel
+MASTER_SITES= http://bitmath.org/code/${PORTNAME}/
+PKGNAMEPREFIX= lib
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Multitouch Protocol Translation Library
+
+LICENSE= mit
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+BUILD_DEPENDS= v4l_compat>=1.0.20110603:multimedia/v4l_compat
+RUN_DEPENDS= v4l_compat>=1.0.20110603:multimedia/v4l_compat
+
+USES= libtool pathfix tar:bz2
+GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include # v4l_compat
+INSTALL_TARGET= install-strip
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/libmtdev/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/libmtdev/distinfo
===================================================================
--- trunk/devel/libmtdev/distinfo (rev 0)
+++ trunk/devel/libmtdev/distinfo 2018-08-31 19:12:07 UTC (rev 24047)
@@ -0,0 +1,2 @@
+SHA256 (mtdev-1.1.5.tar.bz2) = 6677d5708a7948840de734d8b4675d5980d4561171c5a8e89e54adf7a13eba7f
+SIZE (mtdev-1.1.5.tar.bz2) = 274162
Property changes on: trunk/devel/libmtdev/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/libmtdev/files/patch-src_common.h
===================================================================
--- trunk/devel/libmtdev/files/patch-src_common.h (rev 0)
+++ trunk/devel/libmtdev/files/patch-src_common.h 2018-08-31 19:12:07 UTC (rev 24047)
@@ -0,0 +1,11 @@
+--- src/common.h.orig 2013-07-31 17:25:50 UTC
++++ src/common.h
+@@ -33,7 +33,7 @@
+
+ #include <mtdev-mapping.h>
+ #include <mtdev-plumbing.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include <errno.h>
+
Property changes on: trunk/devel/libmtdev/files/patch-src_common.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/libmtdev/pkg-descr
===================================================================
--- trunk/devel/libmtdev/pkg-descr (rev 0)
+++ trunk/devel/libmtdev/pkg-descr 2018-08-31 19:12:07 UTC (rev 24047)
@@ -0,0 +1,7 @@
+mtdev is a stand-alone library which transforms all variants of kernel
+MT events to the slotted type B protocol. The events put into mtdev
+may be from any MT device, specifically type A without contact
+tracking, type A with contact tracking, or type B with contact
+tracking. See Linux kernel documentation for further details.
+
+WWW: http://bitmath.org/code/mtdev/
Property changes on: trunk/devel/libmtdev/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/libmtdev/pkg-plist
===================================================================
--- trunk/devel/libmtdev/pkg-plist (rev 0)
+++ trunk/devel/libmtdev/pkg-plist 2018-08-31 19:12:07 UTC (rev 24047)
@@ -0,0 +1,9 @@
+bin/mtdev-test
+include/mtdev-mapping.h
+include/mtdev-plumbing.h
+include/mtdev.h
+lib/libmtdev.a
+lib/libmtdev.so
+lib/libmtdev.so.1
+lib/libmtdev.so.1.0.0
+libdata/pkgconfig/mtdev.pc
Property changes on: trunk/devel/libmtdev/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list