mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Add stockticker_applet - a GNOME applet to retrieve and display Yahoo Finace
stock quiotes.
This commit is contained in:
parent
a13271bce4
commit
020d101565
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31205
@ -57,6 +57,7 @@
|
||||
SUBDIR += props
|
||||
SUBDIR += qrash
|
||||
SUBDIR += rxvt
|
||||
SUBDIR += stockticker_applet
|
||||
SUBDIR += sxpc
|
||||
SUBDIR += tkgoodstuff
|
||||
SUBDIR += tycoon
|
||||
|
36
x11/stockticker_applet/Makefile
Normal file
36
x11/stockticker_applet/Makefile
Normal file
@ -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>
|
1
x11/stockticker_applet/distinfo
Normal file
1
x11/stockticker_applet/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (stockticker_applet-0.1.2.tar.gz) = 7aedab0ae32487e2a1f3252710dc4428
|
10
x11/stockticker_applet/files/patch-aa
Normal file
10
x11/stockticker_applet/files/patch-aa
Normal file
@ -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
|
1
x11/stockticker_applet/pkg-comment
Normal file
1
x11/stockticker_applet/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An applet that displays stock quotes in the Gnome panel
|
23
x11/stockticker_applet/pkg-descr
Normal file
23
x11/stockticker_applet/pkg-descr
Normal file
@ -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/
|
11
x11/stockticker_applet/pkg-plist
Normal file
11
x11/stockticker_applet/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user