diff options
author | eik <eik@FreeBSD.org> | 2004-01-23 05:12:03 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-01-23 05:12:03 +0800 |
commit | f8d331586b4d4003ffdf701fa9032096b30d6cfe (patch) | |
tree | 9b511ab144ad804d47a4399c1b9f1f050432d96a /misc | |
parent | cdaf1dd2b742221c82510f5c9e3d6a8337b1b65c (diff) | |
download | freebsd-ports-gnome-f8d331586b4d4003ffdf701fa9032096b30d6cfe.tar.gz freebsd-ports-gnome-f8d331586b4d4003ffdf701fa9032096b30d6cfe.tar.zst freebsd-ports-gnome-f8d331586b4d4003ffdf701fa9032096b30d6cfe.zip |
move the following ports to finance:
- deskutils/cbb
- deskutils/gnofin
- deskutils/moneydance
- deskutils/xinvest
- devel/libstocks
- misc/emma
- misc/gnomepm
- misc/p5-Finance-Currency-Convert
- misc/p5-Finance-Quote
- misc/p5-Finance-QuoteHist
- misc/quantlib
- misc/wmstock
- misc/xquote
PR: 59357
Submitted by: linimon
Approved by: marcus (mentor)
Diffstat (limited to 'misc')
45 files changed, 0 insertions, 947 deletions
diff --git a/misc/Makefile b/misc/Makefile index b2ecaa1f72b4..32f400102697 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -69,7 +69,6 @@ SUBDIR += edonkey-tool-hash SUBDIR += edonkey-tool-slist SUBDIR += elscreen - SUBDIR += emma SUBDIR += estic SUBDIR += ewipe SUBDIR += explosions @@ -110,7 +109,6 @@ SUBDIR += gnome-icon-theme SUBDIR += gnomehier SUBDIR += gnomemimedata - SUBDIR += gnomepm SUBDIR += gnomesword SUBDIR += gnomeuserdocs2 SUBDIR += gnuls @@ -267,9 +265,6 @@ SUBDIR += p5-Data-Buffer SUBDIR += p5-File-CounterFile SUBDIR += p5-File-Sort - SUBDIR += p5-Finance-Currency-Convert - SUBDIR += p5-Finance-Quote - SUBDIR += p5-Finance-QuoteHist SUBDIR += p5-Geo-Weather SUBDIR += p5-I18N-Charset SUBDIR += p5-I18N-LangTags @@ -303,7 +298,6 @@ SUBDIR += qbrew SUBDIR += qlas SUBDIR += qmc - SUBDIR += quantlib SUBDIR += quick-lounge-applet SUBDIR += quotes SUBDIR += quranref @@ -372,7 +366,6 @@ SUBDIR += wmmand SUBDIR += wmpal SUBDIR += wmproxyper - SUBDIR += wmstock SUBDIR += wmtunlo SUBDIR += wmweather SUBDIR += wmweather+ @@ -391,7 +384,6 @@ SUBDIR += xless SUBDIR += xosd SUBDIR += xpns - SUBDIR += xquote SUBDIR += xrmap SUBDIR += xtail SUBDIR += xtar diff --git a/misc/emma/Makefile b/misc/emma/Makefile deleted file mode 100644 index 95d0b569ae88..000000000000 --- a/misc/emma/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: emma -# Date created: 7 November 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= emma -PORTVERSION= 0.8.2 -CATEGORIES= misc gnome python finance -MASTER_SITES= http://rainbow.mimuw.edu.pl/~la181249/emma/packages/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A personal finance manager for Gnome - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/DateTime/DateTime.py:${PORTSDIR}/lang/py-mx-base - -USE_X_PREFIX= yes -USE_PYTHON= yes -USE_GNOME= gnomehack gnomelibs gnomeprefix -USE_GMAKE= yes -USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -pre-configure: - @${RM} -f ${WRKSRC}/config.cache - -.include <bsd.port.mk> diff --git a/misc/emma/distinfo b/misc/emma/distinfo deleted file mode 100644 index 938364fdcd64..000000000000 --- a/misc/emma/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (emma-0.8.2.tar.gz) = 1ccdcc70f57f256d08b35714e0540e96 diff --git a/misc/emma/files/patch-ai b/misc/emma/files/patch-ai deleted file mode 100644 index 56b27d0b56d5..000000000000 --- a/misc/emma/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Tue Nov 7 15:25:26 2000 -+++ src/Makefile.in Tue Nov 7 15:19:32 2000 -@@ -140,7 +140,7 @@ - - - DEFS = @DEFS@ -I. -I$(srcdir) -I.. --CPPFLAGS = @CPPFLAGS@ -+CPPFLAGS = @CPPFLAGS@ -DPREFIX=\"@prefix@\" - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ - emma_OBJECTS = acc_entry.o account_dlg.o actions.o data.o date_entry.o \ diff --git a/misc/emma/files/patch-aj b/misc/emma/files/patch-aj deleted file mode 100644 index 803404888a30..000000000000 --- a/misc/emma/files/patch-aj +++ /dev/null @@ -1,20 +0,0 @@ ---- data/standard.py 2000/11/07 14:27:11 1.1 -+++ data/standard.py 2000/11/07 14:27:48 -@@ -48,7 +48,7 @@ - "Example : CurDay()"); - - A = NormalisedTime() --FirstDayOfMonth = time.mktime(A[0], A[1], 1, A[3], A[4], A[5], A[6], A[7], A[8]); -+FirstDayOfMonth = time.mktime((A[0], A[1], 1, A[3], A[4], A[5], A[6], A[7], A[8])); - - def CurMonth(): - return emma.date() >= FirstDayOfMonth -@@ -59,7 +59,7 @@ - "Example : CurMonth()"); - - A = NormalisedTime() --FirstDayOfYear = time.mktime(A[0], 1, 1, A[3], A[4], A[5], A[6], A[7], A[8]); -+FirstDayOfYear = time.mktime((A[0], 1, 1, A[3], A[4], A[5], A[6], A[7], A[8])); - - def CurYear(): - return emma.date() >= FirstDayOfYear diff --git a/misc/emma/files/patch-ak b/misc/emma/files/patch-ak deleted file mode 100644 index 194b1a11757e..000000000000 --- a/misc/emma/files/patch-ak +++ /dev/null @@ -1,20 +0,0 @@ ---- data/date.py 2000/11/07 14:34:00 1.1 -+++ data/date.py 2000/11/07 14:36:28 -@@ -57,7 +57,7 @@ - return emma.date() >= this.ticks() and emma.date() < next.ticks()
-
- emma.register_func("MonthExt",\
-- "Args: numMonths, offset\n\n",\
-+ "Args: numMonths, offset\n\n"\
- "Returns True if the transaction happened\n"\
- "in the next <numMonths> months offset by\n"\
- "<offset> weeks.\n\n"\
-@@ -72,7 +72,7 @@ - return emma.date() >= this.ticks() and emma.date() < next.ticks()
-
- emma.register_func("YearExt",\
-- "Args: numYears, offset\n\n",\
-+ "Args: numYears, offset\n\n"\
- "Returns True if the transaction happened in\n"\
- "the next <numYears> year offset by <offset>\n"\
- "years.\n\n"\
diff --git a/misc/emma/files/patch-al b/misc/emma/files/patch-al deleted file mode 100644 index c6dc477ba2e8..000000000000 --- a/misc/emma/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ ---- data/Makefile.in 2000/11/07 14:57:10 1.1 -+++ data/Makefile.in 2000/11/07 14:57:34 -@@ -125,7 +125,7 @@ - EXTRA_DIST = emma.py - - --pkgdata_DATA = $(LIMIT_EXTENSION) $(REPORT_FILTERS) -+pkgdata_DATA = $(LIMIT_EXTENSIONS) $(REPORT_FILTERS) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = diff --git a/misc/emma/pkg-descr b/misc/emma/pkg-descr deleted file mode 100644 index 5506eeadc5e5..000000000000 --- a/misc/emma/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Emma is an Easy Money Management program for Gnome / Gtk+ similar to -X-accountant, Quicken and MsMoney (these are registered trademarks of their -respective owners). - -Emma allows you to keep track of your incomes and expenses. You can easily -analyse where all your money came from or why your wallet is empty. Using -embedded python interface you can extend Emma functions to make it even more -useful. - -Features --------- - o Hierarchical accounts - o Double-entry accounting - o Scheduled transactions - o Sorting of transactions - o Easy analysis of accounts through python interface - o Graphical charts to make analysis more fun - o Extendable through python interface - o Special dialog to edit python expressions - o Consistent look&feel of Gnome/Gtk+ - -WWW: http://rainbow.mimuw.edu.pl/~la181249/emma/home.php diff --git a/misc/emma/pkg-plist b/misc/emma/pkg-plist deleted file mode 100644 index f727fcc52927..000000000000 --- a/misc/emma/pkg-plist +++ /dev/null @@ -1,55 +0,0 @@ -bin/emma -share/gnome/apps/Applications/emma.desktop -share/gnome/emma/date.py -share/gnome/emma/emma.py -share/gnome/emma/report_gnuplot.py -share/gnome/emma/report_grace.py -share/gnome/emma/standard.py -share/gnome/help/emma/C/accounts.html -share/gnome/help/emma/C/book1.html -share/gnome/help/emma/C/c21.html -share/gnome/help/emma/C/c26.html -share/gnome/help/emma/C/c61.html -share/gnome/help/emma/C/docbook.css -share/gnome/help/emma/C/files.html -share/gnome/help/emma/C/images/acc_axis_dlg.gif -share/gnome/help/emma/C/images/accountdlg.gif -share/gnome/help/emma/C/images/filedlg.gif -share/gnome/help/emma/C/images/grp_axis_dlg.gif -share/gnome/help/emma/C/images/newfile.gif -share/gnome/help/emma/C/images/transactiondlg.gif -share/gnome/help/emma/C/limits.html -share/gnome/help/emma/C/ln14.html -share/gnome/help/emma/C/reports.html -share/gnome/help/emma/C/scheduled-transactions.html -share/gnome/help/emma/C/topic.dat -share/gnome/help/emma/C/transactions.html -share/gnome/help/emma/C/x44.html -share/gnome/help/emma/ja/accounts.html -share/gnome/help/emma/ja/book1.html -share/gnome/help/emma/ja/c21.html -share/gnome/help/emma/ja/c26.html -share/gnome/help/emma/ja/c58.html -share/gnome/help/emma/ja/docbook.css -share/gnome/help/emma/ja/files.html -share/gnome/help/emma/ja/images/accountdlg.gif -share/gnome/help/emma/ja/images/filedlg.gif -share/gnome/help/emma/ja/images/newfile.gif -share/gnome/help/emma/ja/images/transactiondlg.gif -share/gnome/help/emma/ja/limits.html -share/gnome/help/emma/ja/ln14.html -share/gnome/help/emma/ja/scheduled-transactions.html -share/gnome/help/emma/ja/topic.dat -share/gnome/help/emma/ja/transactions.html -share/gnome/help/emma/ja/x44.html -share/locale/de/LC_MESSAGES/emma.mo -share/locale/fr/LC_MESSAGES/emma.mo -share/locale/ja/LC_MESSAGES/emma.mo -share/locale/pl/LC_MESSAGES/emma.mo -share/locale/sv/LC_MESSAGES/emma.mo -@dirrm share/gnome/help/emma/ja/images -@dirrm share/gnome/help/emma/ja -@dirrm share/gnome/help/emma/C/images -@dirrm share/gnome/help/emma/C -@dirrm share/gnome/help/emma -@dirrm share/gnome/emma diff --git a/misc/gnomepm/Makefile b/misc/gnomepm/Makefile deleted file mode 100644 index 0579d3e8b462..000000000000 --- a/misc/gnomepm/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Ports collection Makefile for: gnomepm -# Date created: 16 July 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomepm -PORTVERSION= 0.9.3 -PORTREVISION= 1 -CATEGORIES= misc gnome finance -MASTER_SITES= ${MASTER_SITE_DEBIAN} -MASTER_SITE_SUBDIR= pool/main/g/${PORTNAME:S/gnome/gnome-/} -DISTNAME= ${PORTNAME:S/gnome/gnome-/}_${PORTVERSION}.orig - -MAINTAINER= ports@FreeBSD.org -COMMENT= A small GNOME app that collects stock information from Yahoo!(c) Finance - -LIB_DEPENDS= ghttp.1:${PORTSDIR}/www/libghttp - -WRKSRC= ${WRKDIR}/${PORTNAME:S/gnome/gnome-/}-${PORTVERSION} - -USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomelibs gnomeprefix -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/misc/gnomepm/distinfo b/misc/gnomepm/distinfo deleted file mode 100644 index e39bbacb6136..000000000000 --- a/misc/gnomepm/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome-pm_0.9.3.orig.tar.gz) = a947488921af395e4ce3c9df0186977b diff --git a/misc/gnomepm/files/patch-src::menu.c b/misc/gnomepm/files/patch-src::menu.c deleted file mode 100644 index 3aecf9eca0b6..000000000000 --- a/misc/gnomepm/files/patch-src::menu.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/menu.c.orig Sun Oct 29 10:19:49 2000 -+++ src/menu.c Fri Aug 1 23:40:03 2003 -@@ -86,9 +86,9 @@ - "(C)1999 Rodney Dawes", - authors, - /* other comments */ -- _("Portfolio management utility for GNOME\n -- Information provided by Yahoo!(C) Finance\n -- This program is not supported by Yahoo!(c)."), -+ _("Portfolio management utility for GNOME\n" -+ "Information provided by Yahoo!(C) Finance\n" -+ "This program is not supported by Yahoo!(c)."), - NULL); - gtk_widget_show (about); - diff --git a/misc/gnomepm/pkg-descr b/misc/gnomepm/pkg-descr deleted file mode 100644 index a3a28a2f302a..000000000000 --- a/misc/gnomepm/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -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. diff --git a/misc/gnomepm/pkg-plist b/misc/gnomepm/pkg-plist deleted file mode 100644 index e796b6e352af..000000000000 --- a/misc/gnomepm/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/gnome-pm -share/gnome/apps/Applications/gnome-pm.desktop -share/gnome/pixmaps/gnome-pm.png -share/gnome/pixmaps/gnome-pm/about.jpg -share/locale/it/LC_MESSAGES/gnome-pm.mo -@dirrm share/gnome/pixmaps/gnome-pm diff --git a/misc/p5-Finance-Currency-Convert/Makefile b/misc/p5-Finance-Currency-Convert/Makefile deleted file mode 100644 index 2c0b78df88c3..000000000000 --- a/misc/p5-Finance-Currency-Convert/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: Finance::Currency::Convert -# Date created: 25 Jan 2002 -# Whom: Seamus Venasse <svenasse@polaris.ca> -# -# $FreeBSD$ -# - -PORTNAME= Finance-Currency-Convert -PORTVERSION= 1.03 -CATEGORIES= misc perl5 finance -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Finance -PKGNAMEPREFIX= p5- -EXTRACT_SUFX= .tgz - -MAINTAINER= svenasse@polaris.ca -COMMENT= Convert currencies and fetch their exchange rates - -PERL_CONFIGURE= yes - -MAN3= Finance::Currency::Convert.3 - -.include <bsd.port.mk> diff --git a/misc/p5-Finance-Currency-Convert/distinfo b/misc/p5-Finance-Currency-Convert/distinfo deleted file mode 100644 index e4682a7a8090..000000000000 --- a/misc/p5-Finance-Currency-Convert/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Finance-Currency-Convert-1.03.tgz) = 280788fe98a8893f71d89369962fca21 diff --git a/misc/p5-Finance-Currency-Convert/pkg-descr b/misc/p5-Finance-Currency-Convert/pkg-descr deleted file mode 100644 index f6a8cc8e1fc4..000000000000 --- a/misc/p5-Finance-Currency-Convert/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This module converts currencies. It has built in the fixed -exchange rates for all Euro currencies (as of November -2000). If you wish to use other / more currencies, you can -automatically fetch their exchange rates from the internet -and (optionally) store them in a file for later reference. - -WWW: http://search.cpan.org/search?dist=Finance-Currency-Convert - -Seamus Venasse <svenasse@polaris.ca> diff --git a/misc/p5-Finance-Currency-Convert/pkg-plist b/misc/p5-Finance-Currency-Convert/pkg-plist deleted file mode 100644 index 0f529d8b2deb..000000000000 --- a/misc/p5-Finance-Currency-Convert/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/Currency/Convert/.packlist -%%SITE_PERL%%/Finance/Currency/Convert.pm -%%SITE_PERL%%/auto/Finance/Currency/Convert/autosplit.ix -@unexec rmdir %D/%%SITE_PERL%%/auto/Finance/Currency/Convert 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/auto/Finance/Currency 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/auto/Finance 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Finance/Currency 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Finance 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/Currency/Convert 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/Currency 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance 2>/dev/null || true diff --git a/misc/p5-Finance-Quote/Makefile b/misc/p5-Finance-Quote/Makefile deleted file mode 100644 index 953df85aa519..000000000000 --- a/misc/p5-Finance-Quote/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: Finance::Quote -# Date created: 26 Dec 2000 -# Whom: Sergey Skvortsov <skv@protey.ru> -# -# $FreeBSD$ -# - -PORTNAME= Finance-Quote -PORTVERSION= 1.08 -CATEGORIES= misc perl5 finance -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Finance -PKGNAMEPREFIX= p5- - -MAINTAINER= skv@FreeBSD.org -COMMENT= Get stock and mutual fund quotes from various exchanges - -BUILD_DEPENDS= ${SITE_PERL}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract \ - ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -MAN3= Finance::Quote.3 Finance::Quote::AEX.3 Finance::Quote::ASX.3 \ - Finance::Quote::BMONesbittBurns.3 \ - Finance::Quote::Cdnfundlibrary.3 Finance::Quote::DWS.3 \ - Finance::Quote::FTPortfolios.3 Finance::Quote::Fidelity.3 \ - Finance::Quote::Fool.3 Finance::Quote::IndiaMutual.3 \ - Finance::Quote::Tdwaterhouse.3 Finance::Quote::Tiaacref.3 \ - Finance::Quote::Troweprice.3 Finance::Quote::Trustnet.3 \ - Finance::Quote::VWD.3 Finance::Quote::Yahoo::Asia.3 \ - Finance::Quote::Yahoo::Australia.3 \ - Finance::Quote::Yahoo::Base.3 Finance::Quote::Yahoo::Europe.3 \ - Finance::Quote::Yahoo::USA.3 - -.include <bsd.port.mk> diff --git a/misc/p5-Finance-Quote/distinfo b/misc/p5-Finance-Quote/distinfo deleted file mode 100644 index a63f152cf57c..000000000000 --- a/misc/p5-Finance-Quote/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Finance-Quote-1.08.tar.gz) = fcc3e826a52cb6f148e1b74aa335b998 diff --git a/misc/p5-Finance-Quote/pkg-descr b/misc/p5-Finance-Quote/pkg-descr deleted file mode 100644 index e23467d4ce6d..000000000000 --- a/misc/p5-Finance-Quote/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This module gets stock quotes from various internet sources, including -Yahoo! Finance, Fidelity Investments, and the Australian Stock -Exchange. There are two methods of using this module -- a functional -interface that is depreciated, and an object-orientated method that -provides greater flexibility and stability. - -WWW: http://search.cpan.org/dist/Finance-Quote/ - --- Sergey Skvortsov -skv@FreeBSD.org diff --git a/misc/p5-Finance-Quote/pkg-plist b/misc/p5-Finance-Quote/pkg-plist deleted file mode 100644 index 70f8168a64bf..000000000000 --- a/misc/p5-Finance-Quote/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/Quote/.packlist -%%SITE_PERL%%/Finance/Quote.pm -%%SITE_PERL%%/Finance/Quote/AEX.pm -%%SITE_PERL%%/Finance/Quote/ASX.pm -%%SITE_PERL%%/Finance/Quote/BMONesbittBurns.pm -%%SITE_PERL%%/Finance/Quote/Cdnfundlibrary.pm -%%SITE_PERL%%/Finance/Quote/DWS.pm -%%SITE_PERL%%/Finance/Quote/FTPortfolios.pm -%%SITE_PERL%%/Finance/Quote/Fidelity.pm -%%SITE_PERL%%/Finance/Quote/Fool.pm -%%SITE_PERL%%/Finance/Quote/IndiaMutual.pm -%%SITE_PERL%%/Finance/Quote/Tdwaterhouse.pm -%%SITE_PERL%%/Finance/Quote/Tiaacref.pm -%%SITE_PERL%%/Finance/Quote/Troweprice.pm -%%SITE_PERL%%/Finance/Quote/Trustnet.pm -%%SITE_PERL%%/Finance/Quote/UserAgent.pm -%%SITE_PERL%%/Finance/Quote/VWD.pm -%%SITE_PERL%%/Finance/Quote/Yahoo/Asia.pm -%%SITE_PERL%%/Finance/Quote/Yahoo/Australia.pm -%%SITE_PERL%%/Finance/Quote/Yahoo/Base.pm -%%SITE_PERL%%/Finance/Quote/Yahoo/Europe.pm -%%SITE_PERL%%/Finance/Quote/Yahoo/USA.pm -@dirrm %%SITE_PERL%%/Finance/Quote/Yahoo -@dirrm %%SITE_PERL%%/Finance/Quote -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/Quote -@unexec rmdir %D/%%SITE_PERL%%/Finance 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance 2>/dev/null || true diff --git a/misc/p5-Finance-QuoteHist/Makefile b/misc/p5-Finance-QuoteHist/Makefile deleted file mode 100644 index 94c166a59f5d..000000000000 --- a/misc/p5-Finance-QuoteHist/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: Finance::QuoteHist -# Date created: 25 Jan 2002 -# Whom: Seamus Venasse <svenasse@polaris.ca> -# -# $FreeBSD$ -# - -PORTNAME= Finance-QuoteHist -PORTVERSION= 0.31 -CATEGORIES= misc perl5 finance -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Finance -PKGNAMEPREFIX= p5- - -MAINTAINER= svenasse@polaris.ca -COMMENT= Perl module for fetching historical stock quotes - -BUILD_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -MAN3= Finance::QuoteHist::Yahoo.3 \ - Finance::QuoteHist.3 \ - Finance::QuoteHist::WallStreetCity.3 \ - Finance::QuoteHist::SiliconInvestor.3 \ - Finance::QuoteHist::Generic.3 - -.include <bsd.port.mk> diff --git a/misc/p5-Finance-QuoteHist/distinfo b/misc/p5-Finance-QuoteHist/distinfo deleted file mode 100644 index a2cd49ea936a..000000000000 --- a/misc/p5-Finance-QuoteHist/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Finance-QuoteHist-0.31.tar.gz) = 82921cf038730c020c52a5695e5740c7 diff --git a/misc/p5-Finance-QuoteHist/pkg-descr b/misc/p5-Finance-QuoteHist/pkg-descr deleted file mode 100644 index a27f7be262b7..000000000000 --- a/misc/p5-Finance-QuoteHist/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Top level aggregator that will select a default lineup of -site instances from which to retrieve quotes. Other -than the default lineup, this module behaves identically -to whichever site-specific module is first in the lineup. -See below for site-specific modules. - -WWW: http://search.cpan.org/search?dist=Finance-QuoteHist - -Seamus Venasse <svenasse@polaris.ca> diff --git a/misc/p5-Finance-QuoteHist/pkg-plist b/misc/p5-Finance-QuoteHist/pkg-plist deleted file mode 100644 index b2674a16e66b..000000000000 --- a/misc/p5-Finance-QuoteHist/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance-QuoteHist/.packlist -%%SITE_PERL%%/Finance/QuoteHist.pm -%%SITE_PERL%%/Finance/QuoteHist/Generic.pm -%%SITE_PERL%%/Finance/QuoteHist/SiliconInvestor.pm -%%SITE_PERL%%/Finance/QuoteHist/Yahoo.pm -%%SITE_PERL%%/Finance/QuoteHist/WallStreetCity.pm -@unexec rmdir %D/%%SITE_PERL%%/Finance/QuoteHist 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Finance 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance-QuoteHist 2>/dev/null || true diff --git a/misc/quantlib/Makefile b/misc/quantlib/Makefile deleted file mode 100644 index 16772d3b8b54..000000000000 --- a/misc/quantlib/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: quantlib -# Date created: Aug 12, 2001 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= quantlib -PORTVERSION= 0.3.1 -CATEGORIES= misc finance -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= QuantLib-${PORTVERSION}-src - -MAINTAINER= ports@FreeBSD.org -COMMENT= A comprehensive software framework for quantitative finance - -WRKSRC= ${WRKDIR}/QuantLib-${PORTVERSION} - -USE_REINPLACE= yes -USE_LIBTOOL= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes - -MAN1= DiscreteHedging.1 EuropeanOption.1 SwapValuation.1 \ - quantlib-config.1 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500035 -CFLAGS+= -O0 -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|(prefix)/aclocal|(datadir)/aclocal|g' - -.include <bsd.port.post.mk> diff --git a/misc/quantlib/distinfo b/misc/quantlib/distinfo deleted file mode 100644 index 15ec74da4b71..000000000000 --- a/misc/quantlib/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (QuantLib-0.3.1-src.tar.gz) = 2bc28bedccb8291f4610a9e1e1715611 diff --git a/misc/quantlib/files/patch-configure b/misc/quantlib/files/patch-configure deleted file mode 100644 index c69c03de69dd..000000000000 --- a/misc/quantlib/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Fri May 3 00:14:20 2002 -+++ configure Wed May 8 01:07:45 2002 -@@ -7014,6 +7014,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/misc/quantlib/pkg-descr b/misc/quantlib/pkg-descr deleted file mode 100644 index beed39ee6c41..000000000000 --- a/misc/quantlib/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -The QuantLib project is aimed to provide a comprehensive software framework -for quantitative finance. The goal is to provide a standard free/open source -library to quantitative analysts and developers for modeling, trading, and -risk management in real-life. - -QuantLib plans to offer tools that are useful for both practical -implementation, with features such as market conventions, solvers, PDEs, -etc., and advanced modeling, e.g., exotic options and interest rate models. - -QuantLib is meant to be used by academics and practitioners alike, eventually -promoting a stronger interaction between the two. - -Finance is one area where well-written open-source projects could make a -tremendous difference. Almost every financial institution needs a solid, -time-effective, operative implementation of leading-edge pricing models and -hedging tools. However, to get there, currently one is forced to re-invent -the wheel every time. Even decade-old models with no market value, such as -Black-Scholes formula (1973), still lack a standard implementation. As a -consequences many good quants are wasting their time writing C++ classes -which have been already written thousands of times. - -WWW: http://www.quantlib.org/ diff --git a/misc/quantlib/pkg-plist b/misc/quantlib/pkg-plist deleted file mode 100644 index c6bd608e336d..000000000000 --- a/misc/quantlib/pkg-plist +++ /dev/null @@ -1,286 +0,0 @@ -@comment $FreeBSD$ -bin/BermudanSwaption -bin/DiscreteHedging -bin/EuropeanOption -bin/SwapValuation -bin/quantlib-config -include/ql/Calendars/budapest.hpp -include/ql/Calendars/frankfurt.hpp -include/ql/Calendars/helsinki.hpp -include/ql/Calendars/johannesburg.hpp -include/ql/Calendars/london.hpp -include/ql/Calendars/milan.hpp -include/ql/Calendars/newyork.hpp -include/ql/Calendars/oslo.hpp -include/ql/Calendars/stockholm.hpp -include/ql/Calendars/sydney.hpp -include/ql/Calendars/target.hpp -include/ql/Calendars/tokyo.hpp -include/ql/Calendars/toronto.hpp -include/ql/Calendars/warsaw.hpp -include/ql/Calendars/wellington.hpp -include/ql/Calendars/zurich.hpp -include/ql/CashFlows/cashflowvectors.hpp -include/ql/CashFlows/coupon.hpp -include/ql/CashFlows/fixedratecoupon.hpp -include/ql/CashFlows/floatingratecoupon.hpp -include/ql/CashFlows/shortfloatingcoupon.hpp -include/ql/CashFlows/simplecashflow.hpp -include/ql/DayCounters/actual360.hpp -include/ql/DayCounters/actual365.hpp -include/ql/DayCounters/actualactual.hpp -include/ql/DayCounters/thirty360.hpp -include/ql/FiniteDifferences/americancondition.hpp -include/ql/FiniteDifferences/boundarycondition.hpp -include/ql/FiniteDifferences/bsmoperator.hpp -include/ql/FiniteDifferences/cranknicolson.hpp -include/ql/FiniteDifferences/dminus.hpp -include/ql/FiniteDifferences/dplus.hpp -include/ql/FiniteDifferences/dplusdminus.hpp -include/ql/FiniteDifferences/dzero.hpp -include/ql/FiniteDifferences/expliciteuler.hpp -include/ql/FiniteDifferences/fdtypedefs.hpp -include/ql/FiniteDifferences/finitedifferencemodel.hpp -include/ql/FiniteDifferences/impliciteuler.hpp -include/ql/FiniteDifferences/mixedscheme.hpp -include/ql/FiniteDifferences/onefactoroperator.hpp -include/ql/FiniteDifferences/shoutcondition.hpp -include/ql/FiniteDifferences/stepcondition.hpp -include/ql/FiniteDifferences/tridiagonaloperator.hpp -include/ql/FiniteDifferences/valueatcenter.hpp -include/ql/Indexes/audlibor.hpp -include/ql/Indexes/cadlibor.hpp -include/ql/Indexes/chflibor.hpp -include/ql/Indexes/euribor.hpp -include/ql/Indexes/gbplibor.hpp -include/ql/Indexes/jpylibor.hpp -include/ql/Indexes/usdlibor.hpp -include/ql/Indexes/xibor.hpp -include/ql/Indexes/xibormanager.hpp -include/ql/Indexes/zarlibor.hpp -include/ql/Instruments/capfloor.hpp -include/ql/Instruments/forwardvanillaoption.hpp -include/ql/Instruments/quantovanillaoption.hpp -include/ql/Instruments/simpleswap.hpp -include/ql/Instruments/stock.hpp -include/ql/Instruments/swap.hpp -include/ql/Instruments/swaption.hpp -include/ql/Instruments/vanillaoption.hpp -include/ql/Lattices/binomialtree.hpp -include/ql/Lattices/bsmlattice.hpp -include/ql/Lattices/lattice.hpp -include/ql/Lattices/lattice2d.hpp -include/ql/Lattices/tree.hpp -include/ql/Lattices/trinomialtree.hpp -include/ql/Math/bilinearinterpolation.hpp -include/ql/Math/chisquaredistribution.hpp -include/ql/Math/cubicspline.hpp -include/ql/Math/gammadistribution.hpp -include/ql/Math/interpolation.hpp -include/ql/Math/interpolation2D.hpp -include/ql/Math/lexicographicalview.hpp -include/ql/Math/linearinterpolation.hpp -include/ql/Math/loglinearinterpolation.hpp -include/ql/Math/matrix.hpp -include/ql/Math/multivariateaccumulator.hpp -include/ql/Math/normaldistribution.hpp -include/ql/Math/riskmeasures.hpp -include/ql/Math/segmentintegral.hpp -include/ql/Math/statistics.hpp -include/ql/Math/symmetriceigenvalues.hpp -include/ql/Math/symmetricschurdecomposition.hpp -include/ql/MonteCarlo/arithmeticapopathpricer.hpp -include/ql/MonteCarlo/arithmeticasopathpricer.hpp -include/ql/MonteCarlo/basketpathpricer.hpp -include/ql/MonteCarlo/cliquetoptionpathpricer.hpp -include/ql/MonteCarlo/europeanpathpricer.hpp -include/ql/MonteCarlo/everestpathpricer.hpp -include/ql/MonteCarlo/geometricapopathpricer.hpp -include/ql/MonteCarlo/geometricasopathpricer.hpp -include/ql/MonteCarlo/getcovariance.hpp -include/ql/MonteCarlo/himalayapathpricer.hpp -include/ql/MonteCarlo/maxbasketpathpricer.hpp -include/ql/MonteCarlo/mctypedefs.hpp -include/ql/MonteCarlo/montecarlomodel.hpp -include/ql/MonteCarlo/multipath.hpp -include/ql/MonteCarlo/multipathgenerator.hpp -include/ql/MonteCarlo/pagodapathpricer.hpp -include/ql/MonteCarlo/path.hpp -include/ql/MonteCarlo/pathgenerator.hpp -include/ql/MonteCarlo/pathpricer.hpp -include/ql/MonteCarlo/performanceoptionpathpricer.hpp -include/ql/MonteCarlo/sample.hpp -include/ql/Optimization/armijo.hpp -include/ql/Optimization/conjugategradient.hpp -include/ql/Optimization/constraint.hpp -include/ql/Optimization/costfunction.hpp -include/ql/Optimization/criteria.hpp -include/ql/Optimization/leastsquare.hpp -include/ql/Optimization/linesearch.hpp -include/ql/Optimization/method.hpp -include/ql/Optimization/problem.hpp -include/ql/Optimization/simplex.hpp -include/ql/Optimization/steepestdescent.hpp -include/ql/Patterns/bridge.hpp -include/ql/Patterns/observable.hpp -include/ql/Pricers/analyticalcapfloor.hpp -include/ql/Pricers/barrieroption.hpp -include/ql/Pricers/binaryoption.hpp -include/ql/Pricers/blackcapfloor.hpp -include/ql/Pricers/blackswaption.hpp -include/ql/Pricers/capfloorpricer.hpp -include/ql/Pricers/cliquetoption.hpp -include/ql/Pricers/continuousgeometricapo.hpp -include/ql/Pricers/discretegeometricapo.hpp -include/ql/Pricers/discretegeometricaso.hpp -include/ql/Pricers/europeanoption.hpp -include/ql/Pricers/fdamericanoption.hpp -include/ql/Pricers/fdbermudanoption.hpp -include/ql/Pricers/fdbsmoption.hpp -include/ql/Pricers/fddividendamericanoption.hpp -include/ql/Pricers/fddividendeuropeanoption.hpp -include/ql/Pricers/fddividendoption.hpp -include/ql/Pricers/fddividendshoutoption.hpp -include/ql/Pricers/fdeuropean.hpp -include/ql/Pricers/fdmultiperiodoption.hpp -include/ql/Pricers/fdshoutoption.hpp -include/ql/Pricers/fdstepconditionoption.hpp -include/ql/Pricers/jamshidianswaption.hpp -include/ql/Pricers/mcbasket.hpp -include/ql/Pricers/mccliquetoption.hpp -include/ql/Pricers/mcdiscretearithmeticapo.hpp -include/ql/Pricers/mcdiscretearithmeticaso.hpp -include/ql/Pricers/mceuropean.hpp -include/ql/Pricers/mceverest.hpp -include/ql/Pricers/mchimalaya.hpp -include/ql/Pricers/mcmaxbasket.hpp -include/ql/Pricers/mcpagoda.hpp -include/ql/Pricers/mcperformanceoption.hpp -include/ql/Pricers/mcpricer.hpp -include/ql/Pricers/performanceoption.hpp -include/ql/Pricers/singleassetoption.hpp -include/ql/Pricers/swaptionpricer.hpp -include/ql/Pricers/treecapfloor.hpp -include/ql/Pricers/treeswaption.hpp -include/ql/PricingEngines/discretizedvanillaoption.hpp -include/ql/PricingEngines/forwardengines.hpp -include/ql/PricingEngines/genericengine.hpp -include/ql/PricingEngines/latticeshortratemodelengine.hpp -include/ql/PricingEngines/quantoengines.hpp -include/ql/PricingEngines/vanillaengines.hpp -include/ql/RandomNumbers/boxmullergaussianrng.hpp -include/ql/RandomNumbers/centrallimitgaussianrng.hpp -include/ql/RandomNumbers/inversecumgaussianrng.hpp -include/ql/RandomNumbers/knuthuniformrng.hpp -include/ql/RandomNumbers/lecuyeruniformrng.hpp -include/ql/RandomNumbers/randomarraygenerator.hpp -include/ql/RandomNumbers/rngtypedefs.hpp -include/ql/ShortRateModels/CalibrationHelpers/caphelper.hpp -include/ql/ShortRateModels/CalibrationHelpers/swaptionhelper.hpp -include/ql/ShortRateModels/OneFactorModels/blackkarasinski.hpp -include/ql/ShortRateModels/OneFactorModels/coxingersollross.hpp -include/ql/ShortRateModels/OneFactorModels/extendedcoxingersollross.hpp -include/ql/ShortRateModels/OneFactorModels/hullwhite.hpp -include/ql/ShortRateModels/OneFactorModels/vasicek.hpp -include/ql/ShortRateModels/TwoFactorModels/g2.hpp -include/ql/ShortRateModels/calibrationhelper.hpp -include/ql/ShortRateModels/model.hpp -include/ql/ShortRateModels/onefactormodel.hpp -include/ql/ShortRateModels/parameter.hpp -include/ql/ShortRateModels/twofactormodel.hpp -include/ql/Solvers1D/bisection.hpp -include/ql/Solvers1D/brent.hpp -include/ql/Solvers1D/falseposition.hpp -include/ql/Solvers1D/newton.hpp -include/ql/Solvers1D/newtonsafe.hpp -include/ql/Solvers1D/ridder.hpp -include/ql/Solvers1D/secant.hpp -include/ql/TermStructures/affinetermstructure.hpp -include/ql/TermStructures/compoundforward.hpp -include/ql/TermStructures/discountcurve.hpp -include/ql/TermStructures/flatforward.hpp -include/ql/TermStructures/forwardspreadedtermstructure.hpp -include/ql/TermStructures/impliedtermstructure.hpp -include/ql/TermStructures/piecewiseflatforward.hpp -include/ql/TermStructures/ratehelpers.hpp -include/ql/TermStructures/zerospreadedtermstructure.hpp -include/ql/Utilities/combiningiterator.hpp -include/ql/Utilities/couplingiterator.hpp -include/ql/Utilities/filteringiterator.hpp -include/ql/Utilities/iteratorcategories.hpp -include/ql/Utilities/processingiterator.hpp -include/ql/Utilities/steppingiterator.hpp -include/ql/Volatilities/blackconstantvol.hpp -include/ql/Volatilities/blackvariancecurve.hpp -include/ql/Volatilities/blackvariancesurface.hpp -include/ql/Volatilities/capflatvolvector.hpp -include/ql/Volatilities/localconstantvol.hpp -include/ql/Volatilities/localvolcurve.hpp -include/ql/Volatilities/swaptionvolmatrix.hpp -include/ql/argsandresults.hpp -include/ql/array.hpp -include/ql/blackmodel.hpp -include/ql/calendar.hpp -include/ql/capvolstructures.hpp -include/ql/cashflow.hpp -include/ql/config.hpp -include/ql/currency.hpp -include/ql/dataformatters.hpp -include/ql/dataparsers.hpp -include/ql/date.hpp -include/ql/daycounter.hpp -include/ql/diffusionprocess.hpp -include/ql/errors.hpp -include/ql/exercise.hpp -include/ql/expressiontemplates.hpp -include/ql/functions/daycounters.hpp -include/ql/functions/mathf.hpp -include/ql/functions/vols.hpp -include/ql/grid.hpp -include/ql/handle.hpp -include/ql/history.hpp -include/ql/index.hpp -include/ql/instrument.hpp -include/ql/marketelement.hpp -include/ql/null.hpp -include/ql/numericalmethod.hpp -include/ql/option.hpp -include/ql/pricingengine.hpp -include/ql/qldefines.hpp -include/ql/quantlib.hpp -include/ql/relinkablehandle.hpp -include/ql/riskstatistics.hpp -include/ql/scheduler.hpp -include/ql/solver1d.hpp -include/ql/swaptionvolstructure.hpp -include/ql/termstructure.hpp -include/ql/types.hpp -include/ql/voltermstructure.hpp -lib/libQuantLib.a -lib/libQuantLib.so -lib/libQuantLib.so.0 -share/aclocal/quantlib.m4 -@dirrm include/ql/functions -@dirrm include/ql/Volatilities -@dirrm include/ql/Utilities -@dirrm include/ql/TermStructures -@dirrm include/ql/Solvers1D -@dirrm include/ql/ShortRateModels/TwoFactorModels -@dirrm include/ql/ShortRateModels/OneFactorModels -@dirrm include/ql/ShortRateModels/CalibrationHelpers -@dirrm include/ql/ShortRateModels -@dirrm include/ql/RandomNumbers -@dirrm include/ql/PricingEngines -@dirrm include/ql/Pricers -@dirrm include/ql/Patterns -@dirrm include/ql/Optimization -@dirrm include/ql/MonteCarlo -@dirrm include/ql/Math -@dirrm include/ql/Lattices -@dirrm include/ql/Instruments -@dirrm include/ql/Indexes -@dirrm include/ql/FiniteDifferences -@dirrm include/ql/DayCounters -@dirrm include/ql/CashFlows -@dirrm include/ql/Calendars -@dirrm include/ql diff --git a/misc/wmstock/Makefile b/misc/wmstock/Makefile deleted file mode 100644 index 669938b9b90a..000000000000 --- a/misc/wmstock/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: wmstock -# Date created: 19 Jun 1999 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= wmstock -PORTVERSION= 0.11 -PORTREVISION= 2 -CATEGORIES= misc windowmaker finance -MASTER_SITES= http://mattfischer.com/wmstock/src/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Cool WindowMaker Dockapp that shows stock ticker(s) - -USE_X_PREFIX= yes -USE_XPM= yes -USE_PERL5_RUN= yes - -WRKSRC= ${WRKDIR}/wmstock/src -USE_GMAKE= yes -MAN1= wmstock.1 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wmstock ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/getquote ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/wmstock.1x ${PREFIX}/man/man1/wmstock.1 - -.include <bsd.port.mk> diff --git a/misc/wmstock/distinfo b/misc/wmstock/distinfo deleted file mode 100644 index 1c12305b8f1d..000000000000 --- a/misc/wmstock/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (wmstock-0.11.tar.gz) = 9dcc25199f786298cea980d79ee83dbe diff --git a/misc/wmstock/files/patch-aa b/misc/wmstock/files/patch-aa deleted file mode 100644 index 2cd644f1a901..000000000000 --- a/misc/wmstock/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- getquote Sun May 14 13:28:49 2000 -+++ getquote.new Sat May 20 01:37:30 2000 -@@ -1,6 +1,6 @@ - #!/usr/bin/perl - -- $wget_loc = "wget"; -+ $wget_loc = "fetch"; - - # used to have some "which" here, replaced it.. - -@@ -77,7 +77,7 @@ - # - - $tempfile = "stock.tmp.$$"; -- $wget_args = " --cache=off --tries 0 -q -O $home/.wmstock/$tempfile \"$URL\""; -+ $wget_args = " -p -o $home/.wmstock/$tempfile \"$URL\""; - $command = $wget_loc.$wget_args; - $result = system ("$wget_loc$wget_args"); - if ($result != 0) { -@@ -118,7 +118,7 @@ - $version = $_[0]; - $vtempfile = "newest"; - $vers_url="http://www.mattfischer.com/wmstock/src/$vtempfile"; -- $wget_args = " --cache=off --tries 0 -q -O $home/.wmstock/$vtempfile \"$vers_url\""; -+ $wget_args = " -p -o $home/.wmstock/$vtempfile \"$vers_url\""; - - $command = $wget_loc.$wget_args; - diff --git a/misc/wmstock/files/patch-ab b/misc/wmstock/files/patch-ab deleted file mode 100644 index bde526c3a636..000000000000 --- a/misc/wmstock/files/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile Wed Apr 19 11:17:30 2000 -+++ Makefile.new Sat May 20 01:34:48 2000 -@@ -2,14 +2,15 @@ - # <mfischer@umr.edu> - # based on wmWeather - see ../Credits for more information - --CC = gcc -+CC ?= gcc - DEBUG = -DMLF_DEBUG -DTIME_DEBUG - GCOV = -fprofile-arcs -ftest-coverage - - #standard, should work for most Linux/Solaris (may need to be changed for HP) --INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include --DESTDIR= /usr/X11R6 --LIBDIR = -L/usr/X11R6/lib -+X11BASE ?= /usr/X11R6 -+INCDIR = -I${X11BASE}/include/X11 -I${X11BASE}/include -+DESTDIR= ${PREFIX} -+LIBDIR = -L${X11BASE}/lib - - # for linux - LIBS = -lXpm -lX11 -lXext diff --git a/misc/wmstock/pkg-descr b/misc/wmstock/pkg-descr deleted file mode 100644 index 39fbeda036c8..000000000000 --- a/misc/wmstock/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -wmstock is a cool WindowMaker dockapp that shows stock -ticker(s) that are retrieved from Yahoo. - -Author: Matt Fischer <mfischer@umr.edu> -WWW: http://mattfischer.com/wmstock/ - -- Will <andrews@technologist.com> diff --git a/misc/wmstock/pkg-plist b/misc/wmstock/pkg-plist deleted file mode 100644 index d10a246a5d8b..000000000000 --- a/misc/wmstock/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/wmstock -bin/getquote diff --git a/misc/xquote/Makefile b/misc/xquote/Makefile deleted file mode 100644 index 4ad950a8b3a8..000000000000 --- a/misc/xquote/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: xquote -# Date created: 4 Jan 1998 -# Whom: Ian Struble <ian@broken.net> -# -# $FreeBSD$ - -PORTNAME= xquote -PORTVERSION= 1.1 -CATEGORIES= misc finance -MASTER_SITES= http://sunsite.dk/xinvest/ \ - ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= applications - -MAINTAINER= mph@freebsd.org -COMMENT= A quote retrieval tool for X - -USE_MOTIF= yes -USE_IMAKE= yes -USE_XPM= yes - -.include <bsd.port.mk> diff --git a/misc/xquote/distinfo b/misc/xquote/distinfo deleted file mode 100644 index b93679490488..000000000000 --- a/misc/xquote/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xquote-1.1.tar.gz) = 5c76c694b10f83e772f3a2101e93611d diff --git a/misc/xquote/files/patch-aa b/misc/xquote/files/patch-aa deleted file mode 100644 index 73f1c1d9a65d..000000000000 --- a/misc/xquote/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- util.h.orig Tue Sep 23 01:50:46 1997 -+++ util.h Mon Nov 17 11:03:20 1997 -@@ -52,7 +52,7 @@ - int strncasecmp (char *, char *, int); - #endif - --#if defined(__FreeBSD__) || defined (__sgi) -+#if defined (__sgi) - char *strptime ( char *, char *, struct tm *); - #endif - diff --git a/misc/xquote/files/patch-ab b/misc/xquote/files/patch-ab deleted file mode 100644 index a65cfac404fd..000000000000 --- a/misc/xquote/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- util.c.orig Tue Sep 23 01:50:42 1997 -+++ util.c Mon Nov 17 11:06:50 1997 -@@ -239,9 +239,9 @@ - #endif - - --#if defined(__FreeBSD__) || defined (NEED_STRPTIME) -+#if defined (NEED_STRPTIME) - --/* Weird, FreeBSD and IRIX 5 don't have this, but do have strftime. -+/* Weird, IRIX 5 doesn't have this, but do have strftime. - ** This is a crippled implementation, only supporting the formats - ** actually used in the rest of Xinvest. Note that the return _value_ - ** does not conform to the man page either. diff --git a/misc/xquote/files/patch-ad b/misc/xquote/files/patch-ad deleted file mode 100644 index 66b2f30f16ca..000000000000 --- a/misc/xquote/files/patch-ad +++ /dev/null @@ -1,18 +0,0 @@ ---- Imakefile.orig Wed Nov 5 08:13:15 1997 -+++ Imakefile Wed Nov 1 10:38:34 2000 -@@ -13,7 +13,7 @@ - - DEFINES = -DSHAPE -DXQUOTE - INCLUDES = -I$(INCROOT)/X11 --SYS_LIBRARIES = -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm -+SYS_LIBRARIES = $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm - DEPLIBS = - - SRCS = about.c color.c file.c help.c optdetail.c option.c optnet.c \ -@@ -24,5 +24,5 @@ - opttick.o optupdate.o parse.o pixmap.o remote.o server.o session.o \ - status.o tape.o util.o view.o xquote.o xutil.o - --ComplexProgramTarget(Xquote) -+ComplexProgramTargetNoMan(Xquote) - InstallAppDefaults(Xquote) diff --git a/misc/xquote/files/patch-ae b/misc/xquote/files/patch-ae deleted file mode 100644 index ffb87a7190cd..000000000000 --- a/misc/xquote/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- color.c.orig Sat Sep 28 23:16:31 2002 -+++ color.c Sat Sep 28 23:16:43 2002 -@@ -25,7 +25,7 @@ - - #include <stdio.h> - --#if !defined(__NetBSD__) -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) - #include <values.h> - #endif - diff --git a/misc/xquote/pkg-descr b/misc/xquote/pkg-descr deleted file mode 100644 index cd1dc64a7eba..000000000000 --- a/misc/xquote/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is a port of Xquote, a quote retrieval program that allows you -to retrieve stock, mutual fund, and currency quotes from your favorite -quote spouting website. - -- Ian -ian@broken.net diff --git a/misc/xquote/pkg-plist b/misc/xquote/pkg-plist deleted file mode 100644 index 2aa265b78741..000000000000 --- a/misc/xquote/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/Xquote -lib/X11/app-defaults/Xquote |