From owner-dev-commits-ports-main@freebsd.org Tue May 25 06:07:05 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9E2BF645416; Tue, 25 May 2021 06:07:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fq3WY47prz3PJb; Tue, 25 May 2021 06:07:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 74C55184F3; Tue, 25 May 2021 06:07:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14P6755N065275; Tue, 25 May 2021 06:07:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14P675BL065274; Tue, 25 May 2021 06:07:05 GMT (envelope-from git) Date: Tue, 25 May 2021 06:07:05 GMT Message-Id: <202105250607.14P675BL065274@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: 68873da4ea00 - main - editors/gummi: Reintroduce port and update to 0.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 68873da4ea002c01d81ca6a48b6173ff40123279 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2021 06:07:05 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=68873da4ea002c01d81ca6a48b6173ff40123279 commit 68873da4ea002c01d81ca6a48b6173ff40123279 Author: Zoltan ALEXANDERSON BESSE AuthorDate: 2021-05-25 05:59:43 +0000 Commit: Guangyuan Yang CommitDate: 2021-05-25 06:06:50 +0000 editors/gummi: Reintroduce port and update to 0.8.1 - Update entry in MOVED PR: 250913 Approved by: lwhsu (mentor) --- MOVED | 1 - editors/Makefile | 1 + editors/gummi/Makefile | 33 +++++++++++++++++++++++++++++++++ editors/gummi/distinfo | 3 +++ editors/gummi/pkg-descr | 3 +++ editors/gummi/pkg-plist | 32 ++++++++++++++++++++++++++++++++ 6 files changed, 72 insertions(+), 1 deletion(-) diff --git a/MOVED b/MOVED index d49932876380..21845826e883 100644 --- a/MOVED +++ b/MOVED @@ -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 diff --git a/editors/Makefile b/editors/Makefile index 40c9a11cccc8..3fc79db50910 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -52,6 +52,7 @@ SUBDIR += gnome-latex SUBDIR += gobby SUBDIR += gomate + SUBDIR += gummi SUBDIR += heme SUBDIR += hexcurse SUBDIR += hexedit diff --git a/editors/gummi/Makefile b/editors/gummi/Makefile new file mode 100644 index 000000000000..95f936ef1b6c --- /dev/null +++ b/editors/gummi/Makefile @@ -0,0 +1,33 @@ +# Created by: Hakisho Nukama + +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 diff --git a/editors/gummi/distinfo b/editors/gummi/distinfo new file mode 100644 index 000000000000..fa0661687a4f --- /dev/null +++ b/editors/gummi/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1621922667 +SHA256 (gummi-0.8.1.tar.gz) = b208314200e1744f36066f37ce8c49d75b519610e63b97f23984c2cf4243dea6 +SIZE (gummi-0.8.1.tar.gz) = 580887 diff --git a/editors/gummi/pkg-descr b/editors/gummi/pkg-descr new file mode 100644 index 000000000000..af232eade61b --- /dev/null +++ b/editors/gummi/pkg-descr @@ -0,0 +1,3 @@ +Gummi is a LaTeX editor. It was designed with simplicity in mind. + +WWW: https://github.com/alexandervdm/gummi/ diff --git a/editors/gummi/pkg-plist b/editors/gummi/pkg-plist new file mode 100644 index 000000000000..0961243ebc50 --- /dev/null +++ b/editors/gummi/pkg-plist @@ -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