aboutsummaryrefslogtreecommitdiff
path: root/math/rpcalc
Commit message (Collapse)AuthorAgeFilesLines
* Add more PLIST_SUB to Mk/Uses/python.mkSunpoet Po-Chuan Hsieh2017-01-072-23/+14
| | | | | | | | | | | | | | | | | | | - Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX - Add PYTHON2 and PYTHON3 - Respect PYTHON_VERSION - Rename PYOEXTENSION to PYTHON_PYOEXTENSION This change would help: - Build databases/postgresql*-plpython with Python 3 (It has PLIST issue since bsd.python.mk to Uses/python.mk transition) - Simplify Makefile PR: 205807 Differential Revision: https://reviews.FreeBSD.org/D4758 Exp-run by: antoine Notes: svn path=/head/; revision=430839
* Update to 0.7.1Jason E. Hale2016-11-083-45/+47
| | | | | | | | | Convert to USES=pyqt Add NO_ARCH Fix plist for Python 3.5 Notes: svn path=/head/; revision=425750
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Bump minimal python3 version to 3.3 in USESRuslan Makhmatkhanov2016-02-021-1/+1
| | | | | | | | | Because we are going to remove python 3.2 from the ports tree With hat: python Notes: svn path=/head/; revision=407841
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380306
* Cleanup plistAntoine Brodin2014-11-141-4/+0
| | | | Notes: svn path=/head/; revision=372555
* - Since Python 3.x packages aren't available, add a check toJason E. Hale2014-09-131-1/+7
| | | | | | | | | | | | | prevent pkg-fallout errors ===> rpcalc-0.7.0 depends on package: py33-qt4-gui>=0 - not found ===> Verifying install for py33-qt4-gui>=0 in /usr/ports/x11-toolkits/py-qt4-gui ===> rpcalc-0.7.0 depends on package: /packages/All/py33-qt4-gui-4.11.1,1.txz - not found ===> USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from source *** Error code 1 Notes: svn path=/head/; revision=368152
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Update to 0.7.0Jason E. Hale2014-08-293-46/+83
| | | | | | | | | | | - Stagify - Add LICENSE - Add DESKTOP_ENTRIES - USE_PYTHON -> USES=python (new version requires 3.2+) - Take maintainership Notes: svn path=/head/; revision=366581
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362717
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* In categories starting with [h-m], remove empty lines from pkg-plist (andAlexey Dokuchaev2013-03-171-3/+0
| | | | | | | purge one empty file). Notes: svn path=/head/; revision=314442
* Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.Max Brazhnikov2013-02-031-1/+1
| | | | | | | | x11-toolkits/py-qt: - mark BROKEN: does not build with latest devel/py-sip Notes: svn path=/head/; revision=311476
* Chase PyQT updateMax Brazhnikov2012-05-251-1/+1
| | | | Notes: svn path=/head/; revision=297369
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Add @dirrmtry share/icons.Edwin Groothuis2010-01-312-0/+2
| | | | Notes: svn path=/head/; revision=248952
* New port: math/rpcalcEdwin Groothuis2010-01-314-0/+77
rpCalc started out as a little program written to try out various Python GUI toolkits. But I ended up using it all the time (it's much quicker to pull it up than to pull an actual HP calculator out of the desk), and I made several improvements. So I decided to make it available to others who also like RPN calculators. WWW: http://rpcalc.bellz.org/index.html Author: Doug Bell <doug101 AT bellz DOT org> Notes: svn path=/head/; revision=248945