Skip to content

Commit

Permalink
editors/gummi: Reintroduce port and update to 0.8.1
Browse files Browse the repository at this point in the history
- Update entry in MOVED

PR:		250913
Approved by:	lwhsu (mentor)
  • Loading branch information
Zoltan ALEXANDERSON BESSE authored and yzgyyang committed May 25, 2021
1 parent 0f31762 commit 68873da
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 1 deletion.
1 change: 0 additions & 1 deletion MOVED
Original file line number Diff line number Diff line change
Expand Up @@ -6113,7 +6113,6 @@ security/sudosh3||2014-07-01|Has expired: Funcition replaced by sudo -s
security/sudosh||2014-07-01|Has expired: Funcition replaced by sudo -s
security/sudosh2||2014-07-01|Has expired: Funcition replaced by sudo -s
lang/pike76|lang/pike78|2014-07-01|Has expired: Outdated: Users should switch to lang/pike78
editors/gummi||2014-07-01|Has expired: Builds fine but the program itself is unusable
archivers/rpm|archivers/rpm4|2014-07-03|rpm3 is long EOLed, rpm4 is the default rpm archivers for most of linux distributions
x11-clocks/wmitime||2014-07-04|Has expired
x11/xorg-edit||2014-07-04|Has expired: Depends on older version of wxGTK
Expand Down
1 change: 1 addition & 0 deletions editors/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
SUBDIR += gnome-latex
SUBDIR += gobby
SUBDIR += gomate
SUBDIR += gummi
SUBDIR += heme
SUBDIR += hexcurse
SUBDIR += hexedit
Expand Down
33 changes: 33 additions & 0 deletions editors/gummi/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Created by: Hakisho Nukama <nukama@gmail.com>

PORTNAME= gummi
PORTVERSION= 0.8.1
CATEGORIES= editors
MASTER_SITES= https://github.com/alexandervdm/gummi/releases/download/${PORTVERSION}/

MAINTAINER= zab@zltech.eu
COMMENT= Simple LaTeX editor for GTK users

LICENSE= MIT

BUILD_DEPENDS= msgfmt:devel/gettext
LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
libgtkspell3-3.so:textproc/gtkspell3 \
libpoppler-glib.so:graphics/poppler-glib \
libsynctex.so:devel/tex-synctex
RUN_DEPENDS= etex:print/tex-formats

USES= desktop-file-utils gmake gnome iconv pkgconfig xorg
GNU_CONFIGURE= yes
USE_XORG= xcomposite xcursor xdamage xft
USE_GNOME= cairo glib20 gtksourceview3 intlhack
INSTALLS_ICONS= yes
INSTALLS_OMF= yes

OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes

NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions editors/gummi/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1621922667
SHA256 (gummi-0.8.1.tar.gz) = b208314200e1744f36066f37ce8c49d75b519610e63b97f23984c2cf4243dea6
SIZE (gummi-0.8.1.tar.gz) = 580887
3 changes: 3 additions & 0 deletions editors/gummi/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Gummi is a LaTeX editor. It was designed with simplicity in mind.

WWW: https://github.com/alexandervdm/gummi/
32 changes: 32 additions & 0 deletions editors/gummi/pkg-plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
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

0 comments on commit 68873da

Please sign in to comment.