summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gdl
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gdl')
-rw-r--r--x11-toolkits/gdl/Makefile29
-rw-r--r--x11-toolkits/gdl/distinfo2
-rw-r--r--x11-toolkits/gdl/files/patch-docs_reference_Makefile.in11
-rw-r--r--x11-toolkits/gdl/files/patch-gdl_gdl-dock-bar.c12
-rw-r--r--x11-toolkits/gdl/pkg-descr14
-rw-r--r--x11-toolkits/gdl/pkg-plist154
6 files changed, 222 insertions, 0 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile
new file mode 100644
index 000000000..9e10417a7
--- /dev/null
+++ b/x11-toolkits/gdl/Makefile
@@ -0,0 +1,29 @@
+# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
+# $FreeBSD$
+# $MCom: ports/trunk/x11-toolkits/gdl3/Makefile 18610 2013-06-30 16:33:05Z marcus $
+
+PORTNAME= gdl
+PORTVERSION= 3.6.2
+CATEGORIES= x11-toolkits gnome
+MASTER_SITES= GNOME
+PKGNAMESUFFIX= 3
+DIST_SUBDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Components intended to be shared between GNOME development tools
+
+LICENSE= LGPL20
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USE_XZ= yes
+USE_GNOME= gnomeprefix gtk30 intltool
+USES= gettext gmake pathfix pkgconfig
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdl-3.so.5
+
+.include <bsd.port.mk>
diff --git a/x11-toolkits/gdl/distinfo b/x11-toolkits/gdl/distinfo
new file mode 100644
index 000000000..d2c3b5a2c
--- /dev/null
+++ b/x11-toolkits/gdl/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gnome3/gdl-3.6.2.tar.xz) = e772319f1b133047f54e3c1b7e95a718168071cfef972f981337f6bf570ddf1c
+SIZE (gnome3/gdl-3.6.2.tar.xz) = 530604
diff --git a/x11-toolkits/gdl/files/patch-docs_reference_Makefile.in b/x11-toolkits/gdl/files/patch-docs_reference_Makefile.in
new file mode 100644
index 000000000..17dff8928
--- /dev/null
+++ b/x11-toolkits/gdl/files/patch-docs_reference_Makefile.in
@@ -0,0 +1,11 @@
+--- docs/reference/Makefile.in.orig 2010-12-01 14:53:44.000000000 +0100
++++ docs/reference/Makefile.in 2010-12-01 14:53:59.000000000 +0100
+@@ -254,7 +254,7 @@
+ # of using the various options.
+
+ # The name of the module, e.g. 'glib'.
+-DOC_MODULE = gdl
++DOC_MODULE = gdl3
+
+ # The top-level SGML file. You can change this if you want to.
+ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
diff --git a/x11-toolkits/gdl/files/patch-gdl_gdl-dock-bar.c b/x11-toolkits/gdl/files/patch-gdl_gdl-dock-bar.c
new file mode 100644
index 000000000..8a7a7112e
--- /dev/null
+++ b/x11-toolkits/gdl/files/patch-gdl_gdl-dock-bar.c
@@ -0,0 +1,12 @@
+--- gdl/gdl-dock-bar.c.orig 2012-08-05 19:14:31.000000000 +0000
++++ gdl/gdl-dock-bar.c 2013-06-18 07:48:39.000000000 +0000
+@@ -484,7 +484,8 @@
+ {
+ GdlDockBarStyle style;
+
+- g_return_if_fail (GDL_IS_DOCK_BAR (dockbar));
++ if (!GDL_IS_DOCK_BAR (dockbar))
++ return NULL;
+
+ g_object_get(G_OBJECT(dockbar), "dockbar-style", &style, NULL);
+
diff --git a/x11-toolkits/gdl/pkg-descr b/x11-toolkits/gdl/pkg-descr
new file mode 100644
index 000000000..1aca67859
--- /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 bonobo 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..df40a067e
--- /dev/null
+++ b/x11-toolkits/gdl/pkg-plist
@@ -0,0 +1,154 @@
+include/libgdl-3.0/gdl/gdl-dock-bar.h
+include/libgdl-3.0/gdl/gdl-dock-item-grip.h
+include/libgdl-3.0/gdl/gdl-dock-item.h
+include/libgdl-3.0/gdl/gdl-dock-layout.h
+include/libgdl-3.0/gdl/gdl-dock-master.h
+include/libgdl-3.0/gdl/gdl-dock-object.h
+include/libgdl-3.0/gdl/gdl-dock-placeholder.h
+include/libgdl-3.0/gdl/gdl-dock.h
+include/libgdl-3.0/gdl/gdl.h
+include/libgdl-3.0/gdl/libgdltypebuiltins.h
+lib/girepository-1.0/Gdl-3.typelib
+lib/libgdl-3.la
+lib/libgdl-3.so
+lib/libgdl-3.so.5
+libdata/pkgconfig/gdl-3.0.pc
+share/doc/gdl3-3.0/GdlDock.html
+share/doc/gdl3-3.0/GdlDockBar.html
+share/doc/gdl3-3.0/GdlDockItem.html
+share/doc/gdl3-3.0/GdlDockItemButtonImage.html
+share/doc/gdl3-3.0/GdlDockItemGrip.html
+share/doc/gdl3-3.0/GdlDockLayout.html
+share/doc/gdl3-3.0/GdlDockMaster.html
+share/doc/gdl3-3.0/GdlDockNotebook.html
+share/doc/gdl3-3.0/GdlDockObject.html
+share/doc/gdl3-3.0/GdlDockPaned.html
+share/doc/gdl3-3.0/GdlDockPlaceholder.html
+share/doc/gdl3-3.0/GdlDockTablabel.html
+share/doc/gdl3-3.0/GdlPreviewWindow.html
+share/doc/gdl3-3.0/GdlSwitcher.html
+share/doc/gdl3-3.0/annotation-glossary.html
+share/doc/gdl3-3.0/api-index-full.html
+share/doc/gdl3-3.0/api.html
+share/doc/gdl3-3.0/core.html
+share/doc/gdl3-3.0/deprecated.html
+share/doc/gdl3-3.0/gdl.devhelp2
+share/doc/gdl3-3.0/home.png
+share/doc/gdl3-3.0/index.html
+share/doc/gdl3-3.0/index.sgml
+share/doc/gdl3-3.0/left.png
+share/doc/gdl3-3.0/private.html
+share/doc/gdl3-3.0/right.png
+share/doc/gdl3-3.0/style.css
+share/doc/gdl3-3.0/up.png
+share/doc/gdl3-3.0/widget.html
+share/gir-1.0/Gdl-3.gir
+share/locale/am/LC_MESSAGES/gdl-3.mo
+share/locale/ar/LC_MESSAGES/gdl-3.mo
+share/locale/as/LC_MESSAGES/gdl-3.mo
+share/locale/ast/LC_MESSAGES/gdl-3.mo
+share/locale/az/LC_MESSAGES/gdl-3.mo
+share/locale/be/LC_MESSAGES/gdl-3.mo
+share/locale/bg/LC_MESSAGES/gdl-3.mo
+share/locale/bn/LC_MESSAGES/gdl-3.mo
+share/locale/ca/LC_MESSAGES/gdl-3.mo
+share/locale/ca@valencia/LC_MESSAGES/gdl-3.mo
+share/locale/cs/LC_MESSAGES/gdl-3.mo
+share/locale/da/LC_MESSAGES/gdl-3.mo
+share/locale/de/LC_MESSAGES/gdl-3.mo
+share/locale/dz/LC_MESSAGES/gdl-3.mo
+share/locale/el/LC_MESSAGES/gdl-3.mo
+share/locale/en@shaw/LC_MESSAGES/gdl-3.mo
+share/locale/en_CA/LC_MESSAGES/gdl-3.mo
+share/locale/en_GB/LC_MESSAGES/gdl-3.mo
+share/locale/eo/LC_MESSAGES/gdl-3.mo
+share/locale/es/LC_MESSAGES/gdl-3.mo
+share/locale/et/LC_MESSAGES/gdl-3.mo
+share/locale/eu/LC_MESSAGES/gdl-3.mo
+share/locale/fi/LC_MESSAGES/gdl-3.mo
+share/locale/fr/LC_MESSAGES/gdl-3.mo
+share/locale/ga/LC_MESSAGES/gdl-3.mo
+share/locale/gl/LC_MESSAGES/gdl-3.mo
+share/locale/gu/LC_MESSAGES/gdl-3.mo
+share/locale/he/LC_MESSAGES/gdl-3.mo
+share/locale/hi/LC_MESSAGES/gdl-3.mo
+share/locale/hr/LC_MESSAGES/gdl-3.mo
+share/locale/hu/LC_MESSAGES/gdl-3.mo
+share/locale/hy/LC_MESSAGES/gdl-3.mo
+share/locale/id/LC_MESSAGES/gdl-3.mo
+share/locale/it/LC_MESSAGES/gdl-3.mo
+share/locale/ja/LC_MESSAGES/gdl-3.mo
+share/locale/km/LC_MESSAGES/gdl-3.mo
+share/locale/ko/LC_MESSAGES/gdl-3.mo
+share/locale/lt/LC_MESSAGES/gdl-3.mo
+share/locale/lv/LC_MESSAGES/gdl-3.mo
+share/locale/mai/LC_MESSAGES/gdl-3.mo
+share/locale/mk/LC_MESSAGES/gdl-3.mo
+share/locale/ml/LC_MESSAGES/gdl-3.mo
+share/locale/mr/LC_MESSAGES/gdl-3.mo
+share/locale/nb/LC_MESSAGES/gdl-3.mo
+share/locale/ne/LC_MESSAGES/gdl-3.mo
+share/locale/nl/LC_MESSAGES/gdl-3.mo
+share/locale/oc/LC_MESSAGES/gdl-3.mo
+share/locale/or/LC_MESSAGES/gdl-3.mo
+share/locale/pa/LC_MESSAGES/gdl-3.mo
+share/locale/pl/LC_MESSAGES/gdl-3.mo
+share/locale/ps/LC_MESSAGES/gdl-3.mo
+share/locale/pt/LC_MESSAGES/gdl-3.mo
+share/locale/pt_BR/LC_MESSAGES/gdl-3.mo
+share/locale/ro/LC_MESSAGES/gdl-3.mo
+share/locale/ru/LC_MESSAGES/gdl-3.mo
+share/locale/rw/LC_MESSAGES/gdl-3.mo
+share/locale/si/LC_MESSAGES/gdl-3.mo
+share/locale/sk/LC_MESSAGES/gdl-3.mo
+share/locale/sl/LC_MESSAGES/gdl-3.mo
+share/locale/sq/LC_MESSAGES/gdl-3.mo
+share/locale/sr/LC_MESSAGES/gdl-3.mo
+share/locale/sr@latin/LC_MESSAGES/gdl-3.mo
+share/locale/sv/LC_MESSAGES/gdl-3.mo
+share/locale/te/LC_MESSAGES/gdl-3.mo
+share/locale/th/LC_MESSAGES/gdl-3.mo
+share/locale/tr/LC_MESSAGES/gdl-3.mo
+share/locale/ug/LC_MESSAGES/gdl-3.mo
+share/locale/uk/LC_MESSAGES/gdl-3.mo
+share/locale/vi/LC_MESSAGES/gdl-3.mo
+share/locale/zh_CN/LC_MESSAGES/gdl-3.mo
+share/locale/zh_HK/LC_MESSAGES/gdl-3.mo
+share/locale/zh_TW/LC_MESSAGES/gdl-3.mo
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/ug/LC_MESSAGES
+@dirrmtry share/locale/ug
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/sr@latin/LC_MESSAGES
+@dirrmtry share/locale/sr@latin
+@dirrmtry share/locale/si/LC_MESSAGES
+@dirrmtry share/locale/si
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/ps/LC_MESSAGES
+@dirrmtry share/locale/ps
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/mai/LC_MESSAGES
+@dirrmtry share/locale/mai
+@dirrmtry share/locale/km/LC_MESSAGES
+@dirrmtry share/locale/km
+@dirrmtry share/locale/hy/LC_MESSAGES
+@dirrmtry share/locale/hy
+@dirrmtry share/locale/en@shaw/LC_MESSAGES
+@dirrmtry share/locale/en@shaw
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
+@dirrmtry share/locale/ast/LC_MESSAGES
+@dirrmtry share/locale/ast
+@dirrmtry share/locale/as/LC_MESSAGES
+@dirrmtry share/locale/as
+@dirrm share/doc/gdl3-3.0
+@dirrm include/libgdl-3.0/gdl
+@dirrm include/libgdl-3.0