diff options
author | bland <bland@FreeBSD.org> | 2003-11-20 22:26:26 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-11-20 22:26:26 +0800 |
commit | 96e5a7dcb88ee10f10928b3b6ed4b39b5dcd5e32 (patch) | |
tree | 91aeeef023e5d42e29d241c6d5b1cc408c337eb6 /print | |
parent | 67f7abb99138baffbda09718046ddb01db0d01fe (diff) | |
download | freebsd-ports-gnome-96e5a7dcb88ee10f10928b3b6ed4b39b5dcd5e32.tar.gz freebsd-ports-gnome-96e5a7dcb88ee10f10928b3b6ed4b39b5dcd5e32.tar.zst freebsd-ports-gnome-96e5a7dcb88ee10f10928b3b6ed4b39b5dcd5e32.zip |
Add gribouy 0.0.8, Gribouy is a Type1 font editor.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/gribouy/Makefile | 22 | ||||
-rw-r--r-- | print/gribouy/distinfo | 1 | ||||
-rw-r--r-- | print/gribouy/files/patch-src::gribouy-main.c | 26 | ||||
-rw-r--r-- | print/gribouy/pkg-descr | 5 | ||||
-rw-r--r-- | print/gribouy/pkg-plist | 10 |
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 |