git: bb2b4c323c9f - main - www/cssed: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jun 2024 16:05:15 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=bb2b4c323c9f9eb724c3d1e69270771603412810 commit bb2b4c323c9f9eb724c3d1e69270771603412810 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-06-11 16:04:47 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-06-11 16:04:47 +0000 www/cssed: Remove expired port 2024-05-31 www/cssed: Abandonware and broken, doesn't work with Python 3.x --- MOVED | 1 + www/Makefile | 1 - www/cssed/Makefile | 39 -------------------- www/cssed/distinfo | 2 - www/cssed/files/patch-scintilla_src_LexCaml.cxx | 11 ------ www/cssed/pkg-descr | 6 --- www/cssed/pkg-plist | 49 ------------------------- 7 files changed, 1 insertion(+), 108 deletions(-) diff --git a/MOVED b/MOVED index 20b244dc6673..ce1b50ac1e0d 100644 --- a/MOVED +++ b/MOVED @@ -3294,3 +3294,4 @@ dns/curvedns||2024-06-11|Has expired: Protocol never gained traction and is supe textproc/mergestat||2024-06-11|Has expired: Marked BROKEN for over a year www/bkmrkconv||2024-06-11|Has expired: Obsolete utility, generated files are already in a readable format www/chems||2024-06-11|Has expired: Abandonware, last release in 2009 and no activity since upstream +www/cssed||2024-06-11|Has expired: Abandonware and broken, doesn't work with Python 3.x diff --git a/www/Makefile b/www/Makefile index 44fc8e6413d9..3c5ce96a8100 100644 --- a/www/Makefile +++ b/www/Makefile @@ -120,7 +120,6 @@ SUBDIR += cpr SUBDIR += crawl SUBDIR += css-mode.el - SUBDIR += cssed SUBDIR += csso SUBDIR += csstidy SUBDIR += ctemplate diff --git a/www/cssed/Makefile b/www/cssed/Makefile deleted file mode 100644 index af31552892b4..000000000000 --- a/www/cssed/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -PORTNAME= cssed -PORTVERSION= 0.4.0 -PORTREVISION= 16 -CATEGORIES= www -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Application to help CSS style sheets creation and maintenance -WWW= https://cssed.sourceforge.net/ - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= Not compatible with Python 3.x -DEPRECATED= Abandonware and broken, doesn't work with Python 3.x -EXPIRATION_DATE=2024-05-31 - -USES= compiler:c++11-lang dos2unix gettext gnome localbase pathfix \ - pkgconfig -DOS2UNIX_FILES= scintilla/gtk/ScintillaGTK.cxx -USE_GNOME= gtk20 libxml2 -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -CONFIGURE_ARGS= --with-plugin-headers - -CXXFLAGS+= -Wno-c++11-narrowing - -DESKTOP_ENTRIES="CSSED" "CSS Editor" "${DATADIR}/pixmaps/cssed-icon.png" \ - "${PORTNAME}" "GTK;Development;WebDevelopment;TextEditor;" "" - -post-patch: - @${REINPLACE_CMD} -e \ - 's|gthread-2.0|gmodule-2.0|' ${WRKSRC}/configure -.for i in scintilla/gtk/Makefile.in src/Makefile.in - @${REINPLACE_CMD} -e 's|gcc|@CC@|g ; \ - s|g++|@CXX@|g' ${WRKSRC}/${i} -.endfor - -.include <bsd.port.mk> diff --git a/www/cssed/distinfo b/www/cssed/distinfo deleted file mode 100644 index fb925cca7a57..000000000000 --- a/www/cssed/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cssed-0.4.0.tar.gz) = 25d26d5d30311c88e7c6195e2407c1deb23997723cb939377f5f2078b778ecc4 -SIZE (cssed-0.4.0.tar.gz) = 1457946 diff --git a/www/cssed/files/patch-scintilla_src_LexCaml.cxx b/www/cssed/files/patch-scintilla_src_LexCaml.cxx deleted file mode 100644 index a642d8ba476f..000000000000 --- a/www/cssed/files/patch-scintilla_src_LexCaml.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- scintilla/src/LexCaml.cxx.orig 2005-05-27 03:30:23 UTC -+++ scintilla/src/LexCaml.cxx -@@ -273,7 +273,7 @@ void ColouriseCamlDoc( - - case SCE_CAML_OPERATOR: { - // [try to] interpret as [additional] operator char -- char* o = 0; -+ const char* o = 0; - if (iscaml(ch) || isspace(ch) /* ident or whitespace */ - || ((o = strchr(")]};,\'\"`#", ch)) != 0)/* "termination" chars */ - || !strchr("!$%&*+-./:<=>?@^|~", ch)/* "operator" chars */) { diff --git a/www/cssed/pkg-descr b/www/cssed/pkg-descr deleted file mode 100644 index 8e8571dde2cd..000000000000 --- a/www/cssed/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -CSSED is a small developer editor and validator, which 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. diff --git a/www/cssed/pkg-plist b/www/cssed/pkg-plist deleted file mode 100644 index 46ac7b3c9723..000000000000 --- a/www/cssed/pkg-plist +++ /dev/null @@ -1,49 +0,0 @@ -bin/cssed -libdata/pkgconfig/cssed.pc -share/man/man1/cssed.1.gz -%%DATADIR%%/data/cssed-cfg.xml -%%DATADIR%%/data/cssed-def.dtd -%%DATADIR%%/data/cssed-def.xml -%%DATADIR%%/include/SciLexer.h -%%DATADIR%%/include/Scintilla.h -%%DATADIR%%/include/ScintillaWidget.h -%%DATADIR%%/include/cssdialogs-class.h -%%DATADIR%%/include/cssedwindow.h -%%DATADIR%%/include/document.h -%%DATADIR%%/include/plugin.h -%%DATADIR%%/pixmaps/arrow.png -%%DATADIR%%/pixmaps/color_wizard.png -%%DATADIR%%/pixmaps/color_wizard_menu.png -%%DATADIR%%/pixmaps/cssed-about.png -%%DATADIR%%/pixmaps/cssed-icon.png -%%DATADIR%%/pixmaps/dlg_border.png -%%DATADIR%%/pixmaps/dlg_box.png -%%DATADIR%%/pixmaps/dlg_box_menu.png -%%DATADIR%%/pixmaps/dlg_margin.png -%%DATADIR%%/pixmaps/dlg_padding.png -%%DATADIR%%/pixmaps/doc_close.png -%%DATADIR%%/pixmaps/document_info.png -%%DATADIR%%/pixmaps/document_info_menu.png -%%DATADIR%%/pixmaps/font.png -%%DATADIR%%/pixmaps/hide_footer.png -%%DATADIR%%/pixmaps/hide_footer_menu.png -%%DATADIR%%/pixmaps/hide_sidebar.png -%%DATADIR%%/pixmaps/hide_sidebar_menu.png -%%DATADIR%%/pixmaps/scan_selector.png -%%DATADIR%%/pixmaps/scan_selector_menu.png -%%DATADIR%%/pixmaps/selector_wizard.png -%%DATADIR%%/pixmaps/selector_wizard_menu.png -%%DATADIR%%/pixmaps/show_footer.png -%%DATADIR%%/pixmaps/show_footer_menu.png -%%DATADIR%%/pixmaps/show_sidebar.png -%%DATADIR%%/pixmaps/show_sidebar_menu.png -%%DATADIR%%/pixmaps/validate.png -%%DATADIR%%/pixmaps/validate_dump.png -%%DATADIR%%/pixmaps/validate_dump_menu.png -%%DATADIR%%/pixmaps/validate_menu.png -share/locale/ca/LC_MESSAGES/cssed.mo -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