View | Details | Raw Unified | Return to bug 95866
Collapse All | Expand All

(-)redet/Makefile (-10 / +9 lines)
Lines 6-40 Link Here
6
#
6
#
7
7
8
PORTNAME=	redet
8
PORTNAME=	redet
9
PORTVERSION=	7.3
9
PORTVERSION=	8.10
10
CATEGORIES=	textproc tk84
10
CATEGORIES=	textproc tk84
11
MASTER_SITES=	${MASTER_SITE_LOCAL}
11
MASTER_SITES=	http://bsd.gubkin.ru/myports/ ${MASTER_SITE_LOCAL}
12
MASTER_SITE_SUBDIR=	vsevolod
12
MASTER_SITE_SUBDIR=	vsevolod
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Visual regexp constructors with many regexp types support
15
COMMENT=	Visual regexp constructors with many regexp types support
16
16
17
RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84
17
RUN_DEPENDS=	${LOCALBASE}/lib/iwidgets/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets
18
18
19
NO_BUILD=	yes
19
NO_BUILD=	yes
20
USE_REINPLACE=	yes
20
USE_BZIP2=	yes
21
USE_TK=		84
21
22
22
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
23
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
23
PORTDOCS=	BUGS COPYING CREDITS LICENSE README-General
24
PORTDOCS=	AUTHORS COPYING CREDITS LICENSE README-General
24
MAN1=		redet.1
25
MAN1=		redet.1
25
PLIST_FILES=	bin/redet
26
PLIST_FILES=	bin/redet
26
27
27
post-patch:
28
post-patch:
28
	@${REINPLACE_CMD} -e 's/wish/wish8.4/' ${WRKSRC}/redet.tcl
29
	@${REINPLACE_CMD} -e "s@exec wish@exec ${WISH}@" ${WRKSRC}/redet.tcl
29
30
30
do-install:
31
do-install:
31
	${INSTALL_SCRIPT} ${WRKSRC}/redet.tcl ${PREFIX}/bin/redet
32
	${INSTALL_SCRIPT} ${WRKSRC}/redet.tcl ${PREFIX}/bin/redet
32
	${INSTALL_DATA} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1/
33
	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1/
33
.if !defined(NOPORTDOCS)
34
.if !defined(NOPORTDOCS)
34
	${MKDIR} ${DOCSDIR}
35
	${MKDIR} ${DOCSDIR}
35
. for doc in ${PORTDOCS}
36
	@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
36
	@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
37
. endfor
38
.endif
37
.endif
39
38
40
.include <bsd.port.mk>
39
.include <bsd.port.mk>
(-)redet/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (redet-7.3.tar.gz) = 3aaf9c982230a9ca579a3256b88c666b
1
MD5 (redet-8.10.tar.bz2) = 443a9ce215ff622730cdb6d90b767b91
2
SHA256 (redet-7.3.tar.gz) = 379c6cea8a6e06cae05fbf4597fd9f6b7365a27984a90f2faa171097086f7804
2
SHA256 (redet-8.10.tar.bz2) = 6e005d5276c3c52fde67fec7cafe250503e70153738642188932abdead741f55
3
SIZE (redet-7.3.tar.gz) = 148500
3
SIZE (redet-8.10.tar.bz2) = 165938

Return to bug 95866