tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

misc/dvtm: update to 0.4.1 release



Hello to all tech-pkg@ readers,

Today Marc Andre Tanner released the 0.4.1 version of dvtm, so as a
MAINTAINER I updated the misc/dvtm package and I need a pkgsrc
developers to commit my work.


A possible cvs log:
[...]
Updated to the 0.4.1 release.

Changes:
* Cursor key mode switching (this fixes arrow keys in vim)

* Characters following an escape are passed to the underlying
  application, this fixes ALT+<n> key combination as used by
  irssi

* A hack to make the keypad sort of work with putty

* Mouse support is now compile time selectable

* Destroy clients when an IO-error occurs

* Correct signal handling (save and restore errno)

* Destroy clients cleanly, prevent zombies

* Added a note about copy & paste to the manual page (use
  SHIFT while selecting or pasting text)

* Some source code formatting fixes

Package changes:
* patches/ removed (in order to use the SUBST framework, in this way the
  update to future releases will be easier)
[...]


Please remove the patches/ directory and apply the attached patches.
Thank you very much!


Ciao, Leonardo
-- 
 Leonardo Taccari (leot) | http://leot.netsons.org/
--- distinfo.orig       2008-05-10 22:26:00.000000000 +0200
+++ distinfo    2008-05-10 21:45:39.000000000 +0200
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/03/09 17:20:47 tnn Exp $
+$NetBSD$
 
-SHA1 (dvtm-0.4.tar.gz) = bcb12317fb2cd02e6b492560d945d672fcc8e856
-RMD160 (dvtm-0.4.tar.gz) = 80f86da540aff047c2ee8cc01cc73c8fb2a1c0b1
-Size (dvtm-0.4.tar.gz) = 20761 bytes
-SHA1 (patch-aa) = 9a0563e52dd957a35c26087fa1b4cc6750772b1b
+SHA1 (dvtm-0.4.1.tar.gz) = 44e032d6f4334ce0dfe92cc0121c6cb46d2d95bb
+RMD160 (dvtm-0.4.1.tar.gz) = bfaf0869c74bf180da1e13ba35a87c68844799a5
+Size (dvtm-0.4.1.tar.gz) = 21729 bytes
--- Makefile.orig       2008-05-10 22:25:37.000000000 +0200
+++ Makefile    2008-05-10 22:07:04.000000000 +0200
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.1.1.1 2008/03/09 17:20:47 tnn Exp $
 #
 
-DISTNAME=      dvtm-0.4
+DISTNAME=      dvtm-0.4.1
 CATEGORIES=    misc
 MASTER_SITES=  http://www.brain-dump.org/projects/dvtm/
 
@@ -14,11 +14,17 @@
 USE_LANGUAGES=         c99
 NO_CONFIGURE=          yes
 
-INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
+SUBST_CLASSES+=                makefile
+SUBST_STAGE.makefile=  pre-build
+SUBST_MESSAGE.makefile=        Fixing config.mk...
+SUBST_FILES.makefile=  config.mk
+SUBST_SED.makefile+=   -e 's,/usr/local,${PREFIX},g'
+SUBST_SED.makefile+=   -e 's,share/man,${PKGMANDIR},g'
+SUBST_SED.makefile+=   -e 's,^CFLAGS =,CFLAGS +=,g'
+SUBST_SED.makefile+=   -e 's,^LDFLAGS =,LDFLAGS +=,g'
+SUBST_SED.makefile+=   -e 's/cc/${CC:Q}/'
 
-do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/dvtm ${DESTDIR}${PREFIX}/bin
-       ${INSTALL_MAN} ${WRKSRC}/dvtm.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
 .include "options.mk"
 
--- PLIST.orig  2008-05-10 22:25:46.000000000 +0200
+++ PLIST       2008-05-10 21:43:39.000000000 +0200
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/09 17:20:47 tnn Exp $
+@comment $NetBSD$
 bin/dvtm
+bin/dvtm-status
 man/man1/dvtm.1

Attachment: pgpSGHeV9lmAp.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index