Path to this page:
./
comms/openobex,
Implementation of the Object Exchange (OBEX) protocol
Branch: CURRENT,
Version: 1.7.2,
Package name: openobex-1.7.2,
Maintainer: pkgsrc-usersThe 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).
Required to run:[
devel/libusb-compat]
Required to build:[
devel/doxygen] [
pkgtools/cwrappers]
Master sites:
SHA1: 4a5098a62889134cbd2b54997e7ff3e959e601e6
RMD160: 69aa4026f468d63e8ca32517b84773ba2738a925
Filesize: 124.266 KB
Version history: (Expand)
- (2020-10-06) Updated to version: openobex-1.7.2
- (2018-02-28) Updated to version: openobex-1.7.1nb3
- (2017-11-23) Package has been reborn
- (2016-11-25) Updated to version: openobex-1.7.1nb2
- (2015-02-02) Updated to version: openobex-1.7.1nb1
- (2014-11-23) Updated to version: openobex-1.7.1
CVS history: (Expand)
2020-10-06 05:46:03 by Makoto Fujiwara | Files touched by this commit (3) |  |
Log message:
(comms/openobex) Updated 1.7.1 to 1.7.2. ChangeLog unknown. Adapt to Doxygen 1.8.20
|
2018-02-28 00:56:10 by Pierre Pronchery | Files touched by this commit (25) |
Log message:
Revbump for packages depending on devel/libusb{,compat}
|
2018-02-10 14:53:49 by Pierre Pronchery | Files touched by this commit (39) |
Log message:
Import global switch for libusb's implementation [2/2]
This switch is meant to be used by packages requiring an implementation of the
former libusb (as in devel/libusb). The original implementation can be
chosen by setting LIBUSB_TYPE to "native".
The alternative implementation libusb-compat (as in devel/libusb-compat) wraps
libusb1 (in devel/libusb1). This implementation can be chosen by setting
LIBUSB_TYPE to "compat". On NetBSD, it has the advantage of not \
requiring root
privileges to locate and use USB devices without a kernel driver.
This second part switches packages using libusb to this framework. It does not
change compilation options or dependencies at this point.
Compile-tested on most packages affected and available on NetBSD/amd64.
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2017-09-03 10:37:04 by Thomas Klausner | Files touched by this commit (182) |
Log message:
Comment out dead MASTER_SITES/HOMEPAGEs.
|
2017-02-17 18:00:31 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Don't define accept4 locally on new enough NetBSD current.
|
2016-11-24 15:11:31 by Makoto Fujiwara | Files touched by this commit (7) |  |
Log message:
Update doxygen-depend version to 1.8.12 (or add new BUILD_DEPENDS+)
|
2016-11-24 14:43:36 by Makoto Fujiwara | Files touched by this commit (14) |  |
Log message:
Adjust PLIST for doxygen update 1.8.11 to 1.8.12, PKGREVISION++.
|