From db61406615809668798dc02d34e5590ceab9bf47 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 3 May 1999 04:41:09 +0000 Subject: Initial import of genius version 0.4.0. An arbitrary precision calculator for the Gnome Desktop Environment. PR: 11429 Submitted by: Andrey Zakhvatov --- deskutils/genius/Makefile | 50 ++++++++++++++++++++++++++++++++++++++++++++ deskutils/genius/distinfo | 1 + deskutils/genius/pkg-comment | 1 + deskutils/genius/pkg-descr | 19 +++++++++++++++++ deskutils/genius/pkg-plist | 22 +++++++++++++++++++ 5 files changed, 93 insertions(+) create mode 100644 deskutils/genius/Makefile create mode 100644 deskutils/genius/distinfo create mode 100644 deskutils/genius/pkg-comment create mode 100644 deskutils/genius/pkg-descr create mode 100644 deskutils/genius/pkg-plist (limited to 'deskutils/genius') diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile new file mode 100644 index 000000000000..44172e29aba7 --- /dev/null +++ b/deskutils/genius/Makefile @@ -0,0 +1,50 @@ +# New ports collection makefile for: genius +# Version required: 0.4.0 +# Date created: 1 May 1999 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= genius-0.4.0 +CATEGORIES= deskutils gnome +MASTER_SITES= http://ftp.5z.com/pub/genius/ + +MAINTAINER= andy@icc.surw.chel.su + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ + art_lgpl.1:${PORTSDIR}/x11/gnomelibs \ + audiofile.0:${PORTSDIR}/audio/libaudiofile \ + esd.1:${PORTSDIR}/audio/esound \ + gdk_imlib.3:${PORTSDIR}/graphics/imlib \ + gdk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ + gif.3:${PORTSDIR}/graphics/png \ + glib12.1:${PORTSDIR}/devel/glib12 \ + gmodule12.1:${PORTSDIR}/devel/glib12 \ + gnome.1:${PORTSDIR}/x11/gnomelibs \ + gnomesupport.1:${PORTSDIR}/x11/gnomelibs \ + gnomeui.1:${PORTSDIR}/x11/gnomelibs \ + gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ + intl.1:${PORTSDIR}/devel/gettext \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.3:${PORTSDIR}/graphics/png \ + tiff.4:${PORTSDIR}/graphics/tiff34 + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome \ + --with-gnome=${X11BASE} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \ + GTK_CONFIG="${X11BASE}/bin/gtk12-config" + +post-install: +.if !defined(NOPORTDOCS) + @ ${MKDIR} ${PREFIX}/share/doc/genius +.for file in AUTHORS COPYING ChangeLog NEWS README TODO + @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/genius +.endfor +.endif + +.include diff --git a/deskutils/genius/distinfo b/deskutils/genius/distinfo new file mode 100644 index 000000000000..64c1141456f5 --- /dev/null +++ b/deskutils/genius/distinfo @@ -0,0 +1 @@ +MD5 (genius-0.4.0.tar.gz) = 2bbf46f415cc9a59cd6e77183425cd80 diff --git a/deskutils/genius/pkg-comment b/deskutils/genius/pkg-comment new file mode 100644 index 000000000000..a1327a0d36d8 --- /dev/null +++ b/deskutils/genius/pkg-comment @@ -0,0 +1 @@ +Arbitrary precision calculator for Gnome Desktop Environment. diff --git a/deskutils/genius/pkg-descr b/deskutils/genius/pkg-descr new file mode 100644 index 000000000000..cf70dafc5d6f --- /dev/null +++ b/deskutils/genius/pkg-descr @@ -0,0 +1,19 @@ +Genius Calculator is a precision calculator for Gnome Desktop Environment. + +Features of Genius: + + * arbitrary precision integers (2-36), multiple precision floats + * uses rationals when possible + * will calculate and show half calculated expressions if the calculation + could not be completed + * variables + * user functions + * variable and function references with C like syntax + * anonymous functions + * it will add missing parenthesis on the ends of expressions (only in + the GUI version) + * matrix support + * complex numbers + * more ... + +http://www.5z.com/jirka/linux.html#genius diff --git a/deskutils/genius/pkg-plist b/deskutils/genius/pkg-plist new file mode 100644 index 000000000000..3bceb52292bf --- /dev/null +++ b/deskutils/genius/pkg-plist @@ -0,0 +1,22 @@ +bin/genius +bin/gnome-genius +share/doc/genius/AUTHORS +share/doc/genius/COPYING +share/doc/genius/ChangeLog +share/doc/genius/NEWS +share/doc/genius/README +share/doc/genius/TODO +share/gnome/apps/Utilities/gnome-genius.desktop +share/gnome/genius/lib.gel +share/gnome/genius/lib.cgel +share/locale/cs/LC_MESSAGES/genius.mo +share/locale/de/LC_MESSAGES/genius.mo +share/locale/es/LC_MESSAGES/genius.mo +share/locale/fr/LC_MESSAGES/genius.mo +share/locale/ga/LC_MESSAGES/genius.mo +share/locale/it/LC_MESSAGES/genius.mo +share/locale/ko/LC_MESSAGES/genius.mo +share/locale/no/LC_MESSAGES/genius.mo +share/locale/pt/LC_MESSAGES/genius.mo +@dirrm share/doc/genius +@dirrm share/gnome/genius -- cgit v1.2.3