mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to version 1.3.0
PR: ports/72323 Submitted by: Ports Fury
This commit is contained in:
parent
781bc45c78
commit
a9901c7571
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118970
5 changed files with 58 additions and 31 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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.
|
27
misc/iselect/pkg-plist
Normal file
27
misc/iselect/pkg-plist
Normal file
|
@ -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%%
|
Loading…
Add table
Reference in a new issue