Seyon is a complete full-featured telecommunications package for the X Window System. Its features include: - Dialing directory that supports an unlimited number of entries. - Terminal emulation window using any terminal emulation program that supports X. This defaults to xterm. - Script language to automate tedious tasks such as logging into remote hosts. - Unlimited number of slots for external file transfer protocols. - Support for zmodem auto-download. - Translation modes. Seyon can perform useful translations on the user's input. - Interactive setting of program parameters. - On-line help. - Modem speeds up to 115200 bps. - Software (XON/XOFF) and hardware (RTS/CTS) flow control. - Session capture to a file. - Temporary running of a local shell in the terminal emulation window. Seyon is intended to be both simple and extensively configurable. Almost every aspect of Seyon can be configured via the resources to suit the user's taste. t.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/finance
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 5.0.7pawel2016-05-103-8/+8
| | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=localbase Changelog: * new : preferences, add preview for chart color scheme * new : doc, added every payment into the lexicon * wish : #1509485 quicksearch split transactions memo/category * wish : #1507252 ability to batch-edit selected transactions easily * wish : #1501125 export to CSV for all reports list view * wish : #1501111 double-click on sheduled txn in main window to open template editor * wish : #1292377 enable edit transactions from report detail list * wish : #880846 hide/show txn list column on right click * bugfix: #1577555 scheduled transaction edit doesn't enable file save * bugfix: #1556289 scheduled transactions disappear with no reason * bugfix: #1553862 budget report categories displayed when selecting subcategories * bugfix: #1523216 import window wrongly sized * bugfix: #1511325 no warning about old gtk3.x version when compiling from source * bugfix: #1464961 inconsistency in my file internal xfer
* - Update to 1.6.1.5wen2016-05-062-7/+8
| | | | - Add missing PHP modules
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-281-1/+1
|
* create USES=gem and update rubygem- ports to use itswills2016-04-281-2/+1
| | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
* many ports: mark broken on powerpc64swills2016-04-222-0/+4
|
* Update to 1.2.7.mat2016-04-183-32/+17
| | | | | | PR: 208868 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'danfe2016-04-161-1/+0
| | | | | was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago, and fix some minor bogosities nearby.
* - Update USE_PHP, add session and simplexmlwen2016-04-161-2/+2
|
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-01144-392/+392
| | | | | With hat: portmgr Sponsored by: Absolight
* Cleanup dependencies on lang/p5-Scalar-List-Utils.mat2016-03-311-2/+1
| | | | | | | | | | | | | | | The different cases are: - Only bring it if the one bundled with Perl is outdated. - The version bundled with all our Perl is sufficient. - Scalar-List-Util is not really needed by the port. (looking for /(Sub|Scalar|List)::Util/ returns nothing.) While there, do some minor cleanup that caught my eye. PR: 208378 With hat: perl@ Sponsored by: Absolight
* - Update gnucash to 2.6.12madpilot2016-03-306-7/+244
| | | | - Update gnucash-docs to 2.6.12
* finance/moneymanagerex: Fix build on DFmarino2016-03-231-1/+1
| | | | The compiler=gcc check is valid on DF too.
* - Update libsodium to 1.0.8vsevolod2016-03-231-0/+1
| | | | | | | - Bump revisions of all dependant ports PR: 206482 Submitted by: lev, w.schwarzenfeld@aon.at
* - Update to 0.23-1tota2016-03-222-3/+3
|
* Change header installation location for kdelibs4-based ports.rakuco2016-03-154-78/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install x11/kdelibs4's headers into include/kde4 instead of include (which consequently causes several other ports to have their installation paths changed too). The idea behind this is to reduce path conflicts between KDE4 ports and the upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If we continue installing the KDE4 headers into include/, we can end up in a situation like this: c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port will unintentionally be picked up first and the build will fail. Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a few patches to FooConfig.cmake files to make them look into the kde4/ subdirectory in include/. Changes which don't fit into the above are: - deskutils/kdepimlibs4: Import an upstream patch to remove some double semicolons that cause base GCC to fail. They have always been present, but since the faulty header was referenced via -isystem /usr/local/include this never caused any problems. - devel/subversion, devel/subversion18: Update patch-configure. The current kwallet changes there date back to 2011 (r272490), at a time when the build could fail when both KDE3 and KDE4 were installed. Replace those bits with a change I've submitted upstream to use the kde4-config program to determine where KDE4's headers and libraries are installed instead of assuming the headers are always in include/. Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the first one to notice this problem when working on the KDE Frameworks 5 ports, coming up with the solution and bugging me until I had time to work on this and ask for the exp-run :-) PR: 207906 (exp-run)
* Switch to USES=sqlite:3.rakuco2016-03-151-2/+1
|
* These ports do not build with PHP 7.0, make them as such.mat2016-03-141-0/+2
| | | | | | Also, mark those who try to use mysql, which does not exist in PHP 7.0. Sponsored by: Absolight
* Update to 1.2.6mat2016-03-108-29/+182
| | | | | | PR: 204195 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* finance/py-stripe: Update to 1.30.0koobs2016-03-033-12/+21
| | | | | | | | | | - Update PORTVERSION and distinfo checksum (1.30.0) - Update mock in TEST_DEPENDS (now any version) - Update setup.py patch to add tests_require for future upstreaming Changes: https://github.com/stripe/stripe-python/blob/v1.30.0/CHANGELOG
* Update to 2.3.25.rakuco2016-02-282-9/+14
| | | | | PR: 207427 Submitted by: ek@purplehat.org (maintainer)
* - Switch mysqli supportmiwi2016-02-281-2/+2
|
* - Switch to mysqli supportmiwi2016-02-281-1/+2
|
* - Use mysqli onlymiwi2016-02-281-1/+2
|
* - Update to 3.1.1 which fixes build with boost 1.60amdmi32016-02-263-6/+5
| | | | | PR: 207012 Approved by: maintainer timeout (woodycarey@hotmail.com, 2 weeks)
* finance/R-cran-timeSeries: update to 3022.101.2dbn2016-02-243-4/+88
| | | | | | Changes: - Include test dependencies (missing robustbase and fTrading) - Switch to explicit pkg-plist for robustness.