Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors
In directory vz-cvs-3.sog:/tmp/cvs-serv5860
Added Files:
cssed-filebrowser-plugin.info cssed-filebrowser-plugin.patch
cssed-plugindoc-plugin.info cssed-plugindoc-plugin.patch
cssed-quicksearch-plugin.info cssed-quicksearch-plugin.patch
cssed-vte-plugin.info cssed-vte-plugin.patch cssed.info
cssed.patch
Log Message:
cssed to 10.7 + plugins except
cssed-tags-plugin seg faults on load
cssed-findinfiles-plugin fails to build
--- NEW FILE: cssed-plugindoc-plugin.patch ---
diff -Nurd -x'*~' cssed-plugindoc-plugin-0.1.orig/Makefile.in
cssed-plugindoc-plugin-0.1/Makefile.in
--- cssed-plugindoc-plugin-0.1.orig/Makefile.in 2004-10-10 23:23:52.000000000
-0400
+++ cssed-plugindoc-plugin-0.1/Makefile.in 2011-08-01 23:06:28.000000000
-0400
@@ -600,10 +600,10 @@
install-data-local:
@$(NORMAL_INSTALL)
if test -d $(srcdir)/html; then \
- $(mkinstalldirs) $(DESTDIR)share/cssed/plugindoc/; \
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/cssed/plugindoc/; \
for html in $(srcdir)/html/*; do \
if test -f $$html; then \
- $(INSTALL_DATA) $$html $(DESTDIR)share/cssed/plugindoc/; \
+ $(INSTALL_DATA) $$html $(DESTDIR)$(datadir)/cssed/plugindoc/; \
fi \
done \
fi
diff -Nurd -x'*~' cssed-plugindoc-plugin-0.1.orig/configure
cssed-plugindoc-plugin-0.1/configure
--- cssed-plugindoc-plugin-0.1.orig/configure 2004-10-10 23:23:51.000000000
-0400
+++ cssed-plugindoc-plugin-0.1/configure 2011-08-01 22:43:37.000000000
-0400
@@ -5151,7 +5151,7 @@
i[3456]86-*-linux-gnu*)
OSTYPE="LINUX"
;;
-powerpc-apple-darwin*)
+*-apple-darwin*)
OSTYPE="DARWIN"
;;
esac
diff -Nurd -x'*~' cssed-plugindoc-plugin-0.1.orig/src/Makefile.in
cssed-plugindoc-plugin-0.1/src/Makefile.in
--- cssed-plugindoc-plugin-0.1.orig/src/Makefile.in 2004-10-10
23:23:51.000000000 -0400
+++ cssed-plugindoc-plugin-0.1/src/Makefile.in 2011-08-01 22:47:48.000000000
-0400
@@ -181,9 +181,9 @@
@ISDARWIN_FALSE@plugindoc_so_SOURCES = $(SRCS)
@ISDARWIN_TRUE@plugindoc_so_SOURCES = $(SRCS)
@ISDARWIN_FALSE@plugindoc_so_LDFLAGS = -shared -fPICS
-@ISDARWIN_TRUE@plugindoc_so_LDFLAGS = -bundle -flat_namespace -undefined
suppress
+@ISDARWIN_TRUE@plugindoc_so_LDFLAGS = -bundle -undefined dynamic_lookup
@ISDARWIN_FALSE@plugindoc_so_LDADD = @PACKAGE_LIBS@
-@ISDARWIN_TRUE@plugindoc_so_LDADD = @PACKAGE_LIBS@
+@ISDARWIN_TRUE@plugindoc_so_LDADD = @PACKAGE_LIBS@ @INTLLIBS@
@ISDARWIN_TRUE@plugindoc_so_CFLAGS = -fno-common
INCLUDES = \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/share/locale"\" \
diff -Nurd -x'*~' cssed-plugindoc-plugin-0.1.orig/src/plugindoc.c
cssed-plugindoc-plugin-0.1/src/plugindoc.c
--- cssed-plugindoc-plugin-0.1.orig/src/plugindoc.c 2004-10-10
23:23:51.000000000 -0400
+++ cssed-plugindoc-plugin-0.1/src/plugindoc.c 2011-08-01 22:44:27.000000000
-0400
@@ -93,7 +93,7 @@
gchar* command;
gchar* plugindocurl;
- plugindocurl = "usr/share/cssed/plugindoc/index.html";
+ plugindocurl = "@PREFIX@/share/cssed/plugindoc/index.html";
command = g_strdup_printf ( "open %s", plugindocurl);
system(command);
--- NEW FILE: cssed-plugindoc-plugin.info ---
Package: cssed-plugindoc-plugin
Version: 0.1
Revision: 1018
#Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source: http://micmacfr.homeunix.org/cssed/%n-%v.tar.gz
Source-MD5: 7f7e667b4e42a627153f3fe7f0ecd69c
Depends: <<
atk1-shlibs (>= 1.28.0-1),
cairo-shlibs (>= 1.8.8-3),
cssed (>= 1:0.4.0-1),
fontconfig2-shlibs (>= 2.8.0-4),
freetype219-shlibs (>= 2.3.12-1),
glib2-shlibs (>= 2.22.0-1),
gtk+2-shlibs (>= 2.18.0-1),
libgettext8-shlibs,
pango1-xft2-ft219-shlibs (>= 1.24.5-4)
<<
BuildDepends: <<
atk1 (>= 1.28.0-1),
cairo (>= 1.8.8-3),
cssed-dev (>= 1:0.4.0-1),
fink (>= 0.24.12),
fink-package-precedence,
fontconfig2-dev (>= 2.8.0-4),
freetype219 (>= 2.3.12-1),
gettext-bin,
gettext-tools,
glib2-dev (>= 2.22.0-1),
glitz,
gtk+2-dev (>= 2.18.0-1),
libgettext8-dev,
pango1-xft2-ft219-dev (>= 1.24.5-4),
pixman (>= 0.16.0-1),
pkgconfig (>= 0.23),
x11-dev
<<
PatchFile: %n.patch
PatchFile-MD5: f269aca9ffd7bc7011ca1efd45e506f9
PatchScript: <<
sed 's,@PREFIX@,%p,' <%{PatchFile} | patch -p1
<<
ConfigureParams: --enable-dependency-tracking
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
CompileScript: <<
%{default_script}
fink-package-precedence .
<<
DocFiles: AUTHORS ChangeLog COPYING NEWS README
Description: Documentation plugin for cssed
DescDetail: <<
cssed-plugindoc-plugin is a plugin for cssed.
It adds an item menu to the plugins menu
to browse the plugin documentation for developers.
It can be loaded and unloaded at runtime.
<<
DescUsage: <<
Use the plugins menu in cssed to load or unload it.
<<
DescPort: <<
The plugin is authored by Michele Garoche, thus
located on her web site. Soon it will be slightly
modified to work on other systems and integrated
in cssed branch. Thus, same author, license, etc.
that the other plugins to avoid later changes.
Dirty hack for Intel to find the right architecture
Use modern twolevel namespace for cleaner symbol handling
<<
DescPackaging: <<
Formerly maintained by Michele Garoche
Makefile.in install-data-local pathnames got corrupted when
generated from Makefile.am. Uncorrupt 'em.
<<
License: GPL
Homepage: http://cssed.sourceforge.net/
Maintainer: None <[email protected]>
--- NEW FILE: cssed.info ---
Package: cssed
Epoch: 1
Version: 0.4.0
Revision: 1
GCC: 4.0
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: ff7c818d1f819b7d76b4f714be64e08e
Depends: <<
atk1-shlibs (>= 1.28.0-1),
cairo-shlibs (>= 1.8.8-3),
fontconfig2-shlibs (>= 2.8.0-4),
freetype219-shlibs (>= 2.3.12-1),
glib2-shlibs (>= 2.22.0-1),
gtk+2-shlibs (>= 2.18.0-1),
libgettext8-shlibs,
libxml2-shlibs (>= 2.6.30-1),
pango1-xft2-ft219-shlibs (>= 1.24.5-4)
<<
BuildDepends: <<
atk1 (>= 1.28.0-1),
cairo (>= 1.8.8-3),
fink (>= 0.24.12),
fink-package-precedence,
fontconfig2-dev (>= 2.8.0-4),
freetype219 (>= 2.3.12-1),
gettext-bin,
gettext-tools,
glib2-dev (>= 2.22.0-1),
glitz,
gtk+2-dev (>= 2.18.0-1),
libgettext8-dev,
libiconv-dev,
libxml2 (>= 2.6.30-1),
pango1-xft2-ft219-dev (>= 1.24.5-4),
pixman (>= 0.16.0-1),
pkgconfig (>= 0.23),
x11-dev
<<
PatchFile: %n.patch
PatchFile-MD5: 11d91372162be61ce0d9400a61dfe033
ConfigureParams: --mandir=%p/share/man --without-terminal --with-help-menus
--with-plugin-headers --enable-dependency-tracking
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
CompileScript: <<
%{default_script}
fink-package-precedence .
<<
InstallScript: make -j1 install DESTDIR="%d"
Splitoff: <<
Package: %N-dev
Depends: %N (= %e:%v-%r)
BuildDependsOnly: True
Files: include lib
DocFiles: AUTHORS ChangeLog COPYING NEWS README
<<
DocFiles: AUTHORS ChangeLog COPYING NEWS README
Description: CSS editor
DescDetail: <<
CSSED is a small editor that tries to ease the CSS editing.
It features autocompletion, CSS syntax validation, selector
wizard for complex rules, color wizard, box wizard, and
other useful features to help web developers to create and
maintain CSS style sheets.
It has also dialogs and toolbar icons for most used css
tags, css2 reference browser fully clickable to easy
integration in style sheet, as well as selector scanning
to quick change of property value, quick access via
temporary bookmarks, and digest view.
Color syntax highlighting for various file types, program
output, temporary and permanent scratch-pads completes the
software.
There are also some extras on the web site, especially the
emacs launcher (others do not work at the time being),
which allows cssed to be launched from emacs/xemacs.
<<
DescUsage: <<
See the man(1) page for more information.
You can customize the cssed-def.xml CSS definition file
by copying it from %p/share/cssed/data to your home directory.
For more information, see the homepage.
There are also add-ons as separate packages for terminal,
file browser, search within and outside of cssed, and tags
editing.
<<
DescPort: <<
Dirty hack for Intel to find the right architecture
CssedFileType is used in various other public headers but not
declared. The members don't seem to be public (*-plugins don't
complain) but need to declare the struct itself for document.h
(same place CssedFileTypeID is used).
<<
DescPackaging: <<
Formerly maintained by Michele Garoche
Create a dev SplitOff to comply with policy though the package
installs only a binary, some headers and a pc file.
Patch the pc file and the main Makefile so that the headers
get installed in the right directory.
Includes own versions of libcroco and scintilla. Could use
external deps? libcroco is locally hacked. See:
http://mail.gnome.org/archives/libcroco-list/2005-August/msg00010.html
Would also likely mean cssed would not need special tricks to
get c++ linking.
<<
License: GPL
Homepage: http://cssed.sourceforge.net/
Maintainer: None <[email protected]>
--- NEW FILE: cssed.patch ---
diff -Nurd -x'*~' cssed-0.4.0.orig/Makefile.in cssed-0.4.0/Makefile.in
--- cssed-0.4.0.orig/Makefile.in 2005-10-14 17:41:54.000000000 -0400
+++ cssed-0.4.0/Makefile.in 2011-08-01 11:48:00.000000000 -0400
@@ -722,10 +722,10 @@
fi
@INSTALLHEADERS_TRUE@ if test -d $(srcdir)/include; then \
-@INSTALLHEADERS_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/include; \
+@INSTALLHEADERS_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgincludedir); \
@INSTALLHEADERS_TRUE@ for header in $(srcdir)/include/*.h; do \
@INSTALLHEADERS_TRUE@ if test -f $$header; then \
-@INSTALLHEADERS_TRUE@ $(INSTALL_DATA) $$header
$(DESTDIR)$(pkgdatadir)/include; \
+@INSTALLHEADERS_TRUE@ $(INSTALL_DATA) $$header
$(DESTDIR)$(pkgincludedir); \
@INSTALLHEADERS_TRUE@ fi \
@INSTALLHEADERS_TRUE@ done \
@INSTALLHEADERS_TRUE@ fi
diff -Nurd -x'*~' cssed-0.4.0.orig/configure cssed-0.4.0/configure
--- cssed-0.4.0.orig/configure 2005-09-28 05:41:40.000000000 -0400
+++ cssed-0.4.0/configure 2011-08-01 11:48:00.000000000 -0400
@@ -5919,7 +5919,7 @@
*-*-cygwin*)
OSTYPE="CYGWIN"
;;
-powerpc-apple-darwin*)
+*-apple-darwin*)
OSTYPE="DARWIN"
;;
i[3456]86-*-*bsd*)
diff -Nurd -x'*~' cssed-0.4.0.orig/cssed.pc.in cssed-0.4.0/cssed.pc.in
--- cssed-0.4.0.orig/cssed.pc.in 2011-08-01 11:50:33.000000000 -0400
+++ cssed-0.4.0/cssed.pc.in 2011-08-01 11:50:23.000000000 -0400
@@ -7,4 +7,4 @@
Version: @VERSION@
Requires: gtk+-2.0 glib-2.0
Libs: -L${libdir}
-Cflags: -I${prefix}/share/cssed/include
0:23.000000000 -0400 400 ludedir); \ ; \ headers
--enable-dependency-tracking
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"