aboutsummaryrefslogtreecommitdiff
path: root/devel/hgview
Commit message (Collapse)AuthorAgeFilesLines
* Use setuptools for all Python ports.William Grzybowski2013-12-151-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr) Notes: svn path=/head/; revision=336553
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* Drop maintainershipDmitry Marakasov2013-09-181-1/+1
| | | | Notes: svn path=/head/; revision=327568
* - Trim Makefile headersDmitry Marakasov2013-07-121-6/+4
| | | | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files Notes: svn path=/head/; revision=322840
* Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.Max Brazhnikov2013-02-031-0/+1
| | | | | | | | x11-toolkits/py-qt: - mark BROKEN: does not build with latest devel/py-sip Notes: svn path=/head/; revision=311476
* - Update to 1.6.2Dmitry Marakasov2012-09-283-5/+10
| | | | Notes: svn path=/head/; revision=304992
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Chase PyQT updateMax Brazhnikov2012-05-251-0/+1
| | | | Notes: svn path=/head/; revision=297369
* - Update to 1.5.0Dmitry Marakasov2012-03-053-3/+13
| | | | Notes: svn path=/head/; revision=292737
* - Update to 1.4.0Dmitry Marakasov2011-10-063-3/+47
| | | | Notes: svn path=/head/; revision=283018
* - Update to 1.3.0Dmitry Marakasov2011-06-233-4/+6
| | | | Notes: svn path=/head/; revision=276174
* - Update to 1.2.1Dmitry Marakasov2010-09-013-8/+4
| | | | Notes: svn path=/head/; revision=260378
* - 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
* - Update to 1.2.0Dmitry Marakasov2010-02-043-8/+10
| | | | Notes: svn path=/head/; revision=249199
* The KDE FreeBSD team is proud to announce the release of SIP-4.10 andDima Panov2010-01-301-0/+1
| | | | | | | | | | PyQt-4.7 for FreeBSD. The official update notes can be found at http://www.riverbankcomputing.com We'd like to say thanks to all helpers, testers and submitters. Notes: svn path=/head/; revision=248842
* - Update to 1.1.3Dmitry Marakasov2009-10-132-4/+4
| | | | Notes: svn path=/head/; revision=242790
* - Update to 1.1.2Dmitry Marakasov2009-10-053-6/+22
| | | | Notes: svn path=/head/; revision=242486
* - Introduce MASTER_SITE_LOGILABDmitry Marakasov2009-08-311-1/+1
| | | | | | | | | | | - Update MASTER_SITES for ports that use it PR: 137695 Submitted by: Sofian Brabez <sbrabez@gmail.com> Reviewed by: pav Notes: svn path=/head/; revision=240624
* - Update to 1.0.1Dmitry Marakasov2009-06-174-69/+92
| | | | Notes: svn path=/head/; revision=236144
* - Update to 0.11.2Dmitry Marakasov2009-03-243-8/+8
| | | | Notes: svn path=/head/; revision=230902
* - Update to 0.10.2Dmitry Marakasov2009-03-033-4/+7
| | | | Notes: svn path=/head/; revision=229440
* - Update to 0.10.1Dmitry Marakasov2009-01-212-4/+4
| | | | Notes: svn path=/head/; revision=226608
* - Update to 0.10.0Dmitry Marakasov2008-12-232-4/+4
| | | | Notes: svn path=/head/; revision=224660
* - Update to 0.9.1Dmitry Marakasov2008-11-252-6/+5
| | | | Notes: svn path=/head/; revision=223374
* A faster implementation of hgk using pygtk/pyqt4. Its primary purposeDmitry Marakasov2008-11-214-0/+91
was to be able to browse the linux kernel mercurial repository. WWW: http://www.logilab.org/project/name/hgview/ Notes: svn path=/head/; revision=223123