- remove libsigc++ and it's only dependant port in tree.

both are old, dead upstream, and now unused intree.
devel/libsigc++ has been superseded years ago by devel/libsigc++-2

ok pvalchev@
This commit is contained in:
jasper 2011-01-04 08:37:09 +00:00
parent 2523475886
commit e622471c5a
21 changed files with 0 additions and 471 deletions

View File

@ -1,41 +0,0 @@
# $OpenBSD: Makefile,v 1.24 2010/11/26 15:00:45 espie Exp $
BROKEN-hppa= Signal-related bug? any program linked with this hangs
COMMENT= callback framework for C++
DISTNAME= libsigc++-1.0.4
REVISION = 4
SHARED_LIBS= sigc 1.0
MODGNU_SHARED_LIBS= sigc '-no-undefined'
PKGSPEC = libsigc++->=1,<2
CATEGORIES= devel
HOMEPAGE= http://libsigc.sf.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libsigc/}
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/scripts
DOCDIR= ${PREFIX}/share/doc/libsigc++/
MAKE_FLAGS= M4=/usr/bin/m4
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCDIR}
do-regress:
.for i in handles misc signals
@cd ${WRKSRC}/tests/$i; ${MAKE} check-TESTS
.endfor
V= 1.0
SUBST_VARS= V
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (libsigc++-1.0.4.tar.gz) = iNNIQKzBzF1Hs0dybkoJ4A==
RMD160 (libsigc++-1.0.4.tar.gz) = t1Clts11+7cojG412POrrZ9kFyI=
SHA1 (libsigc++-1.0.4.tar.gz) = FaaH7cX2SjF+9A9N8E3FrezPuI0=
SHA256 (libsigc++-1.0.4.tar.gz) = S4CNp/ZS7kllKVuSCF4doppZ7vJJJKrBDB2Pw3uP2bM=
SIZE (libsigc++-1.0.4.tar.gz) = 212089

View File

@ -1,30 +0,0 @@
$OpenBSD: patch-configure,v 1.1 2010/03/29 12:40:09 ajacoutot Exp $
--- configure.orig Mon Mar 29 14:34:47 2010
+++ configure Mon Mar 29 14:34:55 2010
@@ -2668,14 +2668,14 @@ fi
if test "x$enable_threads" = "xyes" ; then
enable_threads="no"
-echo $ac_n "checking for pthread_self in -lpthread""... $ac_c" 1>&6
-echo "configure:2673: checking for pthread_self in -lpthread" >&5
+echo $ac_n "checking for pthread_self in -pthread""... $ac_c" 1>&6
+echo "configure:2673: checking for pthread_self in -pthread" >&5
ac_lib_var=`echo pthread'_'pthread_self | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lpthread $LIBS"
+LIBS="-pthread $LIBS"
cat > conftest.$ac_ext <<EOF
#line 2681 "configure"
#include "confdefs.h"
@@ -2706,7 +2706,7 @@ LIBS="$ac_save_LIBS"
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
- enable_threads="yes";THREAD_LIB="-lpthread"
+ enable_threads="yes";THREAD_LIB="-pthread"
else
echo "$ac_t""no" 1>&6
fi

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-sigc++_Makefile_am,v 1.3 2009/01/09 17:43:38 naddy Exp $
--- sigc++/Makefile.am.orig Thu Oct 18 22:55:08 2001
+++ sigc++/Makefile.am Fri Jan 9 18:29:19 2009
@@ -14,7 +14,7 @@ libsigc_la_SOURCES= \
EXTRA_libsigc_la_SOURCES = sigc_res.rc
libsigc_la_LDFLAGS = -version-info $(LIBSIGC_SO_VERSION) \
- -release $(SIGC_RELEASE) -no-undefined
+ -no-undefined
lib_LTLIBRARIES = libsigc.la

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-sigc++_Makefile_in,v 1.3 2009/01/09 17:43:38 naddy Exp $
--- sigc++/Makefile.in.orig Tue Oct 23 13:40:58 2001
+++ sigc++/Makefile.in Fri Jan 9 18:29:19 2009
@@ -94,7 +94,7 @@ libsigc_la_SOURCES = object.cc scope.cc marsha
EXTRA_libsigc_la_SOURCES = sigc_res.rc
-libsigc_la_LDFLAGS = -version-info $(LIBSIGC_SO_VERSION) -release $(SIGC_RELEASE) -no-undefined
+libsigc_la_LDFLAGS = -version-info $(LIBSIGC_SO_VERSION) -no-undefined
lib_LTLIBRARIES = libsigc.la

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-sigc++_m4,v 1.1 2009/01/09 17:43:38 naddy Exp $
--- sigc++.m4.orig Fri Jan 9 18:30:18 2009
+++ sigc++.m4 Fri Jan 9 18:30:34 2009
@@ -5,7 +5,7 @@ dnl Test for Libsigc++, and define SIGC_CFLAGS and SIG
dnl to be used as follows:
dnl AM_PATH_SIGC(MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl
-AC_DEFUN(AM_PATH_SIGC,
+AC_DEFUN([AM_PATH_SIGC],
[dnl
dnl Get the cflags and libraries from the sigc-config script
dnl

View File

@ -1,22 +0,0 @@
$OpenBSD: patch-tests_misc_thread_test_cc,v 1.1 2002/06/17 13:42:19 naddy Exp $
--- tests/misc/thread_test.cc.orig Mon Jun 17 15:42:33 2002
+++ tests/misc/thread_test.cc Mon Jun 17 15:42:59 2002
@@ -1,6 +1,10 @@
#include <iostream>
#include <sigc++/thread.h>
+#ifdef SIGC_CXX_NAMESPACES
+using namespace std;
+#endif
+
#ifndef SIGC_PTHREADS
int main()
{
@@ -9,7 +13,6 @@ int main()
#else
#ifdef SIGC_CXX_NAMESPACES
-using namespace std;
using namespace SigC::Threads;
#endif

View File

@ -1,21 +0,0 @@
Libsigc++ - A Signal Framework for C++
Provides following features:
* compile time typesafe callbacks (faster than run time checks)
* typesafty violations line number reports correctly with
template names (no tracing template failures into headers)
* no compiler extensions or meta compilers required
* proper handling of dynamic objects and signals
(deleted objects will not cause seg faults)
* extendable API at any level
Slot, Connection, Object, and Signal
* extensions do not require alteration of basic components
to allow use of extensions
* User definable marshallers
* provides headers for up to 7 arguments and 2 callback data
* M4 Macros for building templates with various numbers
of arguments and callback data
* Easily build support for templates with number of arguments
and callback data not defined in library headers

View File

@ -1,2 +0,0 @@
@comment $OpenBSD: PFRAG.shared,v 1.6 2006/01/06 12:24:55 bernd Exp $
@lib lib/libsigc.so.${LIBsigc_VERSION}

View File

@ -1,56 +0,0 @@
@comment $OpenBSD: PLIST,v 1.5 2005/10/02 08:22:33 espie Exp $
@option no-default-conflict
@conflict libsigc++-<1.2
bin/sigc-config
include/sigc++-${V}/
include/sigc++-${V}/sigc++/
include/sigc++-${V}/sigc++/adaptor.h
include/sigc++-${V}/sigc++/basic_signal.h
include/sigc++-${V}/sigc++/bind.h
include/sigc++-${V}/sigc++/class_slot.h
include/sigc++-${V}/sigc++/convert.h
include/sigc++-${V}/sigc++/func_slot.h
include/sigc++-${V}/sigc++/generator.h
include/sigc++-${V}/sigc++/handle.h
include/sigc++-${V}/sigc++/handle_system.h
include/sigc++-${V}/sigc++/macros/
include/sigc++-${V}/sigc++/macros/basic_signal.h.m4
include/sigc++-${V}/sigc++/macros/bind.h.m4
include/sigc++-${V}/sigc++/macros/class_slot.h.m4
include/sigc++-${V}/sigc++/macros/convert.h.m4
include/sigc++-${V}/sigc++/macros/func_slot.h.m4
include/sigc++-${V}/sigc++/macros/object_slot.h.m4
include/sigc++-${V}/sigc++/macros/retbind.h.m4
include/sigc++-${V}/sigc++/macros/rettype.h.m4
include/sigc++-${V}/sigc++/macros/slot.h.m4
include/sigc++-${V}/sigc++/macros/template.macros.m4
include/sigc++-${V}/sigc++/marshal.h
include/sigc++-${V}/sigc++/object.h
include/sigc++-${V}/sigc++/object_slot.h
include/sigc++-${V}/sigc++/retbind.h
include/sigc++-${V}/sigc++/rettype.h
include/sigc++-${V}/sigc++/scope.h
include/sigc++-${V}/sigc++/signal_system.h
include/sigc++-${V}/sigc++/slot.h
include/sigc++-${V}/sigc++/thread.h
include/sigc++-${V}/sigc++/type.h
lib/libsigc.a
lib/libsigc.la
lib/sigc++-${V}/
lib/sigc++-${V}/include/
lib/sigc++-${V}/include/sigc++config.h
share/aclocal/
share/aclocal/sigc++.m4
share/doc/libsigc++/
share/doc/libsigc++/API
share/doc/libsigc++/FAQ
share/doc/libsigc++/UML
share/doc/libsigc++/conventions
share/doc/libsigc++/diagrams
share/doc/libsigc++/marshal
share/doc/libsigc++/powerusers
share/doc/libsigc++/requirements
share/doc/libsigc++/riscos
share/doc/libsigc++/signals
share/doc/libsigc++/win32
%%SHARED%%

View File

@ -1,45 +0,0 @@
# $OpenBSD: Makefile,v 1.33 2011/01/03 19:47:11 jasper Exp $
COMMENT= graphical user interface library for C++
DISTNAME= libuta-0.4.4
REVISION = 9
SHARED_LIBS= uta 42.0
MODGNU_SHARED_LIBS= uta ''
CATEGORIES= devel
HOMEPAGE= http://libuta.sourceforge.net/
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= SDL X11 Xau Xdmcp Xext m mikmod ogg pthread stdc++ usbhid \
Xrandr Xrender sndio vorbis vorbisfile z \
pthread-stubs xcb smpeg>=1.3 SDL_mixer png>=2 \
sigc ttf>=1.3
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libuta/}
MODULES= converters/libiconv
LIB_DEPENDS= devel/smpeg \
devel/sdl-mixer \
graphics/png \
devel/libsigc++ \
print/freetype
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype1 -I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib"
VMEM_WARNING= Yes
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (libuta-0.4.4.tar.gz) = EybJ9KnedoKJuctfGKVM3A==
RMD160 (libuta-0.4.4.tar.gz) = oniX3Ek9ELmH6ADwFwt/fVIObq0=
SHA1 (libuta-0.4.4.tar.gz) = nsEjRViXnP+oLyd+mOwZXC7Ah2k=
SHA256 (libuta-0.4.4.tar.gz) = uGoytLx5JOG6tjEroZnhf2mHnAaFRvKnc+amLRonVMw=
SIZE (libuta-0.4.4.tar.gz) = 388720

View File

@ -1,30 +0,0 @@
$OpenBSD: patch-configure,v 1.5 2010/05/22 16:11:34 espie Exp $
--- configure.orig Tue Oct 15 04:17:59 2002
+++ configure Sat May 22 18:00:00 2010
@@ -4450,14 +4450,14 @@ fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
- echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
-echo "configure:4455: checking for pthread_create in -lc_r" >&5
+ echo $ac_n "checking for pthread_create in -pthread""... $ac_c" 1>&6
+echo "configure:4455: checking for pthread_create in -pthread" >&5
ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lc_r $LIBS"
+LIBS="-pthread $LIBS"
cat > conftest.$ac_ext <<EOF
#line 4463 "configure"
#include "confdefs.h"
@@ -4491,7 +4491,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = ye
#define $ac_tr_lib 1
EOF
- LIBS="-lc_r $LIBS"
+ LIBS="-pthread $LIBS"
else
echo "$ac_t""no" 1>&6

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-uta_Makefile_in,v 1.3 2010/05/22 16:11:34 espie Exp $
--- uta/Makefile.in.orig Tue Oct 15 04:18:33 2002
+++ uta/Makefile.in Sat May 22 18:00:00 2010
@@ -113,7 +113,7 @@ LTNONOPTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX)
noinst_HEADERS = blitter_macros.h
-libuta_la_LDFLAGS = -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+libuta_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
EXTRA_DIST = foot.html libuta.logo.gif programmer.doc font.h.in

View File

@ -1,65 +0,0 @@
$OpenBSD: patch-uta_blitters_cc,v 1.4 2010/05/22 16:11:34 espie Exp $
--- uta/blitters.cc.orig Sat Oct 12 23:11:07 2002
+++ uta/blitters.cc Sat May 22 18:00:00 2010
@@ -20,6 +20,7 @@
#include "blitters.h"
#include <painter.h>
+#include <iosfwd>
namespace uta {
@@ -35,7 +36,7 @@ void gammablit_RGBA8888_RGBA8888(Surface* dst, const S
char g,
const Rect& srcRect, const Point& dstPoint)
{
- cerr << "processor seems not to be MMX capable, sorry. " << endl;
+ std::cerr << "processor seems not to be MMX capable, sorry. " << std::endl;
}
/** Convert RGBA8888 to RGB565 and apply const gamma value.
@@ -45,7 +46,7 @@ void gammablit_RGBA8888_RGB565(Surface* dst, const Sur
char g,
const Rect& srcRect, const Point& dstPoint)
{
- cerr << "processor seems not to be MMX capable, sorry. " << endl;
+ std::cerr << "processor seems not to be MMX capable, sorry. " << std::endl;
}
/** Apply const gamma value.
@@ -54,7 +55,7 @@ void gammablit_RGB565_RGB565(Surface* dst, const Surfa
char g,
const Rect& srcRect, const Point& dstPoint)
{
- cerr << "processor seems not to be MMX capable, sorry. " << endl;
+ std::cerr << "processor seems not to be MMX capable, sorry. " << std::endl;
}
/** Apply per pixel gamma value.
@@ -64,7 +65,7 @@ void gammablit_RGBA8888_RGBA8888(Surface* dst, const S
GammaFunction* func,
const Rect& srcRect, const Point& dstPoint)
{
- cerr << "processor seems not to be MMX capable, sorry. " << endl;
+ std::cerr << "processor seems not to be MMX capable, sorry. " << std::endl;
}
/** Convert RGBA8888 to RGB565 and apply per pixel gamma value.
@@ -74,7 +75,7 @@ void gammablit_RGBA8888_RGB565(Surface* dst, const Sur
GammaFunction* func,
const Rect& srcRect, const Point& dstPoint)
{
- cerr << "processor seems not to be MMX capable, sorry. " << endl;
+ std::cerr << "processor seems not to be MMX capable, sorry. " << std::endl;
}
/** Apply per pixel gamma value.
@@ -83,7 +84,7 @@ void gammablit_RGB565_RGB565(Surface* dst, const Surfa
GammaFunction* func,
const Rect& srcRect, const Point& dstPoint)
{
- cerr << "processor seems not to be MMX capable, sorry. " << endl;
+ std::cerr << "processor seems not to be MMX capable, sorry. " << std::endl;
}
#else // ! X86_ASSEMBLER

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-uta_mutex_h,v 1.1 2010/05/22 16:11:34 espie Exp $
--- uta/mutex.h.orig Sat May 22 18:03:17 2010
+++ uta/mutex.h Sat May 22 18:04:01 2010
@@ -26,6 +26,9 @@
namespace uta {
+class DirectSurface;
+class ScreenSurface;
+
///Mutex class.
class Mutex
{

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-uta_painter_cc,v 1.1 2004/01/04 20:32:29 pvalchev Exp $
--- uta/painter.cc.orig 2004-01-04 15:23:44.000000000 +0100
+++ uta/painter.cc 2004-01-04 15:23:52.000000000 +0100
@@ -27,6 +27,7 @@
#include "debug.h"
#include <math.h>
+#include <assert.h>
namespace uta {

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-uta_rootwindow_h,v 1.1 2010/05/22 16:11:34 espie Exp $
--- uta/rootwindow.h.orig Sat May 22 18:04:23 2010
+++ uta/rootwindow.h Sat May 22 18:04:37 2010
@@ -28,6 +28,9 @@
namespace uta {
+class Application;
+class DirectSurface;
+
///
class RootWindow : public Widget
{

View File

@ -1,6 +0,0 @@
libuta is a Graphical User Interface library for C++ that uses SDL as
its output layer. It allows application and game programmers to put
together portable graphical applications easily. libuta has a range
of already implemented widgets and uses libsigc++ as a signal
dispatching system. It also performs resource management and has a
sound system.

View File

@ -1,2 +0,0 @@
@comment $OpenBSD: PFRAG.shared,v 1.5 2005/12/23 17:02:47 bernd Exp $
@lib lib/libuta.so.${LIButa_VERSION}

View File

@ -1,56 +0,0 @@
@comment $OpenBSD: PLIST,v 1.2 2004/09/14 23:43:56 espie Exp $
bin/uta-config
include/uta/
include/uta/application.h
include/uta/blitters.h
include/uta/button.h
include/uta/color.h
include/uta/debug.h
include/uta/dialog.h
include/uta/dialogbox.h
include/uta/directsurface.h
include/uta/event.h
include/uta/focus.h
include/uta/font.h
include/uta/keysym.h
include/uta/label.h
include/uta/lineedit.h
include/uta/listbox.h
include/uta/logo.h
include/uta/logo_data.h
include/uta/messagebox.h
include/uta/mixer.h
include/uta/mmx.h
include/uta/mouse.h
include/uta/mouse_data.h
include/uta/movie.h
include/uta/multilineedit.h
include/uta/music.h
include/uta/mutex.h
include/uta/painter.h
include/uta/pixelformat.h
include/uta/point.h
include/uta/progressdialog.h
include/uta/pushbutton.h
include/uta/questionbox.h
include/uta/rect.h
include/uta/resources.h
include/uta/rootwindow.h
include/uta/sample.h
include/uta/screensurface.h
include/uta/shared.h
include/uta/slider.h
include/uta/sound.h
include/uta/soundmapper.h
include/uta/surface.h
include/uta/terminal.h
include/uta/timer.h
include/uta/togglebutton.h
include/uta/uta.h
include/uta/version.h
include/uta/widget.h
lib/libuta.a
lib/libuta.la
share/aclocal/
share/aclocal/uta.m4
%%SHARED%%