aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-07-01 06:33:38 +0000
committerRene Ladan <rene@FreeBSD.org>2014-07-01 06:33:38 +0000
commit011f1923834306c13fbe8cdeef11058b09cd6617 (patch)
tree2f44bd9114e87eaedc94b1e66c8e3ce59cf8cc2a /editors
parent3abde05452b514fa881583e84d1b48e529f292e2 (diff)
downloadports-011f1923834306c13fbe8cdeef11058b09cd6617.tar.gz
ports-011f1923834306c13fbe8cdeef11058b09cd6617.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/gummi/Makefile52
-rw-r--r--editors/gummi/distinfo2
-rw-r--r--editors/gummi/files/patch-po__Makefile.in.in12
-rw-r--r--editors/gummi/files/patch-src__update.c10
-rw-r--r--editors/gummi/pkg-descr3
-rw-r--r--editors/gummi/pkg-plist38
7 files changed, 0 insertions, 118 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 2b6b35099498..94732065a182 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -73,7 +73,6 @@
SUBDIR += gnotepad+
SUBDIR += gnuserv
SUBDIR += gobby
- SUBDIR += gummi
SUBDIR += gwrite
SUBDIR += heme
SUBDIR += hexcurse
diff --git a/editors/gummi/Makefile b/editors/gummi/Makefile
deleted file mode 100644
index 51373bdfe5e6..000000000000
--- a/editors/gummi/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# Created by: Hakisho Nukama <nukama@gmail.com>
-# $FreeBSD$
-
-PORTNAME= gummi
-PORTVERSION= 0.6.5
-PORTREVISION= 1
-CATEGORIES= editors
-MASTER_SITES= http://dev.midnightcoding.org/attachments/download/301/
-
-MAINTAINER= nukama+maintainer@gmail.com
-COMMENT= Simple LaTex editor for GTK users
-
-DEPRECATED= Builds fine but the program itself is unusable
-EXPIRATION_DATE= 2014-07-01
-
-LICENSE= MIT
-
-BUILD_DEPENDS+= msgfmt:${PORTSDIR}/devel/gettext
-LIB_DEPENDS+= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \
- libgtkspell.so:${PORTSDIR}/textproc/gtkspell
-
-USES= iconv gmake pkgconfig desktop-file-utils
-GNU_CONFIGURE= yes
-USE_XORG= xdamage xft xcursor xcomposite
-USE_GNOME= gtksourceview2 glib20 intlhack
-INSTALLS_ICONS= yes
-INSTALLS_OMF= yes
-
-OPTIONS_DEFINE= TETEX LATEXMK RUBBER TEXCOUNT
-OPTIONS_DEFAULT= TETEX
-
-TETEX_DESC= Use pdfetex typesetter
-LATEXMK_DESC= Use latexmk typesetter
-RUBBER_DESC= Use rubber typesetter
-TEXCOUNT_DESC= With texcount statistics
-
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB+= NLS="@comment "
-
-NLS_USES+= gettext
-NLS_CONFIGURE_ARGS+= --enable-nls
-NLS_PLIST_SUB+= NLS=""
-
-TETEX_RUN_DEPENDS= pdfetex:${PORTSDIR}/print/teTeX-base
-
-LATEXMK_RUN_DEPENDS= latexmk:${PORTSDIR}/print/latexmk
-
-RUBBER_RUN_DEPENDS= rubber:${PORTSDIR}/textproc/rubber
-
-TEXCOUNT_RUN_DEPENDS= ${LOCALBASE}/bin/texcount.${PORTVERSION}:${PORTSDIR}/texproc/p5-texcount
-
-.include <bsd.port.mk>
diff --git a/editors/gummi/distinfo b/editors/gummi/distinfo
deleted file mode 100644
index 0db41554032f..000000000000
--- a/editors/gummi/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gummi-0.6.5.tar.gz) = b23c2958376ea43c701a276ad19ceac5b50d9cb32a489a10897b25aa5004fffb
-SIZE (gummi-0.6.5.tar.gz) = 520902
diff --git a/editors/gummi/files/patch-po__Makefile.in.in b/editors/gummi/files/patch-po__Makefile.in.in
deleted file mode 100644
index 71de463c3cb1..000000000000
--- a/editors/gummi/files/patch-po__Makefile.in.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./po/Makefile.in.in.orig 2012-01-29 20:42:39.060446287 +0000
-+++ ./po/Makefile.in.in 2012-01-29 20:43:42.348435836 +0000
-@@ -34,7 +34,8 @@ datadir = @datadir@
- datarootdir = @datarootdir@
- libdir = @libdir@
- DATADIRNAME = @DATADIRNAME@
--itlocaledir = $(prefix)/$(DATADIRNAME)/locale
-+sharedir = share
-+itlocaledir = $(prefix)/$(sharedir)/locale
- subdir = po
- install_sh = @install_sh@
- # Automake >= 1.8 provides @mkdir_p@.
diff --git a/editors/gummi/files/patch-src__update.c b/editors/gummi/files/patch-src__update.c
deleted file mode 100644
index 45c539752224..000000000000
--- a/editors/gummi/files/patch-src__update.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./src/update.c.orig 2012-01-29 20:34:57.429446671 +0000
-+++ ./src/update.c 2012-01-29 20:35:29.991443641 +0000
-@@ -31,6 +31,7 @@
-
- #include <stdio.h>
- #include <string.h>
-+#include <netinet/in.h>
-
- #ifndef WIN32
- # include <sys/socket.h>
diff --git a/editors/gummi/pkg-descr b/editors/gummi/pkg-descr
deleted file mode 100644
index 8251d294aca2..000000000000
--- a/editors/gummi/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Gummi is a LaTeX editor. It was designed with simplicity in mind.
-
-WWW: http://gummi.midnightcoding.org/
diff --git a/editors/gummi/pkg-plist b/editors/gummi/pkg-plist
deleted file mode 100644
index c068154c9972..000000000000
--- a/editors/gummi/pkg-plist
+++ /dev/null
@@ -1,38 +0,0 @@
-bin/gummi
-share/applications/gummi.desktop
-share/pixmaps/gummi.png
-lib/gummi/latex_dvi.sh
-man/man1/gummi.1.gz
-%%DATADIR%%/ui/snippets.glade
-%%DATADIR%%/ui/gummi.glade
-%%DATADIR%%/ui/prefs.glade
-%%DATADIR%%/snippets/snippets.lang
-%%DATADIR%%/snippets/snippets.cfg
-%%DATADIR%%/misc/default.tex
-%%DATADIR%%/icons/gummi.png
-%%DATADIR%%/icons/icon.png
-%%NLS%%share/locale/ar/LC_MESSAGES/gummi.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/gummi.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/gummi.mo
-%%NLS%%share/locale/da/LC_MESSAGES/gummi.mo
-%%NLS%%share/locale/de/LC_MESSAGES/gummi.mo
-%%NLS%%share/locale/el/LC_MESSAGES/gummi.mo
-%%NLS%%share/locale/es/LC_MESSAGES/gummi.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/gummi.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/gummi.mo
-%%NLS%%share/locale/it/LC_MESSAGES/gummi.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/gummi.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/gummi.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/gummi.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/gummi.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/gummi.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/gummi.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/gummi.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/gummi.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/gummi.mo
-@dirrm %%DATADIR%%/icons
-@dirrm %%DATADIR%%/misc
-@dirrm %%DATADIR%%/snippets
-@dirrm %%DATADIR%%/ui
-@dirrm %%DATADIR%%
-@dirrm lib/gummi