[Midnightbsd-cvs] mports: mports/finance: add kexchange.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Apr 28 23:07:22 EDT 2008


Log Message:
-----------
add kexchange.

Modified Files:
--------------
    mports/finance:
        Makefile (r1.3 -> r1.4)

Added Files:
-----------
    mports/finance/kexchange:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/finance/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L finance/Makefile -L finance/Makefile -u -r1.3 -r1.4
--- finance/Makefile
+++ finance/Makefile
@@ -3,6 +3,7 @@
 
     COMMENT = Monetary, financial and related applications
 
+    SUBDIR += kexchange
     SUBDIR += libofx
     SUBDIR += opentaxsolver
     SUBDIR += wmstock
--- /dev/null
+++ 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/
--- /dev/null
+++ finance/kexchange/pkg-plist
@@ -0,0 +1,46 @@
+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.cache.bz2
+share/doc/HTML/en/kexchange/index.docbook
+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
+ at dirrmtry share/icons/locolor/32x32/apps
+ at dirrmtry share/icons/locolor/32x32
+ at dirrmtry share/icons/locolor/16x16/apps
+ at dirrmtry share/icons/locolor/16x16
+ at dirrmtry share/icons/locolor
+ at dirrm share/doc/HTML/en/kexchange
+ at dirrmtry share/doc/HTML/en
+ at dirrmtry share/doc/HTML
+ at dirrm share/apps/kexchange/icons/hicolor/16x16/actions
+ at dirrm share/apps/kexchange/icons/hicolor/16x16
+ at dirrm share/apps/kexchange/icons/hicolor
+ at dirrm share/apps/kexchange/icons
+ at dirrm share/apps/kexchange
+ at dirrmtry share/apps
+ at dirrmtry share/applnk/Applications
+ at dirrmtry share/applnk
--- /dev/null
+++ finance/kexchange/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for:	kexchange
+# Date created:				17 October 2003
+# Whom:					Adam Weinberger <adamw at FreeBSD.org>
+#
+# $MidnightBSD: mports/finance/kexchange/Makefile,v 1.1 2008/04/29 03:07:20 laffer1 Exp $
+# $FreeBSD: ports/finance/kexchange/Makefile,v 1.13 2007/05/19 20:04:55 flz Exp $
+#
+
+PORTNAME=	kexchange
+PORTVERSION=	1.0
+PORTREVISION=	5
+CATEGORIES=	finance kde
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	${PORTNAME}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	KDE currency converter
+LICENSE=	gpl2
+
+USE_KDELIBS_VER=3
+USE_AUTOTOOLS=	libtool:15
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+
+.include <bsd.port.mk>
--- /dev/null
+++ finance/kexchange/distinfo
@@ -0,0 +1,3 @@
+MD5 (kexchange-1.0.tar.gz) = e6d3e9e967f20a7c77eb655f4b83dda6
+SHA256 (kexchange-1.0.tar.gz) = 79a76a4e536623f6acb5cf015093653b597141b19bc026f6c68889a325f00af1
+SIZE (kexchange-1.0.tar.gz) = 872569


More information about the Midnightbsd-cvs mailing list