summaryrefslogtreecommitdiff
path: root/finance/xquote
AgeCommit message (Collapse)AuthorFilesLines
2018-01-01Sort PLIST files.rillig1-2/+2
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2017-09-06Comment out dead sites.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for finance categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2013-01-19Add missing buildlink3s implied by openmotif but not lesstif.riastradh1-2/+6
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-12-09PKGREV bump for libXp-less openmotifdrochner1-2/+2
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-01-19Reset maintainer on his request.wiz1-2/+2
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-2/+2
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-12No values.h for DragonFly and FreeBSD. Add rpath entry for /usr/pkg/lib,joerg3-1/+29
since it doesn't picked up on DragonFly.
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg1-1/+2
of the shared libXm has changed.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-22Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2005-01-01Update to 2.6.10:wiz3-31/+5
1. Alert handling : Xquote can send e.g. an E-mail when some value exceeds boundaries set by the user. 2. Enhanced the use of XbaeMatrix : allow the user to change settings on the matrix directly instead of via custom dialogs. 3. Publish full documentation at http://xinvest.sunsite.dk/htmldocs.html
2004-11-23Update to 2.6.9, requested in PR 28394.wiz7-73/+33
Xquote 2.6.9 is a stable pre-release of Xquote. The version number bump from 2.3 is caused by a simultaneous release of Xinvest, Xquote, and QuoteFilter. Xquote is now released under a completely free license: the BSD license. Xquote now uses the XbaeMatrix widget to display its information in a nicely laid out tabular format. Basic functionality remains unchanged, but there have been quite a number of small changes : - use of XbaeMatrix - simplified widget tree - source code cleanup - update of the user interface after each individual quote query (so you can see the table contents change as the information comes in) - use of BSD license - user interface changes (don't show the version number in the status field) - remove sessionXq.c, merge with the Xinvest version of the same file. - do more effort to read info from an HTTP server when it returns 400 replies. - Figure out whether the site is using European (on hundred is 100,00) or American (100.00) punctuation to forward the right format to Xinvest in a live update. - Avoid crashes when xquote-rc file contains invalid data. - Fix a problem with the type list not being taken fully into account for other than the first server. - Allow running Xquote 24 hours per day by setting start and end time to the same value. - Document "-restore" option in the syntax() error message. - Make the help window resizable, and respond to a single click.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-23Convert to bl3.wiz1-4/+4
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2002-10-08buildlink1 -> buildlink2jlam3-18/+6
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-09-08Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam1-2/+2
2001-08-22Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don'tjlam1-2/+1
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.
2001-07-02Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-5/+19
2001-04-18Move to sha1 digests, and add distfile sizesagc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-10/+8
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-28Make this build against newer versions of lesstif, in which <Xm/Text.h>fredb6-0/+67
no longer pulls in <stdio.h>.
2000-12-15Update to 2.2, minor fixes.wiz2-6/+6
2000-12-11Moved misc/emma, misc/gnucash, misc/tclticker, misc/xfinans, misc/xinvest,wiz5-0/+36
and x11/xquote to new finance category; only change is addition of 'finance' to CATEGORIES in the Makefiles.