cvs commit: ports/comms Makefile ports/comms/openobex Makefile distinfo pkg-descr pkg-plist ports/comms/openobex/files patch-aclocal.m4 patch-configure.in patch-ltmain.sh patch-src-btobex.c patch-src-netbuf.h patch-src-obex.c ...

Pav Lucistnik pav at FreeBSD.org
Tue Mar 23 11:57:59 PST 2004


pav         2004/03/23 11:57:59 PST

  FreeBSD ports repository

  Modified files:
    comms                Makefile 
  Added files:
    comms/openobex       Makefile distinfo pkg-descr pkg-plist 
    comms/openobex/files patch-aclocal.m4 patch-configure.in 
                         patch-ltmain.sh patch-src-btobex.c 
                         patch-src-netbuf.h patch-src-obex.c 
                         patch-src-obex.h patch-src-obex_const.h 
                         patch-src-obex_main.c 
                         patch-src-obex_transport.h 
  Log:
  Add openobex, a library for OBEX (Object Exchange), a protocol to exchange
  a data over infrared and Bluetooth.
  
  This port is adapted to work with FreeBSD Bluetooth stack.
  
  PR:             ports/64596
  Submitted by:   Guido Falsi <mad at madpilot.net>
  
  Revision  Changes    Path
  1.99      +1 -0      ports/comms/Makefile
  1.1       +23 -0     ports/comms/openobex/Makefile (new)
  1.1       +1 -0      ports/comms/openobex/distinfo (new)
  1.1       +38 -0     ports/comms/openobex/files/patch-aclocal.m4 (new)
  1.1       +10 -0     ports/comms/openobex/files/patch-configure.in (new)
  1.1       +42 -0     ports/comms/openobex/files/patch-ltmain.sh (new)
  1.1       +110 -0    ports/comms/openobex/files/patch-src-btobex.c (new)
  1.1       +11 -0     ports/comms/openobex/files/patch-src-netbuf.h (new)
  1.1       +26 -0     ports/comms/openobex/files/patch-src-obex.c (new)
  1.1       +11 -0     ports/comms/openobex/files/patch-src-obex.h (new)
  1.1       +11 -0     ports/comms/openobex/files/patch-src-obex_const.h (new)
  1.1       +26 -0     ports/comms/openobex/files/patch-src-obex_main.c (new)
  1.1       +36 -0     ports/comms/openobex/files/patch-src-obex_transport.h (new)
  1.1       +8 -0      ports/comms/openobex/pkg-descr (new)
  1.1       +9 -0      ports/comms/openobex/pkg-plist (new)


More information about the cvs-ports mailing list