summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-12-26 23:00:09 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-12-26 23:00:09 +0000
commit8135edcddd486890370050ee03e23bab8eed5fb5 (patch)
tree078e9ad99552656184fa9f3f848ad9f51ada27e2
parentAdd linux-mupen64, a linux binary version of Nintendo 64 emulator. (diff)
- Remove devel/sip, it was integrated in devel/py-sip
Submitted by: Eugene Ossintsev <eugos@gmx.net> (maintainer)
Notes
Notes: svn path=/head/; revision=96650
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/sip/Makefile36
-rw-r--r--devel/sip/distinfo1
-rw-r--r--devel/sip/pkg-descr22
-rw-r--r--devel/sip/pkg-plist8
6 files changed, 1 insertions, 68 deletions
diff --git a/MOVED b/MOVED
index 12df4f3e93c7..8f7d60c40c6f 100644
--- a/MOVED
+++ b/MOVED
@@ -728,3 +728,4 @@ mail/mailscanner|mail/MailScanner|2003-12-16|renamed port to MailScanner
net/py-soap||2003-12-16|author no longer distributes the module
net/roadrunner||2003-12-19|Project discontinued, distfiles removed
deskutils/xfce4-notes|deskutils/xfce4-notes-plugin|2003-12-20|renamed
+devel/sip||2003-12-27|Integrated into py-sip
diff --git a/devel/Makefile b/devel/Makefile
index d5b3707ffebd..5cb415686ab4 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1066,7 +1066,6 @@
SUBDIR += sigslot
SUBDIR += simgear
SUBDIR += simulavr
- SUBDIR += sip
SUBDIR += skalibs
SUBDIR += smv
SUBDIR += soup
diff --git a/devel/sip/Makefile b/devel/sip/Makefile
deleted file mode 100644
index 7e190e5aa389..000000000000
--- a/devel/sip/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: sip
-# Date created: Sun Oct 17 00:24:28 PDT 1999
-# Whom: adsharma@home.com
-#
-# $FreeBSD$
-#
-
-PORTNAME= sip
-PORTVERSION= 3.8
-CATEGORIES= devel python
-MASTER_SITES= http://www.river-bank.demon.co.uk/download/sip/
-DISTNAME= sip-x11-gpl-${PORTVERSION}
-
-MAINTAINER= eugos@gmx.net
-COMMENT= Python to C++ bindings generator
-
-USE_PYTHON= yes
-USE_QT_VER= 3
-INSTALLS_SHLIB= yes
-NO_FILTER_SHLIBS= yes
-
-ALL_TARGET= all install
-
-do-configure:
- @${MKDIR} ${WRKDIR}/headers ${WRKDIR}/binaries ${WRKDIR}/modules
- @( cd ${WRKSRC} && ${ECHO} "yes" | ${PYTHON_CMD} build.py \
- -q ${X11BASE} -e ${WRKDIR}/headers \
- -b ${WRKDIR}/binaries -d ${WRKDIR}/modules )
-
-do-install:
- ${CP} -Rf ${WRKDIR}/modules/* ${PREFIX}/lib/
- ${MKDIR} ${PREFIX}/include/sip
- ${CP} ${WRKDIR}/headers/* ${PREFIX}/include/sip/
- ${CP} ${WRKDIR}/binaries/* ${PREFIX}/bin/
-
-.include <bsd.port.mk>
diff --git a/devel/sip/distinfo b/devel/sip/distinfo
deleted file mode 100644
index db937ffb167f..000000000000
--- a/devel/sip/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (sip-x11-gpl-3.8.tar.gz) = 2144b29adca9ff7b3b03de266da6c2eb
diff --git a/devel/sip/pkg-descr b/devel/sip/pkg-descr
deleted file mode 100644
index 0d06519823bf..000000000000
--- a/devel/sip/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-SIP is a tool for generating bindings for C++ classes so that they can be
-accessed as normal Python classes. SIP takes many of its ideas from SWIG but,
-because it is specifically designed for C++ and Python, is able to generate
-tighter bindings. SIP is so called because it is a small SWIG.
-
-SIP was originally designed to generate Python bindings for KDE and so has
-explicit support for the signal slot mechanism used by the Qt/KDE class
-libraries. However, SIP can be used to generate Python bindings for any C++
-class library.
-
-The bindings generated by SIP support access to the following C++ and Qt
-features:
- - connecting Qt signals to Python functions and class methods
- - connecting Python signals to Qt slots
- - overloading virtual member functions with Python class methods
- - protected member functions
- - abstract classes
- - enumerated types
- - global class instances
- - static member functions.
-
-WWW: http://www.riverbankcomputing.co.uk/sip/
diff --git a/devel/sip/pkg-plist b/devel/sip/pkg-plist
deleted file mode 100644
index 317a692096da..000000000000
--- a/devel/sip/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/sip
-include/sip/sip.h
-include/sip/sipQt.h
-lib/libsip.so
-lib/libsip.so.10
-lib/libsip.so.10.1
-lib/libsip.so.10.1.1
-@dirrm include/sip