Date: Tue, 8 Jan 2002 21:35:26 -0500 (EST) From: "Brandon S. Allbery KF8NH" <allbery@ece.cmu.edu> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/33714: New port: Bohlin's IrDA utilities, ported from NetBSD's pkgsrc Message-ID: <200201090235.g092ZQw25604@vpn6.ece.cmu.edu>
next in thread | raw e-mail | index | archive | help
>Number: 33714 >Category: ports >Synopsis: New port: Bohlin's IrDA utilities, ported from NetBSD's pkgsrc >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 08 18:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Brandon S. Allbery KF8NH >Release: FreeBSD 4.4-STABLE i386 >Organization: Carnegie Mellon University Dept. of Electrical & Computer Engineering Computing Facilities >Environment: System: FreeBSD vpn6.ece.cmu.edu 4.4-STABLE FreeBSD 4.4-STABLE #0: Thu Dec 13 18:55:40 EST 2001 allbery@vpn71.ece.cmu.edu:/usr/obj/usr/src/sys/PYANFAR i386 >Description: A set of utilities to communicate with IrDA devices over an IrDA port on a serial line. Covers IrComm for connecting via PPP over cell phones as well as several utilities to exchange data with PDAs. These programs were written by Tommy Bohlin <tommy@gatespace.com>. The port is more or less directly copied from Lennart Augustsson's <lennart@augustsson.net> NetBSD port. Brandon S. Allbery KF8NH allbery@ece.cmu.edu Note: The PR ports/33356 was based on an outdated version; this is current. Please discard the previous submission. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # birda # birda/pkg-plist # birda/distinfo # birda/pkg-descr # birda/Makefile # birda/pkg-comment # birda/files # birda/files/patch-aa # echo c - birda mkdir -p birda > /dev/null 2>&1 echo x - birda/pkg-plist sed 's/^X//' >birda/pkg-plist << 'END-of-birda/pkg-plist' X@comment $FreeBSD$ Xbin/ircomm Xbin/irobex Xbin/irs Xbin/mkobexdate Xbin/mkobexmemo Xbin/mkobextel Xbin/mkobextodo END-of-birda/pkg-plist echo x - birda/distinfo sed 's/^X//' >birda/distinfo << 'END-of-birda/distinfo' XMD5 (birda-0.8.tar.gz) = 6cbfdb3e179f71ad5e7c1f21aa9e85cf END-of-birda/distinfo echo x - birda/pkg-descr sed 's/^X//' >birda/pkg-descr << 'END-of-birda/pkg-descr' XA set of utilities to communicate with IrDA devices over an IrDA port Xon a serial line. XCovers IrComm for connecting via PPP over cell phones Xas well as several utilities to exchange data with PDAs. X XThese programs were written by Tommy Bohlin <tommy@gatespace.com>. XThe port is more or less directly copied from Lennart Augustsson's X<lennart@augustsson.net> NetBSD port. X XBrandon S. Allbery KF8NH Xallbery@ece.cmu.edu END-of-birda/pkg-descr echo x - birda/Makefile sed 's/^X//' >birda/Makefile << 'END-of-birda/Makefile' X# Ports collection makefile for: birda X# Date Created: 29 December 2001 X# Whom: Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> X# X# $FreeBSD$ X# X XPORTNAME= birda XPORTVERSION= 0.8 XCATEGORIES= comms XMASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/ \ X ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/ X XMAINTAINER= allbery@ece.cmu.edu X XMAN1= ircomm.1 irobex.1 irs.1 \ X mkobexdate.1 mkobexmemo.1 mkobextel.1 mkobextodo.1 XMANCOMPRESSED= yes X X.include <bsd.port.mk> END-of-birda/Makefile echo x - birda/pkg-comment sed 's/^X//' >birda/pkg-comment << 'END-of-birda/pkg-comment' XBohlin's IrDA utilities, ported from NetBSD's pkgsrc END-of-birda/pkg-comment echo c - birda/files mkdir -p birda/files > /dev/null 2>&1 echo x - birda/files/patch-aa sed 's/^X//' >birda/files/patch-aa << 'END-of-birda/files/patch-aa' X--- Makefile.inc.orig Thu Nov 29 07:19:45 2001 X+++ Makefile.inc Sun Dec 30 14:06:12 2001 X@@ -5,7 +5,11 @@ X PREFIX?= /usr/pkg X X BINDIR= ${PREFIX}/bin X+.if ${OPSYS} == FreeBSD X+MANDIR= ${PREFIX}/man/man X+.else X MANDIR= ${PREFIX}/man X+.endif X X MKLINT=no X X--- src/obexformat.c.orig Tue Oct 16 20:32:45 2001 X+++ src/obexformat.c Sat Dec 29 13:42:18 2001 X@@ -30,6 +30,9 @@ X X #include <stdio.h> X #include <stdlib.h> X+#ifdef __FreeBSD__ X+#include <sys/types.h> X+#endif X X /********************************************************************** X * Internal functions END-of-birda/files/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201090235.g092ZQw25604>