summaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/Makefile1
-rw-r--r--x11-fonts/gfe/Makefile22
-rw-r--r--x11-fonts/gfe/distinfo2
-rw-r--r--x11-fonts/gfe/files/patch-src_auxil.c89
-rw-r--r--x11-fonts/gfe/files/patch-src_bdf.c12
-rw-r--r--x11-fonts/gfe/files/patch-src_glyph.h20
-rw-r--r--x11-fonts/gfe/files/patch-src_main.c10
-rw-r--r--x11-fonts/gfe/pkg-descr8
8 files changed, 0 insertions, 164 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index c0369dcc397d..c21dd5663f06 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -103,7 +103,6 @@
SUBDIR += geminifonts
SUBDIR += gentium-basic
SUBDIR += gentium-plus
- SUBDIR += gfe
SUBDIR += gnu-unifont
SUBDIR += gnu-unifont-ttf
SUBDIR += gofont-ttf
diff --git a/x11-fonts/gfe/Makefile b/x11-fonts/gfe/Makefile
deleted file mode 100644
index bb624e68609b..000000000000
--- a/x11-fonts/gfe/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Bruce M Simpson <bms@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= gfe
-PORTVERSION= 0.0.4
-PORTREVISION= 7
-CATEGORIES= x11-fonts
-MASTER_SITES= SUNSITE/X11/fonts
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GTK+-based .bdf font editor for X
-
-DEPRECATED= Uses obsolete glib12
-EXPIRATION_DATE= 2018-12-20
-
-GNU_CONFIGURE= yes
-PLIST_FILES= bin/gfe
-
-USE_GNOME= gtk12
-USE_XORG= xpm
-
-.include <bsd.port.mk>
diff --git a/x11-fonts/gfe/distinfo b/x11-fonts/gfe/distinfo
deleted file mode 100644
index 84b585cd0601..000000000000
--- a/x11-fonts/gfe/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gfe-0.0.4.tar.gz) = b8d8abd3b045e847d0dd86ad8987c272fc3b20cc2c0eed3cb56048283971e080
-SIZE (gfe-0.0.4.tar.gz) = 75954
diff --git a/x11-fonts/gfe/files/patch-src_auxil.c b/x11-fonts/gfe/files/patch-src_auxil.c
deleted file mode 100644
index 127f02761a38..000000000000
--- a/x11-fonts/gfe/files/patch-src_auxil.c
+++ /dev/null
@@ -1,89 +0,0 @@
-Only in src.dist: about_dialog.o
---- src/auxil.c.orig 2000-06-27 07:19:31 UTC
-+++ src/auxil.c
-@@ -16,7 +16,7 @@
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
- #include <ctype.h>
--#include <malloc.h>
-+#include <stdlib.h>
- #include <gtk/gtk.h>
-
- #include "auxil.h"
---- src/bitmap.c.orig 2000-06-27 07:19:31 UTC
-+++ src/bitmap.c
-@@ -16,7 +16,7 @@
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
- #include <gtk/gtk.h>
--#include <malloc.h>
-+#include <stdlib.h>
-
- #include "bitmap.h"
-
---- src/file.c.orig 2000-07-03 05:43:15 UTC
-+++ src/file.c
-@@ -16,7 +16,7 @@
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
- #include <gtk/gtk.h>
--#include <malloc.h>
-+#include <stdlib.h>
-
- #include "auxil.h"
- #include "bdf.h"
---- src/font.c.orig 2000-06-27 07:19:31 UTC
-+++ src/font.c
-@@ -16,7 +16,7 @@
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
- #include <gtk/gtk.h>
--#include <malloc.h>
-+#include <stdlib.h>
-
- #include "auxil.h"
- #include "font.h"
---- src/glyph.c.orig 2000-06-27 07:19:31 UTC
-+++ src/glyph.c
-@@ -16,7 +16,7 @@
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
- #include <gtk/gtk.h>
--#include <malloc.h>
-+#include <stdlib.h>
-
- #include "auxil.h"
- #include "glyph.h"
---- src/gui.c.orig 2000-06-29 15:33:23 UTC
-+++ src/gui.c
-@@ -16,7 +16,7 @@
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
- #include <gtk/gtk.h>
--#include <malloc.h>
-+#include <stdlib.h>
-
- #include "auxil.h"
- #include "character.h"
---- src/raster_font.c.orig 2000-06-27 07:19:31 UTC
-+++ src/raster_font.c
-@@ -15,7 +15,7 @@
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
--#include <malloc.h>
-+#include <stdlib.h>
-
- #include "auxil.h"
- #include "bitmap.h"
---- src/raster_glyph.c.orig 2000-06-27 07:19:31 UTC
-+++ src/raster_glyph.c
-@@ -17,7 +17,7 @@
- */
- #include <gtk/gtk.h>
-
--#include <malloc.h>
-+#include <stdlib.h>
-
- #include "bitmap.h"
- #include "font.h"
diff --git a/x11-fonts/gfe/files/patch-src_bdf.c b/x11-fonts/gfe/files/patch-src_bdf.c
deleted file mode 100644
index 82e7a1416fca..000000000000
--- a/x11-fonts/gfe/files/patch-src_bdf.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/bdf.c.orig 2000-06-27 10:36:09 UTC
-+++ src/bdf.c
-@@ -18,7 +18,8 @@
- #include <gtk/gtk.h>
-
- #include <ctype.h>
--#include <malloc.h>
-+#include <stdlib.h>
-+#include <string.h>
-
- #include "auxil.h"
- #include "bdf.h"
diff --git a/x11-fonts/gfe/files/patch-src_glyph.h b/x11-fonts/gfe/files/patch-src_glyph.h
deleted file mode 100644
index e888b5b4fb56..000000000000
--- a/x11-fonts/gfe/files/patch-src_glyph.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/glyph.h.orig 2000-06-27 07:19:31 UTC
-+++ src/glyph.h
-@@ -20,7 +20,7 @@
- #define __GFE_GLYPH_H__
-
- #include <gtk/gtk.h>
--#include <values.h>
-+#include <limits.h>
-
- /* macro for type casting */
- #define GFE_GLYPH(glyph) ((GfeGlyph*)(glyph))
-@@ -29,7 +29,7 @@
- #define GFE_GLYPH_NO_ENCODING (-1)
-
- /* constant used to define undefined status of variables */
--#define GFE_UNDEFINED (MAXINT)
-+#define GFE_UNDEFINED (INT_MAX)
-
- /* macro(s) to access member(s) of GfeGlyph structure */
- #define GFE_GLYPH_TYPE(glyph) (((glyph)->flags) & 0xFF)
diff --git a/x11-fonts/gfe/files/patch-src_main.c b/x11-fonts/gfe/files/patch-src_main.c
deleted file mode 100644
index 823bba9882d1..000000000000
--- a/x11-fonts/gfe/files/patch-src_main.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/main.c.orig 2000-06-29 08:16:34 UTC
-+++ src/main.c
-@@ -37,6 +37,7 @@ main(int argc, char *argv[])
- int i;
-
- /* process gtk/X switches */
-+ gtk_set_locale();
- gtk_init(&argc, &argv);
-
- show_version = FALSE;
diff --git a/x11-fonts/gfe/pkg-descr b/x11-fonts/gfe/pkg-descr
deleted file mode 100644
index 205a3b8cf06d..000000000000
--- a/x11-fonts/gfe/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-From the GNU website:
-
-GNU Font Editor (GFE) is a graphical font editor based on the GIMP
-Toolkit. It is easy to use and will eventually support many font
-types. Currently it supports only BDF font files, that can be
-converted to many other formats easily.
-
-WWW: http://www.gnu.org/software/gfe/gfe.html