svn commit: r407514 - in head/math: . xfce4-calculator-plugin
Olivier Duchateau
olivierd at FreeBSD.org
Sat Jan 30 06:09:09 UTC 2016
Author: olivierd
Date: Sat Jan 30 06:09:07 2016
New Revision: 407514
URL: https://svnweb.freebsd.org/changeset/ports/407514
Log:
It is a calculator plugin for the Xfce4 panel. The plugin supports common
mathematical operators, constants (pi) and functions.
WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-calculator-plugin
Obtained from: Xfce devel repository
Added:
head/math/xfce4-calculator-plugin/
head/math/xfce4-calculator-plugin/Makefile (contents, props changed)
head/math/xfce4-calculator-plugin/distinfo (contents, props changed)
head/math/xfce4-calculator-plugin/pkg-descr (contents, props changed)
head/math/xfce4-calculator-plugin/pkg-plist (contents, props changed)
Modified:
head/math/Makefile
Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile Sat Jan 30 05:37:11 2016 (r407513)
+++ head/math/Makefile Sat Jan 30 06:09:07 2016 (r407514)
@@ -704,6 +704,7 @@
SUBDIR += wxMaxima
SUBDIR += x12arima
SUBDIR += xblas
+ SUBDIR += xfce4-calculator-plugin
SUBDIR += xgobi
SUBDIR += xgraph
SUBDIR += xlapack
Added: head/math/xfce4-calculator-plugin/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/xfce4-calculator-plugin/Makefile Sat Jan 30 06:09:07 2016 (r407514)
@@ -0,0 +1,23 @@
+# Created by: Olivier Duchateau
+# $FreeBSD$
+
+PORTNAME= xfce4-calculator-plugin
+PORTVERSION= 0.5.1
+CATEGORIES= math xfce
+MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
+DIST_SUBDIR= xfce4
+
+MAINTAINER= xfce at FreeBSD.org
+COMMENT= Simple calculator for the Xfce panel
+
+LICENSE= GPLv2
+
+USES= gmake gettext-tools libtool pkgconfig tar:bz2 xfce
+GNU_CONFIGURE= yes
+USE_GNOME= gtk20 intltool intlhack
+USE_XFCE= panel
+USE_XORG= x11
+INSTALLS_ICONS= yes
+INSTALL_TARGET= install-strip
+
+.include <bsd.port.mk>
Added: head/math/xfce4-calculator-plugin/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/xfce4-calculator-plugin/distinfo Sat Jan 30 06:09:07 2016 (r407514)
@@ -0,0 +1,2 @@
+SHA256 (xfce4/xfce4-calculator-plugin-0.5.1.tar.bz2) = 7dcb04a3da7b85cb1f35f546c366fe8529f1c15f1c8c290edb91d16c07f5fd6d
+SIZE (xfce4/xfce4-calculator-plugin-0.5.1.tar.bz2) = 358523
Added: head/math/xfce4-calculator-plugin/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/xfce4-calculator-plugin/pkg-descr Sat Jan 30 06:09:07 2016 (r407514)
@@ -0,0 +1,4 @@
+It is a calculator plugin for the Xfce4 panel. The plugin supports common
+mathematical operators, constants (pi) and functions.
+
+WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-calculator-plugin
Added: head/math/xfce4-calculator-plugin/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/xfce4-calculator-plugin/pkg-plist Sat Jan 30 06:09:07 2016 (r407514)
@@ -0,0 +1,9 @@
+libexec/xfce4/panel-plugins/xfce4-calculator-plugin
+share/icons/hicolor/16x16/apps/xfce4-calculator-plugin.png
+share/icons/hicolor/22x22/apps/xfce4-calculator-plugin.png
+share/icons/hicolor/24x24/apps/xfce4-calculator-plugin.png
+share/icons/hicolor/256x256/apps/xfce4-calculator-plugin.png
+share/icons/hicolor/32x32/apps/xfce4-calculator-plugin.png
+share/icons/hicolor/48x48/apps/xfce4-calculator-plugin.png
+share/icons/hicolor/64x64/apps/xfce4-calculator-plugin.png
+share/xfce4/panel-plugins/calculator.desktop
More information about the svn-ports-all
mailing list