- Remove editors/mondrian. Dependency is gone.
Approved by: maintainer (implicit, > 1 month timeout)
This commit is contained in:
parent
14b2e1c028
commit
a8be01971c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259834
1
MOVED
1
MOVED
@ -4492,3 +4492,4 @@ www/woadaptor-cgi||2010-08-23|Broken for 6+ months, unmaintained
|
||||
x11-toolkits/ruby-fox12||2010-08-23|Removed
|
||||
x11-toolkits/fxscintilla-fox12||2010-08-23|Removed
|
||||
x11-toolkits/fox12||2010-08-23|Has expired: Unsupported, please use x11-toolkits/fox14 or x11-toolkits/fox16 instead.
|
||||
editors/mondrian||2010-08-23|Removed
|
||||
|
@ -173,7 +173,6 @@
|
||||
SUBDIR += mined
|
||||
SUBDIR += mlview
|
||||
SUBDIR += mode-info
|
||||
SUBDIR += mondrian
|
||||
SUBDIR += morla
|
||||
SUBDIR += mousepad
|
||||
SUBDIR += mp
|
||||
|
@ -1,44 +0,0 @@
|
||||
# New ports collection makefile for: mondrian
|
||||
# Date created: 2007-01-13
|
||||
# Whom: Nicola Vitale <nivit@email.it>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mondrian
|
||||
PORTVERSION= 1.0.b8
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= editors ruby
|
||||
MASTER_SITES= http://www.mondrian-ide.com/download/ \
|
||||
LOCAL/nivit/${PORTNAME}/
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION:S/.b/beta/}
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Mondrian Ruby IDE
|
||||
|
||||
BROKEN= Does not run with the supported versions of the FOX toolkit
|
||||
|
||||
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/fox12.so:${PORTSDIR}/x11-toolkits/ruby-fox12
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_RUBY= yes
|
||||
RUBY_NO_BUILD_DEPENDS= yes
|
||||
|
||||
SUB_FILES= ${PORTNAME}
|
||||
SUB_LIST= RUBY=${RUBY}
|
||||
|
||||
FIND_DIRS= -type d
|
||||
FIND_DATA= -type f
|
||||
|
||||
RM_OPTS= -f
|
||||
RM_FILES= LICENSE CHANGELOG
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKSRC} && ${RM} ${RM_OPTS} ${RM_FILES}
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC} && ${FIND} . ${FIND_DIRS} -exec ${MKDIR} ${DATADIR}/{} ";"
|
||||
@cd ${WRKSRC} && ${FIND} . ${FIND_DATA} -exec ${INSTALL_DATA} {} ${DATADIR}/{} ";"
|
||||
@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (mondrian-v1.0beta8.tar.gz) = fbd34e8517339bf7ba4059c285707849
|
||||
SHA256 (mondrian-v1.0beta8.tar.gz) = 514b7991f6b2d47da4cc0e12dd62d7a2e7a0da95c93e440e6430d0728b923c9b
|
||||
SIZE (mondrian-v1.0beta8.tar.gz) = 90591
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
exec %%RUBY%% %%DATADIR%%/Mondrian.rbw
|
@ -1,13 +0,0 @@
|
||||
Mondrian is a cross-platform project-manager and editor
|
||||
for the Ruby language.
|
||||
Written in 100% native Ruby using the FOX GUI toolkit,
|
||||
Mondrian has the familiar look and feel of a modern IDE.
|
||||
Some features include:
|
||||
|
||||
* a dynamic object browser
|
||||
* runtime error integration
|
||||
* a full-featured project manager
|
||||
* syntax highlighting
|
||||
* runs identically on Windows and Linux
|
||||
|
||||
WWW: http://www.mondrian-ide.com/
|
@ -1,64 +0,0 @@
|
||||
@comment $FreeBSD$
|
||||
bin/mondrian
|
||||
%%DATADIR%%/CreateProjectDialog.rb
|
||||
%%DATADIR%%/DockFrame.rb
|
||||
%%DATADIR%%/EditBook.rb
|
||||
%%DATADIR%%/ExecutionManager.rb
|
||||
%%DATADIR%%/ExecutionMonitor.rb
|
||||
%%DATADIR%%/FileManager.rb
|
||||
%%DATADIR%%/FindReplaceDialog.rb
|
||||
%%DATADIR%%/GardenObject.rb
|
||||
%%DATADIR%%/GardenWidget.rb
|
||||
%%DATADIR%%/GuiExtensions.rb
|
||||
%%DATADIR%%/HomeViewer.rb
|
||||
%%DATADIR%%/IconManager.rb
|
||||
%%DATADIR%%/Mondrian.rbw
|
||||
%%DATADIR%%/Notifier.rb
|
||||
%%DATADIR%%/ObjectGarden.rb
|
||||
%%DATADIR%%/PreferencesDialog.rb
|
||||
%%DATADIR%%/PropertiesFrame.rb
|
||||
%%DATADIR%%/RubyAtom.rb
|
||||
%%DATADIR%%/RubyAtomExtractor.rb
|
||||
%%DATADIR%%/RubyAtomizer.rb
|
||||
%%DATADIR%%/RubyParser.rb
|
||||
%%DATADIR%%/RubyText.rb
|
||||
%%DATADIR%%/SearchFrame.rb
|
||||
%%DATADIR%%/SessionManager.rb
|
||||
%%DATADIR%%/SourceBrowser.rb
|
||||
%%DATADIR%%/icons/back.png
|
||||
%%DATADIR%%/icons/class.png
|
||||
%%DATADIR%%/icons/close.png
|
||||
%%DATADIR%%/icons/close_mini.png
|
||||
%%DATADIR%%/icons/copy.png
|
||||
%%DATADIR%%/icons/cut.png
|
||||
%%DATADIR%%/icons/file.png
|
||||
%%DATADIR%%/icons/file_view.png
|
||||
%%DATADIR%%/icons/find.png
|
||||
%%DATADIR%%/icons/find_in_project.png
|
||||
%%DATADIR%%/icons/forward.png
|
||||
%%DATADIR%%/icons/left_arrow.png
|
||||
%%DATADIR%%/icons/method.png
|
||||
%%DATADIR%%/icons/module.png
|
||||
%%DATADIR%%/icons/new.png
|
||||
%%DATADIR%%/icons/object_view.png
|
||||
%%DATADIR%%/icons/open.png
|
||||
%%DATADIR%%/icons/paste.png
|
||||
%%DATADIR%%/icons/project.png
|
||||
%%DATADIR%%/icons/project_key.png
|
||||
%%DATADIR%%/icons/redo.png
|
||||
%%DATADIR%%/icons/right_arrow.png
|
||||
%%DATADIR%%/icons/ruby_file.png
|
||||
%%DATADIR%%/icons/run.png
|
||||
%%DATADIR%%/icons/run_project.png
|
||||
%%DATADIR%%/icons/save.png
|
||||
%%DATADIR%%/icons/save_all.png
|
||||
%%DATADIR%%/icons/save_as.png
|
||||
%%DATADIR%%/icons/toolbar_separator.png
|
||||
%%DATADIR%%/icons/undo.png
|
||||
%%DATADIR%%/images/mondrian.ico
|
||||
%%DATADIR%%/images/mondrian_icon.bmp
|
||||
%%DATADIR%%/images/mondrian_icon_small.bmp
|
||||
%%DATADIR%%/images/mondrian_splash.png
|
||||
@dirrm %%DATADIR%%/icons
|
||||
@dirrm %%DATADIR%%/images
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user