Author: chris
Date: Mon Jun 1 15:43:30 2009
New Revision: 296
URL:
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=296&repname=user%3a+chris>
Log:
new version, updates will be applied soon
Added:
trunk/finkinfo/base/libncursesw5.info
trunk/finkinfo/base/ncurses.info
Added: trunk/finkinfo/base/libncursesw5.info
URL:
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/finkinfo/base/libncursesw5.info&rev=296&repname=user%3a+chris>
==============================================================================
--- trunk/finkinfo/base/libncursesw5.info (added)
+++ trunk/finkinfo/base/libncursesw5.info Mon Jun 1 15:43:30 2009
@@ -1,0 +1,81 @@
+Package: libncursesw5
+Version: 5.7
+Revision: 1
+GCC: 4.0
+#Source: mirror:gnu:ncurses/ncurses-5.4.tar.gz
+#Source2: mirror:sourceforge:fink/ncurses-5.4-20040711-patch.sh.bz2
+Source: mirror:sourceforge:fink/ncurses-5.7.tar.gz
+Source-MD5: cce05daf61a64501ef6cd8da1f727ec6
+Source-SHA1: 8233ee56ed84ae05421e4e6d6db6c1fe72ee6797
+#Source2:
ftp://invisible-island.net/ncurses/5.4/ncurses-5.4-20040711-patch.sh.bz2
+#Source2-MD5: 5cb04a825432ad968ef4e1ab6094353b
+#Source2ExtractDir: ncurses-5.4
+#Source3: mirror:sourceforge:fink/ncurses-5.4-20041023.patch.bz2
+#Source3-MD5: 2cacb921a11287fedda5db7de4d331a6
+#Source3ExtractDir: ncurses-5.4
+PatchScript: <<
+ #!/bin/sh -ev
+# bunzip2 ncurses-5.4-20040711-patch.sh.bz2
+# chmod +x ncurses-5.4-20040711-patch.sh
+# ./ncurses-5.4-20040711-patch.sh
+# echo
"***********************************************************************"
+# bunzip2 -c ncurses-%v.patch.bz2 | patch -p1
+# perl -p -i -e 's|tic\$suffix|tic\$suffix -x|;' misc/run_tic*
+# echo
"***********************************************************************"
+<<
+Depends: %N-shlibs (= %v-%r)
+BuildDepends: fink (>= 0.13.0)
+BuildDependsOnly: true
+ConfigureParams: --without-ada --with-shared --with-debug --enable-termcap
--mandir=%p/share/man
--with-terminfo-dirs="%p/share/terminfo:/usr/share/terminfo"
--with-default-terminfo-dir="%p/share/terminfo" --enable-no-padding
--enable-sigwinch --enable-tcap-names --enable-hard-tabs --enable-widec
+NoSetCFLAGS: true
+NoSetLDFLAGS: true
+SetLDFLAGS: -Wl,-search_paths_first
+NoSetMAKEFLAGS: true
+SetMAKEFLAGS: -j1
+CompileScript: <<
+ #!/bin/sh -ev
+ ./configure %c
+ make -j1
+<<
+InstallScript: <<
+#!/bin/sh -ev
+ make install.libs DESTDIR=%d DYLD_LIBRARY_PATH=`pwd`/lib:`pwd`/lib/ncurses
+<<
+SplitOff: <<
+ Package: %N-shlibs
+ Depends: base-files
+ Essential: false
+ Files: <<
+ lib/libformw.*.dylib
+ lib/libmenuw.*.dylib
+ lib/libncursesw.*.dylib
+ lib/libpanelw.*.dylib
+ <<
+ DocFiles: README ANNOUNCE NEWS INSTALL TO-DO MANIFEST
+ Shlibs: <<
+ %p/lib/libformw.5.dylib 5.0.0 %n (>= 5.4-1)
+ %p/lib/libmenuw.5.dylib 5.0.0 %n (>= 5.4-1)
+ %p/lib/libncursesw.5.dylib 5.0.0 %n (>= 5.4-1)
+ %p/lib/libpanelw.5.dylib 5.0.0 %n (>= 5.4-1)
+ <<
+ Description: Shared libraries for libncursesw5 package
+<<
+DocFiles: README ANNOUNCE NEWS INSTALL TO-DO MANIFEST
+Description: Full-screen ascii drawing (wchar version)
+DescPort: <<
+More changes by Chris Zubrzycki to be more compatable with apple's lib
+-udates to the (sometimes) monthly releases of ncurses (in patch form)
+
+ncurses-5.4-20040711-patch.sh.bz2 is a roll-up patch script, that updates a
vanilla source to the date specified.
+ncurses-5.4-20041023.patch.bz2 is a patch created by catting all the updates
to the rollup into a single file.
+grab all the patches from ftp://invisible-island.net/ncurses/5.4 except the
one the same date
+as the rollup patch script, gunzip ncurses-5.4*.gz; cat ncurses-5.4*patch >>
big.patch
+to get to the current patch level.
+<<
+DescPackaging: <<
+First revision by David Ross.
+Previous versions by Christoph Pfisterer.
+<<
+License: OSI-Approved
+Maintainer: Chris Zubrzycki <[email protected]>
+Homepage: http://www.gnu.org/software/ncurses/ncurses.html
Added: trunk/finkinfo/base/ncurses.info
URL:
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/finkinfo/base/ncurses.info&rev=296&repname=user%3a+chris>
==============================================================================
--- trunk/finkinfo/base/ncurses.info (added)
+++ trunk/finkinfo/base/ncurses.info Mon Jun 1 15:43:30 2009
@@ -1,0 +1,98 @@
+Package: ncurses
+Version: 5.7
+Revision: 1
+
+GCC: 4.0
+Source: mirror:sourceforge:fink/ncurses-5.7.tar.gz
+Source-MD5: cce05daf61a64501ef6cd8da1f727ec6
+Source-SHA1: 8233ee56ed84ae05421e4e6d6db6c1fe72ee6797
+#Source2: mirror:sourceforge:fink/ncurses-5.4-20040711-patch.sh.bz2
+#Source2-MD5: 5cb04a825432ad968ef4e1ab6094353b
+#Source2ExtractDir: ncurses-5.4
+#Source3: mirror:sourceforge:fink/ncurses-5.4-20041023.patch.bz2
+#Source3-MD5: 2cacb921a11287fedda5db7de4d331a6
+#Source3ExtractDir: ncurses-5.4
+PatchScript: <<
+# #!/bin/sh -ev
+# bunzip2 ncurses-5.4-20040711-patch.sh.bz2
+# chmod +x ncurses-5.4-20040711-patch.sh
+# ./ncurses-5.4-20040711-patch.sh
+# echo
"***********************************************************************"
+# bunzip2 -c ncurses-%v.patch.bz2 | patch -p1
+# perl -p -i -e 's|tic\$suffix|tic\$suffix -x|;' misc/run_tic*
+# echo
"***********************************************************************"
+<<
+BuildDepends: fink (>= 0.13.0)
+Depends: libncurses5-shlibs (>= %v-%r)
+Essential: true
+ConfigureParams: --without-ada --with-shared --with-debug --enable-termcap
--mandir=%p/share/man
--with-terminfo-dirs="%p/share/terminfo:/usr/share/terminfo"
--with-default-terminfo-dir="%p/share/terminfo" --enable-no-padding
--enable-sigwinch --enable-tcap-names --enable-hard-tabs
+NoSetCFLAGS: true
+NoSetLDFLAGS: true
+SetLDFLAGS: -Wl,-search_paths_first
+#NoSetCPPFLAGS: true
+NoSetMAKEFLAGS: true
+SetMAKEFLAGS: -j1
+CompileScript: <<
+ #!/bin/sh -ev
+ ./configure %c --libdir=%p/lib/ncurses
+ make
+<<
+InstallScript: <<
+#!/bin/sh -ev
+ make install DESTDIR=%d DYLD_LIBRARY_PATH=`pwd`/lib:`pwd`/lib/ncurses
+# add extra symlinks in the main lib directory
+ ln -s ncurses/libncurses.5.dylib %i/lib/libcurses.dylib
+ ln -s ncurses/libncurses.5.dylib %i/lib/libtermcap.dylib
+<<
+SplitOff: <<
+ Package: libncurses5-shlibs
+ Depends: base-files
+ Essential: true
+ Files: <<
+ lib/ncurses/libform.*.dylib
+ lib/ncurses/libmenu.*.dylib
+ lib/ncurses/libncurses.*.dylib
+ lib/ncurses/libpanel.*.dylib
+ <<
+ DocFiles: README ANNOUNCE NEWS INSTALL TO-DO MANIFEST
+ Shlibs: <<
+ %p/lib/ncurses/libform.5.dylib 5.0.0 %n (>= 5.4-20041023-1)
+ %p/lib/ncurses/libmenu.5.dylib 5.0.0 %n (>= 5.4-20041023-1)
+ %p/lib/ncurses/libncurses.5.dylib 5.0.0 %n (>= 5.4-20041023-1)
+ %p/lib/ncurses/libpanel.5.dylib 5.0.0 %n (>= 5.4-20041023-1)
+ <<
+ Description: Shared libraries for libncurses5 package
+<<
+SplitOff2: <<
+ Package: libncurses5
+ Depends: libncurses5-shlibs (= %v-%r)
+ BuildDependsOnly: true
+ Conflicts: ncurses-dev, libncurses5-64bit
+ Replaces: ncurses-dev, ncurses (<= 5.3-20031018-2), libncurses5-64bit
+ Provides: libncurses5-dev
+ Files: lib/ncurses include lib/libcurses.dylib lib/libtermcap.dylib
+ DocFiles: README ANNOUNCE NEWS INSTALL TO-DO MANIFEST
+ Description: Full-screen ascii drawing library
+<<
+DocFiles: README ANNOUNCE NEWS INSTALL TO-DO MANIFEST
+Description: Executable files for libncurses5
+DescPort: <<
+More changes by Chris Zubrzycki to be more compatable with apple's lib
+-udates to the (sometimes) monthly releases of ncurses (in patch form)
+
+ncurses-5.4-20040711-patch.sh.bz2 is a roll-up patch script, that updates a
vanilla source to the date specified.
+ncurses-5.4-20041023.patch.bz2 is a patch created by catting all the updates
to the rollup into a single file.
+grab all the patches from ftp://invisible-island.net/ncurses/5.4 except the
one the same date
+as the rollup patch script, gunzip ncurses-5.4*.gz; cat ncurses-5.4*patch >>
big.patch
+to get to the current patch level.
+
+The --enable-overwrite flag creates the libcurses.dylib symlink.
+<<
+DescPackaging: <<
+First revision by David Ross.
+Previous versions by Christoph Pfisterer.
+All the hard work in this version done by Chris Zubrzycki.
+<<
+License: OSI-Approved
+Maintainer: Fink Core Group <[email protected]>
+Homepage: http://www.gnu.org/software/ncurses/ncurses.html
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs