notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
loook Simple Python tool that search in LibreOffice/OpenOffice files
0.9.0_1 textproc on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.9.0Version of this port present on the latest quarterly branch.
Maintainer: dinoex@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-12-15 17:06:08
Last Update: 2024-01-11 16:45:35
Commit Hash: 08a491c
License: GPLv2+
WWW:
https://mechtilde.de/Loook/
Description:
Loook is a simple Python tool that searches for text strings in LibreOffice, OpenOffice.org and OOXML files (e.g. docx, xlsx und pptx). 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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (15 items)
Collapse this list.
  1. bin/loook
  2. share/applications/loook.desktop
  3. share/locale/cs/LC_MESSAGES/loook.mo
  4. share/locale/de/LC_MESSAGES/loook.mo
  5. share/locale/en/LC_MESSAGES/loook.mo
  6. share/locale/es/LC_MESSAGES/loook.mo
  7. share/locale/fr/LC_MESSAGES/loook.mo
  8. share/locale/it/LC_MESSAGES/loook.mo
  9. share/locale/nl/LC_MESSAGES/loook.mo
  10. share/man/man1/loook.1.gz
  11. share/man/de/man1/loook.1.gz
  12. share/pixmaps/loook.png
  13. /usr/local/share/licenses/loook-0.9.0_1/catalog.mk
  14. /usr/local/share/licenses/loook-0.9.0_1/LICENSE
  15. /usr/local/share/licenses/loook-0.9.0_1/GPLv2+
Collapse this list.
Dependency lines:
  • loook>0:textproc/loook
To install the port:
cd /usr/ports/textproc/loook/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/loook
  • pkg install loook
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: loook
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1644226214 SHA256 (python/loook-0.9.0.tar.gz) = 31153772d8860c3d30412ed205fd7601ad44a0f3618cb7822cafadc5c9a4be80 SIZE (python/loook-0.9.0.tar.gz) = 19979

Packages (timestamps in pop-ups are UTC):
loook
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.9.0_10.9.0_10.8.60.9.0_10.9.0_1-0.8.6-
FreeBSD:13:quarterly0.9.00.9.00.9.00.9.00.9.0_10.9.00.9.00.9.0
FreeBSD:14:latest0.9.0_10.9.0_10.9.00.9.0_10.9.0_10.9.0-0.9.0
FreeBSD:14:quarterly0.9.00.9.0_1-0.9.00.9.0_10.9.00.9.00.9.0
FreeBSD:15:latest0.9.0_10.9.0_1n/a0.9.0_1n/a0.9.0_10.9.0_10.9.0_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. python3.9 : lang/python39
  2. msgfmt : devel/gettext-tools
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-tkinter>=0 : x11-toolkits/py-tkinter@py39
  2. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
textproc_loook
USES:
python gettext-tools:build
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://mechtilde.de/Loook/Downloads/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.0_1
11 Jan 2024 16:45:35
commit hash: 08a491cd74155bce0b0fe69428b9e4ab0021db82commit hash: 08a491cd74155bce0b0fe69428b9e4ab0021db82commit hash: 08a491cd74155bce0b0fe69428b9e4ab0021db82commit hash: 08a491cd74155bce0b0fe69428b9e4ab0021db82 files touched by this commit
Dirk Meyer (dinoex) search for other commits by this committer
textproc/loook: use ${PREFIX}/share/man
0.9.0
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.9.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.9.0
20 Jul 2022 14:23:14
commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
0.9.0
14 Feb 2022 16:47:05
commit hash: 9a4239a04be95bea6f58145e23815dce3ad41bddcommit hash: 9a4239a04be95bea6f58145e23815dce3ad41bddcommit hash: 9a4239a04be95bea6f58145e23815dce3ad41bddcommit hash: 9a4239a04be95bea6f58145e23815dce3ad41bdd files touched by this commit
Dirk Meyer (dinoex) search for other commits by this committer
textproc/loook: update to 0.9.0
0.8.6
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.8.6
04 Jan 2019 19:24:30
Revision:489263Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 0.8.6
0.8.5
08 May 2018 19:46:29
Revision:469411Original commit files touched by this commit
dinoex search for other commits by this committer
- extend description
0.8.5
18 Apr 2018 18:07:00
Revision:467726Original commit files touched by this commit
dinoex search for other commits by this committer
- take maintainership
0.8.5
02 Apr 2018 05:46:21
Revision:466197Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 0.8.5
- added manpages, desktop file, icon, and NLS files.
- reset maintainer
PR:		208530
0.6.5_2
19 Feb 2018 11:10:43
Revision:462307Original commit files touched by this commit
antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
0.6.5_1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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 View all of this commit message)
0.6.5_1
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
0.6.5_1
07 Mar 2016 11:08:18
Revision:410517Original commit files touched by this commit
rm search for other commits by this committer
textproc/loook: drop dependency upon devel/py-iniparse

This port version is using standard library ConfigParser module instead of
iniparse. Bump PORTREVISION, because of package change.

With hat:   python
0.6.5
07 Dec 2014 10:01:37
Revision:374183Original commit files touched by this commit
mva search for other commits by this committer
- Convert textproc/ to USES=python

With hat:	python@
0.6.5
16 Jun 2014 21:03:58
Revision:358053Original commit files touched by this commit
nemysis search for other commits by this committer
These ports are no longer used or cared for.

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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.6.5
10 Mar 2014 17:25:26
Revision:347786Original commit files touched by this commit
bapt search for other commits by this committer
Convert textproc to USES=zip
0.6.5
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
0.6.5
15 Dec 2013 17:05:56
Revision:336558Original commit files touched by this commit
nemysis search for other commits by this committer
Loook is a simple Python tool that searches for text strings in
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)

Number of commits found: 20