aboutsummaryrefslogtreecommitdiff
path: root/editors/spe
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-10-271-72/+0
| | | | Notes: svn path=/head/; revision=371560
* - Convert ports from dns/, editors/ and emulators/ to newMarcus von Appen2014-10-191-1/+1
| | | | | | | | | USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371188
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+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
* editors/spe: use WX 3.0William Grzybowski2014-07-052-4/+3
| | | | | | | Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=360849
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-2/+2
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Switch to wx 2.8Baptiste Daroussin2014-03-241-14/+11
| | | | | | | Support stage Notes: svn path=/head/; revision=348993
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Part 1 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338511
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | editors) Notes: svn path=/head/; revision=327720
* Fix NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLESBaptiste Daroussin2013-03-261-1/+1
| | | | Notes: svn path=/head/; revision=315272
* Finish converting the editor category to new options frameworkBaptiste Daroussin2013-03-261-15/+13
| | | | Notes: svn path=/head/; revision=315263
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-1/+1
| | | | Notes: svn path=/head/; revision=310871
* - Fix fetchNicola Vitale2012-11-291-0/+1
| | | | | | | | | PR: ports/173216 Submitted by: avilla Feature safe: yes Notes: svn path=/head/; revision=307963
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - 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
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 0.8.4.hNicola Vitale2008-07-034-1205/+737
| | | | | | | | - Remove USE_PYDISTUTILS=yes - Remove files/patch-_spe-Child.py Notes: svn path=/head/; revision=216235
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Added patch files/patch-_spe-Child.pyNicola Vitale2007-01-124-10/+130
| | | | | | | | | | - Added WANT_UNICODE=yes - Updated to 0.8.3.c Approved by: alexbl (mentor, implicit) Notes: svn path=/head/; revision=182248
* - Updated email address in my portsNicola Vitale2006-12-101-1/+1
| | | | | | | Approved by: alexbl (mentor) Notes: svn path=/head/; revision=179349
* - Use features of bsd.wx.mk, especially USE_WXPav Lucistnik2006-12-011-8/+2
| | | | | | | | PR: ports/101613 Submitted by: alepulver Notes: svn path=/head/; revision=178433
* - Update mastersite.Jean Milanez Melo2006-08-072-4/+3
| | | | | | | | | | - Update pkg-descr. PR: ports/101410 Submitted by: Nicola Vitale <nivit@email.it> (maintainer) Notes: svn path=/head/; revision=169979
* - Update author and WWWPav Lucistnik2006-03-201-2/+2
| | | | | | | | PR: ports/94685 Submitted by: Nicola Vitale <nivit@email.it> (maintainer) Notes: svn path=/head/; revision=157762
* - Update to 0.8.2.aRenato Botelho2006-01-273-24/+13
| | | | | | | | PR: ports/92353 Submitted by: maintainer Notes: svn path=/head/; revision=154572
* - Update to 0.8.1.dPav Lucistnik2006-01-153-8/+17
| | | | | | | | PR: ports/91821 Submitted by: Nicola Vitale <nivit@email.it> (maintainer) Notes: svn path=/head/; revision=153576
* Make fetchable again.Thierry Thomas2006-01-081-0/+1
| | | | | | | | | PR: 91508 Submitted by: Nicola Vitale <nivit (at) email.it> (maintainer) Reported by: pointyhat via kris Notes: svn path=/head/; revision=153076
* Update to 0.8.1.c.Thierry Thomas2005-12-253-4/+10
| | | | | | | | PR: 90875 Submitted by: Nicola Vitale (maintainer) Notes: svn path=/head/; revision=152020
* - Update to 0.8.1.bTim Bishop2005-12-153-24/+26
| | | | | | | | | PR: 90387 Submitted by: nivit@email.it (Nicola Vitale) (maintainer) Approved by: clement (mentor) Notes: svn path=/head/; revision=151234
* - Update to 0.8.0cRenato Botelho2005-12-053-4/+16
| | | | | | | | PR: ports/89973 Submitted by: maintainer Notes: svn path=/head/; revision=150484
* - Update to 0.8.0bRenato Botelho2005-12-012-3/+3
| | | | | | | | PR: ports/89790 Submitted by: maintainer Notes: svn path=/head/; revision=150141
* - Update to 0.8.0aPav Lucistnik2005-11-293-190/+63
| | | | | | | | PR: ports/89629 Submitted by: Nicola Vitale <nivit@email.it> (maintainer) Notes: svn path=/head/; revision=149964
* [NEW PORT] devel/SPE: Stani's Python EditorEdwin Groothuis2005-11-244-0/+1258
Spe is a free python IDE with auto indentation & completion, call tips, syntax coloring & highlighting, UML diagrams, class explorer, source index, auto todo list, sticky notes, pycrust shell, file browsers, drag&drop, context help, Blender support, ... Spe ships with Python debugger (remote & encrypted), wxGlade (gui designer), PyChecker (source code doctor) and Kiki (regex console) Author: Stani Michiels WWW: http://www.stani.be/python/spe/blog/ PR: ports/87337 Submitted by: nivit@email.it (Nicola Vitale) Notes: svn path=/head/; revision=149231