the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: cssed
Epoch: 1
Version: 0.3.0
Revision: 1018
GCC: 4.0
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 667632e3c5f7f3493a2d98cc47470209
Depends: <<
atk1-shlibs (>= 1.20.0-1),
expat1-shlibs,
glib2-shlibs (>= 2.14.0-1),
gtk+2-shlibs (>= 2.12.0-1),
launch (>= 1.0.0-2),
libgettext3-shlibs (>= 0.14.5-1),
libiconv (>= 1.9.1-11),
pango1-xft2-ft219-shlibs (>= 1.18.4-4),
x11
<<
BuildDepends: <<
atk1 (>= 1.20.0-1),
autoconf (>= 2.60-1),
cairo (>= 1.6-1),
expat1,
fontconfig2-dev (>= 2.4.1-1),
freetype219 (>= 2.3.5-1),
gettext-bin (>= 0.14.5-1),
gettext-tools (>= 0.14.5-1),
glib2-dev (>= 2.14.0-1),
glitz,
gtk+2-dev (>= 2.12.0-1),
libgettext3-dev (>= 0.14.5-1),
libiconv-dev (>= 1.9.1-11),
libpng3,
pango1-xft2-ft219-dev (>= 1.18.4-4),
pixman (>= 0.10.0-1),
pkgconfig (>= 0.21-1),
x11-dev,
xft2-dev
<<
SetLDFLAGS: -lexpat
ConfigureParams: --mandir=%p/share/man --without-terminal --with-help-menus --disable-dependency-tracking
CompileScript: <<
#!/bin/sh -ev
export PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH" FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
./configure %c
make
<<
InstallScript: make -j1 install DESTDIR="%d"
PatchScript: <<
perl -pi -e 's|powerpc-apple-darwin\*\)|\*-apple-darwin\*\)|' configure.in
perl -pi -e 's|\$\{prefix\}/share/cssed/include|\$\{prefix\}/include/cssed|' cssed.pc.in
perl -pi -e 's|\$\(DESTDIR\)\$\(pkgdatadir\)/include|\$\(DESTDIR\)\$\(pkgincludedir\)|' Makefile.in
autoconf
<<
Splitoff: <<
Package: %N-dev
Depends: pkgconfig (>= 0.21-1)
BuildDependsOnly: True
Files: include lib
DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README
<<
DocFiles: AUTHORS ChangeLog COPYING INSTALL 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: <<
Use of pkgconfig (location of gtk+2, glib+2).
Add --mandir=%p/share/man to get correct installation of man page
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.
Dirty hack for Intel to find the right architecture
<<
License: GPL
Homepage: http://cssed.sourceforge.net/
DescPackaging: Formerly maintained by Michele Garoche
Maintainer: None
Package: cssed
Epoch: 1
Version: 0.3.0
Revision: 1018
GCC: 4.0
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 667632e3c5f7f3493a2d98cc47470209
Depends: <<
atk1-shlibs (>= 1.20.0-1),
expat1-shlibs,
glib2-shlibs (>= 2.14.0-1),
gtk+2-shlibs (>= 2.12.0-1),
launch (>= 1.0.0-2),
libgettext3-shlibs (>= 0.14.5-1),
libiconv (>= 1.9.1-11),
pango1-xft2-ft219-shlibs (>= 1.18.4-4),
x11
<<
BuildDepends: <<
atk1 (>= 1.20.0-1),
autoconf (>= 2.60-1),
cairo (>= 1.6-1),
expat1,
fontconfig2-dev (>= 2.4.1-1),
freetype219 (>= 2.3.5-1),
gettext-bin (>= 0.14.5-1),
gettext-tools (>= 0.14.5-1),
glib2-dev (>= 2.14.0-1),
glitz,
gtk+2-dev (>= 2.12.0-1),
libgettext3-dev (>= 0.14.5-1),
libiconv-dev (>= 1.9.1-11),
libpng3,
pango1-xft2-ft219-dev (>= 1.18.4-4),
pixman (>= 0.10.0-1),
pkgconfig (>= 0.21-1),
x11-dev,
xft2-dev
<<
SetLDFLAGS: -lexpat
ConfigureParams: --mandir=%p/share/man --without-terminal --with-help-menus --disable-dependency-tracking
CompileScript: <<
#!/bin/sh -ev
export PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH" FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
./configure %c
make
<<
InstallScript: make -j1 install DESTDIR="%d"
PatchScript: <<
perl -pi -e 's|powerpc-apple-darwin\*\)|\*-apple-darwin\*\)|' configure.in
perl -pi -e 's|\$\{prefix\}/share/cssed/include|\$\{prefix\}/include/cssed|' cssed.pc.in
perl -pi -e 's|\$\(DESTDIR\)\$\(pkgdatadir\)/include|\$\(DESTDIR\)\$\(pkgincludedir\)|' Makefile.in
autoconf
<<
Splitoff: <<
Package: %N-dev
Depends: pkgconfig (>= 0.21-1)
BuildDependsOnly: True
Files: include lib
DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README
<<
DocFiles: AUTHORS ChangeLog COPYING INSTALL 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: <<
Use of pkgconfig (location of gtk+2, glib+2).
Add --mandir=%p/share/man to get correct installation of man page
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.
Dirty hack for Intel to find the right architecture
<<
License: GPL
Homepage: http://cssed.sourceforge.net/
DescPackaging: Formerly maintained by Michele Garoche
Maintainer: None