Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

6
comms/openobex/DESCR Normal file
View File

@@ -0,0 +1,6 @@
The overall goal of the OpenOBEX project is to make an open source
implementation of the Object Exchange (OBEX) protocol. OBEX is a session
protocol and can best be described as a binary HTTP protocol. OBEX is
optimised for ad-hoc wireless links and can be used to exchange all kind
of objects like files, pictures, calendar entries (vCal) and business
cards (vCard).

37
comms/openobex/Makefile Normal file
View File

@@ -0,0 +1,37 @@
# $NetBSD: Makefile,v 1.23 2013/03/21 06:53:36 sbd Exp $
#
DISTNAME= openobex-1.7-Source
PKGNAME= openobex-1.7
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gitorious.org/openobex
COMMENT= Implementation of the Object Exchange (OBEX) protocol
LICENSE= gnu-lgpl-v2
BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
USE_CMAKE= yes
USE_TOOLS+= cmake pkg-config
PKGCONFIG_OVERRIDE= openobex.pc.in
.include "../../mk/bsd.prefs.mk"
EGDIR= share/examples/openobex
.if ${OPSYS} == "Linux"
INSTALLATION_DIRS+= ${EGDIR}
MAKE_DIRS+= /etc/udev /etc/udev/rules.d
CONF_FILES+= ${EGDIR}/60-openobex.rules \
/etc/udev/rules.d/60-openobex.rules
post-install:
${MV} ${DESTDIR}/lib/udev/rules.d/60-openobex.rules \
${DESTDIR}${PREFIX}/${EGDIR}/60-openobex.rules
.endif
.include "../../devel/libusb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

75
comms/openobex/PLIST Normal file
View File

@@ -0,0 +1,75 @@
@comment $NetBSD: PLIST,v 1.6 2013/03/15 08:10:04 plunky Exp $
include/openobex/obex.h
include/openobex/obex_const.h
include/openobex/version.h
lib/cmake/OpenObex-1.7/openobex-config-version.cmake
lib/cmake/OpenObex-1.7/openobex-config.cmake
lib/cmake/OpenObex-1.7/openobex-target-release.cmake
lib/cmake/OpenObex-1.7/openobex-target.cmake
lib/libopenobex.so
lib/libopenobex.so.1.7
lib/libopenobex.so.2
lib/pkgconfig/openobex.pc
share/doc/openobex/html/annotated.html
share/doc/openobex/html/api_8c.html
share/doc/openobex/html/bc_s.png
share/doc/openobex/html/bdwn.png
share/doc/openobex/html/classes.html
share/doc/openobex/html/closed.png
share/doc/openobex/html/dir_000000.html
share/doc/openobex/html/dir_000001.html
share/doc/openobex/html/dir_000002.html
share/doc/openobex/html/doxygen.css
share/doc/openobex/html/doxygen.png
share/doc/openobex/html/dynsections.js
share/doc/openobex/html/files.html
share/doc/openobex/html/ftv2blank.png
share/doc/openobex/html/ftv2cl.png
share/doc/openobex/html/ftv2doc.png
share/doc/openobex/html/ftv2folderclosed.png
share/doc/openobex/html/ftv2folderopen.png
share/doc/openobex/html/ftv2lastnode.png
share/doc/openobex/html/ftv2link.png
share/doc/openobex/html/ftv2mlastnode.png
share/doc/openobex/html/ftv2mnode.png
share/doc/openobex/html/ftv2mo.png
share/doc/openobex/html/ftv2node.png
share/doc/openobex/html/ftv2ns.png
share/doc/openobex/html/ftv2plastnode.png
share/doc/openobex/html/ftv2pnode.png
share/doc/openobex/html/ftv2splitbar.png
share/doc/openobex/html/ftv2vertline.png
share/doc/openobex/html/functions.html
share/doc/openobex/html/functions_vars.html
share/doc/openobex/html/globals.html
share/doc/openobex/html/globals_0x66.html
share/doc/openobex/html/globals_0x69.html
share/doc/openobex/html/globals_0x6f.html
share/doc/openobex/html/globals_0x74.html
share/doc/openobex/html/globals_defs.html
share/doc/openobex/html/globals_enum.html
share/doc/openobex/html/globals_eval.html
share/doc/openobex/html/globals_func.html
share/doc/openobex/html/globals_type.html
share/doc/openobex/html/index.html
share/doc/openobex/html/jquery.js
share/doc/openobex/html/nav_f.png
share/doc/openobex/html/nav_g.png
share/doc/openobex/html/nav_h.png
share/doc/openobex/html/obex_8h.html
share/doc/openobex/html/obex__const_8h.html
share/doc/openobex/html/open.png
share/doc/openobex/html/openobex_8coverpage.html
share/doc/openobex/html/structobex__ctrans__t.html
share/doc/openobex/html/structobex__irda__intf__t.html
share/doc/openobex/html/structobex__usb__intf__service__t.html
share/doc/openobex/html/structobex__usb__intf__t.html
share/doc/openobex/html/sync_off.png
share/doc/openobex/html/sync_on.png
share/doc/openobex/html/tab_a.png
share/doc/openobex/html/tab_b.png
share/doc/openobex/html/tab_h.png
share/doc/openobex/html/tab_s.png
share/doc/openobex/html/tabs.css
share/doc/openobex/html/unionobex__headerdata__t.html
share/doc/openobex/html/unionobex__interface__t.html

View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST.Linux,v 1.1 2013/03/21 06:53:37 sbd Exp $
sbin/obex-check-device
share/examples/openobex/60-openobex.rules

View File

@@ -0,0 +1,14 @@
# $NetBSD: buildlink3.mk,v 1.13 2013/03/15 08:10:04 plunky Exp $
BUILDLINK_TREE+= openobex
.if !defined(OPENOBEX_BUILDLINK3_MK)
OPENOBEX_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.openobex+= openobex>=1.7
BUILDLINK_PKGSRCDIR.openobex?= ../../comms/openobex
.include "../../devel/libusb/buildlink3.mk"
.endif # OPENOBEX_BUILDLINK3_MK
BUILDLINK_TREE+= -openobex

6
comms/openobex/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.8 2013/03/21 06:49:12 sbd Exp $
SHA1 (openobex-1.7-Source.tar.gz) = 9fb8de31b551fd116991641f296d64be98f84b27
RMD160 (openobex-1.7-Source.tar.gz) = f4b80ac9533953312c0482e83ec5445550100eb6
Size (openobex-1.7-Source.tar.gz) = 130372 bytes
SHA1 (patch-lib_api.c) = 4ea3f2b8179a52a4d1266395a4f20b572582903f

View File

@@ -0,0 +1,17 @@
$NetBSD: patch-lib_api.c,v 1.1 2013/03/21 06:49:12 sbd Exp $
Make sure that bt_addr_t is defined.
--- lib/api.c.orig 2013-03-02 14:25:42.000000000 +0000
+++ lib/api.c
@@ -64,6 +64,10 @@
#include "obex_incl.h"
+#if !defined(bt_addr_t)
+#define bt_addr_t void
+#endif
+
/**
Initialize OBEX.
\param transport Which transport to use. The following transports are available :