- Update to 8.13

This commit is contained in:
Andrew Pantyukhin 2006-07-22 08:50:08 +00:00
parent 156a330734
commit b231c5a875
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168461
3 changed files with 7 additions and 7 deletions

View file

@ -6,15 +6,14 @@
#
PORTNAME= redet
PORTVERSION= 8.12
PORTVERSION= 8.13
CATEGORIES= textproc tk84
MASTER_SITES= http://bsd1.csme.ru/myports/ \
http://bsd2.csme.ru/myports/ \
http://bsd3.csme.ru/myports/
MASTER_SITE_SUBDIR= vsevolod
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Visual regexp constructors with many regexp types support
COMMENT= Visual regexp development and execution
RUN_DEPENDS= ${LOCALBASE}/lib/iwidgets/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets

View file

@ -1,3 +1,3 @@
MD5 (redet-8.12.tar.bz2) = 632f6528ae00c9a589459325eaef83ab
SHA256 (redet-8.12.tar.bz2) = 175c48d6427b48efa40f7e4cceec1ec3f2b977b192fe36d164ba1e9a02ccf79e
SIZE (redet-8.12.tar.bz2) = 168257
MD5 (redet-8.13.tar.bz2) = 95813aaa5709f3f52e7646e3a144a810
SHA256 (redet-8.13.tar.bz2) = 78716ec0c320cbfdf5a8612dfeac98f7a7d3667a0fcf2bb91c386987a004701f
SIZE (redet-8.13.tar.bz2) = 169093

View file

@ -13,4 +13,5 @@ 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
WWW: http://www.billposer.org/Software/redet.html
WWW: http://www.billposer.org/Software/redet.html
Author: Bill Poser <billposer@alum.mit.edu>