pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/qalculate-bases Utility for conversion between nu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d2baa5b8da8
branches:  trunk
changeset: 500661:6d2baa5b8da8
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 11 13:26:44 2005 +0000

description:
Utility for conversion between number bases using Qalculate library

diffstat:

 math/qalculate-bases/DESCR    |   5 +++++
 math/qalculate-bases/Makefile |  19 +++++++++++++++++++
 math/qalculate-bases/PLIST    |   4 ++++
 math/qalculate-bases/distinfo |   5 +++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 151aa38a2d16 -r 6d2baa5b8da8 math/qalculate-bases/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/qalculate-bases/DESCR        Tue Oct 11 13:26:44 2005 +0000
@@ -0,0 +1,5 @@
+Qalculate! Bases is a utility for conversion between number bases using the
+Qalculate! library. It presents the user with a small dialog with entries for
+binary, octal, decimal and hexadecimal numbers. When a number or mathematical
+expression (using the full capabilities of Qalculate!) is typed in any of the
+entries the others are updated as-you-type.
diff -r 151aa38a2d16 -r 6d2baa5b8da8 math/qalculate-bases/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/qalculate-bases/Makefile     Tue Oct 11 13:26:44 2005 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/11 13:26:44 adam Exp $
+
+DISTNAME=      qalculate-bases-0.8.2
+CATEGORIES=    math
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qalculate/}
+
+MAINTAINER=    adam%NetBSD.org@localhost
+HOMEPAGE=      http://qalculate.sourceforge.net/
+COMMENT=       Utility for conversion between number bases using Qalculate
+
+USE_LIBTOOL=           yes
+USE_PKGLOCALEDIR=      yes
+USE_TOOLS+=            gmake pkg-config
+GNU_CONFIGURE=         yes
+LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
+
+.include "../../math/qalculate/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 151aa38a2d16 -r 6d2baa5b8da8 math/qalculate-bases/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/qalculate-bases/PLIST        Tue Oct 11 13:26:44 2005 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/11 13:26:44 adam Exp $
+bin/qalculate-bases
+share/applications/qalculate-bases.desktop
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/qalculate-bases.mo
diff -r 151aa38a2d16 -r 6d2baa5b8da8 math/qalculate-bases/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/qalculate-bases/distinfo     Tue Oct 11 13:26:44 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/10/11 13:26:44 adam Exp $
+
+SHA1 (qalculate-bases-0.8.2.tar.gz) = 4682fa714f248321d899740ff9346ecb5412eaad
+RMD160 (qalculate-bases-0.8.2.tar.gz) = 3ca24e6bd9cc5634d3c0935b1f453a7461f50898
+Size (qalculate-bases-0.8.2.tar.gz) = 360843 bytes



Home | Main Index | Thread Index | Old Index