Commit graph

86130 commits

Author SHA1 Message Date
wiz
3f37cb79e0 Update p5-Finance-Quote to 1.10. 2005-10-19 23:43:41 +00:00
wiz
4fa4ac8504 Update to 1.10:
2003-07-06	Pawel Konieczny
	* Update of F::Q::AEX module: added a remap functionality
	  which translates the official stock ticker to AEX CGI
	  symbol

	* Update of F::Q::AEX module: Distiguishing indices and stocks:
	  indices will have "currency" label undefined, stocks will have
	  value "EUR".  This fixes the currency conversion problem for
	  indices.

	* Update of F::Q::AEX module: Cleanup of labels: "offer" renamed to
	  "ask" ("ask" is more common, besides, it can be
	  currency-converted). Label "offer" stays for backward
	  compatibility.

	* Update of F::Q::AEX module: Cleanup of garbage in some fields.
	  (Ocassionally, the http fetch & parse will return garbage for
	  some values).

2003-07-07	Pawel Konieczny
	* AEX module: added label 'symbol'

2003-08-27	Pawel Konieczny
	* AEX module: following a suffestion of Paul Fenwick, value
	'undef' is returned if no valid data could be dowloaded
	(previously it was returning empty strings in such cases).

2003-08-31	Pawel Konieczny
	* AEX module: major update: fetching of stock and index options
	implemented.  POD and test script updated as well.

2003-08-31  David Hampton

	* Yahoo/Base.pm: Added entry for the Lisbon Portugal stock
	exchange.

2003-09-12  David Hampton

	* Yahoo/Base.pm: Added suffixes for 1) the US Options, 2) US
	exchanges when using a non-US Yahoo site, and 3) the Zurich
	exchange.

2003-09-15	Pawel Konieczny
	* AEX module: major update: additional labels for options available:
	volume, oi, and other. Subframes cache implemented, resulting in
	substantial speedup for repeating (intraday) requests of individual
	options.

2003-09-20	Pawel Konieczny
	* AEX module: major update: fetching of futures quotes
	implemented.  POD and test script updated as well.

2004-02-08  David Hampton

	* Yahoo/Base.pm: Added suffixes for the Brussels and Dublin
	exchanges.

2004-07-02	Paul Fenwick

	* Added Finance/Quote/Tdefunds.pm thanks to David Grant.

	* Added t/tdefunds.t basic regression test (3 tests).

	* Fixed bug #916966, TASE prices were 100 times their true
	  price.  Thanks to Eldad Zack for the patch.

2005-01-14  David Hampton

	* lib/Finance/Quote/Cdnfundlibrary.pm: Got the module working again.

2005-02-06  David Hampton

	* lib/Finance/Quote/BMONesbittBurns.pm: Got the modules working again.

2005-02-09  David Hampton

	* lib/Finance/Quote/Fidelity.pm:
	* lib/Finance/Quote/Union.pm: Got the modules working again.

	* lib/Finance/Quote/Yahoo/Base.pm: Extract the currency directly
	from Yahoo, instead of looking it up in an exchange/currency
	mapping table.

	* t/*: Various new test and updated modules.

2005-03-01  David Hampton

	* lib/Finance/Quote.pm: New modules.  New function to parse files
	separated by semicolons instead of commas.

	* lib/Finance/Quote/AEX.pm: Worked over modules from Johan van
	Oostrum.  Most of the old AEX data has migrated elsewhere.

	* lib/Finance/Quote/ASX.pm:
	* lib/Finance/Quote/Trustnet.pm: Got the modules working again.

	* lib/Finance/Quote/ManInvestments.pm:
	* lib/Finance/Quote/Platinum.pm: New modules for Australian
	investment price sources from Ian Dall
	users.sourceforge.net>.

	* lib/Finance/Quote/NZX.pm: New modules for fetching quotes the
	from the New Zealand stock exchange. Provided by Michael Curtis.

	* lib/Finance/Quote/SEB.pm: New modules for fetching quotes from
	the Swedish Bank.  Submitted by Tomas Carlsson.

	* lib/Finance/Quote/TSP.pm: New modules for fetching quotes from
	the US Govt. Thrift Service Plan.  Submitted by Frank Mori Hess.

	* lib/Finance/Quote/Yahoo/Base.pm: Corrected currency tags for Vienna and Valence.

	* lib/Finance/Quote/Yahoo/Brasil.pm: Add new Yahoo Brasil module
	from Ismael Orenstein

	* t/*: Various new test modules.

2005-03-19  David Hampton

	* lib/Finance/Quote/AEX.pm: Spelling correcting from Frank Mori
	Hess.

	* lib/Finance/Quote.pm: Documentation correction from Trent
	Piepho.

	* lib/Finance/Quote/Yahoo/Base.pm (yahoo_request): Fix an
	undefined reference when Yahoo ocassionally returns an empty
	field.

2005-03-19  David Hampton

	* almost all files: Collapsed all date parsing code into a single
	function.  This function handles the date formats provided by all
	current quote sources and converts them all into the F::Q standard
	of a US date format.  It also adds an ISO format date to all
	quotes in the new isodate field.  Added lots of test functions to
	check date formats.


2005-03-19  David Hampton

	* lib/Finance/Quote/Trustnet.pm: Encode the '&' character before
	calling the user agent GET function.  Fixes bug 747080.

2005-05-04  David Hampton

	* lib/Finance/Quote/FTPortfolios.pm: Update for changes in the
	website.

	* t/ftportfolios.t: New test module.

	* TSP.pm: Replace core parsing with tighter code.  Support the
	symbols used by both Frank Mori Hess' and Trent Piepho's TSP
	modules.  Make the symbols case insensitive.

	* lib/Finance/Quote/Cdnfundlibrary.pm: Find table by headers
	instead of by index.

	* test/asegr.t: New module
	* lib/Finance/Quote/ASEGR.pm: New module

	* lib/Finance/Quote/ASX.pm: Skip any blank lines in the table.
	Pass an extra parameter to TableExtract to keep it from doing
	unnecessary work that produces warnings.

2005-06-29  David Hampton

	* lib/Finance/Quote/VWD.pm: Updated module from Jörg Sommer

	* lib/Finance/Quote/cdnfundlibrary.pm: Changes inspired by
	kalaleq@users.sourceforge.net allow retrieval of more data.

	* lib/Finance/Quote.pm:
	* lib/Finance/Quote/Yahoo/NZ.pm: New module from Stephen Judd

	* lib/Finance/Quote/NZX.pm: Tweak to allow both NZX and Yahoo:NZ
	to get quotes for New Zealand Stocks (use method nz).

	* CVSTAG: finance_quote_1_09

2005-05-30  Paul Fenwick

	* MANIFEST: Updated with files intended for distribution.

	* lib/Finance/Quote.pm: Updated $VERSION to 1.09

	* CVSTAG: Updated finance_quote_1_09 tag on MANIFEST and
	  lib/Finace/Quote.pm

	* Released updated version 1.09 with new MANIFEST and Quote.pm
	  to Sourceforge.

	* lib/Finance/Quote/VWD.pm: Re-enabled $VERSION and bumped
	  to 1.01 to allow correct indexing on CPAN, however the
	  older version currently remains in the 1.09 release.

2005-06-04  Paul Fenwick

	* lib/Finance/Quote.pm: Bumped $VERSION to 1.10, primarily
	  to work around a problem with CPAN distributions.

	* CVSTAG: finance_quote_1_10
2005-10-19 23:43:15 +00:00
wiz
2b5ca59314 Mention p5-finance-quote rename to p5-Finance-Quote, and related updates. 2005-10-19 23:35:39 +00:00
wiz
d415adb760 Complete move of p5-finance-quote to p5-Finance-Quote. 2005-10-19 23:34:06 +00:00
wiz
697d64b79c Depend on p5-Finance-Quote instead of p5-finance-quote.
Bump PKGREVISION.
2005-10-19 23:33:37 +00:00
wiz
b832d9f727 Re-import p5-finance-quote as p5-Finance-Quote (to match distfile name
and other perl package names).
2005-10-19 23:31:55 +00:00
bouyer
68f666d50c Add missing entry for a new file. Pointed out by Lubomir Sedlacik.
Close enouth to the package update to not bump pkgrevision.
2005-10-19 21:42:59 +00:00
bouyer
287b2111df Note apache update to 1.3.34 and ap-ssl to 2.8.25 2005-10-19 20:36:31 +00:00
bouyer
99270c823c Update to mod_ssl 2.8.25. The only change is support for apache 1.3.34. 2005-10-19 20:33:44 +00:00
bouyer
98d93c2013 Update to 1.3.34. This is a security fix release, fix pkg/31868 by
Zafer Aydogan. Changes from 1.3.33:
  *) hsregex: fix potential core dumping on 64 bit machines, such as
     AMD64. PR 31858. [Glenn Strauss < gs-apache-dev gluelogic.com>]

  *) SECURITY: core: If a request contains both Transfer-Encoding and
     Content-Length headers, remove the Content-Length, mitigating some
     HTTP Request Splitting/Spoofing attacks.  This has no impact on
     mod_proxy_http, yet affects any module which supports chunked
     encoding yet fails to prefer T-E: chunked over the Content-Length
     purported value.  [Paul Querna, Joe Orton]

  *) Added TraceEnable [on|off|extended] per-server directive to alter
     the behavior of the TRACE method.  This addresses a flaw in proxy
     conformance to RFC 2616 - previously the proxy server would accept
     a TRACE request body although the RFC prohibited it.  The default
     remains 'TraceEnable on'.
     [William Rowe]

  *) mod_digest: Fix another nonce string calculation issue.
     [Eric Covener]
2005-10-19 20:30:20 +00:00
tv
a0109ad7f7 Bring back the "ssl" option so that the builder may have the *option* to
turn it off.  It's still on by default (in PKG_SUGGESTED_OPTIONS), so
no PKGREVISION bump required.
2005-10-19 18:05:06 +00:00
adam
2df5c021a7 Updated benchmarks/iozone to 3.248 2005-10-19 15:28:14 +00:00
adam
b368915b0a Changes 3.248:
* Improvements
2005-10-19 15:27:19 +00:00
adam
b7502ec52e Added qsynth-0.2.4 2005-10-19 15:14:39 +00:00
adam
fdd8e96675 Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt3
toolkit using Qt Designer. Eventually it may evolve into a softsynth management
application allowing the user to control and manage a variety of command line
softsynths but for the moment it wraps the excellent FluidSynth.
2005-10-19 15:13:38 +00:00
minskim
ff0ffb88f3 Note PKGREVISION update of bmp. 2005-10-19 15:10:52 +00:00
minskim
d9b1ca3db6 Add IPv6 support for beep-media-player, as suggested by Kevin Kim in
private email.  The patches were created by Byung-Hee HWANG.
Bump PKGREVISION since IPv6 is enabled by default.

Approved by the maintainer.
2005-10-19 15:09:37 +00:00
adam
078ea93b37 Updated multimedia/gxine to 0.4.9 2005-10-19 13:26:59 +00:00
adam
a4581afc98 Changes 0.4.9:
* Make XTest optional (screenblanker-defeating fake keypresses).
	  It seems to be causing problems...
	* Don't touch the volume at startup if remember_volume isn't set.
	* Don't reset the volume on exit - xine-lib alters it (if
	  remember_volume is set) before gxine gets anywhere near it.
	* Fix Xinerama handling.
	* Enforce black background beyond video area within video window.
	* Don't create links to the browser plugin if it isn't present.
	* Added Simplified Chinese translation. (Tao Pin, Dong Changdao)
	* Fix a few filename-related memory leaks.
	* Fixed problems with # in filenames.
	* Use --as-needed (if supported) when linking.
2005-10-19 13:26:01 +00:00
adam
0d3c5b2dbc Updated devel/slib to 3.1.2 2005-10-19 12:39:24 +00:00
adam
f14d6bf451 Changes 3.1.2:
* Minor improvements
2005-10-19 12:38:16 +00:00
adam
7f75439381 Updated fonts/fontforge to 20051018 2005-10-19 12:21:54 +00:00
adam
0529b112f2 Changes 20051018:
* Bug fixes and improvements
2005-10-19 12:21:00 +00:00
cube
b826e110f7 Remove long gone configure options. PR#31863 by Sergey Svishchev. 2005-10-19 11:02:28 +00:00
adam
1df83ee06f Updated editors/cooledit to 3.17.17 2005-10-19 10:55:33 +00:00
adam
171f086619 Changes 3.17:
* Jump to file on Ctrl-j
    * Complete in filebrowser with Ctrl-Tab
    * Debugger fixes and fixes for HP-UX
    * Various build fixes for different OS's
    * Insert history in all input widgets.
    * Shell command line on Escape pipes selected text through
	arbitrary commands (experimental).
    * Colour space options, black on white display.
    * Prolog syntax highlighting.
    * Gimp script syntax highlighting.
    * Valgrind auditing.
2005-10-19 10:53:43 +00:00
adrianp
6e50a00db1 note msf update 2005-10-19 10:35:47 +00:00
adrianp
0b0e85f6ef Update to metasploit 2.5
This is a maintenance release - all updates to 2.4 have been rolled into
2.5, along with some new exploits and minor features.
2005-10-19 10:34:33 +00:00
xtraeme
b5e053a173 Fix the installation. Looks like ${INSTALL} -d did not work, use
${INSTALL_DATA_DIR} instead which works fine.
2005-10-19 09:57:20 +00:00
xtraeme
c3cb55db7a Add new options for audio/streamtuner. 2005-10-19 09:47:15 +00:00
xtraeme
419b69880d Updated audio/streamtuner to 0.99.99 (now with options.mk!) 2005-10-19 09:46:50 +00:00
xtraeme
138cfd54f8 Update to 0.99.99 (one year later... :-)
0.99.99                                 December 21, 2004

        * Core changes:

                * Startup time has been greatly reduced (especially
                  when there are a lot of cached streams)
                * The cache format has changed (a binary cache has
                  been reintroduced, improving performance and
                  allowing to inline binary files into the cache)
                * Was sometimes locking up at startup: fixed
                * The preferences dialog has been reworked
                * A tab can now reload multiple categories
                  concurrently
                * The stop button now only stops the currently
                  selected tab
                * The stream columns can now be reordered
                * The stream columns menu item now displays a dialog
                * The plugin API has been enriched (handler
                  configuration, handler preferences widget, character
                  set handling in the transfer framework, utilities,
                  ...) and documented
                * Bookmarks now include a description, homepage and
                  URI list
                * The about dialog does not list the plugins and
                  handlers anymore
                * Hyperlinks can now be focused, and activated using
                  the keyboard
                * User interface images are now loaded from external
                  files, for smaller memory usage
                * When a plugin was disabled, its configuration was
                  lost: fixed
                * Now compiles cleanly even when -fstrict-aliasing is
                  in use (based on a patch by Philipp Thomas)
                * The stock preselections have been updated
                * The streamtuner icon now uses the new colour scheme
                * Other fixes, cleanups and improvements

pkgsrc changes:

* Make it use the options framework. The following options are
  recognized:

	o streamtuner-local (to enable the local metadata plugin)
	o streamtuner-xiph (to enable the xiph plugin)
	o python (to enable the python plugin)

The python option is off by default and the other ones are on.
2005-10-19 09:45:09 +00:00
adam
115a2365eb Updated graphics/netpbm to 10.30 2005-10-19 09:30:58 +00:00
adam
9e9c489b88 Changes 10.30:
Add pambayer.

Add pamrgbatopng.

Add pamtilt.  Thanks Gregg Townsend <gmt@cs.arizona.edu>.

pamtotiff: create from pnmtotiff.

pamtofits: create from pnmtofits.

pamaddnoise: crate from pnmaddnoise.

pamarith: Add -divide.

pammasksharpen: Add -sharpness.

pnmtopng: add -comp_mem_level, -comp_strategy, -comp_method,
-comp_window_bits, -comp_buffer_size.

pnmtopng: use Shhopt command line processor; replace
-chroma with -rgb, -phys with -size, -time with -modtime.

pnmremap: Handle multiple image stream.

xpmtoppm: Expand capacity from 2K character input lines to
8K character input lines.

libnetpbm: improved messages for "color xxx cannot be
represented precisely with maxval M"

libnetpbm color specification parsing:  Improve warning message
about rounding.

libnetpbm/everything: speed up ppm_writeppmrow() and
pgm_writepgmrow() by doing one fwrite per row instead of
a pgm_writerawsample() per sample.

pnmtopng: fix "meaningful bits" optimization of PGM so it
optimizes all the way instead of stopping at 4 bits.

pnmtopng: fix crash when no -alpha option, due to dereferencing
of undefined alpha_mask.

pnmtopng: fix bug: arbitrary color made transparent in
paletted PNG when nothing should be transparent.

pnmtops: bug: selects wrong Postscript level.

bmptopnm: Don't crash on BMP with no color map.

bmptopnm: Fix wrong file name in error messages.

ppmtowinicon: use REALLOCARRAY instead of arithmetic-overflowing
realloc().

anytopnm: fix bug: fails when 'file' database doesn't
have mime type but does have human-readable type.

manweb: recognize directory as not executable in search of PATH.

pgm_allocrow(), ppm_allocrow(), pnm_allocrow(): cure
arithmetic overflow.

libnetpbm: On plain formats, check for sample value exceeding
maxval.

libnetpbm: reject maxval > 65535 in "pam" functions.

pamarith: Use normalized libnetpbm facilities to get
proper accuracy.  Thanks Thomas Henlich
<http://sourceforge.net/users/thenlich/>.

pamarith: fix bug: shift functions don't work when maxvals
are not identical.

pamarith: fix rounding error on multiply.

pgmtexture: correct calculation of normalizing constants
for d > 1.  Thanks Marc Breithecker
<Marc.Breithecker@informatik.uni-erlangen.de>.

pnmnorm: fix divide by zero crash.

pnmnorm: fix bug that doesn't let you specify
-luminosity, -colorvalue, or -saturation.

ilbmtoppm: fix variable used before set.

pnmtofits: fix 16 bit sample values > 2**15.

pnmtopsnr: minor adjustments to messages.

pnmnorm: don't crash when wvalue == bvalue.  Thanks Thomas
<http://sourceforge.net/users/thenlich/>.

pnmnorm: fix rounding of output values.  Thanks Thomas
<http://sourceforge.net/users/thenlich/>.

pnmhisteq: Fix external map to have width maxval + 1 instead
of maxval, so full intensity input pixels map properly.

pnmhisteq: Fix -rmap.

Fix typos in error messages in various programs.

pgmmedian: change syntax to Netpbm standard.

pammasksharpen: fix signedness bug that caused random bright
pixels at edges.

pammasksharpen: fix bug with maxval != 255.

Clean up a bunch of function prototypes so some broken
compilers don't complain about missing "const" in them.

Remove dependency of pnmtops on basename().  It isn't in
some C libraries and we don't want to mess with linking
extra libraries.

Build of ppmsvgalib: work properly when LINUXSVGALIB is
a "default path" value such as "libvga.so".
2005-10-19 09:30:08 +00:00
is
e73a26e51b work around name clash mpd-musicpd 2005-10-19 08:49:05 +00:00
is
297aed1ef5 use DIST_SUBDIR to avoid name clashes with MUSICPD 2005-10-19 08:45:24 +00:00
xtraeme
44498dabe3 - libarchive-1.02.034 (thanks xtraeme) 2005-10-19 06:52:39 +00:00
xtraeme
fa8d5c09dd Updated wm/windowlab to 1.33 2005-10-19 06:45:40 +00:00
xtraeme
cf41037a1d Update to 1.33
Changes:

* integrated changes from Dushkin (thanks!):
        * scrolling the mouse wheel in the taskbar now task switches
* integrated changes from Antti Nykänen (thanks!):
        * fixed a crash that occurred on the BSDs (and presumably on other
           systems without /proc/self/exe)
* integrated changes from Gregor Imboden (thanks!):
        * fixed a crash that ocurrred when there are no focused windows
           and alt + F12 is pressed was fixed
* events are always replayed rather than sometimes being eaten
* new windows are no longer given focus
2005-10-19 06:44:48 +00:00
jlam
6300e91e28 Teach pkgsrc to modify the installed .packlist files so that if MANZ is
"yes", then they list the compressed manpages.  Implementation stolen
from the PLIST MANZ-handling code in bsd.pkg.mk added by Stoned Elipot.
This should fix pkg/31499.
2005-10-19 05:01:52 +00:00
minskim
11e59c87cb Add and enable xfmedia. 2005-10-19 04:50:32 +00:00
minskim
53354bb4b6 Import xfmedia from pkgsrc-wip. Packaged by dhowland and modified by me.
Xfmedia is a simple, easy-to-use media player based on the xine
engine.  The GTK+ and Xfce4 GUI focuses on playing and managing audio
files, but, being based on xine, supports video as well.
2005-10-19 04:48:28 +00:00
is
2b2c89f15c musicpd calls its files mpd, alas! 2005-10-19 04:43:31 +00:00
jlam
cd4158806c Split out the packlist-handling code from modules.mk into a separate
packlist.mk file, and replace the custom code in perl5/Makefile that
duplicated the same packlist handling to just use the routines in
packlist.mk.
2005-10-19 04:40:23 +00:00
minskim
a31bbae10c Add and enable wsbasic. 2005-10-19 03:39:43 +00:00
minskim
4c5f9e4766 Import wsbasic from pkgsrc-wip. Packaged by Geert Hendrickx.
WSBasic is a BASIC interpreter written entirely in C++ without the use
of lex or yacc.
2005-10-19 03:36:03 +00:00
wiz
0964871e73 + iroffer-1.3b10 [pkg/31859].
- py-gnome2-2.12.1, py-gtk2-2.8.0.
2005-10-19 01:36:19 +00:00
wiz
79231e0558 Note py-gtk2 and py-gnome2 updates by drochner. 2005-10-19 01:35:47 +00:00
wiz
3b103a2e3b Updated lang/py-psyco to 1.4 2005-10-19 01:34:12 +00:00
wiz
fa5389f1ab Update to 1.4, based on PR 31335 by Victor I.
Additional PLIST fixes.

Changes in 1.4:
An interesting new optimization: instances of user-defined classes
are now really supported, i.e. their attributes keep type information
and are stored quite compactly in memory.  However, it only works
so far with instances of a new type ``psyco.compact`` (which is
subclassable).  The line ``from psyco.classes import *`` has the
effect of turning your classes into psyco.compact subclasses, too.

Changes in 1.3:
Includes support for Python 2.4 (and of course still for 2.1-2.3).
As always comes with a few bug fixes, including a memory leak when
using the profiler.  Another good news is that the built-in functions
that read the local variables -- locals(), eval(), execfile(),
vars(), dir(), input() -- now work correctly!
2005-10-19 01:33:16 +00:00