From owner-freebsd-ports Fri Jun 9 8: 0:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0C9737C3D8 for ; Fri, 9 Jun 2000 08:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA16773; Fri, 9 Jun 2000 08:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sharmas.dhs.org (c62443-a.frmt1.sfba.home.com [24.0.69.165]) by hub.freebsd.org (Postfix) with ESMTP id 307FB37C2BE for ; Fri, 9 Jun 2000 07:53:11 -0700 (PDT) (envelope-from adsharma@sharmas.dhs.org) Received: (from adsharma@localhost) by sharmas.dhs.org (8.9.3/8.9.3) id HAA28031; Fri, 9 Jun 2000 07:52:39 -0700 (PDT) (envelope-from adsharma) Message-Id: <200006091452.HAA28031@sharmas.dhs.org> Date: Fri, 9 Jun 2000 07:52:39 -0700 (PDT) From: Arun Sharma Reply-To: adsharma@sharmas.dhs.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/19142: Updated port sip-0.12 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19142 >Category: ports >Synopsis: Updated port sip-0.12. The current port doesn't get the distfile >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 09 08:00:04 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Arun Sharma >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Attached port # 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: # # sip # sip/files # sip/files/md5 # sip/pkg # sip/pkg/COMMENT # sip/pkg/DESCR # sip/pkg/PLIST # sip/patches # sip/Makefile # echo c - sip mkdir -p sip > /dev/null 2>&1 echo c - sip/files mkdir -p sip/files > /dev/null 2>&1 echo x - sip/files/md5 sed 's/^X//' >sip/files/md5 << 'END-of-sip/files/md5' XMD5 (sip-0.12.tar.gz) = 64a53fa4204aaa5a6098cdaf3c34604c END-of-sip/files/md5 echo c - sip/pkg mkdir -p sip/pkg > /dev/null 2>&1 echo x - sip/pkg/COMMENT sed 's/^X//' >sip/pkg/COMMENT << 'END-of-sip/pkg/COMMENT' XPython to C++ bindings generator END-of-sip/pkg/COMMENT echo x - sip/pkg/DESCR sed 's/^X//' >sip/pkg/DESCR << 'END-of-sip/pkg/DESCR' XSIP is a tool for generating bindings for C++ classes so that they can be Xaccessed as normal Python classes. SIP takes many of its ideas from SWIG but, Xbecause it is specifically designed for C++ and Python, is able to generate Xtighter bindings. SIP is so called because it is a small SWIG. X XSIP was originally designed to generate Python bindings for KDE and so has Xexplicit support for the signal slot mechanism used by the Qt/KDE class Xlibraries. However, SIP can be used to generate Python bindings for any C++ Xclass library. X XThe bindings generated by SIP support access to the following C++ and Qt Xfeatures: X - connecting Qt signals to Python functions and class methods X - connecting Python signals to Qt slots X - overloading virtual member functions with Python class methods X - protected member functions X - abstract classes X - enumerated types X - global class instances X - static member functions. END-of-sip/pkg/DESCR echo x - sip/pkg/PLIST sed 's/^X//' >sip/pkg/PLIST << 'END-of-sip/pkg/PLIST' Xbin/sip Xlib/libsip.so.3 Xlib/libsip.so Xlib/libsip.a Xinclude/sip/sip.h Xinclude/sip/sipQt.h X@dirrm include/sip X@exec /sbin/ldconfig -m %D/lib X@unexec /sbin/ldconfig -R END-of-sip/pkg/PLIST echo c - sip/patches mkdir -p sip/patches > /dev/null 2>&1 echo x - sip/Makefile sed 's/^X//' >sip/Makefile << 'END-of-sip/Makefile' X# New ports collection makefile for: sip X# Version required: 0.9 X# Date created: Sun Oct 17 00:24:28 PDT 1999 X# Whom: adsharma@home.com X# X# $FreeBSD: ports/devel/sip/Makefile,v 1.2 2000/05/28 03:51:51 steve Exp $ X# X XPORTNAME= sip XPORTVERSION= 0.12 XCATEGORIES= devel python XMASTER_SITES= http://www.river-bank.demon.co.uk/software/ X XMAINTAINER= adsharma@home.com X XBUILD_DEPENDS= ${LOCALBASE}/include/python1.5/Python.h:${PORTSDIR}/lang/python X XUSE_LIBTOOL= yes XUSE_QT= yes XCONFIGURE_ARGS= --enable-qt --with-qt-includes=${X11BASE}/include/X11/qt XGNU_CONFIGURE= yes XUSE_GMAKE= yes XCONFIGURE_ENV= LDFLAGS=-lgcc X X.include END-of-sip/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message