diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-10-18 07:49:32 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-10-18 07:49:32 +0000 |
commit | e38042481b7b7f261bdfe1e3c5b2df1efd86628b (patch) | |
tree | 527f4fe8d10f32e46773d7d03a90bea86a32976f /finance | |
parent | c9318df7b096ccf7541c5c0ef449c0026d12fcf8 (diff) | |
download | ports-e38042481b7b7f261bdfe1e3c5b2df1efd86628b.tar.gz ports-e38042481b7b7f261bdfe1e3c5b2df1efd86628b.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 1 | ||||
-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 |
5 files changed, 74 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index 816ae6e3c275..6acf5d166d43 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -4,6 +4,7 @@ SUBDIR += gnucash SUBDIR += gnucash-docs SUBDIR += grisbi + SUBDIR += kexchange SUBDIR += khacc SUBDIR += libofx SUBDIR += myphpmoney 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 |