summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-26 00:38:28 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-26 00:38:28 +0800
commit34cb39245ad5a0839ed54f5500e154c72db9c506 (patch)
tree5750f8662880417d9f04d6dd43b5967bef730f58 /x11-toolkits
parent51ea67540ee250947c56d3be39d0853c213ed5fd (diff)
downloadmarcuscom-ports-34cb39245ad5a0839ed54f5500e154c72db9c506.tar
marcuscom-ports-34cb39245ad5a0839ed54f5500e154c72db9c506.tar.gz
marcuscom-ports-34cb39245ad5a0839ed54f5500e154c72db9c506.tar.bz2
marcuscom-ports-34cb39245ad5a0839ed54f5500e154c72db9c506.tar.lz
marcuscom-ports-34cb39245ad5a0839ed54f5500e154c72db9c506.tar.xz
marcuscom-ports-34cb39245ad5a0839ed54f5500e154c72db9c506.tar.zst
marcuscom-ports-34cb39245ad5a0839ed54f5500e154c72db9c506.zip
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6798 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gdl/Makefile28
-rw-r--r--x11-toolkits/gdl/distinfo3
-rw-r--r--x11-toolkits/gdl/files/patch-gdl__gdl-icons.c17
-rw-r--r--x11-toolkits/gdl/pkg-descr14
-rw-r--r--x11-toolkits/gdl/pkg-plist66
5 files changed, 128 insertions, 0 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile
new file mode 100644
index 000000000..983a79d00
--- /dev/null
+++ b/x11-toolkits/gdl/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: gdl
+# Date created: 24 July 2001
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gdl
+PORTVERSION= 0.6.1
+PORTREVISION= 1
+CATEGORIES= x11-toolkits gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Components intended to be shared between GNOME development tools
+
+USE_BZIP2= yes
+USE_XLIB= yes
+USE_GNOME= gnomeprefix gnomehack libgnomeui
+USE_GETTEXT= yes
+GNU_CONFIGURE= 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..dedc4df64
--- /dev/null
+++ b/x11-toolkits/gdl/distinfo
@@ -0,0 +1,3 @@
+MD5 (gdl-0.6.1.tar.bz2) = 6d902981efe30950af8f5033d937c270
+SHA256 (gdl-0.6.1.tar.bz2) = 59bb5d4125986274fe057bd2da8c164fc6975d2d38f97f22fa79387a4f0bcd4e
+SIZE (gdl-0.6.1.tar.bz2) = 429794
diff --git a/x11-toolkits/gdl/files/patch-gdl__gdl-icons.c b/x11-toolkits/gdl/files/patch-gdl__gdl-icons.c
new file mode 100644
index 000000000..bcfde3afc
--- /dev/null
+++ b/x11-toolkits/gdl/files/patch-gdl__gdl-icons.c
@@ -0,0 +1,17 @@
+--- gdl/gdl-icons.c.orig Tue May 24 16:37:14 2005
++++ gdl/gdl-icons.c Tue May 24 16:37:38 2005
+@@ -202,12 +202,13 @@
+ {
+ GdkPixbuf *pixbuf;
+ char *icon_name;
++ GdlIconsPrivate *priv;
+
+ g_return_val_if_fail (icons != NULL, NULL);
+ g_return_val_if_fail (GDL_IS_ICONS (icons), NULL);
+ g_return_val_if_fail (mime_type != NULL, NULL);
+
+- GdlIconsPrivate *priv = GDL_ICONS_GET_PRIVATE (icons);
++ priv = GDL_ICONS_GET_PRIVATE (icons);
+
+ pixbuf = g_hash_table_lookup (priv->icons, mime_type);
+ if (pixbuf != 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..392114d26
--- /dev/null
+++ b/x11-toolkits/gdl/pkg-plist
@@ -0,0 +1,66 @@
+include/libgdl-1.0/gdl/gdl-combo-button.h
+include/libgdl-1.0/gdl/gdl-dock-bar.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-stock.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.la
+lib/libgdl-1.so
+lib/libgdl-1.so.0
+libdata/pkgconfig/gdl-1.0.pc
+%%DATADIR%%/images/stock-close-12.png
+%%DATADIR%%/images/stock-menu-left-12.png
+%%DATADIR%%/images/stock-menu-right-12.png
+share/gnome/gdl/glade/layout.glade
+share/locale/am/LC_MESSAGES/gdl-1.mo
+share/locale/az/LC_MESSAGES/gdl-1.mo
+share/locale/ca/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/en_CA/LC_MESSAGES/gdl-1.mo
+share/locale/en_GB/LC_MESSAGES/gdl-1.mo
+share/locale/es/LC_MESSAGES/gdl-1.mo
+share/locale/fi/LC_MESSAGES/gdl-1.mo
+share/locale/fr/LC_MESSAGES/gdl-1.mo
+share/locale/ga/LC_MESSAGES/gdl-1.mo
+share/locale/hr/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/nb/LC_MESSAGES/gdl-1.mo
+share/locale/ne/LC_MESSAGES/gdl-1.mo
+share/locale/nl/LC_MESSAGES/gdl-1.mo
+share/locale/pa/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/rw/LC_MESSAGES/gdl-1.mo
+share/locale/sk/LC_MESSAGES/gdl-1.mo
+share/locale/sq/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
+share/locale/zh_CN/LC_MESSAGES/gdl-1.mo
+@dirrm share/gnome/gdl/glade
+@dirrm share/gnome/gdl
+@dirrm %%DATADIR%%/images
+@dirrm %%DATADIR%%
+@dirrm include/libgdl-1.0/gdl
+@dirrm include/libgdl-1.0