Author: ranger
Date: Thu Feb 19 21:11:20 2009
New Revision: 1350

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=1350&repname=user%3a+ranger>
Log:
in unstable

Added:
    trunk/experimental/common/main/finkinfo/text/hspell.info
    trunk/experimental/common/main/finkinfo/text/hspell.patch
Modified:
    trunk/experimental/common/main/finkinfo/libs/dbus.info

Modified: trunk/experimental/common/main/finkinfo/libs/dbus.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/libs/dbus.info&rev=1350&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/libs/dbus.info (original)
+++ trunk/experimental/common/main/finkinfo/libs/dbus.info Thu Feb 19 21:11:20 
2009
@@ -1,6 +1,6 @@
 Package: dbus
 Version: 1.2.12
-Revision: 3
+Revision: 4
 Description: Message bus system for applications 
 License: OSI-Approved
 # dual license: Academic Free License, GPL2
@@ -62,6 +62,7 @@
        --without-x \
        ac_cv_func_poll=no
 <<
+RuntimeVars: DBUS_SESSION_BUS_ADDRESS: 
launchd:env=DBUS_LAUNCHD_SESSION_BUS_SOCKET
 
 CompileScript: <<
 #!/bin/sh -ev
@@ -119,19 +120,10 @@
        install -c -m 755 start-*-bus.sh %i/bin/
 
        install -d -m 755 %i/etc/profile.d
-       cat <<END >%i/etc/profile.d/%N.sh
-#!/bin/sh
-
-%p/bin/start-session-bus.sh
-END
-
-       cat <<END >%i/etc/profile.d/%N.csh
-#!/bin/csh
-
-%p/bin/start-session-bus.sh
-END
-
+       echo "%p/bin/start-session-bus.sh" > %i/etc/profile.d/%N.sh
+       echo "%p/bin/start-session-bus.sh" > %i/etc/profile.d/%N.csh
        chmod 755 %i/etc/profile.d/*
+
        install -d -m 755 %i/share/%N
        mv %i/bin/dbus-uuidgen %i/share/%N
 <<

Added: trunk/experimental/common/main/finkinfo/text/hspell.info
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/common/main/finkinfo/text/hspell.info&rev=1350&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/text/hspell.info (added)
+++ trunk/experimental/common/main/finkinfo/text/hspell.info Thu Feb 19 
21:11:20 2009
@@ -1,0 +1,24 @@
+Package: hspell
+Version: 1.0
+Revision: 1
+Maintainer: Benjamin Reed <[email protected]>
+Source: http://www.sourcefiles.org/Utilities/Dictionary/%n-%v.tar.gz
+Source-MD5: 3e12fa383c2cfd430918d115f33f9841
+PatchFile: %n.patch
+PatchFile-MD5: 35f06cfc8b05c28f401e7fef09b37819
+BuildDepends: fink (>= 0.28.0-1)
+
+ConfigureParams: --enable-fatverb --enable-aspell --enable-linginfo 
--mandir=%p/share/man
+InstallScript: make -j1 install DESTDIR="%d"
+
+DocFiles: COPYING INSTALL LICENSE README TODO WHATSNEW
+
+Description: Hebrew spell checker and analyzer
+DescDetail: <<
+Hspell checks nikkud-less writing (Ktiv Male) and follows the
+rules set by the Academy of Hebrew Language.  It includes all
+the dictionaries that it needs.
+<<
+
+License: GPL
+Homepage: http://ivrix.org.il/projects/spell-checker/

Added: trunk/experimental/common/main/finkinfo/text/hspell.patch
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/common/main/finkinfo/text/hspell.patch&rev=1350&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/text/hspell.patch (added)
+++ trunk/experimental/common/main/finkinfo/text/hspell.patch Thu Feb 19 
21:11:20 2009
@@ -1,0 +1,12 @@
+diff -Nurd hspell-1.0/mk_he_affix.c hspell-1.0-patched/mk_he_affix.c
+--- hspell-1.0/mk_he_affix.c   2006-05-08 15:33:28.000000000 -0400
++++ hspell-1.0-patched/mk_he_affix.c   2009-02-19 10:20:47.000000000 -0500
+@@ -13,7 +13,7 @@
+ #include "hspell.h"
+ 
+ /* #define PREFIXFILE_COMMAND "gzip -dc hebrew.wgz.prefixes" */
+-#define PREFIXFILE_COMMAND "gzip -dc hebrew.wgz.prefixes | specfilter"
++#define PREFIXFILE_COMMAND "gzip -dc hebrew.wgz.prefixes | ./specfilter"
+ 
+ /* Convert a number in the range 0..52 (currently) to a readable character
+    that can be used as the rule (prefix set) name. To facilitate merging our


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to