ports/52477: Update port: editors/zile to 1.6.2

KATO Tsuguru tkato at prontomail.com
Tue May 20 15:10:21 UTC 2003


>Number:         52477
>Category:       ports
>Synopsis:       Update port: editors/zile to 1.6.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 08:10:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.6.2

New file:
files/patch-doc::zile.texi

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/editors/zile/Makefile editors/zile/Makefile
--- /usr/ports/editors/zile/Makefile	Sat Apr 12 22:45:26 2003
+++ editors/zile/Makefile	Tue May 20 15:34:50 2003
@@ -6,27 +6,26 @@
 #
 
 PORTNAME=	zile
-PORTVERSION=	1.6.1
+PORTVERSION=	1.6.2
 CATEGORIES=	editors
-MASTER_SITES=	${MASTER_SITE_SUNSITE} \
-		${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	apps/editors/emacs/clones zile
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports at freebsd.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Small emacs-like text editor
 
-USE_AUTOCONF=	yes
+USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
 
 MAN1=		zile.1
-MANCOMPRESSED=	no
 
-strip_bins := zile
+post-extract:
+	${RM} -f ${WRKSRC}/doc/zile.info
 
 post-install:
-.for bin in ${strip_bins}
-	@strip ${PREFIX}/bin/${bin}
-.endfor
+	install-info ${PREFIX}/info/zile.info ${PREFIX}/info/dir
 
 .include <bsd.port.mk>
diff -urN /usr/ports/editors/zile/distinfo editors/zile/distinfo
--- /usr/ports/editors/zile/distinfo	Mon Aug 20 16:40:23 2001
+++ editors/zile/distinfo	Tue May 20 15:16:21 2003
@@ -1 +1 @@
-MD5 (zile-1.6.1.tar.gz) = 5bb3159b921ea44c9f62c288225a661a
+MD5 (zile-1.6.2.tar.gz) = 7bb34d180c9de83f54cf079c694fcf9b
diff -urN /usr/ports/editors/zile/files/patch-doc::zile.texi editors/zile/files/patch-doc::zile.texi
--- /usr/ports/editors/zile/files/patch-doc::zile.texi	Thu Jan  1 09:00:00 1970
+++ editors/zile/files/patch-doc::zile.texi	Tue May 20 15:32:19 2003
@@ -0,0 +1,13 @@
+--- doc/zile.texi.orig	Mon Apr 15 00:35:14 2002
++++ doc/zile.texi	Tue May 20 15:32:03 2003
+@@ -1,6 +1,10 @@
+ \input texinfo   @c -*-texinfo-*-
+ @setfilename zile.info
+ @settitle The Zile Manual
++ at dircategory Editors
++ at direntry
++* Zile: (zile).		A very small emacs-like editor.
++ at end direntry
+ 
+ @c If "finalout" is commented out, the printed output will show
+ @c black boxes that mark lines that are too long.  Thus, it is
diff -urN /usr/ports/editors/zile/pkg-descr editors/zile/pkg-descr
--- /usr/ports/editors/zile/pkg-descr	Fri Sep 29 07:24:06 2000
+++ editors/zile/pkg-descr	Tue May 20 14:45:37 2003
@@ -1,3 +1,5 @@
 zile is another emacs clone.  zile is a customizable, self-documenting real-time
 display editor.  zile was written to be similar as possible to emacs; every
 emacs user should feel at home with zile. 
+
+WWW: http://zile.sourceforge.net/
diff -urN /usr/ports/editors/zile/pkg-plist editors/zile/pkg-plist
--- /usr/ports/editors/zile/pkg-plist	Sat May  5 03:33:38 2001
+++ editors/zile/pkg-plist	Tue May 20 15:20:40 2003
@@ -1,12 +1,14 @@
+bin/zile
+ at unexec install-info --delete %D/info/zile.info %D/info/dir
 info/zile.info
-share/zile/zilerc.sample
+ at exec install-info %D/info/zile.info %D/info/dir
+share/zile/AUTODOC
 share/zile/FAQ
 share/zile/HELP
+share/zile/LATEST_VERSION
 share/zile/MINIHELP1
 share/zile/MINIHELP2
 share/zile/MINIHELP3
-share/zile/LATEST_VERSION
 share/zile/TUTORIAL
-share/zile/AUTODOC
-bin/zile
+share/zile/zilerc.sample
 @dirrm share/zile
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list