From edeebe64240939354011d06b99f8408f1f92b667 Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 26 Feb 2004 12:49:23 +0000 Subject: Initial import of openobex, version 1.0.1: 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). --- comms/openobex/DESCR | 6 ++++++ comms/openobex/Makefile | 17 +++++++++++++++++ comms/openobex/PLIST | 11 +++++++++++ comms/openobex/buildlink3.mk | 22 ++++++++++++++++++++++ comms/openobex/distinfo | 4 ++++ 5 files changed, 60 insertions(+) create mode 100644 comms/openobex/DESCR create mode 100644 comms/openobex/Makefile create mode 100644 comms/openobex/PLIST create mode 100644 comms/openobex/buildlink3.mk create mode 100644 comms/openobex/distinfo (limited to 'comms') diff --git a/comms/openobex/DESCR b/comms/openobex/DESCR new file mode 100644 index 00000000000..849b934957f --- /dev/null +++ b/comms/openobex/DESCR @@ -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). diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile new file mode 100644 index 00000000000..bde4ecd3dfb --- /dev/null +++ b/comms/openobex/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/26 12:49:23 jmmv Exp $ +# + +DISTNAME= openobex-1.0.1 +CATEGORIES= comms +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/} + +MAINTAINER= jmmv@NetBSD.org +HOMEPAGE= http://openobex.sourceforge.net/ +COMMENT= Implementation of the Object Exchange (OBEX) protocol + +GNU_CONFIGURE= YES +USE_BUILDLINK3= YES +USE_GNU_TOOLS+= make +USE_LIBTOOL= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/comms/openobex/PLIST b/comms/openobex/PLIST new file mode 100644 index 00000000000..28d7759a1c7 --- /dev/null +++ b/comms/openobex/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/26 12:49:24 jmmv Exp $ +bin/openobex-config +include/openobex/obex.h +include/openobex/obex_const.h +lib/libopenobex-1.0.so.1 +lib/libopenobex-1.0.so.1.0 +lib/libopenobex.a +lib/libopenobex.la +lib/libopenobex.so +share/aclocal/openobex.m4 +@dirrm include/openobex diff --git a/comms/openobex/buildlink3.mk b/comms/openobex/buildlink3.mk new file mode 100644 index 00000000000..875f981a541 --- /dev/null +++ b/comms/openobex/buildlink3.mk @@ -0,0 +1,22 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/02/26 12:49:23 jmmv Exp $ +# +# This Makefile fragment is included by packages that use openobex. +# +# This file was created automatically using createbuildlink-3.1. +# + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +OPENOBEX_BUILDLINK3_MK:= ${OPENOBEX_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= openobex +.endif + +.if !empty(OPENOBEX_BUILDLINK3_MK:M+) +BUILDLINK_PACKAGES+= openobex +BUILDLINK_DEPENDS.openobex+= openobex>=1.0.1 +BUILDLINK_PKGSRCDIR.openobex?= ../../comms/openobex + +.endif # OPENOBEX_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/comms/openobex/distinfo b/comms/openobex/distinfo new file mode 100644 index 00000000000..3fc8738b4b2 --- /dev/null +++ b/comms/openobex/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/26 12:49:23 jmmv Exp $ + +SHA1 (openobex-1.0.1.tar.gz) = aa73b3f9e345088e8f1c070e0e727f586820d20e +Size (openobex-1.0.1.tar.gz) = 211696 bytes -- cgit v1.2.3