diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-26 12:49:23 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-26 12:49:23 +0000 |
commit | 19787901543f60f10327e4f1dbbaab8515b8b367 (patch) | |
tree | 5c0aba2c48c62d6d52d8c0ab1df484e388537faa /comms | |
parent | f5357243aa38b319ad2e041ab0ff1e030439a299 (diff) | |
download | pkgsrc-19787901543f60f10327e4f1dbbaab8515b8b367.tar.gz |
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).
Diffstat (limited to 'comms')
-rw-r--r-- | comms/openobex/DESCR | 6 | ||||
-rw-r--r-- | comms/openobex/Makefile | 17 | ||||
-rw-r--r-- | comms/openobex/PLIST | 11 | ||||
-rw-r--r-- | comms/openobex/buildlink3.mk | 22 | ||||
-rw-r--r-- | comms/openobex/distinfo | 4 |
5 files changed, 60 insertions, 0 deletions
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 |