From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 29 06:50:28 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79F9516A4BF for ; Fri, 29 Aug 2003 06:50:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29E9343FDD for ; Fri, 29 Aug 2003 06:50:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7TDoPUp024703 for ; Fri, 29 Aug 2003 06:50:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7TDoPGH024701; Fri, 29 Aug 2003 06:50:25 -0700 (PDT) Resent-Date: Fri, 29 Aug 2003 06:50:25 -0700 (PDT) Resent-Message-Id: <200308291350.h7TDoPGH024701@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tijl Coosemans Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32E5D16A4BF for ; Fri, 29 Aug 2003 06:48:57 -0700 (PDT) Received: from spoetnik.kulnet.kuleuven.ac.be (spoetnik.kulnet.kuleuven.ac.be [134.58.240.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id D70AA43F85 for ; Fri, 29 Aug 2003 06:48:53 -0700 (PDT) (envelope-from tijl@ulyssis.org) Received: from localhost (localhost [127.0.0.1]) by spoetnik.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 84DE033FB0 for ; Fri, 29 Aug 2003 15:48:52 +0200 (CEST) Received: from lepidus.kulnet.kuleuven.ac.be (lepidus.kulnet.kuleuven.ac.be [134.58.240.72]) by spoetnik.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 035EE33FAB for ; Fri, 29 Aug 2003 15:48:52 +0200 (CEST) Received: from localhost (10-4-5-217.kotnet.org [10.4.5.217]) by lepidus.kulnet.kuleuven.ac.be (Postfix) with SMTP id 9930F380002 for ; Fri, 29 Aug 2003 15:48:51 +0200 (CEST) Message-Id: <20030829154851.7a22e854.tijl@ulyssis.org> Date: Fri, 29 Aug 2003 15:48:51 +0200 From: Tijl Coosemans To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/56134: [new port] libticables: TI calculator link cables X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2003 13:50:28 -0000 >Number: 56134 >Category: ports >Synopsis: [new port] libticables: TI calculator link cables >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 29 06:50:22 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Tijl Coosemans >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD 10-4-5-217.kotnet.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat Jun 28 17:44:16 CEST 2003 root@10-4-5-217.kotnet.org:/usr/obj/usr/src/sys/TIJL i386 >Description: Libticables is part of TiLP, a program to connect a TI calculator to your computer. This lib manages several types of cables (serial, parallel, usb). >How-To-Repeat: >Fix: --- libticables begins here --- # 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: # # libticables # libticables/Makefile # libticables/pkg-descr # libticables/pkg-plist # libticables/files # libticables/files/patch-configure # libticables/distinfo # echo c - libticables mkdir -p libticables > /dev/null 2>&1 echo x - libticables/Makefile sed 's/^X//' >libticables/Makefile << 'END-of-libticables/Makefile' X# New ports collection makefile for: libticables X# Date created: 27 August 2003 X# Whom: Tijl Coosemans X# X# $FreeBSD$ X# X XPORTNAME= libticables XPORTVERSION= 3.7.7 XCATEGORIES= comms XCOMMENT= TI calculator link cables library XMAINTAINER= tijl@ulyssis.org X XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= tilp X XBUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig XRUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig XLIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext X XGNU_CONFIGURE= yes XUSE_LIBTOOL= yes XUSE_GMAKE= yes XINSTALLS_SHLIB= yes X XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\ X LDFLAGS="-L${LOCALBASE}/lib" X XMAN1= ticables-config.1 X X.include X X.if defined(WITH_LIBUSB) || exists(${LOCALBASE}/bin/libusb-config) XLIB_DEPENDS+= usb-0.1.7:${PORTSDIR}/devel/libusb X.else Xpre-everything:: X @${ECHO_MSG} X @${ECHO_MSG} "=======================================================" X @${ECHO_MSG} "If you want to compile with USB support, hit Ctrl-C" X @${ECHO_MSG} "right now and use \"make WITH_LIBUSB=yes\"" X @${ECHO_MSG} "=======================================================" X @${ECHO_MSG} X.endif #WITH_LIBUSB X X.include END-of-libticables/Makefile echo x - libticables/pkg-descr sed 's/^X//' >libticables/pkg-descr << 'END-of-libticables/pkg-descr' XThe ticables library is a multi-platform library which handles all XTexas Instruments calculator link cables through a set of functions Xwhich constitutes a common API. X XWWW: http://tilp.info/ X X- Tijl Coosemans Xtijl@ulyssis.org END-of-libticables/pkg-descr echo x - libticables/pkg-plist sed 's/^X//' >libticables/pkg-plist << 'END-of-libticables/pkg-plist' Xbin/ticables-config Xinclude/tilp/cabl_def.h Xinclude/tilp/cabl_err.h Xinclude/tilp/cabl_int.h Xinclude/tilp/cabl_ver.h Xinclude/tilp/export.h Xinclude/tilp/intl.h Xinclude/tilp/ticables.h Xinclude/tilp/timeout.h Xlib/libticables.la Xlib/libticables.so Xlib/libticables.so.10 Xlibdata/pkgconfig/ticables.pc Xshare/locale/fr/LC_MESSAGES/libticables.mo X@unexec rmdir %D/include/tilp 2>/dev/null || true END-of-libticables/pkg-plist echo c - libticables/files mkdir -p libticables/files > /dev/null 2>&1 echo x - libticables/files/patch-configure sed 's/^X//' >libticables/files/patch-configure << 'END-of-libticables/files/patch-configure' X--- configure.orig Wed Aug 27 21:54:38 2003 X+++ configure Wed Aug 27 21:55:32 2003 X@@ -24767,6 +24767,7 @@ X X X X+LDFLAGS="$LDFLAGS $INTLLIBS" X X X END-of-libticables/files/patch-configure echo x - libticables/distinfo sed 's/^X//' >libticables/distinfo << 'END-of-libticables/distinfo' XMD5 (libticables-3.7.7.tar.gz) = d47c54228fb883a3cf1d5f779a926471 END-of-libticables/distinfo exit --- libticables ends here --- >Release-Note: >Audit-Trail: >Unformatted: