diff options
Diffstat (limited to 'devel/libsigc++20')
-rw-r--r-- | devel/libsigc++20/Makefile | 38 | ||||
-rw-r--r-- | devel/libsigc++20/distinfo | 1 | ||||
-rw-r--r-- | devel/libsigc++20/files/patch-aa | 11 | ||||
-rw-r--r-- | devel/libsigc++20/files/patch-ab | 29 | ||||
-rw-r--r-- | devel/libsigc++20/files/patch-ac | 20 | ||||
-rw-r--r-- | devel/libsigc++20/files/patch-ad | 11 | ||||
-rw-r--r-- | devel/libsigc++20/files/patch-ae | 11 | ||||
-rw-r--r-- | devel/libsigc++20/files/patch-af | 11 | ||||
-rw-r--r-- | devel/libsigc++20/pkg-comment | 1 | ||||
-rw-r--r-- | devel/libsigc++20/pkg-descr | 12 | ||||
-rw-r--r-- | devel/libsigc++20/pkg-plist | 51 |
11 files changed, 0 insertions, 196 deletions
diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile deleted file mode 100644 index 9fe3cc62cbf0..000000000000 --- a/devel/libsigc++20/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: libsigc++ -# Date created: 27 January 2000 -# Whom: Joe Lu <JoeLu@JoeLu.m8.ntu.edu.tw> -# -# $FreeBSD$ -# - -PORTNAME= libsigc++ -PORTVERSION= 1.0.0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= libsigc - -MAINTAINER= JoeLu@JoeLu.m8.ntu.edu.tw - -GNU_CONFIGURE= yes -USE_NEWGCC= yes -INSTALLS_SHLIB= yes - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/libsigc++ - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libsigc++ - ${INSTALL_DATA} ${WRKSRC}/FEATURES ${PREFIX}/share/doc/libsigc++ - ${INSTALL_DATA} ${WRKSRC}/doc/API ${PREFIX}/share/doc/libsigc++ - ${INSTALL_DATA} ${WRKSRC}/doc/FAQ ${PREFIX}/share/doc/libsigc++ - ${INSTALL_DATA} ${WRKSRC}/doc/UML ${PREFIX}/share/doc/libsigc++ - ${INSTALL_DATA} ${WRKSRC}/doc/conventions ${PREFIX}/share/doc/libsigc++ - ${INSTALL_DATA} ${WRKSRC}/doc/diagrams ${PREFIX}/share/doc/libsigc++ - ${INSTALL_DATA} ${WRKSRC}/doc/marshal ${PREFIX}/share/doc/libsigc++ - ${INSTALL_DATA} ${WRKSRC}/doc/powerusers ${PREFIX}/share/doc/libsigc++ - ${INSTALL_DATA} ${WRKSRC}/doc/requirements ${PREFIX}/share/doc/libsigc++ - ${INSTALL_DATA} ${WRKSRC}/doc/riscos ${PREFIX}/share/doc/libsigc++/ - ${INSTALL_DATA} ${WRKSRC}/doc/signals ${PREFIX}/share/doc/libsigc++ - ${INSTALL_DATA} ${WRKSRC}/doc/win32 ${PREFIX}/share/doc/libsigc++ -.endif - -.include <bsd.port.mk> diff --git a/devel/libsigc++20/distinfo b/devel/libsigc++20/distinfo deleted file mode 100644 index c3fb63108067..000000000000 --- a/devel/libsigc++20/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libsigc++-1.0.0.tar.gz) = 5f3b6b494e45073ff51459b433b77de2 diff --git a/devel/libsigc++20/files/patch-aa b/devel/libsigc++20/files/patch-aa deleted file mode 100644 index 8c62291986a7..000000000000 --- a/devel/libsigc++20/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in Thu Jan 20 03:40:54 2000 -+++ Makefile.in Thu Jan 27 23:34:05 1994 -@@ -80,7 +80,7 @@ - USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@ - VERSION = @VERSION@ - --SUBDIRS = sigc++ tests -+SUBDIRS = sigc++ - DIST_SUBDIRS = sigc++ examples tests scripts - - bin_SCRIPTS = sigc-config diff --git a/devel/libsigc++20/files/patch-ab b/devel/libsigc++20/files/patch-ab deleted file mode 100644 index 6cdeaffb2e2c..000000000000 --- a/devel/libsigc++20/files/patch-ab +++ /dev/null @@ -1,29 +0,0 @@ ---- configure Sat Apr 15 10:15:19 2000 -+++ configure Tue Apr 18 07:49:32 2000 -@@ -2901,14 +2901,14 @@ - - 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:2906: checking for pthread_self in -lpthread" >&5 -+echo $ac_n "checking for pthread_self in -lc_r""... $ac_c" 1>&6 -+echo "configure:2906: checking for pthread_self in -lc_r" >&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 -lc_r $LIBS" - cat > conftest.$ac_ext <<EOF - #line 2914 "configure" - #include "confdefs.h" -@@ -2939,7 +2939,7 @@ - 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 -lc_r" - else - echo "$ac_t""no" 1>&6 - fi diff --git a/devel/libsigc++20/files/patch-ac b/devel/libsigc++20/files/patch-ac deleted file mode 100644 index a2d415008645..000000000000 --- a/devel/libsigc++20/files/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ ---- sigc++/Makefile.in Sat Apr 15 10:17:41 2000 -+++ sigc++/Makefile.in Tue Apr 18 07:52:19 2000 -@@ -65,7 +65,7 @@ - CXX = @CXX@ - DLLTOOL = @DLLTOOL@ - LD = @LD@ --LIBSIGC_SO_VERSION = @LIBSIGC_SO_VERSION@ -+LIBSIGC_SO_VERSION = 1:0:0 - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ - M4 = @M4@ -@@ -92,7 +92,7 @@ - libsigc_la_SOURCES = object.cc scope.cc marshal.cc slot.cc basic_signal.cc adaptor.cc thread.cc - - --libsigc_la_LDFLAGS = -version-info $(LIBSIGC_SO_VERSION) -release $(SIGC_RELEASE) -no-undefined -+libsigc_la_LDFLAGS = -version-info $(LIBSIGC_SO_VERSION) -no-undefined - - libsigcdir = $(prefix)/include/sigc++ - diff --git a/devel/libsigc++20/files/patch-ad b/devel/libsigc++20/files/patch-ad deleted file mode 100644 index 201ea9b1db21..000000000000 --- a/devel/libsigc++20/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- sigc++/config/Makefile.in Thu Jan 20 03:40:58 2000 -+++ sigc++/config/Makefile.in Thu Jan 27 23:34:37 1994 -@@ -81,7 +81,7 @@ - - EXTRA_DIST = sigc++config.h.in - --includedir = $(libdir)/sigc++/include -+includedir = $(prefix)/include - include_HEADERS = sigc++config.h - mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs - CONFIG_HEADER = sigc++config.h diff --git a/devel/libsigc++20/files/patch-ae b/devel/libsigc++20/files/patch-ae deleted file mode 100644 index 338287cde7b8..000000000000 --- a/devel/libsigc++20/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- sigc++/macros/Makefile.in Thu Jan 20 03:40:59 2000 -+++ sigc++/macros/Makefile.in Fri Jan 28 00:03:54 1994 -@@ -83,7 +83,7 @@ - templates = template.macros.m4 slot.h.m4 func_slot.h.m4 class_slot.h.m4 object_slot.h.m4 basic_signal.h.m4 bind.h.m4 rettype.h.m4 convert.h.m4 - - --m4includedir = $(includedir)/sigc++/macros -+m4includedir = $(prefix)/share/libsigc++ - m4include_HEADERS = $(templates) - - EXTRA_DIST = README $(templates) diff --git a/devel/libsigc++20/files/patch-af b/devel/libsigc++20/files/patch-af deleted file mode 100644 index 6ac813699ae3..000000000000 --- a/devel/libsigc++20/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- sigc-config.in Thu Jan 13 07:23:16 2000 -+++ sigc-config.in Mon Jan 31 10:34:45 2000 -@@ -220,7 +220,7 @@ - if test "@libdir@" != /usr/lib ; then - libs="-L@libdir@" - fi --af_cflags="$af_cflags -I@libdir@/sigc++/include $includes" -+af_cflags="$af_cflags $includes" - af_libs="$libs -lsigc @THREAD_LIB@ $af_libs" - - diff --git a/devel/libsigc++20/pkg-comment b/devel/libsigc++20/pkg-comment deleted file mode 100644 index 5fea9c6fa201..000000000000 --- a/devel/libsigc++20/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Callback Framework for C++ diff --git a/devel/libsigc++20/pkg-descr b/devel/libsigc++20/pkg-descr deleted file mode 100644 index 052e93183376..000000000000 --- a/devel/libsigc++20/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Libsigc++ -- The Typesafe Callback Framework for C++ - -This library implements a full callback system for use in widget libraries, -abstract interfaces, and general programming. - -To get a good overview of how to use the library, read -/usr/local/share/doc/libsigc++/signals. - -WWW: http://libsigc.sourceforge.net/ - -- Joe Lu -JoeLu@JoeLu.m8.ntu.edu.tw diff --git a/devel/libsigc++20/pkg-plist b/devel/libsigc++20/pkg-plist deleted file mode 100644 index 98bc5553a046..000000000000 --- a/devel/libsigc++20/pkg-plist +++ /dev/null @@ -1,51 +0,0 @@ -bin/sigc-config -include/sigc++config.h -include/sigc++/adaptor.h -include/sigc++/basic_signal.h -include/sigc++/bind.h -include/sigc++/class_slot.h -include/sigc++/convert.h -include/sigc++/func_slot.h -include/sigc++/generator.h -include/sigc++/handle.h -include/sigc++/handle_system.h -include/sigc++/marshal.h -include/sigc++/object.h -include/sigc++/object_slot.h -include/sigc++/retbind.h -include/sigc++/rettype.h -include/sigc++/scope.h -include/sigc++/signal_system.h -include/sigc++/slot.h -include/sigc++/thread.h -include/sigc++/type.h -lib/libsigc.a -lib/libsigc.la -lib/libsigc.so -lib/libsigc.so.1 -share/aclocal/sigc++.m4 -share/doc/libsigc++/API -share/doc/libsigc++/FAQ -share/doc/libsigc++/FEATURES -share/doc/libsigc++/README -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 -share/libsigc++/basic_signal.h.m4 -share/libsigc++/bind.h.m4 -share/libsigc++/class_slot.h.m4 -share/libsigc++/convert.h.m4 -share/libsigc++/func_slot.h.m4 -share/libsigc++/object_slot.h.m4 -share/libsigc++/rettype.h.m4 -share/libsigc++/slot.h.m4 -share/libsigc++/template.macros.m4 -@dirrm include/sigc++ -@dirrm share/doc/libsigc++ -@dirrm share/libsigc++ |