pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/openobex Initial import of openobex, version 1.0.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64ea7d04d956
branches:  trunk
changeset: 469653:64ea7d04d956
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Feb 26 12:49:23 2004 +0000

description:
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:

 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(+), 0 deletions(-)

diffs (80 lines):

diff -r bb697438a9c8 -r 64ea7d04d956 comms/openobex/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/openobex/DESCR      Thu Feb 26 12:49:23 2004 +0000
@@ -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 -r bb697438a9c8 -r 64ea7d04d956 comms/openobex/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/openobex/Makefile   Thu Feb 26 12:49:23 2004 +0000
@@ -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@localhost
+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 -r bb697438a9c8 -r 64ea7d04d956 comms/openobex/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/openobex/PLIST      Thu Feb 26 12:49:23 2004 +0000
@@ -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 -r bb697438a9c8 -r 64ea7d04d956 comms/openobex/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/openobex/buildlink3.mk      Thu Feb 26 12:49:23 2004 +0000
@@ -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 -r bb697438a9c8 -r 64ea7d04d956 comms/openobex/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/openobex/distinfo   Thu Feb 26 12:49:23 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index