aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-enchant
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-5/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update to 1.6.5Nicola Vitale2010-12-152-3/+3
| | | | Notes: svn path=/head/; revision=266346
* - Update to 1.6.4Nicola Vitale2010-12-133-11/+10
| | | | | | | - Remove MD5 checksum from distinfo Notes: svn path=/head/; revision=266232
* - Update to 1.6.3Nicola Vitale2010-09-112-4/+4
| | | | Notes: svn path=/head/; revision=260979
* - Update to 1.6.1Nicola Vitale2010-05-064-15/+37
| | | | | | | - New download site Notes: svn path=/head/; revision=253838
* - 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-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Fix fetchingErwin Lansing2009-08-231-1/+1
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=240192
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with T,U,V Notes: svn path=/head/; revision=240076
* - Update to 1.5.3Nicola Vitale2009-05-302-4/+4
| | | | Notes: svn path=/head/; revision=234861
* - Update to 1.5.1Nicola Vitale2009-02-113-33/+47
| | | | | | | - Convert easy_install support to <bsd.python.mk> Notes: svn path=/head/; revision=228057
* - Update to 1.5.0Nicola Vitale2008-12-085-20/+23
| | | | | | | | | | | | - Add files/patch-setup.py - Remove files/patch-enchant-wxSpellCheckerDialog.py - Set USE_WX to 2.8 PR: ports/129319 Submitted by: Wen Heping <wenheping at gmail dotcom> Notes: svn path=/head/; revision=223998
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* - Update to 1.3.1Nicola Vitale2007-12-202-5/+5
| | | | Notes: svn path=/head/; revision=204227
* - This port does not install egg-info filePav Lucistnik2007-09-041-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=198734
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - 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
* - Updated to 1.3.0Nicola Vitale2007-01-072-4/+4
| | | | | | | Approved by: alexbl (mentor) Notes: svn path=/head/; revision=181719
* - Fixed WX_COMPS value (from python_run to python:run),Nicola Vitale2006-12-311-1/+1
| | | | | | | | | otherwise the port does not install x11-toolkits/py-wxPython* Approved by: alexbl (mentor) Notes: svn path=/head/; revision=181140
* - Updated email address in my portsNicola Vitale2006-12-101-1/+1
| | | | | | | Approved by: alexbl (mentor) Notes: svn path=/head/; revision=179349
* - Update to 1.2.0Martin Wilke2006-11-174-5/+20
| | | | | | | | PR: ports/105457 Submitted by: nivit@email.it (Nicola Vitale) (maintainer) Notes: svn path=/head/; revision=177448
* Remove email address from pkg-descrRenato Botelho2006-06-081-1/+1
| | | | | | | | PR: ports/98704 Submitted by: maintainer Notes: svn path=/head/; revision=164831
* Move recently added textproc/pyenchant to textproc/py-enchant for consistencyRenato Botelho2006-04-064-0/+61
with other Python ports Noted by: danfe Approved by: maintainer Notes: svn path=/head/; revision=158961