[58067] trunk/dports/sysutils

ryandesign at macports.org ryandesign at macports.org
Mon Sep 21 08:39:35 PDT 2009


Revision: 58067
          http://trac.macports.org/changeset/58067
Author:   ryandesign at macports.org
Date:     2009-09-21 08:39:35 -0700 (Mon, 21 Sep 2009)
Log Message:
-----------
dvtm: new port, version 0.5.2; closes #21203

Added Paths:
-----------
    trunk/dports/sysutils/dvtm/
    trunk/dports/sysutils/dvtm/Portfile
    trunk/dports/sysutils/dvtm/files/
    trunk/dports/sysutils/dvtm/files/patch-src-Makefile.diff
    trunk/dports/sysutils/dvtm/files/patch-src-config.mk.diff

Added: trunk/dports/sysutils/dvtm/Portfile
===================================================================
--- trunk/dports/sysutils/dvtm/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/dvtm/Portfile	2009-09-21 15:39:35 UTC (rev 58067)
@@ -0,0 +1,40 @@
+# -*- 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                    dvtm
+version                 0.5.2
+categories              sysutils
+platforms               darwin
+maintainers             leboulanger.org:harold
+
+description             Dynamic Virtual Terminal Manager
+
+long_description        dvtm brings the concept of tiling window management, \
+                        popularized by X11-window managers like dwm to the \
+                        console. As a console window manager it tries to make \
+                        it easy to work with multiple console based programs \
+                        like vim, mutt, cmus or irssi.
+
+homepage                http://brain-dump.org/projects/dvtm/
+master_sites            ${homepage}
+
+checksums               md5     7872b9e61705a4e9952655b3b88e4add \
+                        sha1    b688048fc93a28722f1ed50b64d275fbdae5cd43 \
+                        rmd160  e23395dc96713640ede4ab4846168c3e9044dd40
+
+depends_lib             port:ncursesw
+
+patchfiles              patch-src-config.mk.diff
+
+platform darwin {
+    patchfiles-append   patch-src-Makefile.diff
+}
+
+use_configure           no
+
+build.args              PREFIX=${prefix} \
+                        CC=${configure.cc}
+
+destroot.args           PREFIX=${prefix}


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

Added: trunk/dports/sysutils/dvtm/files/patch-src-Makefile.diff
===================================================================
--- trunk/dports/sysutils/dvtm/files/patch-src-Makefile.diff	                        (rev 0)
+++ trunk/dports/sysutils/dvtm/files/patch-src-Makefile.diff	2009-09-21 15:39:35 UTC (rev 58067)
@@ -0,0 +1,12 @@
+--- Makefile	2009-07-07 12:29:12.000000000 -0500
++++ Makefile	2009-09-21 10:30:41.000000000 -0500
+@@ -41,7 +41,7 @@
+ 
+ install: dvtm
+ 	@echo stripping executable
+-	@strip -s dvtm
++	@strip -x dvtm
+ 	@echo installing executable file to ${DESTDIR}${PREFIX}/bin
+ 	@mkdir -p ${DESTDIR}${PREFIX}/bin
+ 	@cp -f dvtm ${DESTDIR}${PREFIX}/bin
+diff -ru dvtm-0.5.2-orig/config.mk dvtm-0.5.2/config.mk

Added: trunk/dports/sysutils/dvtm/files/patch-src-config.mk.diff
===================================================================
--- trunk/dports/sysutils/dvtm/files/patch-src-config.mk.diff	                        (rev 0)
+++ trunk/dports/sysutils/dvtm/files/patch-src-config.mk.diff	2009-09-21 15:39:35 UTC (rev 58067)
@@ -0,0 +1,17 @@
+--- config.mk	2009-07-07 12:29:12.000000000 -0500
++++ config.mk	2009-09-21 10:31:02.000000000 -0500
+@@ -6,12 +6,12 @@
+ PREFIX = /usr/local
+ MANPREFIX = ${PREFIX}/share/man
+ 
+-INCS = -I. -I/usr/include -I/usr/local/include 
++INCS = -I. -I${PREFIX}/include
+ LIBS = -lc -lutil -lncursesw
+ #LIBS = -lc -lutil -lncurses
+ 
+ CFLAGS += -std=c99 -Os ${INCS} -DVERSION=\"${VERSION}\" -DNDEBUG
+-LDFLAGS += -L/usr/lib -L/usr/local/lib ${LIBS}
++LDFLAGS += -L${PREFIX}/lib ${LIBS}
+ 
+ # Mouse handling
+ CFLAGS += -DCONFIG_MOUSE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090921/20961977/attachment.html>


More information about the macports-changes mailing list