Page MenuHomeFreeBSD

D7789.diff
No OneTemporary

D7789.diff

Index: head/UPDATING
===================================================================
--- head/UPDATING
+++ head/UPDATING
@@ -5,6 +5,13 @@
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20160907:
+ AFFECTS: users of math/galculator
+ AUTHOR: woodsb02@FreeBSD.org
+
+ galculator now uses GTK3 by default. An option exists in the port to revert
+ to GTK2 if desired.
+
20160906:
AFFECTS: uses of www/nginx
AUTHOR: marino@FreeBSD.org
Index: head/math/galculator/Makefile
===================================================================
--- head/math/galculator/Makefile
+++ head/math/galculator/Makefile
@@ -1,18 +1,34 @@
# $FreeBSD$
PORTNAME= galculator
-PORTVERSION= 2.1.3
+PORTVERSION= 2.1.4
+DISTVERSIONPREFIX=v
CATEGORIES= math
-MASTER_SITES= SF
MAINTAINER= naddy@FreeBSD.org
COMMENT= GTK-based scientific calculator
-USES= gettext gmake pkgconfig tar:bzip2
-USE_GNOME= gtk20 intltool
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USE_GITHUB= yes
+
+USES= autoreconf gettext gmake libtool pkgconfig tar:bzip2
+USE_GNOME= cairo intltool
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS= --disable-gtk3
+INSTALLS_ICONS= yes
+
+OPTIONS_SINGLE= GTK
+OPTIONS_SINGLE_GTK= GTK2 GTK3
+OPTIONS_DEFAULT= GTK3
+
+GTK2_USE= gnome=gtk20
+GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2
+
+GTK3_CONFIGURE_ENABLE= gtk3
+GTK3_USE= gnome=gtk30
.include <bsd.port.mk>
Index: head/math/galculator/distinfo
===================================================================
--- head/math/galculator/distinfo
+++ head/math/galculator/distinfo
@@ -1,2 +1,3 @@
-SHA256 (galculator-2.1.3.tar.bz2) = 91ac62d6d74da910cb79c68f7bf3f4505ac0efe51091150c4ea54fe1c1306235
-SIZE (galculator-2.1.3.tar.bz2) = 466288
+TIMESTAMP = 1473074230
+SHA256 (galculator-galculator-v2.1.4_GH0.tar.gz) = dcbdb48ddf8a3f68b9aa5902f880f174fd269de2b7410988148d05871012e142
+SIZE (galculator-galculator-v2.1.4_GH0.tar.gz) = 571666
Index: head/math/galculator/pkg-descr
===================================================================
--- head/math/galculator/pkg-descr
+++ head/math/galculator/pkg-descr
@@ -1,5 +1,6 @@
-galculator is a GTK2-based scientific calculator with ordinary
-notation/reverse polish notation, different number bases (DEC, HEX,
-OCT, BIN) and different units of angular measure (DEG, RAD, GRAD).
+galculator is a GTK2/GTK3 based calculator with ordinary notation/reverse polish
+notation (RPN), a formula entry mode, different number bases (DEC, HEX, OCT,
+BIN) and different units of angular measure (DEG, RAD, GRAD). It supports
+quad-precision floating point and 112-bit binary arithmetic.
-WWW: http://galculator.sourceforge.net/
+WWW: http://galculator.mnim.org/
Index: head/math/galculator/pkg-plist
===================================================================
--- head/math/galculator/pkg-plist
+++ head/math/galculator/pkg-plist
@@ -1,5 +1,6 @@
bin/galculator
man/man1/galculator.1.gz
+share/appdata/galculator.appdata.xml
share/applications/galculator.desktop
%%DATADIR%%/ui/about.ui
%%DATADIR%%/ui/basic_buttons_gtk2.ui
@@ -21,15 +22,21 @@
%%DATADIR%%/ui/scientific_buttons_gtk3.ui
share/icons/hicolor/48x48/apps/galculator.png
share/icons/hicolor/scalable/apps/galculator.svg
-share/locale/da_DK/LC_MESSAGES/galculator.mo
+share/locale/cs/LC_MESSAGES/galculator.mo
share/locale/de/LC_MESSAGES/galculator.mo
+share/locale/el/LC_MESSAGES/galculator.mo
+share/locale/en_AU/LC_MESSAGES/galculator.mo
share/locale/es/LC_MESSAGES/galculator.mo
share/locale/es_MX/LC_MESSAGES/galculator.mo
share/locale/fr/LC_MESSAGES/galculator.mo
+share/locale/gl/LC_MESSAGES/galculator.mo
share/locale/hu/LC_MESSAGES/galculator.mo
+share/locale/id/LC_MESSAGES/galculator.mo
+share/locale/it/LC_MESSAGES/galculator.mo
share/locale/ja/LC_MESSAGES/galculator.mo
-share/locale/kk_KZ/LC_MESSAGES/galculator.mo
+share/locale/kk/LC_MESSAGES/galculator.mo
share/locale/lt/LC_MESSAGES/galculator.mo
+share/locale/mr/LC_MESSAGES/galculator.mo
share/locale/pl/LC_MESSAGES/galculator.mo
share/locale/pt/LC_MESSAGES/galculator.mo
share/locale/pt_BR/LC_MESSAGES/galculator.mo
@@ -38,6 +45,7 @@
share/locale/sk/LC_MESSAGES/galculator.mo
share/locale/sv/LC_MESSAGES/galculator.mo
share/locale/tr/LC_MESSAGES/galculator.mo
+share/locale/uk/LC_MESSAGES/galculator.mo
share/locale/zh_CN/LC_MESSAGES/galculator.mo
share/locale/zh_TW/LC_MESSAGES/galculator.mo
share/pixmaps/galculator.xpm

File Metadata

Mime Type
text/plain
Expires
Wed, Feb 26, 8:11 AM (12 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16849281
Default Alt Text
D7789.diff (4 KB)

Event Timeline