diff options
author | theraven <theraven@FreeBSD.org> | 2013-08-29 02:26:01 +0800 |
---|---|---|
committer | theraven <theraven@FreeBSD.org> | 2013-08-29 02:26:01 +0800 |
commit | 93403bfd81b1d886476fb8cff35443caf1f078ed (patch) | |
tree | ab5064afd823ae17563635026226e53774a6614d /editors | |
parent | 423247221bb4172753a74ac9b8e532553e2d4f7c (diff) | |
download | freebsd-ports-gnome-93403bfd81b1d886476fb8cff35443caf1f078ed.tar.gz freebsd-ports-gnome-93403bfd81b1d886476fb8cff35443caf1f078ed.tar.zst freebsd-ports-gnome-93403bfd81b1d886476fb8cff35443caf1f078ed.zip |
Update to latest GNUstep core libraries.
Update dependent packages with more recent releases.
Remove old and bit-rotted ones.
Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations.
Take maintainership of GNUstep-related ports.
Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them.
Approved by: bapt
Diffstat (limited to 'editors')
-rw-r--r-- | editors/codeeditor/Makefile | 34 | ||||
-rw-r--r-- | editors/codeeditor/distinfo | 2 | ||||
-rw-r--r-- | editors/codeeditor/pkg-descr | 20 | ||||
-rw-r--r-- | editors/codeeditor/pkg-plist | 46 |
4 files changed, 0 insertions, 102 deletions
diff --git a/editors/codeeditor/Makefile b/editors/codeeditor/Makefile deleted file mode 100644 index 29a4eaf42d39..000000000000 --- a/editors/codeeditor/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# $FreeBSD$ - -PORTNAME= codeeditor -PORTVERSION= 0.4.4 -PORTREVISION= 2 -CATEGORIES= editors gnustep -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= codeeditor -DISTNAME= CodeEditor-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= CodeEditor is a text and code editor for GNUstep - -LICENSE= GPLv2 - -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes - -WRKSRC= ${WRKDIR}/CodeEditor -MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT} - -post-patch: - ${REINPLACE_CMD} -e 's| bool| mybool|' -e 's|(bool|(mybool|' \ - ${WRKSRC}/CodeEditorView/CodeEditorViewPreference.h \ - ${WRKSRC}/CodeEditorView/CodeEditorViewPreference.m \ - ${WRKSRC}/CodeEditorView/BlockHandler.h \ - ${WRKSRC}/CodeEditorView/CodeEditorView.h \ - ${WRKSRC}/CodeEditorView/CodeEditorView.m \ - ${WRKSRC}/CodeEditor/DocumentController.m \ - ${WRKSRC}/LanguageHandler/ObjCHandler/ObjCBlockHandler.m - -.include <bsd.port.mk> diff --git a/editors/codeeditor/distinfo b/editors/codeeditor/distinfo deleted file mode 100644 index 280cf13f7878..000000000000 --- a/editors/codeeditor/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (CodeEditor-0.4.4.tar.gz) = 32e4d15154c41d00ed9fdab6749e6d16cfa6a3c062ae1b7c9d797f340d780b6f -SIZE (CodeEditor-0.4.4.tar.gz) = 83252 diff --git a/editors/codeeditor/pkg-descr b/editors/codeeditor/pkg-descr deleted file mode 100644 index d911697e1d7e..000000000000 --- a/editors/codeeditor/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -The goal of CodeEditor is to be a good non-rich text code editor. -CodeEditorView offers a subclass of NSTextView and supports syntax -highlight, mark delimiters, etc. It can be used in other projects. -Features - - * Faster than ever - * Tab View: Don't need to open so many terminals again. - * Toolbar: Use "Alt (left) - t" to open/close a simple toolbar on the fly. - * Find (Regular Express support) and replace. - * File Inspector. - * Change font attributes and preference instantly without restart. - * Periodically or manually Highlight keyword with difference attributes - according to the language. - * Automatically or manually find delimiter pair. - * Automatically indentation according to the preference. - * Support scripting (need StepTalk). - -LICENSE: GPL2 or later - -WWW: http://savannah.nongnu.org/projects/codeeditor/ diff --git a/editors/codeeditor/pkg-plist b/editors/codeeditor/pkg-plist deleted file mode 100644 index c329a15530b9..000000000000 --- a/editors/codeeditor/pkg-plist +++ /dev/null @@ -1,46 +0,0 @@ -GNUstep/Local/Applications/CodeEditor.app/CodeEditor -GNUstep/Local/Applications/CodeEditor.app/Resources/CodeEditor.desktop -GNUstep/Local/Applications/CodeEditor.app/Resources/CodeEditor.tiff -GNUstep/Local/Applications/CodeEditor.app/Resources/CodeEditorInfo.plist -GNUstep/Local/Applications/CodeEditor.app/Resources/FindPanel.gorm/data.classes -GNUstep/Local/Applications/CodeEditor.app/Resources/FindPanel.gorm/objects.gorm -GNUstep/Local/Applications/CodeEditor.app/Resources/FontAttributesPanel.gorm/data.classes -GNUstep/Local/Applications/CodeEditor.app/Resources/FontAttributesPanel.gorm/objects.gorm -GNUstep/Local/Applications/CodeEditor.app/Resources/Info-gnustep.plist -GNUstep/Local/Applications/CodeEditor.app/Resources/Inspector.gorm/data.classes -GNUstep/Local/Applications/CodeEditor.app/Resources/Inspector.gorm/objects.gorm -GNUstep/Local/Applications/CodeEditor.app/Resources/MethodPanel.gorm/data.classes -GNUstep/Local/Applications/CodeEditor.app/Resources/MethodPanel.gorm/objects.gorm -GNUstep/Local/Applications/CodeEditor.app/Resources/OpenInWorkspace.tiff -GNUstep/Local/Applications/CodeEditor.app/Resources/Preference.gorm/data.classes -GNUstep/Local/Applications/CodeEditor.app/Resources/Preference.gorm/objects.gorm -GNUstep/Local/Applications/CodeEditor.app/Resources/ScriptingInfo.plist -GNUstep/Local/Applications/CodeEditor.app/Resources/Scripts/autogsdoc.rb -GNUstep/Local/Applications/CodeEditor.app/Resources/Scripts/autogsdoc.rb.stinfo -GNUstep/Local/Applications/CodeEditor.app/Resources/Scripts/welcome.st -GNUstep/Local/Applications/CodeEditor.app/Resources/Scripts/welcome.st.stinfo -GNUstep/Local/Applications/CodeEditor.app/Resources/Window.gorm/data.classes -GNUstep/Local/Applications/CodeEditor.app/Resources/Window.gorm/objects.gorm -GNUstep/Local/Applications/CodeEditor.app/stamp.make -GNUstep/Local/Library/ApplicationSupport/CodeEditorView/ObjCHandler.bundle/ObjCHandler -GNUstep/Local/Library/ApplicationSupport/CodeEditorView/ObjCHandler.bundle/Resources/Info-gnustep.plist -GNUstep/Local/Library/ApplicationSupport/CodeEditorView/ObjCHandler.bundle/stamp.make -GNUstep/Local/Library/Bundles/CodeEditorView.bundle/CodeEditorView -GNUstep/Local/Library/Bundles/CodeEditorView.bundle/Resources/Info-gnustep.plist -GNUstep/Local/Library/Bundles/CodeEditorView.bundle/Resources/OpenInWorkspace.tiff -GNUstep/Local/Library/Bundles/CodeEditorView.bundle/stamp.make -GNUstep/Local/Tools/CodeEditor -@dirrm GNUstep/Local/Library/Bundles/CodeEditorView.bundle/Resources -@dirrm GNUstep/Local/Library/Bundles/CodeEditorView.bundle -@dirrm GNUstep/Local/Library/ApplicationSupport/CodeEditorView/ObjCHandler.bundle/Resources -@dirrm GNUstep/Local/Library/ApplicationSupport/CodeEditorView/ObjCHandler.bundle -@dirrm GNUstep/Local/Library/ApplicationSupport/CodeEditorView -@dirrm GNUstep/Local/Applications/CodeEditor.app/Resources/Window.gorm -@dirrm GNUstep/Local/Applications/CodeEditor.app/Resources/Scripts -@dirrm GNUstep/Local/Applications/CodeEditor.app/Resources/Preference.gorm -@dirrm GNUstep/Local/Applications/CodeEditor.app/Resources/MethodPanel.gorm -@dirrm GNUstep/Local/Applications/CodeEditor.app/Resources/Inspector.gorm -@dirrm GNUstep/Local/Applications/CodeEditor.app/Resources/FontAttributesPanel.gorm -@dirrm GNUstep/Local/Applications/CodeEditor.app/Resources/FindPanel.gorm -@dirrm GNUstep/Local/Applications/CodeEditor.app/Resources -@dirrm GNUstep/Local/Applications/CodeEditor.app |