Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv3795

Added Files:
        dvtm.info dvtm.patch 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: dvtm.patch ---
diff -urN dvtm-0.5.2/config.mk dvtm-0.5.2.mod/config.mk
--- dvtm-0.5.2/config.mk        2009-02-08 22:52:37.000000000 +0100
+++ dvtm-0.5.2.mod/config.mk    2009-07-17 23:55:09.000000000 +0200
@@ -3,11 +3,11 @@
 
 # Customize below to fit your system
 
-PREFIX = /usr/local
+PREFIX = @PREFIX@
 MANPREFIX = ${PREFIX}/share/man
 
 INCS = -I. -I/usr/include -I/usr/local/include 
-LIBS = -lc -lutil -lncursesw
+LIBS = -lc -lSystem -lncursesw
 #LIBS = -lc -lutil -lncurses
 
 CFLAGS += -std=c99 -Os ${INCS} -DVERSION=\"${VERSION}\" -DNDEBUG
diff -urN dvtm-0.5.2/Makefile dvtm-0.5.2.mod/Makefile
--- dvtm-0.5.2/Makefile 2009-02-08 22:52:37.000000000 +0100
+++ dvtm-0.5.2.mod/Makefile     2009-07-17 08:56:10.000000000 +0200
@@ -41,7 +41,7 @@
 
 install: dvtm
        @echo stripping executable
-       @strip -s dvtm
+       @strip dvtm
        @echo installing executable file to ${DESTDIR}${PREFIX}/bin
        @mkdir -p ${DESTDIR}${PREFIX}/bin
        @cp -f dvtm ${DESTDIR}${PREFIX}/bin

--- NEW FILE: dvtm.info ---
Package: dvtm
Version: 0.5.2
Revision: 2
Source: http://brain-dump.org/projects/%n/%n-%v.tar.gz
Maintainer: Olivier Hervieu <[email protected]>
Homepage: http://brain-dump.org/projects/dvtm/
License: OSI-Approved
Description: Tiling window management for the console
DescDetail: << 
dvtm (dynamic virtual terminal manager) brings dwm and \
it's concept of tiling window management to the console. 
As a console window manager it tries to make it easy to \
work with multiple console based programs. 
<<
DescUsage: <<
dvtm could be launched in every terminal emulator, like screen.
You will get a terminal window in which you can create several 
others terminals.
To create a new terminal : Mod-c. Mod-j and Mod-k are used to 
change the focused terminal. 
The Mod key, is by default Ctrl-g. The Mod key can be changed 
with -m option on dvtm startup.
<<
Source-MD5: 7872b9e61705a4e9952655b3b88e4add
CompileScript: make
InstallScript: <<
#!/bin/sh -ev
make install prefix=%i
<<
BuildDepends: libncursesw5, fink (>= 0.24.12)
PatchFile: %n.patch
PatchFile-MD5: 44e70eb672eb55bbebe019ae6efde9df
PatchScript: sed 's|@PREFIX@|%i|g' < %{PatchFile} | patch -p1
DescPackaging: <<
There's no libutil on Mac OS X 10.4 and on Mac OS X 10.4 and 10.5 there's a
libSystem that defined the same symbols as libutil. Use it instead of libutils.
<<


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to