non port: textproc/py-enchant/Makefile |
SVNWeb
|
Number of commits found: 54 |
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Sat, 31 Dec 2022
|
[ 03:59 Muhammad Moinur Rahman (bofh) ] 234872b
textproc/py-enchant: Fix USE_WX
There is/was no USE_WX=3.1; fixing by reducing to current lowest
available version. As WX is DEFAULT option bumping PORTREVISION.
Approved by: portmgr (blanket)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] 5cf7e35 (Only the first 10 of 1452 ports in this commit are shown above. )
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Fri, 25 Feb 2022
|
[ 18:10 Loïc Bartoletti (lbartoletti) ] 337a99b (Only the first 10 of 25 ports in this commit are shown above. )
x11-toolkits/py-wxPython4: Update to 4.1
- Rename wxPython40 to wxPython4
- Update to 4.1 version
- Fix wxgtk31 for string
- Use wxGtk31 instead of wxgtk30
- Fix kicad* ports with wxgtk31/wxPython 4.1
Changes:
- https://www.wxpython.org/news/2020-11-21-wxpython-411-release/index.html
Reviewed by: tcberner
Approved by: yuri, bofh
Differential Revision: D34080
|
Sun, 17 Oct 2021
|
[ 15:29 Thierry Thomas (thierry) ] 7ee1a9a
textproc/py-enchant: upgrade to v3.2.2
Add Python 3.10 support.
|
Sat, 26 Jun 2021
|
[ 16:49 Thierry Thomas (thierry) ] d04b788
textproc/py-enchant: upgrade to 3.2.1
Changelog at <https://pyenchant.github.io/pyenchant/changelog.html#id1>.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 10 Dec 2020
|
[ 13:58 thierry ]
Upgrade to 3.2.0.
Changelog at <https://pyenchant.github.io/pyenchant/changelog.html>.
|
Wed, 19 Aug 2020
|
[ 14:49 thierry ]
Upgrade to 3.1.1.
Release notes at
https://github.com/pyenchant/pyenchant/releases/tag/v3.1.1
|
Thu, 21 May 2020
|
[ 09:29 thierry ]
Upgrade to v3.1.0.
Changelog at <https://github.com/pyenchant/pyenchant/releases/tag/v3.1.0>.
|
Mon, 2 Mar 2020
|
[ 20:38 thierry ]
Upgrade to 3.0.1.
Changelog at <http://pyenchant.github.io/pyenchant/changelog.html>.
Note: this drops support for Python 2.
|
Wed, 10 Apr 2019
|
[ 05:47 antoine ]
Switch default version of python to 3.6
PR: 234633
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D18743
|
Wed, 14 Feb 2018
|
[ 18:39 pi ]
textproc/py-enchant: if py3 is chosen to build, the WX option is disabled
- this allows multimedia/py-openlp to build with python 3.x
PR: 211665
Submitted by: antoine
|
Sat, 23 Dec 2017
|
[ 16:59 thierry ]
Upgrade to pyenchant 2.0.0.
|
Fri, 1 Dec 2017
|
[ 20:49 amdmi3 ]
- Add NO_ARCH
- Remove LDFLAGS, not used here
- Fix make syntax
Approved by: portmgr blanket
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Mon, 24 Jul 2017
|
[ 19:42 thierry ]
Upgrade to 1.6.11.
|
Thu, 20 Jul 2017
|
[ 19:18 thierry ]
Upgrade to pyenchant 1.6.10.
|
Tue, 18 Jul 2017
|
[ 19:21 thierry ]
Upgrade to 1.6.9.
|
Sat, 10 Jun 2017
|
[ 15:06 thierry ]
Use option helpers.
PR: 219804
Reported by: koobs
|
Thu, 8 Jun 2017
|
[ 21:08 thierry ]
Make wxPython optional.
Note: no PORTREVISION bump, because the default is not changed.
PR: 219804
Submitted by: pete (at) nomadlogic.org
|
Fri, 9 Dec 2016
|
[ 20:08 thierry ]
- Adopt (approved by nivit);
- Upgrade to 1.6.8;
- Define the license;
- Add a plist.
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 7 Dec 2014
|
[ 10:01 mva ] (Only the first 10 of 103 ports in this commit are shown above. )
- Convert textproc/ to USES=python
With hat: python@
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Sun, 6 Jul 2014
|
[ 14:02 wg ]
textproc/py-enchant: use WX 3.0
- Remove leading article from COMMENT
- Use new syntax for lib depends
Approved by: portmgr (bapt, blanket)
|
Sun, 15 Jun 2014
|
[ 11:42 mva ]
- Enable stagedir support
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
|
Mon, 10 Mar 2014
|
[ 20:55 gerald ] (Only the first 10 of 1081 ports in this commit are shown above. )
Update the default version of GCC used in the Ports Collection from
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)
|
Sat, 26 Oct 2013
|
[ 00:52 gerald ] (Only the first 10 of 1147 ports in this commit are shown above. )
Update to libmpc version 1.0.1 which brings the following fixes:
- 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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 23:17 bapt ] (Only the first 10 of 1559 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
|
Wed, 15 Dec 2010
|
[ 13:52 nivit ]
- Update to 1.6.5
|
Mon, 13 Dec 2010
|
[ 13:06 nivit ]
- Update to 1.6.4
- Remove MD5 checksum from distinfo
|
Sat, 11 Sep 2010
|
[ 13:51 nivit ]
- Update to 1.6.3
|
Thu, 6 May 2010
|
[ 19:38 nivit ]
- Update to 1.6.1
- New download site
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sun, 23 Aug 2009
|
[ 15:56 erwin ]
Fix fetching
Submitted by: pointyhat
|
Sat, 22 Aug 2009
|
[ 00:37 amdmi3 ] (Only the first 10 of 140 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V
|
Sat, 30 May 2009
|
[ 19:45 nivit ]
- Update to 1.5.3
|
Wed, 11 Feb 2009
|
[ 16:47 nivit ]
- Update to 1.5.1
- Convert easy_install support to <bsd.python.mk>
|
Mon, 8 Dec 2008
|
[ 17:02 nivit ]
- Update to 1.5.0
- 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>
|
Fri, 6 Jun 2008
|
[ 14:05 edwin ] (Only the first 10 of 221 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
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)
|
Thu, 20 Dec 2007
|
[ 20:00 nivit ]
- Update to 1.3.1
|
Tue, 4 Sep 2007
|
[ 09:37 pav ]
- This port does not install egg-info file
Reported by: pointyhat
|
Mon, 30 Jul 2007
|
[ 09:42 alexbl ] (Only the first 10 of 445 ports in this commit are shown above. )
- Make Python 2.5.1 the default Python version
- 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
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sun, 7 Jan 2007
|
[ 22:14 nivit ]
- Updated to 1.3.0
Approved by: alexbl (mentor)
|
Sun, 31 Dec 2006
|
[ 13:18 nivit ]
- Fixed WX_COMPS value (from python_run to python:run),
otherwise the port does not install x11-toolkits/py-wxPython*
Approved by: alexbl (mentor)
|
Sun, 10 Dec 2006
|
[ 01:21 nivit ] (Only the first 10 of 66 ports in this commit are shown above. )
- Updated email address in my ports
Approved by: alexbl (mentor)
|
Fri, 17 Nov 2006
|
[ 10:42 miwi ]
- Update to 1.2.0
PR: ports/105457
Submitted by: nivit@email.it (Nicola Vitale) (maintainer)
|
Thu, 6 Apr 2006
|
[ 15:05 garga ]
Move recently added textproc/pyenchant to textproc/py-enchant for consistency
with other Python ports
Noted by: danfe
Approved by: maintainer
|
Number of commits found: 54 |