aboutsummaryrefslogtreecommitdiff
path: root/textproc/loook
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - update to 0.8.6Dirk Meyer2019-01-042-12/+13
| | | | Notes: svn path=/head/; revision=489263
* - extend descriptionDirk Meyer2018-05-081-1/+1
| | | | Notes: svn path=/head/; revision=469411
* - take maintainershipDirk Meyer2018-04-181-1/+1
| | | | Notes: svn path=/head/; revision=467726
* - update to 0.8.5Dirk Meyer2018-04-023-15/+38
| | | | | | | | | - added manpages, desktop file, icon, and NLS files. - reset maintainer PR: 208530 Notes: svn path=/head/; revision=466197
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-2/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* textproc/loook: drop dependency upon devel/py-iniparseRuslan Makhmatkhanov2016-03-071-2/+2
| | | | | | | | | | This port version is using standard library ConfigParser module instead of iniparse. Bump PORTREVISION, because of package change. With hat: python Notes: svn path=/head/; revision=410517
* - Convert textproc/ to USES=pythonMarcus von Appen2014-12-071-2/+1
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=374183
* These ports are no longer used or cared for.Rusmir Dusko2014-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dave Shar <koalative at gmail.com> wishes to maintain these ports with my help. audio/portaudio - Pass maintainership to koalative at gmail.com audio/portaudio2 - Pass maintainership to koalative at gmail.com deskutils/parcellite - Pass maintainership to koalative at gmail.com devel/allegro - Change Makefile header, add Created by Jimmy Olgeni <olgeni@FreeBSD.org> - Pass maintainership to koalative at gmail.com devel/allegro-devel - Change Makefile header, use my name and @FreeBSD.org email - Pass maintainership to koalative at gmail.com emulators/q4wine - Remove not needed linie - Pass maintainership to koalative at gmail.com emulators/swine - Change Makefile header, use my name and @FreeBSD.org email - Pass maintainership to koalative at gmail.com finance/venice - Pass maintainership to koalative at gmail.com graphics/glfw - Pass maintainership to koalative at gmail.com graphics/glfw2 - Pass maintainership to koalative at gmail.com graphics/xsane - Pass maintainership to koalative at gmail.com textproc/loook - Pass maintainership to koalative at gmail.com Notes: svn path=/head/; revision=358053
* Convert textproc to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347786
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Loook is a simple Python tool that searches for text strings inRusmir Dusko2013-12-153-0/+45
LibreOffice and OpenOffice.org files. AND, OR and phrase searches are supported. It doesn't create an index, but searching should be fast enough unless you have really many files. WWW: http://www.danielnaber.de/loook/ PR: ports/171734 Submitted by: nemysis (self) Approved by: wg (mentor) Notes: svn path=/head/; revision=336558