Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Oct 2004 02:01:22 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/72323: Update port: misc/iselect to 1.3.0
Message-ID:  <20041005020122.2fb2e7a6.tkato432@yahoo.com>
Resent-Message-ID: <200410041710.i94HAXvU077322@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         72323
>Category:       ports
>Synopsis:       Update port: misc/iselect to 1.3.0
>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:   Mon Oct 04 17:10:33 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 1.3.0

New file:
pkg-plist

Remove file:
pkg-message

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/misc/iselect/Makefile misc/iselect/Makefile
--- /usr/ports/misc/iselect/Makefile	Sun Mar 14 22:53:34 2004
+++ misc/iselect/Makefile	Tue Sep 28 00:23:20 2004
@@ -6,17 +6,35 @@
 #
 
 PORTNAME=	iselect
-PORTVERSION=	1.2.0
+PORTVERSION=	1.3.0
 CATEGORIES=	misc
-MASTER_SITES=	http://www.engelschall.com/sw/iselect/distrib/ \
-		ftp://ftp.engelschall.com/sw/iselect/
+MASTER_SITES=	ftp://ftp.ossp.org/pkg/tool/iselect/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Interactive Selection Tool
 
-HAS_CONFIGURE=	yes
+USE_REINPLACE=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 MAN1=		iselect.1
-PLIST_FILES=	bin/iselect
+
+.if defined(WITH_SLANG)
+LIB_DEPENDS+=	slang.1:${PORTSDIR}/devel/libslang
+CONFIGURE_ARGS+=	--with-incdir=${LOCALBASE}/include \
+			--with-libdir=${LOCALBASE}/lib
+.endif
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/iselect ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/iselect.1 ${MANPREFIX}/man/man1
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${EXAMPLESDIR}
+	cd ${WRKSRC}/example && ${FIND} . | \
+		${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/misc/iselect/distinfo misc/iselect/distinfo
--- /usr/ports/misc/iselect/distinfo	Fri Mar 19 18:11:16 2004
+++ misc/iselect/distinfo	Tue Sep 28 00:06:16 2004
@@ -1,2 +1,2 @@
-MD5 (iselect-1.2.0.tar.gz) = e2421e7b883171eb8082239c44bcd872
-SIZE (iselect-1.2.0.tar.gz) = 74244
+MD5 (iselect-1.3.0.tar.gz) = 3771a3c5133ad8d5896760dd7badc48e
+SIZE (iselect-1.3.0.tar.gz) = 107233
diff -urN /usr/ports/misc/iselect/pkg-descr misc/iselect/pkg-descr
--- /usr/ports/misc/iselect/pkg-descr	Mon May  3 14:37:17 1999
+++ misc/iselect/pkg-descr	Tue Sep 28 00:06:06 2004
@@ -1,15 +1,7 @@
-      _ ____       _           _   
-     (_) ___|  ___| | ___  ___| |_ 
-    / /\___ \ / _ \ |/ _ \/ __| __|
-   / /  ___) |  __/ |  __/ (__| |_ 
-  (_(  |____/ \___|_|\___|\___|\__|
+iSelect is an interactive line selection tool for ASCII files, operating
+via a full-screen Curses-based terminal session. It can be used either as
+an user interface frontend controlled by a Bourne-Shell/Perl/Tcl backend
+as its control script or in batch mode as a pipeline filter (usually
+between grep and the final executing command).   
 
-  iSelect -- Interactive Selection Tool
-
-  iSelect is an interactive line selection tool for ASCII files, operating
-  via a full-screen Curses-based terminal session. It can be used either as
-  an user interface frontend controlled by a Bourne-Shell/Perl/Tcl backend
-  as its control script or in batch mode as a pipeline filter (usually
-  between grep and the final executing command).   
-
-WWW: http://www.engelschall.com/sw/iselect/
+WWW: http://www.ossp.org/pkg/tool/iselect/
diff -urN /usr/ports/misc/iselect/pkg-message misc/iselect/pkg-message
--- /usr/ports/misc/iselect/pkg-message	Mon Jun 25 05:29:34 2001
+++ misc/iselect/pkg-message	Thu Jan  1 09:00:00 1970
@@ -1,10 +0,0 @@
-  Copyright (c) 1996-1999 Ralf S. Engelschall.
-
-  This program is free software; it may be redistributed and/or modified only
-  under the terms of the GNU General Public License, which may be found in the
-  iSelect source distribution.  Look at the file COPYING for details. 
-  
-  This program is distributed in the hope that it will be useful, but WITHOUT
-  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-  for more details.
diff -urN /usr/ports/misc/iselect/pkg-plist misc/iselect/pkg-plist
--- /usr/ports/misc/iselect/pkg-plist	Thu Jan  1 09:00:00 1970
+++ misc/iselect/pkg-plist	Tue Sep 28 00:22:00 2004
@@ -0,0 +1,27 @@
+bin/iselect
+%%PORTDOCS%%%%EXAMPLESDIR%%/README
+%%PORTDOCS%%%%EXAMPLESDIR%%/chdir/README
+%%PORTDOCS%%%%EXAMPLESDIR%%/chdir/dot.bashrc
+%%PORTDOCS%%%%EXAMPLESDIR%%/gotourl/dot.gotourlrc
+%%PORTDOCS%%%%EXAMPLESDIR%%/gotourl/dot.vimrc
+%%PORTDOCS%%%%EXAMPLESDIR%%/gotourl/gotourl
+%%PORTDOCS%%%%EXAMPLESDIR%%/ilogin/README
+%%PORTDOCS%%%%EXAMPLESDIR%%/ilogin/dot.bashrc
+%%PORTDOCS%%%%EXAMPLESDIR%%/ilogin/dot.ilogin
+%%PORTDOCS%%%%EXAMPLESDIR%%/ilogin/ilogin
+%%PORTDOCS%%%%EXAMPLESDIR%%/melm/README
+%%PORTDOCS%%%%EXAMPLESDIR%%/melm/melm
+%%PORTDOCS%%%%EXAMPLESDIR%%/melm/xmelm
+%%PORTDOCS%%%%EXAMPLESDIR%%/mtin/README
+%%PORTDOCS%%%%EXAMPLESDIR%%/mtin/mtin
+%%PORTDOCS%%%%EXAMPLESDIR%%/mtin/xmtin
+%%PORTDOCS%%%%EXAMPLESDIR%%/scvs/README
+%%PORTDOCS%%%%EXAMPLESDIR%%/scvs/dot.scvsrc
+%%PORTDOCS%%%%EXAMPLESDIR%%/scvs/scvs
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/scvs
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/mtin
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/melm
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/ilogin
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/gotourl
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/chdir
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041005020122.2fb2e7a6.tkato432>