Update of /cvsroot/fink/experimental/michga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3504

Added Files:
        bluefish.info bluefish.patch 
Log Message:
Adding latest cvs bluefish

--- NEW FILE: bluefish.info ---
Info2: <<
Package: bluefish%type_pkg[-gnome2]
Type: -gnome2 (boolean)
Version: 0.13
Revision: 1.1
GCC: 3.3
#Source: http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/bluefish-%v.tar.bz2
#Source: http://pkedu.fbt.eitn.wau.nl/~olivier/snapshots/bluefish-2004-07-09.tar.bz2
Source: http://micmacfr.homeunix.org/bluefish/bluefish-2004-07-12.tar.bz2
SourceDirectory: bluefish-gtk2
Source-MD5: f0c5072d31221200ec3a7cdce755649f
Depends: pcre-shlibs, gtk+2 (>= 2.0.6-2), aspell-shlibs, atk1-shlibs, x11
BuildDepends: autoconf2.5, pkgconfig, atk1, glib2-dev, pango1-dev, gtk+2-dev, pcre, 
aspell-dev, gettext-dev, gettext-bin, libiconv-dev, x11-dev
Recommends: aspell-en | aspell-de | aspell-fr | aspell-es | aspell-fr
Suggests: gnome-vfs2 | gnome-vfs2-ssl
Replaces: bluefish, bluefish-gnome2
Conflicts: bluefish, bluefish-gnome2
Patch: bluefish.patch
SetCFLAGS: -O3 -no-cpp-precomp
ConfigureParams: --bindir=%p/bin --libdir=%p/lib --includedir=%p/include 
--mandir=%p/share/man --with-icon-path=%p/share/pixmaps
PatchScript: <<
 #!/bin/sh -ev
 autoconf
<<
CompileScript: <<
 #!/bin/sh -ev
 if [ "%type_raw[-gnome2]" == "-gnome2" ]; then
  ./configure %c --with-gnome2-prefix=%p/share
 else
  ./configure %c --with-gnome1-menu=%p/share/gnome/apps
  fi
 make
<<
InstallScript: <<
 #!/bin/sh -ev
 mkdir -p %i/share/pixmaps %i/share/man/man1
 if [ "%type_raw[-gnome2]" == "-gnome2" ]; then
  mkdir -p %i/share/applications %i/share/application-registry %i/share/mime-info
 else
  mkdir -p %i/share/gnome/apps/Applications
 fi
 install -c -m 644 debian/bluefish.1 %i/share/man/man1
 make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING INSTALL README TODO
Description: Web-oriented text editor
DescDetail: <<
 This revision is experimental, i.e. latest original cvs tree.
 The revision number has intentionally dot in experimental. 
 Bluefish is a syntax-coloring text editor for the experienced web
 designer, it was designed for editing HTML, PHP and the like.
 It has (among others) the following major features:
 * Customizable syntax highlighting based on Perl Compatible 
   regular expressions,
 * Multiple encodings support
 * Wizards for startup, tables, frames, and others
 * Dialogs for many HTML tags, with all their attributes
 * User-customizable toolbar for quick access to often used functions
 * A custom menu, specify your own tags or sets of code, and define 
   your own dialogs
 * Custom search and replace pattern support for the Custom menu
 * Function reference browser, including reference files for PHP and 
   HTML
 * User customizable integration of many programs, including weblint, 
   tidy, make.
 To install bluefish on a system with gnome2 installed, use:
 * fink install bluefish-gnome2
 To install bluefish on a system without gnome2 installed, use:
 * fink install bluefish
<<
DescPackaging: <<
 Patching configure.ac to get aspell recognized.
<<
DescPort: <<
 Previous versions by Christoph Pfisterer and Matt Stephenson.
 Use of pkgconfig
 Use of variant to handle gnome1 and gnome2 installation
<<
License: GPL
Homepage: http://bluefish.openoffice.nl
Maintainer: Michele Garoche <[EMAIL PROTECTED]>
<<

--- NEW FILE: bluefish.patch ---
--- bluefish-gtk2/configure.ac  Sun Jul 11 10:08:50 2004
+++ bluefish-gtk2/configure-patched.ac  Sun Jul 11 10:32:05 2004
@@ -250,7 +250,7 @@
 
 AC_CHECK_HEADER(aspell.h, 
        AC_CHECK_LIB(aspell, new_aspell_config, 
-               LIBS="$LIBS -laspell"
+               LIBS="$LIBS -laspell -lstdc++"
                AC_DEFINE(HAVE_LIBASPELL),
                echo "libaspell not found please install libaspell-dev or similar"), 
        OLDLIBS=$LIBS



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to