[90807] trunk/dports/sysutils

pixilla at macports.org pixilla at macports.org
Wed Mar 14 17:43:30 PDT 2012


Revision: 90807
          https://trac.macports.org/changeset/90807
Author:   pixilla at macports.org
Date:     2012-03-14 17:43:29 -0700 (Wed, 14 Mar 2012)
Log Message:
-----------
sysutils/iselect:
- New port.
- Closes #28381

Added Paths:
-----------
    trunk/dports/sysutils/iselect/
    trunk/dports/sysutils/iselect/Portfile

Added: trunk/dports/sysutils/iselect/Portfile
===================================================================
--- trunk/dports/sysutils/iselect/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/iselect/Portfile	2012-03-15 00:43:29 UTC (rev 90807)
@@ -0,0 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                iselect
+version             1.4.0
+categories          sysutils
+maintainers         pixilla openmaintainer
+platforms           darwin
+description         OSSP iselect is an interactive line selection tool for textual files, \
+                    operating via a full-screen Curses-based terminal session.
+long_description    OSSP iselect is an interactive line selection tool for textual files, \
+                    operating via a full-screen Curses-based terminal session. It can be used \
+                    either as an user interface frontend controlled by a scripting backend as its \
+                    wrapper or in batch mode as a pipeline filter (usually between grep and the \
+                    final executing command).
+homepage            http://www.ossp.org/pkg/tool/iselect/
+master_sites        ftp://ftp.ossp.org/pkg/tool/iselect
+
+checksums           rmd160  cc836e69d61e5a32903b113836de29669aab8055 \
+                    sha256  5b75fc5fa5407e85fa77d2a299c4e7628c0213116809f343946e62a8a25c5b1b
+
+depends_lib         port:ncurses
+
+pre-configure {
+    reinplace "s|\$\{exec_prefix\}/man|@mandir@|g" ${worksrcpath}/Makefile.in
+    reinplace "s|\$\(bindir\)|\$\(DESTDIR)\$\(bindir\)|g" ${worksrcpath}/Makefile.in
+    reinplace "s|\$\(mandir\)|\$\(DESTDIR)\$\(mandir\)|g" ${worksrcpath}/Makefile.in
+}
+
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/sysutils/iselect/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120314/89784add/attachment.html>


More information about the macports-changes mailing list