Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2020 18:36:04 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555575 - in head/devel: . libibuddy
Message-ID:  <202011171836.0AHIa4Hg067616@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Tue Nov 17 18:36:04 2020
New Revision: 555575
URL: https://svnweb.freebsd.org/changeset/ports/555575

Log:
  New port devel/Makefile: a library and CLI tool for i-budy devices
  
  libibuddy is a C library to control the i-buddy
  USB device. A command line tool ibuddycmd is also
  available to control it from the command line.
  
  The i-Buddy is a small USB figure in the form of an
  MSN messenger contact with butterfly wings.

Added:
  head/devel/libibuddy/
  head/devel/libibuddy/Makefile   (contents, props changed)
  head/devel/libibuddy/distinfo   (contents, props changed)
  head/devel/libibuddy/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Nov 17 18:01:28 2020	(r555574)
+++ head/devel/Makefile	Tue Nov 17 18:36:04 2020	(r555575)
@@ -1194,6 +1194,7 @@
     SUBDIR += libhoard
     SUBDIR += libhtp
     SUBDIR += libhyve-remote
+    SUBDIR += libibuddy
     SUBDIR += libical
     SUBDIR += libindicator
     SUBDIR += libinotify

Added: head/devel/libibuddy/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libibuddy/Makefile	Tue Nov 17 18:36:04 2020	(r555575)
@@ -0,0 +1,22 @@
+# Created by: Rodrigo OSORIO <rodrigo@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	libibuddy
+PORTVERSION=	0.0.2
+CATEGORIES=	devel
+
+MAINTAINER=	rodrigo@FreeBSD.org
+COMMENT=	C loadable library and CLI tool to control an i-buddy device
+
+LICENSE=	BSD2CLAUSE
+
+USES=		cmake
+USE_LDCONFIG=	yes
+USE_GITHUB=	yes
+GH_ACCOUNT=	rosorio
+GH_PROJECT=	libibuddy
+GH_TAGNAME=	919d309
+
+PLIST_FILES=	bin/ibuddy_test bin/ibuddycmd include/ibuddy.h lib/libibuddy.so
+
+.include <bsd.port.mk>

Added: head/devel/libibuddy/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libibuddy/distinfo	Tue Nov 17 18:36:04 2020	(r555575)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1605631622
+SHA256 (rosorio-libibuddy-0.0.2-919d309_GH0.tar.gz) = 2a2c0ea4e54e0cef068bb97d2e733f07a9a9637846c84a364d1a31adc8dfa91a
+SIZE (rosorio-libibuddy-0.0.2-919d309_GH0.tar.gz) = 6102

Added: head/devel/libibuddy/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libibuddy/pkg-descr	Tue Nov 17 18:36:04 2020	(r555575)
@@ -0,0 +1,9 @@
+libibuddy is a C library to control the i-buddy
+USB device. The i-Buddy is a small USB figure
+in the form of an MSN messenger contact with
+butterfly wings.
+
+To start plug your i-buddy, and run the ibuddy_test
+command.
+
+WWW: http://www.osorio.me/projects/dev/libibbudy/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011171836.0AHIa4Hg067616>