diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-16 15:36:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-16 15:36:48 +0000 |
commit | 0f61b4b7f281536c4e9eee4724470ae1a6ed4bad (patch) | |
tree | e9a40e8744745446fcb22c06c7a32a65a1f8a7bc /misc | |
parent | Add gtranslator - a GNOME application for developing ".pot" files used with (diff) |
Add gnomepm (GNOME Portfolio Manager) - a small GNOME app that collects stock
information from Yahoo!(c) Finance.
Notes
Notes:
svn path=/head/; revision=32701
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/gnomepm/Makefile | 24 | ||||
-rw-r--r-- | misc/gnomepm/distinfo | 1 | ||||
-rw-r--r-- | misc/gnomepm/pkg-comment | 1 | ||||
-rw-r--r-- | misc/gnomepm/pkg-descr | 21 | ||||
-rw-r--r-- | misc/gnomepm/pkg-plist | 5 |
6 files changed, 53 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 5d7baaa7babf..bc3f2948165f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -57,6 +57,7 @@ SUBDIR += freedialog SUBDIR += geekcode SUBDIR += git + SUBDIR += gnomepm SUBDIR += gnomeusersguide SUBDIR += gnomeutils SUBDIR += gnuls diff --git a/misc/gnomepm/Makefile b/misc/gnomepm/Makefile new file mode 100644 index 000000000000..d26cc16123ea --- /dev/null +++ b/misc/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/misc/gnomepm/distinfo b/misc/gnomepm/distinfo new file mode 100644 index 000000000000..a0f65c0530dc --- /dev/null +++ b/misc/gnomepm/distinfo @@ -0,0 +1 @@ +MD5 (gnome-pm-0.9.0.tar.gz) = 6cbb686fa46bae2febcbd9ce181a7368 diff --git a/misc/gnomepm/pkg-comment b/misc/gnomepm/pkg-comment new file mode 100644 index 000000000000..5c61f393a268 --- /dev/null +++ b/misc/gnomepm/pkg-comment @@ -0,0 +1 @@ +A small GNOME app that collects stock information from Yahoo!(c) Finance diff --git a/misc/gnomepm/pkg-descr b/misc/gnomepm/pkg-descr new file mode 100644 index 000000000000..a40aed7dabfe --- /dev/null +++ b/misc/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/misc/gnomepm/pkg-plist b/misc/gnomepm/pkg-plist new file mode 100644 index 000000000000..0bf4ab324fa4 --- /dev/null +++ b/misc/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 |