Import cssed 0.3.0

CSSED is a small developer editor and validator, that tries to ease the
CSS editing. It features syntax highlighting, syntax validation, MDI
notebook based interface, quick CSS properties and values insertion,
auto-completion and dialog-based insertion of CSS complex values.

From Antoine Jacoutot <ajacoutot@lphp.org>
This commit is contained in:
alek 2005-10-22 12:37:32 +00:00
parent 13dc22b0d1
commit 0b7c08c017
4 changed files with 98 additions and 0 deletions

36
www/cssed/Makefile Executable file
View File

@ -0,0 +1,36 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/10/22 12:37:32 alek Exp $
COMMENT= "CSS editor"
DISTNAME= cssed-0.3.0
CATEGORIES= www
HOMEPAGE= http://cssed.sourceforge.net/
MAINTAINER= Antoine Jacoutot <ajacoutot@lphp.org>
# GPL
PERMIT_PACKAGE_CDROM= yes
PERMIT_PACKAGE_FTP= yes
PERMIT_DISTFILES_CDROM= yes
PERMIT_DISTFILES_FTP= yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cssed/}
WANTLIB= Xrender c freetype pthread Xft stdc++ m X11 fontconfig \
gthread-2.0.0.0 glib-2.0.0.0 gmodule-2.0.0.0 \
pangox-1.0.0.0 gobject-2.0.0.0 pangoxft-1.0.0.0 \
pango-1.0.0.0 atk-1.0.0.0
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= gtk-x11-2.0.600.10,gdk_pixbuf-2.0.600.0,gdk-x11-2.0.600.0::x11/gtk+2 \
expat.4::textproc/expat
MODULES= devel/gettext
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS=--with-help-menus
.include <bsd.port.mk>

4
www/cssed/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (cssed-0.3.0.tar.gz) = 667632e3c5f7f3493a2d98cc47470209
RMD160 (cssed-0.3.0.tar.gz) = cb8735852c6405186fd91f3e96eb96d5ba04bc22
SHA1 (cssed-0.3.0.tar.gz) = f6723ed25b7601a7aa9f17723449b953c59552da
SIZE (cssed-0.3.0.tar.gz) = 872421

4
www/cssed/pkg/DESCR Executable file
View File

@ -0,0 +1,4 @@
CSSED is a small developer editor and validator, that tries to ease the
CSS editing. It features syntax highlighting, syntax validation, MDI
notebook based interface, quick CSS properties and values insertion,
auto-completion and dialog-based insertion of CSS complex values.

54
www/cssed/pkg/PLIST Normal file
View File

@ -0,0 +1,54 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/10/22 12:37:32 alek Exp $
bin/cssed
lib/pkgconfig/
lib/pkgconfig/cssed.pc
@man man/man1/cssed.1
share/cssed/
share/cssed/data/
share/cssed/data/cssed-cfg.xml
share/cssed/data/cssed-def.dtd
share/cssed/data/cssed-def.xml
share/cssed/include/
share/cssed/include/SciLexer.h
share/cssed/include/Scintilla.h
share/cssed/include/ScintillaWidget.h
share/cssed/include/cssdialogs-class.h
share/cssed/include/cssedwindow.h
share/cssed/include/document.h
share/cssed/include/plugin.h
share/cssed/pixmaps/
share/cssed/pixmaps/arrow.png
share/cssed/pixmaps/color_wizard.png
share/cssed/pixmaps/color_wizard_menu.png
share/cssed/pixmaps/cssed-about.png
share/cssed/pixmaps/cssed-icon.png
share/cssed/pixmaps/dlg_border.png
share/cssed/pixmaps/dlg_box.png
share/cssed/pixmaps/dlg_box_menu.png
share/cssed/pixmaps/dlg_margin.png
share/cssed/pixmaps/dlg_padding.png
share/cssed/pixmaps/doc_close.png
share/cssed/pixmaps/document_info.png
share/cssed/pixmaps/document_info_menu.png
share/cssed/pixmaps/font.png
share/cssed/pixmaps/hide_footer.png
share/cssed/pixmaps/hide_footer_menu.png
share/cssed/pixmaps/hide_sidebar.png
share/cssed/pixmaps/hide_sidebar_menu.png
share/cssed/pixmaps/scan_selector.png
share/cssed/pixmaps/scan_selector_menu.png
share/cssed/pixmaps/selector_wizard.png
share/cssed/pixmaps/selector_wizard_menu.png
share/cssed/pixmaps/show_footer.png
share/cssed/pixmaps/show_footer_menu.png
share/cssed/pixmaps/show_sidebar.png
share/cssed/pixmaps/show_sidebar_menu.png
share/cssed/pixmaps/validate.png
share/cssed/pixmaps/validate_dump.png
share/cssed/pixmaps/validate_dump_menu.png
share/cssed/pixmaps/validate_menu.png
share/locale/de/LC_MESSAGES/cssed.mo
share/locale/es/LC_MESSAGES/cssed.mo
share/locale/fr/LC_MESSAGES/cssed.mo
share/locale/gl/LC_MESSAGES/cssed.mo
share/locale/it/LC_MESSAGES/cssed.mo