Port details |
- redet Visual regexp development and execution
- 8.26_1 textproc
=4 8.26_1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2005-07-20 10:47:11
- Last Update: 2024-03-01 22:54:24
- Commit Hash: 1150898
- People watching this port, also watch:: nvidia-settings, sox, mDNSResponder, xpdf, mplayer
- Also Listed In: tk
- License: not specified in port
- WWW:
- https://www.billposer.org/Software/redet.html
- Description:
- Redet allows the user to construct regular expressions and test them against
input data by executing any of a variety of search programs, editors, and
programming languages that make use of regular expressions. When a suitable
regular expression has been constructed it may be saved to a file. redet stands
for Regular Expression Development and Execution Tool. For each program, a
palette showing the available regular expression syntax is provided. Selections
from the palette may be copied to the regular expression window with a mouse
click. Users may add their own definitions to the palette via their
initialization file. Redet also keeps a list of the regular expressions
executed, from which entries may be copied back into the regular expression
under construction. The history list is saved to a file and restored on
startup, so it persists across sessions. So long as the underlying program
supports Unicode, redet allows UTF-8 Unicode in both test data and regular
expressions
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/redet/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/redet
- pkg install redet
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: redet
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (redet-8.26.tar.bz2) = 6c3ab2d82071ccea352da9acac0d8d0f6d15fabe9816a58e10269627b4139c89
SIZE (redet-8.26.tar.bz2) = 283320
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- iwidgets>0 : x11-toolkits/iwidgets
- wish8.6 : x11-toolkits/tk86
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for redet-8.26_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- textproc_redet
- USES:
- tk:run tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.26_1 01 Mar 2024 22:54:24
    |
Muhammad Moinur Rahman (bofh)  |
textproc/redet: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
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) |
8.26 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
8.26 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
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 ) |
8.26 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
8.26 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
8.26 03 Sep 2015 14:09:18
  |
amdmi3  |
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes
Approved by: portmgr blanket |
8.26 02 Mar 2015 23:51:50
  |
bapt  |
Remove Author from pkg-descr and white space fixes |
8.26 24 Jan 2015 15:07:40
  |
antoine  |
Switch some dependencies from a directory name or a file generated by
pkg-install
to a package name, as the former can't be attributed to a package |
8.26 29 Jul 2014 18:41:17
  |
adamw  |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
8.26 15 Oct 2013 09:11:14
  |
gahr  |
- Convert to USES+=tk
- Convert to OPTIONSng (DOCS)
- STAGE-clean |
8.26 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
8.26 24 Oct 2011 09:11:38
 |
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
8.26 03 Jul 2011 14:40:25
 |
ohauer  |
-remove MD5 |
8.26 11 Jul 2009 15:52:03
 |
miwi  |
- Drop maintainership |
8.26 23 Sep 2008 08:36:08
 |
miwi  |
- Update to 8.26 |
8.25 07 Sep 2008 10:36:31
 |
miwi  |
- Update to 8.25
- Take maintainership |
8.24 07 Sep 2008 00:19:05
 |
linimon  |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
8.24 09 Apr 2008 13:42:26
 |
pav  |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
8.24 16 Mar 2008 19:35:07
 |
sat  |
- Update to 8.24 |
8.23 07 Sep 2007 21:40:55
 |
sat  |
- Update to 8.23 |
8.22 25 May 2007 16:00:23
 |
sat  |
- Update to 8.22 |
8.21_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
8.21 05 Apr 2007 20:18:39
 |
sat  |
- Update to 8.21 |
8.20 02 Apr 2007 22:56:15
 |
pav  |
- Convert existing ports to a new bsd.tcl.mk order
PR: ports/109097
Submitted by: Martin Matuska <martin@matuska.org>
Tested on: pointyhat exp-run |
8.20 16 Feb 2007 09:42:04
 |
sat  |
- Update to 8.20 |
8.19 26 Jan 2007 12:10:11
 |
sat  |
- Update to 8.19 |
8.18 16 Nov 2006 12:37:46
 |
sat  |
- Update to 8.18 |
8.17 23 Sep 2006 15:54:06
 |
sat  |
- Update to 8.17 |
8.16 18 Sep 2006 12:14:55
 |
sat  |
- Update to 8.16 |
8.15 19 Aug 2006 10:44:53
 |
sat  |
- Update to 8.15 |
8.14 13 Aug 2006 12:41:56
 |
sat  |
- Update to 8.14 |
8.13 30 Jul 2006 22:46:04
 |
sat  |
- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes |
8.13 22 Jul 2006 08:50:08
 |
sat  |
- Update to 8.13 |
8.12 07 Jul 2006 18:42:58
 |
sat  |
- Update to 8.12 |
8.11 19 May 2006 12:31:04
 |
sat  |
- Update to 8.11
Reported by: Martin Wilke
Approved by: krion (mentor, implicit) |
8.10 08 May 2006 21:41:11
 |
sat  |
Update my e-mail address
Approved by: krion (mentor, implicit) |
8.10 30 Apr 2006 21:15:29
 |
anray  |
- Update to 8.10
- Assign maintainership to submitter.
PR: ports/95866
Submitted by: Andrew Pantyukhin |
7.3_1 30 Apr 2006 17:08:58
 |
anray  |
- Need x11-toolkits/iwidgets in order to run.
- Bump PORTREVISION.
PR: ports/94372
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> |
7.3 14 Apr 2006 18:14:59
 |
linimon  |
Reset vsevolod as maintainer due to unreponsiveness. We hope to see him
back sometime.
Hat: portmgr |
7.3 24 Jan 2006 03:10:24
 |
edwin  |
SHA256ify
Approved by: krion@ |
7.3 11 Oct 2005 23:17:34
 |
vsevolod  |
- Update to 7.3
- Stop using main master site as it contains tarball without version number |
7.1 03 Sep 2005 09:39:46
 |
vsevolod  |
Update to 7.1. |
7.0 29 Aug 2005 09:57:14
 |
vsevolod  |
Update to 7.0.
Approved by: perky (mentor) |
6.14 11 Aug 2005 19:49:01
 |
vsevolod  |
Update to 6.14 and fix distfile fetching.
Approved by: portmgr (krion) |
6.13 30 Jul 2005 10:19:45
 |
vsevolod  |
Update to 6.13.
Approved by: perky (mentor) |
6.12 22 Jul 2005 09:33:36
 |
vsevolod  |
Update my email address.
Approved by: perky (mentor) |
6.12 20 Jul 2005 10:46:36
 |
sem  |
Redet allows the user to construct regular expressions and test them against
input data. Written on TCL/Tk.
PR: ports/83664
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> |