diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-16 23:36:48 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-16 23:36:48 +0800 |
commit | 0161dbbf879afaecce1985a767673de27380f8ba (patch) | |
tree | 1f7f0390cad618d1cf81f56157fc59e8358c199c /finance | |
parent | 498ff3a481b5d1e0563f9548a8fadc3d25794af5 (diff) | |
download | freebsd-ports-gnome-0161dbbf879afaecce1985a767673de27380f8ba.tar.gz freebsd-ports-gnome-0161dbbf879afaecce1985a767673de27380f8ba.tar.zst freebsd-ports-gnome-0161dbbf879afaecce1985a767673de27380f8ba.zip |
Add gnomepm (GNOME Portfolio Manager) - a small GNOME app that collects stock
information from Yahoo!(c) Finance.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnomepm/Makefile | 24 | ||||
-rw-r--r-- | finance/gnomepm/distinfo | 1 | ||||
-rw-r--r-- | finance/gnomepm/pkg-comment | 1 | ||||
-rw-r--r-- | finance/gnomepm/pkg-descr | 21 | ||||
-rw-r--r-- | finance/gnomepm/pkg-plist | 5 |
5 files changed, 52 insertions, 0 deletions
diff --git a/finance/gnomepm/Makefile b/finance/gnomepm/Makefile new file mode 100644 index 000000000000..d26cc16123ea --- /dev/null +++ b/finance/gnomepm/Makefile @@ -0,0 +1,24 @@ +# Ports collection Makefile for: gnomepm +# Date created: 16 July 2000 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gnomepm +PORTVERSION= 0.9.0 +CATEGORIES= misc gnome +MASTER_SITES= http://www.geocities.com/lordzephyroth/ +DISTNAME= ${PORTNAME:S/gnome/gnome-/}-${PORTVERSION} + +MAINTAINER= sobomax@FreeBSD.org + +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ + ghttp.1:${PORTSDIR}/www/libghttp +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore + +USE_X_PREFIX= yes + +MAKE_ENV= MKDIR="${MKDIR}" + +.include <bsd.port.mk> diff --git a/finance/gnomepm/distinfo b/finance/gnomepm/distinfo new file mode 100644 index 000000000000..a0f65c0530dc --- /dev/null +++ b/finance/gnomepm/distinfo @@ -0,0 +1 @@ +MD5 (gnome-pm-0.9.0.tar.gz) = 6cbb686fa46bae2febcbd9ce181a7368 diff --git a/finance/gnomepm/pkg-comment b/finance/gnomepm/pkg-comment new file mode 100644 index 000000000000..5c61f393a268 --- /dev/null +++ b/finance/gnomepm/pkg-comment @@ -0,0 +1 @@ +A small GNOME app that collects stock information from Yahoo!(c) Finance diff --git a/finance/gnomepm/pkg-descr b/finance/gnomepm/pkg-descr new file mode 100644 index 000000000000..a40aed7dabfe --- /dev/null +++ b/finance/gnomepm/pkg-descr @@ -0,0 +1,21 @@ +GnomePM is a small app that collects stock information from Yahoo!(c) Finance, +and presents it in a nice little list. It is designed to cut back on CPU, +memory, and bandwidth usage by removing the need for a java enabled web browser. + +There are many more features planned so keep a look out. + +-DISCLAIMER- +Yahoo!(c) does not support this product. + +Features: + + o Auto-update Support + o Proxy support + o Ability to arrange symbols, or sort in descending/ascending alphabetical + order + o Supports multiple portfolios/symbols + o Internal Symbol Lookup Feature + o More Info menu using gnome-moz-remote to view News/Trade/Other info + Financials has been converted to use libghttp. + +WWW: http://www.geocities.com/lordzephyroth/gnome-pm.html diff --git a/finance/gnomepm/pkg-plist b/finance/gnomepm/pkg-plist new file mode 100644 index 000000000000..0bf4ab324fa4 --- /dev/null +++ b/finance/gnomepm/pkg-plist @@ -0,0 +1,5 @@ +bin/gnome-pm +share/gnome/apps/Applications/gnome-pm.desktop +share/gnome/pixmaps/gnome-pm.png +share/gnome/pixmaps/gnome-pm/about.jpg +@dirrm share/gnome/pixmaps/gnome-pm |