diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-19 20:34:32 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-19 20:34:32 +0800 |
commit | 301132b672d38dbb01d0acf2dcc5645ab8d9d97c (patch) | |
tree | 6ea0dba748e936f2283cddfeb44b2ec1fc61ed1d /x11-toolkits | |
parent | 15aa1c4bca47a412c2d2757b8d77a6a6d52e2b08 (diff) | |
download | marcuscom-ports-301132b672d38dbb01d0acf2dcc5645ab8d9d97c.tar marcuscom-ports-301132b672d38dbb01d0acf2dcc5645ab8d9d97c.tar.gz marcuscom-ports-301132b672d38dbb01d0acf2dcc5645ab8d9d97c.tar.bz2 marcuscom-ports-301132b672d38dbb01d0acf2dcc5645ab8d9d97c.tar.lz marcuscom-ports-301132b672d38dbb01d0acf2dcc5645ab8d9d97c.tar.xz marcuscom-ports-301132b672d38dbb01d0acf2dcc5645ab8d9d97c.tar.zst marcuscom-ports-301132b672d38dbb01d0acf2dcc5645ab8d9d97c.zip |
Update to 0.7.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8206 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gdl/Makefile | 28 | ||||
-rw-r--r-- | x11-toolkits/gdl/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/gdl/files/patch-gdl__gdl-icons.c | 17 | ||||
-rw-r--r-- | x11-toolkits/gdl/pkg-descr | 14 | ||||
-rw-r--r-- | x11-toolkits/gdl/pkg-plist | 90 |
5 files changed, 152 insertions, 0 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile new file mode 100644 index 000000000..4b98d98ed --- /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: ports/x11-toolkits/gdl/Makefile,v 1.23 2006/10/14 08:52:21 marcus Exp $ +# $MCom: ports/x11-toolkits/gdl/Makefile,v 1.4 2006/09/10 00:51:16 mezz Exp $ +# + +PORTNAME= gdl +PORTVERSION= 0.7.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_GMAKE= yes +USE_XLIB= yes +USE_GNOME= gnomeprefix gnomehack libgnomeui +USE_GETTEXT= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= 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..95bbd2650 --- /dev/null +++ b/x11-toolkits/gdl/distinfo @@ -0,0 +1,3 @@ +MD5 (gdl-0.7.1.tar.bz2) = 5f3e065d4fcafc072b12e19e855c2fa1 +SHA256 (gdl-0.7.1.tar.bz2) = 293597b40452ce8799de53627683d5db7ba2388f607e33c0007d0315a7866835 +SIZE (gdl-0.7.1.tar.bz2) = 441389 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..c0b36edc8 --- /dev/null +++ b/x11-toolkits/gdl/pkg-plist @@ -0,0 +1,90 @@ +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-stock-icons.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.la +lib/libgdl-1.so +lib/libgdl-1.so.0 +lib/libgdl-gnome-1.la +lib/libgdl-gnome-1.so +lib/libgdl-gnome-1.so.0 +libdata/pkgconfig/gdl-1.0.pc +libdata/pkgconfig/gdl-gnome-1.0.pc +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/dz/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/hu/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 +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN +@dirrmtry share/locale/sr/LC_MESSAGES +@dirrmtry share/locale/sr +@dirrmtry share/locale/sk/LC_MESSAGES +@dirrmtry share/locale/sk +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/ne/LC_MESSAGES +@dirrmtry share/locale/ne +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca +@dirrm share/gnome/gdl/glade +@dirrm share/gnome/gdl +@dirrm include/libgdl-1.0/gdl +@dirrm include/libgdl-1.0 |