aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-06-19 23:00:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-06-19 23:00:37 +0000
commitecba37e1ccaf97b057b13d2d4a7e13f615f89589 (patch)
treea3d8c6a28acb70cad82ae68628cdd5421eda93d5 /x11-toolkits
parentf74fd16099e9cc0173d781fb8006b65422c46441 (diff)
downloadports-ecba37e1ccaf97b057b13d2d4a7e13f615f89589.tar.gz
ports-ecba37e1ccaf97b057b13d2d4a7e13f615f89589.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/gtk-sharp10/Makefile34
-rw-r--r--x11-toolkits/gtk-sharp10/distinfo2
-rw-r--r--x11-toolkits/gtk-sharp10/files/patch-art_art-sharp.dll.config.in7
-rw-r--r--x11-toolkits/gtk-sharp10/files/patch-configure137
-rw-r--r--x11-toolkits/gtk-sharp10/files/patch-gconf_GConf_gconf-sharp.dll.config.in7
-rw-r--r--x11-toolkits/gtk-sharp10/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in7
-rw-r--r--x11-toolkits/gtk-sharp10/files/patch-rsvg_rsvg-sharp.dll.config.in7
-rw-r--r--x11-toolkits/gtk-sharp10/files/patch-vte_vte-sharp.dll.config.in8
-rw-r--r--x11-toolkits/gtk-sharp10/pkg-descr4
-rw-r--r--x11-toolkits/gtk-sharp10/pkg-plist83
11 files changed, 0 insertions, 297 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 6657eacbb4ab..aba39981e7d8 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -37,7 +37,6 @@
SUBDIR += gstreamer1-plugins-gtksink
SUBDIR += gstreamer1-plugins-pango
SUBDIR += gtk-sharp-beans
- SUBDIR += gtk-sharp10
SUBDIR += gtk-sharp20
SUBDIR += gtk-sharp30
SUBDIR += gtk12
diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile
deleted file mode 100644
index 00d6adc2b43b..000000000000
--- a/x11-toolkits/gtk-sharp10/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Created by: Juli Mallett
-# $FreeBSD$
-
-PORTNAME= gtk-sharp
-PORTVERSION= 1.0.10
-PORTREVISION= 22
-CATEGORIES= x11-toolkits
-MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
-PKGNAMESUFFIX= 10
-
-MAINTAINER= mono@FreeBSD.org
-COMMENT= GTK+ and GNOME interfaces for the .NET runtime
-
-BUILD_DEPENDS= mono:lang/mono
-RUN_DEPENDS= mono:lang/mono
-
-GNU_CONFIGURE= yes
-INSTALL_TARGET= install-strip
-USES= gmake libtool mono pathfix perl5 pkgconfig
-USE_LDCONFIG= yes
-USE_PERL5= run
-USE_GNOME= gtkhtml3 vte librsvg2 libgnomecanvas \
- libgnomeprintui libglade2 libgnomeui
-
-post-patch:
- @${FIND} ${WRKSRC} -name '*.pl' -o -name 'gapi-parser' | ${XARGS} \
- ${REINPLACE_CMD} -e 's|^#!/usr/bin/perl|#!${PERL}|'
- @${REINPLACE_CMD} -e 's|enable_gda=yes|enable_gda=no|g ; \
- s|enable_gnomedb=yes|enable_gnomedb=no|g ; \
- s|libgtkhtml-3.8|libgtkhtml-3.14|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
- ${WRKSRC}/glib/glue/slist.c ${WRKSRC}/glib/glue/list.c
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/gtk-sharp10/distinfo b/x11-toolkits/gtk-sharp10/distinfo
deleted file mode 100644
index b409312d9a78..000000000000
--- a/x11-toolkits/gtk-sharp10/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gtk-sharp-1.0.10.tar.gz) = d6c8a6a71633dc5c0382b2526df1dc1f05bc9931b6f4e47fdcc8fb7afb01e44a
-SIZE (gtk-sharp-1.0.10.tar.gz) = 1841067
diff --git a/x11-toolkits/gtk-sharp10/files/patch-art_art-sharp.dll.config.in b/x11-toolkits/gtk-sharp10/files/patch-art_art-sharp.dll.config.in
deleted file mode 100644
index a4e805dbfc41..000000000000
--- a/x11-toolkits/gtk-sharp10/files/patch-art_art-sharp.dll.config.in
+++ /dev/null
@@ -1,7 +0,0 @@
---- art/art-sharp.dll.config.in.orig Wed Jul 14 21:48:30 2004
-+++ art/art-sharp.dll.config.in Wed Jul 14 21:49:46 2004
-@@ -1,3 +1,3 @@
- <configuration>
-- <dllmap dll="art_lgpl" target="libart_lgpl_2@LIB_PREFIX@.2@LIB_SUFFIX@"/>
-+ <dllmap dll="art_lgpl" target="libart_lgpl_2@LIB_PREFIX@@LIB_SUFFIX@"/>
- </configuration>
diff --git a/x11-toolkits/gtk-sharp10/files/patch-configure b/x11-toolkits/gtk-sharp10/files/patch-configure
deleted file mode 100644
index 59cb9b542090..000000000000
--- a/x11-toolkits/gtk-sharp10/files/patch-configure
+++ /dev/null
@@ -1,137 +0,0 @@
---- configure.orig Mon Jun 6 19:44:13 2005
-+++ configure Mon Jun 6 19:46:13 2005
-@@ -20851,7 +20851,7 @@
-
-
-
--CFLAGS='-g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings'
-+CFLAGS='-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings'
-
- # Extract the first word of "pkg-config", so it can be a program name with args.
- set dummy pkg-config; ac_word=$2
-@@ -21020,7 +21020,7 @@
-
-
- if test "x$has_mono" = "xtrue"; then
--GACUTIL_FLAGS='/package $(PACKAGE) /gacdir $(DESTDIR)$(prefix)/lib'
-+GACUTIL_FLAGS='/package $(PACKAGE) /root $(DESTDIR)$(libdir) /gacdir $(DESTDIR)$(prefix)/lib'
- GENERATED_SOURCES=generated/*.cs
- # Extract the first word of "mono", so it can be a program name with args.
- set dummy mono; ac_word=$2
-@@ -22229,6 +22229,107 @@
- fi
-
-
-+GTKHTML_REQUIRED_VERSION=3.7.0
-+
-+ succeeded=no
-+
-+ if test -z "$PKG_CONFIG"; then
-+ # Extract the first word of "pkg-config", so it can be a program name with args.
-+set dummy pkg-config; ac_word=$2
-+echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
-+ echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+ case $PKG_CONFIG in
-+ [\\/]* | ?:[\\/]*)
-+ ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
-+ ;;
-+ *)
-+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+ IFS=$as_save_IFS
-+ test -z "$as_dir" && as_dir=.
-+ for ac_exec_ext in '' $ac_executable_extensions; do
-+ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+ ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
-+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-+ break 2
-+ fi
-+done
-+done
-+
-+ test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
-+ ;;
-+esac
-+fi
-+PKG_CONFIG=$ac_cv_path_PKG_CONFIG
-+
-+if test -n "$PKG_CONFIG"; then
-+ echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
-+echo "${ECHO_T}$PKG_CONFIG" >&6
-+else
-+ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+fi
-+
-+ fi
-+
-+ if test "$PKG_CONFIG" = "no" ; then
-+ echo "*** The pkg-config script could not be found. Make sure it is"
-+ echo "*** in your path, or set the PKG_CONFIG environment variable"
-+ echo "*** to the full path to pkg-config."
-+ echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
-+ else
-+ PKG_CONFIG_MIN_VERSION=0.9.0
-+ if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
-+ echo "$as_me:$LINENO: checking for libgtkhtml-3.8 >= $GTKHTML_REQUIRED_VERSION" >&5
-+echo $ECHO_N "checking for libgtkhtml-3.8 >= $GTKHTML_REQUIRED_VERSION... $ECHO_C" >&6
-+
-+ if $PKG_CONFIG --exists "libgtkhtml-3.8 >= $GTKHTML_REQUIRED_VERSION" ; then
-+ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6
-+ succeeded=yes
-+
-+ echo "$as_me:$LINENO: checking GTKHTML_DEPENDENCIES_CFLAGS" >&5
-+echo $ECHO_N "checking GTKHTML_DEPENDENCIES_CFLAGS... $ECHO_C" >&6
-+ GTKHTML_DEPENDENCIES_CFLAGS=`$PKG_CONFIG --cflags "libgtkhtml-3.8 >= $GTKHTML_REQUIRED_VERSION"`
-+ echo "$as_me:$LINENO: result: $GTKHTML_DEPENDENCIES_CFLAGS" >&5
-+echo "${ECHO_T}$GTKHTML_DEPENDENCIES_CFLAGS" >&6
-+
-+ echo "$as_me:$LINENO: checking GTKHTML_DEPENDENCIES_LIBS" >&5
-+echo $ECHO_N "checking GTKHTML_DEPENDENCIES_LIBS... $ECHO_C" >&6
-+ GTKHTML_DEPENDENCIES_LIBS=`$PKG_CONFIG --libs "libgtkhtml-3.8 >= $GTKHTML_REQUIRED_VERSION"`
-+ echo "$as_me:$LINENO: result: $GTKHTML_DEPENDENCIES_LIBS" >&5
-+echo "${ECHO_T}$GTKHTML_DEPENDENCIES_LIBS" >&6
-+ else
-+ GTKHTML_DEPENDENCIES_CFLAGS=""
-+ GTKHTML_DEPENDENCIES_LIBS=""
-+ ## If we have a custom action on failure, don't print errors, but
-+ ## do set a variable so people can do so.
-+ GTKHTML_DEPENDENCIES_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgtkhtml-3.8 >= $GTKHTML_REQUIRED_VERSION"`
-+
-+ fi
-+
-+
-+
-+ else
-+ echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
-+ echo "*** See http://www.freedesktop.org/software/pkgconfig"
-+ fi
-+ fi
-+
-+ if test $succeeded = yes; then
-+ enable_gtkhtml=yes
-+ else
-+ enable_gtkhtml=no
-+ fi
-+
-+if test "x$enable_gtkhtml" = "xyes"; then
-+GTKHTML_VERSION=3.8
-+GTKHTML_SOVERSION=18
-+else
- GTKHTML_REQUIRED_VERSION=3.6.0
-
- succeeded=no
-@@ -22639,7 +22740,7 @@
- fi
- fi
- fi
--
-+fi
-
-
- if test "x$enable_gnome" = "xyes"; then
diff --git a/x11-toolkits/gtk-sharp10/files/patch-gconf_GConf_gconf-sharp.dll.config.in b/x11-toolkits/gtk-sharp10/files/patch-gconf_GConf_gconf-sharp.dll.config.in
deleted file mode 100644
index fbf4fe877fc0..000000000000
--- a/x11-toolkits/gtk-sharp10/files/patch-gconf_GConf_gconf-sharp.dll.config.in
+++ /dev/null
@@ -1,7 +0,0 @@
---- gconf/GConf/gconf-sharp.dll.config.in.orig Wed Jul 14 21:54:59 2004
-+++ gconf/GConf/gconf-sharp.dll.config.in Wed Jul 14 21:57:00 2004
-@@ -1,3 +1,3 @@
- <configuration>
-- <dllmap dll="gconf-2" target="libgconf-2@LIB_PREFIX@.4@LIB_SUFFIX@"/>
-+ <dllmap dll="gconf-2" target="libgconf-2@LIB_PREFIX@@LIB_SUFFIX@"/>
- </configuration>
diff --git a/x11-toolkits/gtk-sharp10/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in b/x11-toolkits/gtk-sharp10/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in
deleted file mode 100644
index 7109eb4c853d..000000000000
--- a/x11-toolkits/gtk-sharp10/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in
+++ /dev/null
@@ -1,7 +0,0 @@
---- gtkhtml/gtkhtml-sharp.dll.config.in.orig Tue Jun 22 11:19:02 2004
-+++ gtkhtml/gtkhtml-sharp.dll.config.in Thu Aug 12 22:43:21 2004
-@@ -1,3 +1,3 @@
- <configuration>
-- <dllmap dll="gtkhtml-3.0" target="libgtkhtml-@GTKHTML_VERSION@@LIB_PREFIX@.@GTKHTML_SOVERSION@@LIB_SUFFIX@"/>
-+ <dllmap dll="gtkhtml-3.0" target="libgtkhtml-@GTKHTML_VERSION@@LIB_PREFIX@@LIB_SUFFIX@"/>
- </configuration>
diff --git a/x11-toolkits/gtk-sharp10/files/patch-rsvg_rsvg-sharp.dll.config.in b/x11-toolkits/gtk-sharp10/files/patch-rsvg_rsvg-sharp.dll.config.in
deleted file mode 100644
index 1cc50160b1fe..000000000000
--- a/x11-toolkits/gtk-sharp10/files/patch-rsvg_rsvg-sharp.dll.config.in
+++ /dev/null
@@ -1,7 +0,0 @@
---- rsvg/rsvg-sharp.dll.config.in.orig Wed Jul 14 22:28:11 2004
-+++ rsvg/rsvg-sharp.dll.config.in Wed Jul 14 22:28:29 2004
-@@ -1,3 +1,3 @@
- <configuration>
-- <dllmap dll="rsvg-2" target="librsvg-2@LIB_PREFIX@.2@LIB_SUFFIX@"/>
-+ <dllmap dll="rsvg-2" target="librsvg-2@LIB_PREFIX@@LIB_SUFFIX@"/>
- </configuration>
diff --git a/x11-toolkits/gtk-sharp10/files/patch-vte_vte-sharp.dll.config.in b/x11-toolkits/gtk-sharp10/files/patch-vte_vte-sharp.dll.config.in
deleted file mode 100644
index 093b0ca1050b..000000000000
--- a/x11-toolkits/gtk-sharp10/files/patch-vte_vte-sharp.dll.config.in
+++ /dev/null
@@ -1,8 +0,0 @@
---- vte/vte-sharp.dll.config.in.orig Wed May 5 16:14:14 2004
-+++ vte/vte-sharp.dll.config.in Sat Feb 4 21:44:21 2006
-@@ -1,4 +1,4 @@
- <configuration>
- <dllmap dll="libatk-1.0-0.dll" target="libatk-1.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
-- <dllmap dll="vte" target="libvte@LIB_PREFIX@.4@LIB_SUFFIX@"/>
-+ <dllmap dll="vte" target="libvte@LIB_PREFIX@@LIB_SUFFIX@"/>
- </configuration>
diff --git a/x11-toolkits/gtk-sharp10/pkg-descr b/x11-toolkits/gtk-sharp10/pkg-descr
deleted file mode 100644
index 1ae3156d3e41..000000000000
--- a/x11-toolkits/gtk-sharp10/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Gtk# provides C# bindings for Gnome libraries to the .NET runtime. This is
-a port for the older bindings which.
-
-WWW: http://www.mono-project.com/Gtk
diff --git a/x11-toolkits/gtk-sharp10/pkg-plist b/x11-toolkits/gtk-sharp10/pkg-plist
deleted file mode 100644
index 8294429ea82e..000000000000
--- a/x11-toolkits/gtk-sharp10/pkg-plist
+++ /dev/null
@@ -1,83 +0,0 @@
-bin/gapi-codegen
-bin/gapi-fixup
-bin/gapi-fixup.exe
-bin/gapi-parser
-bin/gapi.pl
-bin/gapi2xml.pl
-bin/gapi_codegen.exe
-bin/gapi_format_xml
-bin/gapi_pp.pl
-bin/gconfsharp-schemagen
-bin/gconfsharp-schemagen.exe
-lib/libgdksharpglue.a
-lib/libgdksharpglue.so
-lib/libgladesharpglue.a
-lib/libgladesharpglue.so
-lib/libglibsharpglue.a
-lib/libglibsharpglue.so
-lib/libgnomesharpglue.a
-lib/libgnomesharpglue.so
-lib/libgtksharpglue.a
-lib/libgtksharpglue.so
-lib/libpangosharpglue.a
-lib/libpangosharpglue.so
-lib/mono/gac/art-sharp/1.0.0.0__35e10195dab3c99f/art-sharp.dll
-lib/mono/gac/art-sharp/1.0.0.0__35e10195dab3c99f/art-sharp.dll.config
-lib/mono/gac/atk-sharp/1.0.0.0__35e10195dab3c99f/atk-sharp.dll
-lib/mono/gac/atk-sharp/1.0.0.0__35e10195dab3c99f/atk-sharp.dll.config
-lib/mono/gac/gconf-sharp-peditors/1.0.0.0__35e10195dab3c99f/gconf-sharp-peditors.dll
-lib/mono/gac/gconf-sharp/1.0.0.0__35e10195dab3c99f/gconf-sharp.dll
-lib/mono/gac/gconf-sharp/1.0.0.0__35e10195dab3c99f/gconf-sharp.dll.config
-lib/mono/gac/gdk-sharp/1.0.0.0__35e10195dab3c99f/gdk-sharp.dll
-lib/mono/gac/gdk-sharp/1.0.0.0__35e10195dab3c99f/gdk-sharp.dll.config
-lib/mono/gac/glade-sharp/1.0.0.0__35e10195dab3c99f/glade-sharp.dll
-lib/mono/gac/glade-sharp/1.0.0.0__35e10195dab3c99f/glade-sharp.dll.config
-lib/mono/gac/glib-sharp/1.0.0.0__35e10195dab3c99f/glib-sharp.dll
-lib/mono/gac/glib-sharp/1.0.0.0__35e10195dab3c99f/glib-sharp.dll.config
-lib/mono/gac/gnome-sharp/1.0.0.0__35e10195dab3c99f/gnome-sharp.dll
-lib/mono/gac/gnome-sharp/1.0.0.0__35e10195dab3c99f/gnome-sharp.dll.config
-lib/mono/gac/gtk-sharp/1.0.0.0__35e10195dab3c99f/gtk-sharp.dll
-lib/mono/gac/gtk-sharp/1.0.0.0__35e10195dab3c99f/gtk-sharp.dll.config
-lib/mono/gac/gtkhtml-sharp/1.0.0.0__35e10195dab3c99f/gtkhtml-sharp.dll
-lib/mono/gac/gtkhtml-sharp/1.0.0.0__35e10195dab3c99f/gtkhtml-sharp.dll.config
-lib/mono/gac/pango-sharp/1.0.0.0__35e10195dab3c99f/pango-sharp.dll
-lib/mono/gac/pango-sharp/1.0.0.0__35e10195dab3c99f/pango-sharp.dll.config
-lib/mono/gac/rsvg-sharp/1.0.0.0__35e10195dab3c99f/rsvg-sharp.dll
-lib/mono/gac/rsvg-sharp/1.0.0.0__35e10195dab3c99f/rsvg-sharp.dll.config
-lib/mono/gac/vte-sharp/1.0.0.0__35e10195dab3c99f/vte-sharp.dll
-lib/mono/gac/vte-sharp/1.0.0.0__35e10195dab3c99f/vte-sharp.dll.config
-lib/mono/gtk-sharp/art-sharp.dll
-lib/mono/gtk-sharp/atk-sharp.dll
-lib/mono/gtk-sharp/gconf-sharp-peditors.dll
-lib/mono/gtk-sharp/gconf-sharp.dll
-lib/mono/gtk-sharp/gdk-sharp.dll
-lib/mono/gtk-sharp/glade-sharp.dll
-lib/mono/gtk-sharp/glib-sharp.dll
-lib/mono/gtk-sharp/gnome-sharp.dll
-lib/mono/gtk-sharp/gtk-sharp.dll
-lib/mono/gtk-sharp/gtkhtml-sharp.dll
-lib/mono/gtk-sharp/pango-sharp.dll
-lib/mono/gtk-sharp/rsvg-sharp.dll
-lib/mono/gtk-sharp/vte-sharp.dll
-libdata/pkgconfig/art-sharp.pc
-libdata/pkgconfig/gapi.pc
-libdata/pkgconfig/gconf-sharp.pc
-libdata/pkgconfig/glade-sharp.pc
-libdata/pkgconfig/gnome-sharp.pc
-libdata/pkgconfig/gtk-sharp.pc
-libdata/pkgconfig/gtkhtml-sharp.pc
-libdata/pkgconfig/rsvg-sharp.pc
-libdata/pkgconfig/vte-sharp.pc
-share/gapi/art-api.xml
-share/gapi/art-symbols.xml
-share/gapi/atk-api.xml
-share/gapi/gdk-api.xml
-share/gapi/gdk-symbols.xml
-share/gapi/glade-api.xml
-share/gapi/gnome-api.xml
-share/gapi/gtk-api.xml
-share/gapi/gtk-symbols.xml
-share/gapi/gtkhtml-api.xml
-share/gapi/pango-api.xml
-share/gapi/rsvg-api.xml
-share/gapi/vte-api.xml