Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/editors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6319

Modified Files:
        bluefish.info bluefish.patch 
Log Message:
New version as gnome 2.6 is in stable now

Index: bluefish.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/editors/bluefish.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- bluefish.info       20 Mar 2005 15:47:15 -0000      1.8
+++ bluefish.info       26 Mar 2005 06:47:42 -0000      1.9
@@ -1,22 +1,22 @@
 Info2: <<
 Package: bluefish%type_pkg[-gnome2]
 Type: -gnome2 (boolean)
-Version: 0.13
-Revision: 1
+Version: 1.0
+Revision: 3
 GCC: 3.3
 Source: http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/bluefish-%v.tar.bz2
-Source-MD5: e5f1f5eff0933dc68a51adcdce352826
-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, gettext-tools, libiconv-dev, 
x11-dev, gcc3.3
-Recommends: aspell-en | aspell-de | aspell-fr | aspell-es | aspell-fr
-Suggests: gnome-vfs2 | gnome-vfs2-ssl
+Source-MD5: a3cf8abd282d850407e8c7eed38d15e7
+Depends: pcre-shlibs, gtk+2-shlibs (>= 2.0.6-2), glib2-shlibs, aspell-shlibs, 
atk1-shlibs, gettext, libiconv, pango1-xft2-shlibs, x11, shared-mime-info
+BuildDepends: autoconf2.5, pkgconfig, atk1, glib2-dev, pango1-dev, gtk+2-dev, 
pcre, pcre-bin, aspell-dev, gettext-dev, gettext-bin, gettext-tools, 
libiconv-dev, pango1-xft2-dev, x11-dev, gcc3.3
+Recommends: aspell-en | aspell-de | aspell-fr | aspell-es, applesystemfonts
+Suggests: gnome-vfs2-ssl | gnome-vfs2
 Replaces: bluefish, bluefish-gnome2
 Conflicts: bluefish, bluefish-gnome2
 Patch: bluefish.patch
-SetCFLAGS: -no-cpp-precomp
+SetCFLAGS: -O3 -no-cpp-precomp
 SetCC: gcc-3.3
 SetCXX: g++-3.3
-ConfigureParams: --bindir=%p/bin --libdir=%p/lib --includedir=%p/include 
--mandir=%p/share/man --with-icon-path=%p/share/pixmaps
+ConfigureParams: --mandir=%p/share/man --disable-splash-screen 
--with-icon-path=%p/share/pixmaps 
--with-freedesktop_org-menu=%p/share/applications 
--with-freedesktop_org-mime=%p/share/mime 
--with-gnome2_4-mime=%p/share/mime-info --disable-update-databases
 PatchScript: <<
  #!/bin/sh -ev
  autoconf
@@ -24,56 +24,75 @@
 CompileScript: <<
  #!/bin/sh -ev
  if [ "%type_raw[-gnome2]" == "-gnome2" ]; then
-  ./configure %c --with-gnome2-prefix=%p/share
+  ./configure %c --with-gnome2_4-appreg=%p/share/application-registry
  else
-  ./configure %c --with-gnome1-menu=%p/share/gnome/apps
+  ./configure %c --without-gnome2_4-appreg
   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
+ mkdir -p %i/share/man/man1
  install -c -m 644 debian/bluefish.1 %i/share/man/man1
  make install DESTDIR=%d
 <<
+PostInstScript: <<
+ [ -x %p/bin/update-mime-database ] && update-mime-database %p/share/mime > 
/dev/null 2>&1 || :
+<<
+PostRmScript: <<
+ [ -x %p/bin/update-mime-database ] && update-mime-database %p/share/mime > 
/dev/null 2>&1 || :
+<<
 DocFiles: AUTHORS COPYING INSTALL README TODO
 Description: Web-oriented text editor
 DescDetail: <<
  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:
+ * Projects for quick access of frequently used sets of files
  * Customizable syntax highlighting based on Perl Compatible 
-   regular expressions,
- * Multiple encodings support
+   regular expressions for java, C, php, xml, python, perl, etc.
+ * Multiple encodings support: utf-8, iso-xxx, Chinese, etc. 
  * 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 
+ * A custom menu to 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
+ * Function reference browser, including reference files for PHP, 
+   HTML, CSS2, and Python
  * User customizable integration of many programs, including weblint, 
-   tidy, make.
+   tidy, make, xmllint.
+ Installation
+ * If you want to be able to open remote files, install first
+   gnome-vfs(2)-ssl or gnome-vfs(2).
+ * It is also recommended to install applesystemfonts.
  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
+ Usage
+ * Launch it with: bluefish
+ * Do not forget to install the desired aspell dictionaries
+ Documentation
+ * It is available as read-online chunked html files at:
+   http://bluefish.openoffice.nl/manual/
+   Off-line reading documentation is available under:
+   pdf and ps (a4 and us-letter formats) formats, big html
+   file or chunked html files at:
+   http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/
+   The incoming version (a work in progress) is available at: 
+   http://micmacfr.homeunix.org/bluefish/
 <<
 DescPackaging: <<
  Patching configure.ac to get aspell recognized.
- Patching data/Makefile.in to prepend DESTDIR to some paths
- Patching Makefile.in to prepend DESTDIR to icon file
+ Patching data/Makefile.in to get uri schemes recognized.
+ Install man page manually.
+ Update share-mime-database in PostInstScript and PostRmScript.
 <<
 DescPort: <<
  Previous versions by Christoph Pfisterer and Matt Stephenson.
  Use of pkgconfig
- Use of variant to handle gnome1 and gnome2 installation
+ Use of variant to handle no gnome and gnome2 installation
 <<
 License: GPL
 Homepage: http://bluefish.openoffice.nl

Index: bluefish.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/editors/bluefish.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bluefish.patch      19 Jun 2004 16:16:40 -0000      1.3
+++ bluefish.patch      26 Mar 2005 06:47:42 -0000      1.4
@@ -1,6 +1,6 @@
---- bluefish-0.13/configure.ac Fri Apr  9 15:29:22 2004
-+++ bluefish-0.13/configure-patched.ac Fri Apr  9 23:00:45 2004
-@@ -231,7 +231,7 @@
+--- bluefish-1.0/configure.ac  Tue Jan  4 07:13:07 2005
++++ bluefish-1.0/configure.ac  Wed Jan  5 04:49:07 2005
+@@ -300,7 +300,7 @@
  
  AC_CHECK_HEADER(aspell.h, 
        AC_CHECK_LIB(aspell, new_aspell_config, 



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to