diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-01 20:16:30 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-01 20:16:30 +0800 |
commit | 275aed663f139aa779d3f8a75a4f2aca7b857461 (patch) | |
tree | 2d26d722c4f9c31932b27d54bc12c1a82fd87306 /x11 | |
parent | 6525932a3a3c1e9d83324b320742c515956b679d (diff) | |
download | freebsd-ports-gnome-275aed663f139aa779d3f8a75a4f2aca7b857461.tar.gz freebsd-ports-gnome-275aed663f139aa779d3f8a75a4f2aca7b857461.tar.zst freebsd-ports-gnome-275aed663f139aa779d3f8a75a4f2aca7b857461.zip |
Add stockticker_applet - a GNOME applet to retrieve and display Yahoo Finace
stock quiotes.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/stockticker_applet/Makefile | 36 | ||||
-rw-r--r-- | x11/stockticker_applet/distinfo | 1 | ||||
-rw-r--r-- | x11/stockticker_applet/files/patch-aa | 10 | ||||
-rw-r--r-- | x11/stockticker_applet/pkg-comment | 1 | ||||
-rw-r--r-- | x11/stockticker_applet/pkg-descr | 23 | ||||
-rw-r--r-- | x11/stockticker_applet/pkg-plist | 11 |
7 files changed, 83 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 559d3ae84828..7b726697bb3f 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -57,6 +57,7 @@ SUBDIR += props SUBDIR += qrash SUBDIR += rxvt + SUBDIR += stockticker_applet SUBDIR += sxpc SUBDIR += tkgoodstuff SUBDIR += tycoon diff --git a/x11/stockticker_applet/Makefile b/x11/stockticker_applet/Makefile new file mode 100644 index 000000000000..83b9e5e79df3 --- /dev/null +++ b/x11/stockticker_applet/Makefile @@ -0,0 +1,36 @@ +# Ports collection Makefile for: stockticker_applet +# Date created: 1 August 2000 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= stockticker_applet +PORTVERSION= 0.1.2 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME:S/_applet//} + +MAINTAINER= sobomax@FreeBSD.org + +LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ + gnome.4:${PORTSDIR}/x11/gnomelibs \ + gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ + ghttp.1:${PORTSDIR}/www/libghttp +RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter + +USE_X_PREFIX= yes +USE_LIBTOOL= yes + +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-extract: + @${PERL} -pi -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + +.include <bsd.port.mk> diff --git a/x11/stockticker_applet/distinfo b/x11/stockticker_applet/distinfo new file mode 100644 index 000000000000..844f9b437fb2 --- /dev/null +++ b/x11/stockticker_applet/distinfo @@ -0,0 +1 @@ +MD5 (stockticker_applet-0.1.2.tar.gz) = 7aedab0ae32487e2a1f3252710dc4428 diff --git a/x11/stockticker_applet/files/patch-aa b/x11/stockticker_applet/files/patch-aa new file mode 100644 index 000000000000..a7fafe2afba8 --- /dev/null +++ b/x11/stockticker_applet/files/patch-aa @@ -0,0 +1,10 @@ +--- stockticker_applet.desktop.orig Tue Aug 1 14:47:41 2000 ++++ stockticker_applet.desktop Tue Aug 1 14:49:07 2000 +@@ -1,6 +1,6 @@ + [Desktop Entry] + Name=Stock Ticker + Comment=Stock Ticker Applet +-Exec=stockticker_applet ++Exec=stockticker_applet --activate-goad-server=stockticker_applet + Icon=stockticker.png + Type=Application diff --git a/x11/stockticker_applet/pkg-comment b/x11/stockticker_applet/pkg-comment new file mode 100644 index 000000000000..224731f66a43 --- /dev/null +++ b/x11/stockticker_applet/pkg-comment @@ -0,0 +1 @@ +An applet that displays stock quotes in the Gnome panel diff --git a/x11/stockticker_applet/pkg-descr b/x11/stockticker_applet/pkg-descr new file mode 100644 index 000000000000..bb36244b0815 --- /dev/null +++ b/x11/stockticker_applet/pkg-descr @@ -0,0 +1,23 @@ +StockTicker Applet +================== + +This applet displays stock quotes in the Gnome panel. + + +Requirements +============ + +To use StockTicker, you must have: + + o Gnome (including libghttp and pixbuf support) + o A net connection + + +Running StockTicker +=================== + +Once installed, the ticker can be added to the panel by running it +(stockticker_applet). You may want to add it to your applet menu by running +gmenu. + +WWW: http://sourceforge.net/projects/stockticker/ diff --git a/x11/stockticker_applet/pkg-plist b/x11/stockticker_applet/pkg-plist new file mode 100644 index 000000000000..2c02a9599bfa --- /dev/null +++ b/x11/stockticker_applet/pkg-plist @@ -0,0 +1,11 @@ +bin/stockticker_applet +etc/CORBA/servers/stockticker_applet.gnorba +share/gnome/applets/Network/stockticker_applet.desktop +share/gnome/help/stockticker_applet/C/docbook.css +share/gnome/help/stockticker_applet/C/intro.html +share/gnome/help/stockticker_applet/C/ln14.html +share/gnome/help/stockticker_applet/C/stockticker.html +share/gnome/help/stockticker_applet/C/topic.dat +share/gnome/pixmaps/stockticker.png +@dirrm share/gnome/help/stockticker_applet/C +@dirrm share/gnome/help/stockticker_applet |