summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2003-11-20 14:26:26 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2003-11-20 14:26:26 +0000
commit5147a729ae950fc29dba0db9c457171fb49c32f5 (patch)
tree4cd4def7da27327968a0928a0861e59600f0d1b3 /print
parentDefine USE_PERL to make Perl available for (mostly deprecated) (diff)
Add gribouy 0.0.8, Gribouy is a Type1 font editor.
Notes
Notes: svn path=/head/; revision=94466
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/gribouy/Makefile22
-rw-r--r--print/gribouy/distinfo1
-rw-r--r--print/gribouy/files/patch-src::gribouy-main.c26
-rw-r--r--print/gribouy/pkg-descr5
-rw-r--r--print/gribouy/pkg-plist10
6 files changed, 65 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index 79d3c8d0ebd7..17860907f37f 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -73,6 +73,7 @@
SUBDIR += gnome-cups-manager
SUBDIR += gnomephotoprinter
SUBDIR += gnomeprint
+ SUBDIR += gribouy
SUBDIR += gsfonts
SUBDIR += gtklp
SUBDIR += guitartex
diff --git a/print/gribouy/Makefile b/print/gribouy/Makefile
new file mode 100644
index 000000000000..e3e67c4c22c1
--- /dev/null
+++ b/print/gribouy/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: gribouy
+# Date created: 20 Nov 2003
+# Whom: bland@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= gribouy
+PORTVERSION= 0.0.8
+CATEGORIES= print gnome
+MASTER_SITES= ${MASTER_SITE_SAVANNAH}
+MASTER_SITE_SUBDIR= gribouy/unstable.pkg/${PORTVERSION:R}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Gribouy is a Type1 font editor
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+USE_GNOME= gnomeprefix gnomehack libglade2 libgnomeui
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>
diff --git a/print/gribouy/distinfo b/print/gribouy/distinfo
new file mode 100644
index 000000000000..7aa197d73992
--- /dev/null
+++ b/print/gribouy/distinfo
@@ -0,0 +1 @@
+MD5 (gribouy-0.0.8.tar.gz) = dd6879b3fd8db0436eebb7ab89641c13
diff --git a/print/gribouy/files/patch-src::gribouy-main.c b/print/gribouy/files/patch-src::gribouy-main.c
new file mode 100644
index 000000000000..fc24fea27562
--- /dev/null
+++ b/print/gribouy/files/patch-src::gribouy-main.c
@@ -0,0 +1,26 @@
+--- src/gribouy-main.c.orig Thu Nov 20 04:01:59 2003
++++ src/gribouy-main.c Thu Nov 20 04:03:00 2003
+@@ -660,10 +660,11 @@
+ static GtkTreeIter *
+ model_append (const gchar *key, gpointer *value, GtkListStore **user_data)
+ {
+- g_return_if_fail (GTK_IS_LIST_STORE (*user_data));
+ GtkTreeIter *iter;
+ GtkTreeSelection *selection;
+
++ g_return_if_fail (GTK_IS_LIST_STORE (*user_data));
++
+ iter = g_new0 (GtkTreeIter, 1);
+ gtk_list_store_append (GTK_LIST_STORE (*user_data), iter);
+ gtk_list_store_set (GTK_LIST_STORE (*user_data),
+@@ -679,8 +680,9 @@
+ static void
+ construct_model (gchar *key, gpointer *value, GtkListStore **user_data)
+ {
+- g_return_if_fail (GTK_IS_LIST_STORE (*user_data));
+ GtkTreeIter iter;
++
++ g_return_if_fail (GTK_IS_LIST_STORE (*user_data));
+
+ gtk_list_store_append (GTK_LIST_STORE (*user_data), &iter);
+ gtk_list_store_set (GTK_LIST_STORE (*user_data),
diff --git a/print/gribouy/pkg-descr b/print/gribouy/pkg-descr
new file mode 100644
index 000000000000..d60528be6da1
--- /dev/null
+++ b/print/gribouy/pkg-descr
@@ -0,0 +1,5 @@
+Gribouy comes from the french word "Gribouille". It is a font editor
+released under the GNU General Public License (GPL) and a program
+that requires GNOME to work.
+
+WWW: http://www.nongnu.org/gribouy/
diff --git a/print/gribouy/pkg-plist b/print/gribouy/pkg-plist
new file mode 100644
index 000000000000..e446c5bf3b9b
--- /dev/null
+++ b/print/gribouy/pkg-plist
@@ -0,0 +1,10 @@
+bin/gribouy
+share/gnome/applications/gribouy.desktop
+share/gnome/gnome-2.0/ui/gribouy-ui.xml
+share/gnome/gribouy/glade/gribouy.glade
+share/gnome/pixmaps/gribouy.png
+share/gnome/pixmaps/gribouy/gribouy-graphics.png
+share/gnome/pixmaps/gribouy/gribouy-logo.jpg
+@dirrm share/gnome/pixmaps/gribouy
+@dirrm share/gnome/gribouy/glade
+@dirrm share/gnome/gribouy