2011-12-10 18:48:33 by John Marino | Files touched by this commit (2) |
Log message:
finance/libofx: Fix use of iconv on DragonFly
|
2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234) |
Log message:
recursive bump from gettext-lib shlib bump.
|
2010-05-20 08:54:24 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 0.9.1, based on PR 43330 by Gary Duzan.
Set LICENSE.
LibOFX 0.9.0:
- this release now exports version information thus allowing depending applications
to determine the version of LibOFX to compile against
- some fields have been added to OfxFiLogin to allow for modification of some
OFX header fields in outgoing requests. Together with the latest \
AqBanking3 this
should fix the problem with servers suddenly rejecting connections \
from LibOFX
applications
- the calling application can now tell libofx where the data files \
reside. This allows
for relocatable binaries (most importantly on Windows)
- some warnings from recent versions of GCC have been fixed
- libOFX can now easily be cross-compiled for Windows on Linux
- the OFX header is now scanned for a hint regarding the encoding of the \
document and
convert the data to UTF8 if iconv is available at compile time.
- the API for online requests has been cleaned up
|
2010-01-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) | |
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
|
2009-06-14 19:53:35 by Joerg Sonnenberger | Files touched by this commit (6) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-12 10:31:02 by Hasso Tepper | Files touched by this commit (1) |
Log message:
Fix install on platforms not using pax tar. Bump PKGREVISION.
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-01-18 06:06:45 by Tobias Nygren | Files touched by this commit (191) |
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
2008-01-06 00:33:23 by Klaus Heinz | Files touched by this commit (1) |
Log message:
The package supports installation to DESTDIR.
|
2007-09-20 23:04:09 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix up libxml++{,2} dependencies to include correct buildlink3.mk
and bump PKGREVISION.
|