Bug 83664 - New port: textproc/redet - visual regexp constructor
Summary: New port: textproc/redet - visual regexp constructor
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergey Matveychuk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-18 14:00 UTC by Vsevolod Stakhov
Modified: 2005-07-20 11:47 UTC (History)
0 users

See Also:


Attachments
redet-6.11.shar (2.81 KB, text/plain)
2005-07-18 14:00 UTC, Vsevolod Stakhov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Stakhov 2005-07-18 14:00:34 UTC
Visual regexp editor written on tcl/tk with many regexp types support.

WWW:	http://www.cis.upenn.edu/~wjposer/redet.html
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2005-07-19 12:02:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

Grab
Comment 2 Vsevolod Stakhov 2005-07-19 23:03:25 UTC
Redet 6.12 is out. Here is updated shar:

--- redet.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	redet
#	redet/pkg-descr
#	redet/Makefile
#	redet/distinfo
#
echo c - redet
mkdir -p redet > /dev/null 2>&1
echo x - redet/pkg-descr
sed 's/^X//' >redet/pkg-descr << 'END-of-redet/pkg-descr'
XRedet allows the user to construct regular expressions and test them against
Xinput data by executing any of a variety of search programs, editors, and
Xprogramming languages that make use of regular expressions. When a suitable
Xregular expression has been constructed it may be saved to a file. redet stands
Xfor Regular Expression Development and Execution Tool. For each program, a
Xpalette showing the available regular expression syntax is provided. Selections
Xfrom the palette may be copied to the regular expression window with a mouse
Xclick. Users may add their own definitions to the palette via their
Xinitialization file. Redet also keeps a list of the regular expressions
Xexecuted, from which entries may be copied back into the regular expression
Xunder construction. The history list is saved to a file and restored on
Xstartup, so it persists across sessions. So long as the underlying program
Xsupports Unicode, redet allows UTF-8 Unicode in both test data and regular
Xexpressions
X
XWWW:	http://www.cis.upenn.edu/~wjposer/redet.html
END-of-redet/pkg-descr
echo x - redet/Makefile
sed 's/^X//' >redet/Makefile << 'END-of-redet/Makefile'
X# New ports collection makefile for:	redet
X# Date created:		2005-07-18
X# Whom:			Vsevolod Stakhov <vsevolod@highsecure.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	redet
XPORTVERSION=	6.12
XCATEGORIES=	textproc tk84
XMASTER_SITES=	http://www.cis.upenn.edu/~wjposer/.downloads/
XDISTNAME=	${PORTNAME}tiny-${PORTVERSION}
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	vsevolod@highsecure.ru
XCOMMENT=	Visual regexp constructors with many regexp types support
X
X#RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84
X
XNO_BUILD=	yes
XUSE_TK=		yes
X
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
XPORTDOCS=	BUGS COPYING CREDITS LICENSE README
XMAN1=		redet.1
XPLIST_FILES=	bin/redet
XPATCH_TK_SCRIPTS=	redet.tcl
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/redet.tcl ${PREFIX}/bin/redet
X	${INSTALL_DATA} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1/
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X. for doc in ${PORTDOCS}
X	@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
X. endfor
X.endif
X
X.include <bsd.port.mk>
END-of-redet/Makefile
echo x - redet/distinfo
sed 's/^X//' >redet/distinfo << 'END-of-redet/distinfo'
XMD5 (redettiny-6.12.tgz) = 35ddb962b0e61a15c8503c755f4a7f82
XSIZE (redettiny-6.12.tgz) = 127314
END-of-redet/distinfo
exit
--- redet.shar ends here ---
Comment 3 Sergey Matveychuk freebsd_committer freebsd_triage 2005-07-20 11:47:12 UTC
State Changed
From-To: open->closed

New port added, thanks!