[121356] trunk/dports/sysutils

ryandesign at macports.org ryandesign at macports.org
Mon Jun 23 18:46:24 PDT 2014


Revision: 121356
          https://trac.macports.org/changeset/121356
Author:   ryandesign at macports.org
Date:     2014-06-23 18:46:24 -0700 (Mon, 23 Jun 2014)
Log Message:
-----------
wcd: new port, version 5.2.5 (#44040)

Added Paths:
-----------
    trunk/dports/sysutils/wcd/
    trunk/dports/sysutils/wcd/Portfile
    trunk/dports/sysutils/wcd/files/
    trunk/dports/sysutils/wcd/files/patch-src-Makefile.diff

Added: trunk/dports/sysutils/wcd/Portfile
===================================================================
--- trunk/dports/sysutils/wcd/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/wcd/Portfile	2014-06-24 01:46:24 UTC (rev 121356)
@@ -0,0 +1,46 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                wcd
+version             5.2.5
+categories          sysutils
+maintainers         gmail.com:mschamschula openmaintainer
+platforms           darwin
+license             GPL-2
+
+description         Wcd is a command-line program to change directory fast.
+
+long_description    Wcd is a command-line program to change directory fast. It \
+                    saves time typing at the keyboard. One needs to type only \
+                    a part of a directory name and wcd will jump to it. Wcd \
+                    has a fast selection method in case of multiple matches \
+                    and allows aliasing and banning of directories. Wcd also \
+                    includes a full screen interactive directory tree browser \
+                    with speed search.
+
+homepage            http://waterlan.home.xs4all.nl/
+master_sites        ${homepage}
+
+checksums           rmd160  c44dd74c7c42fd1e0db1378d8057a161d849f892 \
+                    sha256  e2b32766c100355b6b31c61a1ebf480b7d5785928cf4bc915b626b0f9a611648
+
+depends_lib         port:ncurses
+
+patchfiles          patch-src-Makefile.diff
+
+use_configure       no
+
+variant universal {}
+
+build.args          PREFIX=${prefix} \
+                    INCPREFIX=${prefix} \
+                    CC="${configure.cc} [get_canonical_archflags cc]" \
+                    EXT= \
+                    docsubdir=${name}
+
+eval destroot.args  ${build.args}
+
+livecheck.type      regex
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}


Property changes on: trunk/dports/sysutils/wcd/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/sysutils/wcd/files/patch-src-Makefile.diff
===================================================================
--- trunk/dports/sysutils/wcd/files/patch-src-Makefile.diff	                        (rev 0)
+++ trunk/dports/sysutils/wcd/files/patch-src-Makefile.diff	2014-06-24 01:46:24 UTC (rev 121356)
@@ -0,0 +1,24 @@
+--- src/Makefile.orig	2014-04-08 13:39:40.000000000 -0500
++++ src/Makefile	2014-06-23 20:35:19.000000000 -0500
+@@ -321,8 +321,8 @@
+ ifeq (freebsd,$(OS))
+ 	# Running under FreeBSD
+ ifdef ENABLE_NLS
+-	CFLAGS_OS     = -I/usr/local/include
+-	LDFLAGS_EXTRA = -L/usr/local/lib
++	CFLAGS_OS     = -I$(PREFIX)/include
++	LDFLAGS_EXTRA = -L$(PREFIX)/lib
+ 	LIBS_EXTRA    = -lintl
+ endif
+ endif
+@@ -330,8 +330,8 @@
+ ifeq (Darwin, $(shell uname -s))
+ 	OS = Darwin
+ ifdef ENABLE_NLS
+-	CFLAGS_OS     = -I/usr/local/include
+-	LDFLAGS_EXTRA = -L/usr/local/lib
++	CFLAGS_OS     = -I$(PREFIX)/include
++	LDFLAGS_EXTRA = -L$(PREFIX)/lib
+ 	LIBS_EXTRA    = -lintl
+ endif
+ endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140623/a106e5f6/attachment.html>


More information about the macports-changes mailing list