aboutsummaryrefslogtreecommitdiff
path: root/deskutils/tel
Commit message (Collapse)AuthorAgeFilesLines
* Use setuptools for all Python ports.William Grzybowski2013-12-151-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-5/+2
| | | | | | | deskutils) Notes: svn path=/head/; revision=327718
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-1/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* 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 0.1.7.1Andrew Pantyukhin2007-07-182-4/+4
| | | | Notes: svn path=/head/; revision=195842
* - Add mirrors to all my berlios-hosted portsAndrew Pantyukhin2007-04-211-1/+1
| | | | | | | Prompted by: pointyhat via kris, fenner's survey Notes: svn path=/head/; revision=190528
* - Update to 0.1.7Andrew Pantyukhin2007-03-303-7/+17
| | | | Notes: svn path=/head/; revision=188839
* Add port deskutils/tel:Andrew Pantyukhin2007-03-074-0/+38
tel is a little console-based phone book program. It allows adding, modifying, editing, and searching of phone book entries right on your terminal. Pretty printing capabilites are also provided. Entries are stored in a simple CSV file. This eases import and export with common spread sheet applications like Microsoft Excel or OpenOffice.org Calc. WWW: http://tel.berlios.de/ Author: Sebastian Wiesner <basti.wiesner@gmx.net> Notes: svn path=/head/; revision=186809