diff options
author | adamw <adamw@FreeBSD.org> | 2003-10-18 15:49:32 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-10-18 15:49:32 +0800 |
commit | fa034e09ad0d8b241ec5f26e6222682e4af04e72 (patch) | |
tree | 49c525e0f42430848cb88b71539e5cf0e1e1177e /finance/kexchange | |
parent | d860bc902920ca1d39126fe5b0897c9f7f8c5899 (diff) | |
download | freebsd-ports-gnome-fa034e09ad0d8b241ec5f26e6222682e4af04e72.tar.gz freebsd-ports-gnome-fa034e09ad0d8b241ec5f26e6222682e4af04e72.tar.zst freebsd-ports-gnome-fa034e09ad0d8b241ec5f26e6222682e4af04e72.zip |
Add kexchange.
KExchange is a currency converter for over 150 currencies using up-to-date
exchange rates from the PACIFIC Exchange Rate Service.
Features
* rates may be refreshed on command or automatically on startup;
* rates can be cached locally for offline use;
* may also be used as a Euro converter; and
* has an DCOP interface.
Diffstat (limited to 'finance/kexchange')
-rw-r--r-- | finance/kexchange/Makefile | 22 | ||||
-rw-r--r-- | finance/kexchange/distinfo | 1 | ||||
-rw-r--r-- | finance/kexchange/pkg-descr | 14 | ||||
-rw-r--r-- | finance/kexchange/pkg-plist | 36 |
4 files changed, 73 insertions, 0 deletions
diff --git a/finance/kexchange/Makefile b/finance/kexchange/Makefile new file mode 100644 index 000000000000..a7f9dbb7d617 --- /dev/null +++ b/finance/kexchange/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: kexchange +# Date created: 17 October 2003 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= kexchange +PORTVERSION= 0.3.2 +CATEGORIES= finance kde +MASTER_SITES= http://ftp.kde.com/Financial_Investment/Currency_Tools/KExchange/ \ + +MAINTAINER= ports@FreeBSD.org +COMMENT= KDE currency converter + +USE_KDELIBS_VER= 3 +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/finance/kexchange/distinfo b/finance/kexchange/distinfo new file mode 100644 index 000000000000..e0aa112b4132 --- /dev/null +++ b/finance/kexchange/distinfo @@ -0,0 +1 @@ +MD5 (kexchange-0.3.2.tar.gz) = e8e2e76bf4333bb391be83460de0702b diff --git a/finance/kexchange/pkg-descr b/finance/kexchange/pkg-descr new file mode 100644 index 000000000000..793783a9583a --- /dev/null +++ b/finance/kexchange/pkg-descr @@ -0,0 +1,14 @@ +KExchange is a currency converter for over 150 currencies using up-to-date +exchange rates from the PACIFIC Exchange Rate Service. + +Features + + * rates may be refreshed on command or automatically on startup; + + * rates can be cached locally for offline use; + + * may also be used as a Euro converter; and + + * has an DCOP interface. + +WWW: http://www.favorin.com/projects/kexchange/ diff --git a/finance/kexchange/pkg-plist b/finance/kexchange/pkg-plist new file mode 100644 index 000000000000..5fe609e79c36 --- /dev/null +++ b/finance/kexchange/pkg-plist @@ -0,0 +1,36 @@ +bin/kexchange +share/applnk/Applications/kexchange.desktop +share/apps/kexchange/icons/hicolor/16x16/actions/calculated.png +share/apps/kexchange/icons/hicolor/16x16/actions/conversion.png +share/apps/kexchange/icons/hicolor/16x16/actions/crossconversion.png +share/apps/kexchange/icons/hicolor/16x16/actions/f_sortdown.png +share/apps/kexchange/icons/hicolor/16x16/actions/f_sortup.png +share/apps/kexchange/icons/hicolor/16x16/actions/flag_eu.png +share/apps/kexchange/icons/hicolor/16x16/actions/reliable.png +share/apps/kexchange/icons/hicolor/16x16/actions/unreliable.png +share/apps/kexchange/kexchangeui.rc +share/apps/kexchange/tips +share/doc/HTML/en/kexchange/calculated.png +share/doc/HTML/en/kexchange/common +share/doc/HTML/en/kexchange/conversion.png +share/doc/HTML/en/kexchange/convert.png +share/doc/HTML/en/kexchange/crossconversion.png +share/doc/HTML/en/kexchange/index.docbook +share/doc/HTML/en/kexchange/index.cache.bz2 +share/doc/HTML/en/kexchange/preferences.png +share/doc/HTML/en/kexchange/reliable.png +share/doc/HTML/en/kexchange/reload.png +share/doc/HTML/en/kexchange/table.png +share/doc/HTML/en/kexchange/unreliable.png +share/icons/hicolor/16x16/apps/kexchange.png +share/icons/hicolor/32x32/apps/kexchange.png +share/icons/locolor/16x16/apps/kexchange.png +share/icons/locolor/32x32/apps/kexchange.png +share/locale/de/LC_MESSAGES/kexchange.mo +share/locale/fi/LC_MESSAGES/kexchange.mo +@dirrm share/doc/HTML/en/kexchange +@dirrm share/apps/kexchange/icons/hicolor/16x16/actions +@dirrm share/apps/kexchange/icons/hicolor/16x16 +@dirrm share/apps/kexchange/icons/hicolor +@dirrm share/apps/kexchange/icons +@dirrm share/apps/kexchange |