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

(-)editors/zile/Makefile (-7 / +14 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	zile
8
PORTNAME=	zile
9
PORTVERSION=	1.6.2
9
PORTVERSION=	2.0.1
10
PORTREVISION=	2
11
CATEGORIES=	editors
10
CATEGORIES=	editors
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 15-33 Link Here
15
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Small emacs-like text editor
15
COMMENT=	Small emacs-like text editor
17
16
17
USE_GCC=	3.4
18
USE_REINPLACE=	yes
18
USE_GMAKE=	yes
19
USE_GMAKE=	yes
19
GNU_CONFIGURE=	yes
20
USE_AUTOMAKE_VER=	19
21
USE_AUTOCONF_VER=	259
20
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
22
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
22
		LDFLAGS="-L${LOCALBASE}/lib"
23
23
24
MAN1=		zile.1
24
MAN1=		zile.1
25
INFO=		zile
25
INFO=		zile
26
PLIST_FILES=	bin/zile %%DATADIR%%/AUTODOC %%DATADIR%%/FAQ %%DATADIR%%/HELP \
27
		%%DATADIR%%/TUTORIAL %%DATADIR%%/zilerc.sample
26
28
27
post-extract:
29
post-extract:
28
	@${RM} -f ${WRKSRC}/doc/zile.info
30
	@${RM} -f ${WRKSRC}/doc/zile.info
29
31
30
post-install:
32
post-patch:
31
	install-info ${PREFIX}/info/zile.info ${PREFIX}/info/dir
33
	@${REINPLACE_CMD} -e '/^BFD_CC_FOR_BUILD/d' ${WRKSRC}/configure.ac
34
	@${GREP} -lR "Makefile.am" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
35
		's|_FOR_BUILD||g'
36
37
pre-configure:
38
	@cd ${CONFIGURE_WRKSRC} && ${ACLOCAL} 
32
39
33
.include <bsd.port.mk>
40
.include <bsd.port.mk>
(-)editors/zile/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (zile-1.6.2.tar.gz) = 7bb34d180c9de83f54cf079c694fcf9b
1
MD5 (zile-2.0.1.tar.gz) = 4cc182d72699611dfcfc9ed04588ece1
2
SIZE (zile-1.6.2.tar.gz) = 254162
2
SIZE (zile-2.0.1.tar.gz) = 339755
(-)editors/zile/files/patch-doc::zile.texi (-4 / +16 lines)
Lines 1-13 Link Here
1
--- doc/zile.texi.orig	Mon Apr 15 00:35:14 2002
1
--- doc/zile.texi.orig	Sun Feb  6 17:44:33 2005
2
+++ doc/zile.texi	Wed Nov 12 18:56:00 2003
2
+++ doc/zile.texi	Wed Feb  9 00:07:44 2005
3
@@ -1,6 +1,10 @@
3
@@ -1,6 +1,10 @@
4
 \input texinfo   @c -*-texinfo-*-
4
 \input texinfo   @c -*-texinfo-*-
5
 @setfilename zile.info
5
 @setfilename zile.info
6
 @settitle The Zile Manual
6
 @settitle The Zile Manual
7
+@dircategory Editors
7
+@dircategory Text editors
8
+@direntry
8
+@direntry
9
+* Zile: (zile).		A customizable, self-documenting real-time display editor.
9
+* Zile: (zile).                 Zile emacs clone text editor.
10
+@end direntry
10
+@end direntry
11
 
11
 
12
 @c If "finalout" is commented out, the printed output will show
12
 @c If "finalout" is commented out, the printed output will show
13
 @c black boxes that mark lines that are too long.  Thus, it is
13
 @c black boxes that mark lines that are too long.  Thus, it is
14
@@ -18,11 +22,6 @@
15
 @subtitle Edition 2.0 for Zile version 2.0
16
 @subtitle December 2004
17
 @author Sandro Sigala and Reuben Thomas
18
-
19
-@dircategory Text editors
20
-@direntry
21
-* Zile: (zile).                 Zile emacs clone text editor.
22
-@end direntry
23
 
24
 @page
25
 @vskip 0pt plus 1filll
(-)editors/zile/pkg-plist (-4 lines)
Lines 3-12 Link Here
3
%%DATADIR%%/AUTODOC
3
%%DATADIR%%/AUTODOC
4
%%DATADIR%%/FAQ
4
%%DATADIR%%/FAQ
5
%%DATADIR%%/HELP
5
%%DATADIR%%/HELP
6
%%DATADIR%%/LATEST_VERSION
7
%%DATADIR%%/MINIHELP1
8
%%DATADIR%%/MINIHELP2
9
%%DATADIR%%/MINIHELP3
10
%%DATADIR%%/TUTORIAL
6
%%DATADIR%%/TUTORIAL
11
%%DATADIR%%/zilerc.sample
7
%%DATADIR%%/zilerc.sample
12
@dirrm %%DATADIR%%
8
@dirrm %%DATADIR%%

Return to bug 77965