summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--textproc/gtkspell/Makefile38
-rw-r--r--textproc/gtkspell/distinfo3
-rw-r--r--textproc/gtkspell/pkg-descr5
-rw-r--r--textproc/gtkspell/pkg-plist34
-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
9 files changed, 208 insertions, 0 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile
new file mode 100644
index 000000000..180a99598
--- /dev/null
+++ b/textproc/gtkspell/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: gtkspell2
+# Date created: 19 Aug 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gtkspell
+PORTVERSION= 2.0.11
+PORTREVISION?= 4
+CATEGORIES= textproc gnome
+MASTER_SITES= http://gtkspell.sourceforge.net/download/
+DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GTK+ 2 spell checking component
+
+.if !defined(REFERENCE_PORT)
+
+LIB_DEPENDS= pspell.16:${PORTSDIR}/textproc/aspell
+
+USE_PERL5= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack gtk20
+GNU_CONFIGURE= yes
+USE_GETTEXT= yes
+USE_XLIB= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+post-patch:
+ @${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>
+
+.endif
diff --git a/textproc/gtkspell/distinfo b/textproc/gtkspell/distinfo
new file mode 100644
index 000000000..938531851
--- /dev/null
+++ b/textproc/gtkspell/distinfo
@@ -0,0 +1,3 @@
+MD5 (gtkspell-2.0.11.tar.gz) = 494869f67146a12a3f17a958f51aeb05
+SHA256 (gtkspell-2.0.11.tar.gz) = 521d6be1e1236706cd491305b10f01d989bf47787ca97242c56c0d2b038e6a12
+SIZE (gtkspell-2.0.11.tar.gz) = 347172
diff --git a/textproc/gtkspell/pkg-descr b/textproc/gtkspell/pkg-descr
new file mode 100644
index 000000000..05f8488a9
--- /dev/null
+++ b/textproc/gtkspell/pkg-descr
@@ -0,0 +1,5 @@
+GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a
+GtkTextView widget as you type. Right-clicking a misspelled word pops up a menu
+of suggested replacements.
+
+WWW: http://gtkspell.sourceforge.net/
diff --git a/textproc/gtkspell/pkg-plist b/textproc/gtkspell/pkg-plist
new file mode 100644
index 000000000..9670f1c00
--- /dev/null
+++ b/textproc/gtkspell/pkg-plist
@@ -0,0 +1,34 @@
+include/gtkspell-2.0/gtkspell/gtkspell.h
+lib/libgtkspell.a
+lib/libgtkspell.la
+lib/libgtkspell.so
+lib/libgtkspell.so.0
+libdata/pkgconfig/gtkspell-2.0.pc
+share/locale/be/LC_MESSAGES/gtkspell.mo
+share/locale/de/LC_MESSAGES/gtkspell.mo
+share/locale/el/LC_MESSAGES/gtkspell.mo
+share/locale/eo/LC_MESSAGES/gtkspell.mo
+share/locale/es/LC_MESSAGES/gtkspell.mo
+share/locale/eu/LC_MESSAGES/gtkspell.mo
+share/locale/fr/LC_MESSAGES/gtkspell.mo
+share/locale/ga/LC_MESSAGES/gtkspell.mo
+share/locale/it/LC_MESSAGES/gtkspell.mo
+share/locale/ja/LC_MESSAGES/gtkspell.mo
+share/locale/mn/LC_MESSAGES/gtkspell.mo
+share/locale/nl/LC_MESSAGES/gtkspell.mo
+share/locale/pl/LC_MESSAGES/gtkspell.mo
+share/locale/pt_BR/LC_MESSAGES/gtkspell.mo
+share/locale/rm/LC_MESSAGES/gtkspell.mo
+share/locale/ro/LC_MESSAGES/gtkspell.mo
+share/locale/ru/LC_MESSAGES/gtkspell.mo
+share/locale/rw/LC_MESSAGES/gtkspell.mo
+share/locale/sk/LC_MESSAGES/gtkspell.mo
+share/locale/sr/LC_MESSAGES/gtkspell.mo
+share/locale/vi/LC_MESSAGES/gtkspell.mo
+share/locale/wa/LC_MESSAGES/gtkspell.mo
+share/locale/zh_CN/LC_MESSAGES/gtkspell.mo
+share/locale/zh_TW/LC_MESSAGES/gtkspell.mo
+@dirrm include/gtkspell-2.0/gtkspell
+@dirrm include/gtkspell-2.0
+@dirrmtry share/locale/rm/LC_MESSAGES
+@dirrmtry share/locale/rm
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