summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-08-24 12:58:14 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-08-24 12:58:14 +0800
commit37a34132bc6044b6aa68cd68e91bf5e9fdc26262 (patch)
tree1828002d00aa6b209d33f2a3d7353ac4c0a93cdc /x11-toolkits
parentc1a0b886a787a2cba13ea891f136c2789837ecb5 (diff)
downloadmarcuscom-ports-37a34132bc6044b6aa68cd68e91bf5e9fdc26262.tar
marcuscom-ports-37a34132bc6044b6aa68cd68e91bf5e9fdc26262.tar.gz
marcuscom-ports-37a34132bc6044b6aa68cd68e91bf5e9fdc26262.tar.bz2
marcuscom-ports-37a34132bc6044b6aa68cd68e91bf5e9fdc26262.tar.lz
marcuscom-ports-37a34132bc6044b6aa68cd68e91bf5e9fdc26262.tar.xz
marcuscom-ports-37a34132bc6044b6aa68cd68e91bf5e9fdc26262.tar.zst
marcuscom-ports-37a34132bc6044b6aa68cd68e91bf5e9fdc26262.zip
Add gdl, and update to 0.4.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1079 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gdl/Makefile25
-rw-r--r--x11-toolkits/gdl/distinfo1
-rw-r--r--x11-toolkits/gdl/files/patch-configure10
-rw-r--r--x11-toolkits/gdl/files/patch-symbol-browser-control_tagmanager_parse.h11
-rw-r--r--x11-toolkits/gdl/pkg-descr14
-rw-r--r--x11-toolkits/gdl/pkg-plist56
6 files changed, 117 insertions, 0 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile
new file mode 100644
index 000000000..43863324b
--- /dev/null
+++ b/x11-toolkits/gdl/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: gdl
+# Date created: 24 July 2001
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gdl
+PORTVERSION= 0.4.0
+CATEGORIES= x11-toolkits gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Components intended to be shared between GNOME development tools
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GNOME= gnomeprefix gnomehack libgnomeui
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>
diff --git a/x11-toolkits/gdl/distinfo b/x11-toolkits/gdl/distinfo
new file mode 100644
index 000000000..7cc516544
--- /dev/null
+++ b/x11-toolkits/gdl/distinfo
@@ -0,0 +1 @@
+MD5 (gdl-0.4.0.tar.bz2) = eb4dfd9def266e4e5cd1e9883b5bdf2a
diff --git a/x11-toolkits/gdl/files/patch-configure b/x11-toolkits/gdl/files/patch-configure
new file mode 100644
index 000000000..dc389d96b
--- /dev/null
+++ b/x11-toolkits/gdl/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure 2002/08/04 21:18:58 1.1
++++ configure 2002/08/04 21:19:10
+@@ -5853,6 +5853,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/x11-toolkits/gdl/files/patch-symbol-browser-control_tagmanager_parse.h b/x11-toolkits/gdl/files/patch-symbol-browser-control_tagmanager_parse.h
new file mode 100644
index 000000000..844b1acee
--- /dev/null
+++ b/x11-toolkits/gdl/files/patch-symbol-browser-control_tagmanager_parse.h
@@ -0,0 +1,11 @@
+--- symbol-browser-control/tagmanager/parse.h.orig Sun Aug 24 00:47:40 2003
++++ symbol-browser-control/tagmanager/parse.h Sun Aug 24 00:47:50 2003
+@@ -10,6 +10,8 @@
+ #ifndef _PARSE_H
+ #define _PARSE_H
+
++#include <sys/types.h>
++
+ /*
+ * INCLUDE FILES
+ */
diff --git a/x11-toolkits/gdl/pkg-descr b/x11-toolkits/gdl/pkg-descr
new file mode 100644
index 000000000..fb910eeed
--- /dev/null
+++ b/x11-toolkits/gdl/pkg-descr
@@ -0,0 +1,14 @@
+Gnome Devtool Libraries
+=======================
+
+This package contains components and libraries that are intended to be
+shared between Scaffold, the new GNOME 2 development system.
+
+The current pieces of GDL include:
+
+ - A code-editing bonboo component based on GtkSourceView
+
+ - An utility library that also contains the stubs and skels for
+ the above components (gdl).
+
+WWW: http://www.gnome.org/
diff --git a/x11-toolkits/gdl/pkg-plist b/x11-toolkits/gdl/pkg-plist
new file mode 100644
index 000000000..3455655a7
--- /dev/null
+++ b/x11-toolkits/gdl/pkg-plist
@@ -0,0 +1,56 @@
+bin/gnome-symbol-browser
+include/libgdl-1.0/gdl/GDL.h
+include/libgdl-1.0/gdl/gdl-dock-item-grip.h
+include/libgdl-1.0/gdl/gdl-dock-item.h
+include/libgdl-1.0/gdl/gdl-dock-layout.h
+include/libgdl-1.0/gdl/gdl-dock-master.h
+include/libgdl-1.0/gdl/gdl-dock-notebook.h
+include/libgdl-1.0/gdl/gdl-dock-object.h
+include/libgdl-1.0/gdl/gdl-dock-paned.h
+include/libgdl-1.0/gdl/gdl-dock-placeholder.h
+include/libgdl-1.0/gdl/gdl-dock-tablabel.h
+include/libgdl-1.0/gdl/gdl-dock.h
+include/libgdl-1.0/gdl/gdl-icons.h
+include/libgdl-1.0/gdl/gdl-recent.h
+include/libgdl-1.0/gdl/gdl-tools.h
+include/libgdl-1.0/gdl/gdl.h
+include/libgdl-1.0/gdl/libgdltypebuiltins.h
+lib/libgdl-1.a
+lib/libgdl-1.so
+lib/libgdl-1.so.0
+libdata/bonobo/servers/GNOME_Development_SymbolBrowser.server
+libdata/pkgconfig/gdl-1.0.pc
+share/gnome/gdl/glade/layout.glade
+share/gnome/gnome-2.0/ui/gnome-symbol-browser.xml
+share/gnome/idl/libgdl-1.0/GDL.idl
+share/gnome/idl/libgdl-1.0/editor-buffer.idl
+share/gnome/idl/libgdl-1.0/editor-gutter.idl
+share/gnome/idl/libgdl-1.0/symbol-browser.idl
+share/locale/am/LC_MESSAGES/gdl-1.mo
+share/locale/az/LC_MESSAGES/gdl-1.mo
+share/locale/cs/LC_MESSAGES/gdl-1.mo
+share/locale/da/LC_MESSAGES/gdl-1.mo
+share/locale/de/LC_MESSAGES/gdl-1.mo
+share/locale/el/LC_MESSAGES/gdl-1.mo
+share/locale/es/LC_MESSAGES/gdl-1.mo
+share/locale/fr/LC_MESSAGES/gdl-1.mo
+share/locale/it/LC_MESSAGES/gdl-1.mo
+share/locale/ja/LC_MESSAGES/gdl-1.mo
+share/locale/mk/LC_MESSAGES/gdl-1.mo
+share/locale/ml/LC_MESSAGES/gdl-1.mo
+share/locale/nl/LC_MESSAGES/gdl-1.mo
+share/locale/no/LC_MESSAGES/gdl-1.mo
+share/locale/pl/LC_MESSAGES/gdl-1.mo
+share/locale/pt/LC_MESSAGES/gdl-1.mo
+share/locale/pt_BR/LC_MESSAGES/gdl-1.mo
+share/locale/ru/LC_MESSAGES/gdl-1.mo
+share/locale/sk/LC_MESSAGES/gdl-1.mo
+share/locale/sr/LC_MESSAGES/gdl-1.mo
+share/locale/sr@Latn/LC_MESSAGES/gdl-1.mo
+share/locale/sv/LC_MESSAGES/gdl-1.mo
+share/locale/vi/LC_MESSAGES/gdl-1.mo
+@dirrm share/gnome/idl/libgdl-1.0
+@dirrm share/gnome/gdl/glade
+@dirrm share/gnome/gdl
+@dirrm include/libgdl-1.0/gdl
+@dirrm include/libgdl-1.0