From 3c8c54ea22508a57a89556e068f0acd1ad895389 Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Fri, 28 Apr 2017 15:42:52 +0000 Subject: [PATCH] JOSS Article. Fixing installation problems. --- .../ConfigurationOfGrafoscopio.class.st | 301 +++++++++++++++++- 1 file changed, 296 insertions(+), 5 deletions(-) diff --git a/repository/ConfigurationOfGrafoscopio/ConfigurationOfGrafoscopio.class.st b/repository/ConfigurationOfGrafoscopio/ConfigurationOfGrafoscopio.class.st index c4a5fb1..63420f7 100644 --- a/repository/ConfigurationOfGrafoscopio/ConfigurationOfGrafoscopio.class.st +++ b/repository/ConfigurationOfGrafoscopio/ConfigurationOfGrafoscopio.class.st @@ -132,6 +132,44 @@ ConfigurationOfGrafoscopio class >> validate [ ^ ((Smalltalk at: #MetacelloToolBox) validateConfiguration: self debug: #() recurse: false) explore ] +{ #category : #baselines } +ConfigurationOfGrafoscopio >> baseline010: spec [ + + + spec for: #'common' do: [ + spec blessing: #'baseline'. + spec repository: 'http://smalltalkhub.com/Offray/Grafoscopio'. + spec + project: 'Dataviz' with: [ + spec + className: #ConfigurationOfDataviz; + versionString: '2.2.2'; + repository: 'http://smalltalkhub.com/mc/Offray/Dataviz/main/' ]; + project: 'Roassal2' with: [ + spec + className: #ConfigurationOfRoassal2; + versionString: #'stable'; + repository: 'http://smalltalkhub.com/mc/ObjectProfile/Roassal2/main/' ]; + project: 'Ston' with: [ + spec + className: #ConfigurationOfSton; + versionString: '0.19'; + repository: 'http://ss3.gemstone.com/ss/STON' ]; + project: 'WebBrowser' with: [ + spec + className: #ConfigurationOfWebBrowser; + versionString: #'stable'; + repository: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo60/main/' ]. + spec + package: #Grafoscopio with: [ + spec requires: #('Spec-Glamour' ). ]; + package: 'Spec-Glamour'. + spec + group: 'Core' with: #('Grafoscopio' 'Roassal2' ); + group: 'Extended' with: #('Core' 'Dataviz' ). ]. + +] + { #category : #baselines } ConfigurationOfGrafoscopio >> baseline01: spec [ @@ -293,6 +331,44 @@ ConfigurationOfGrafoscopio >> baseline08: spec [ ] +{ #category : #baselines } +ConfigurationOfGrafoscopio >> baseline09: spec [ + + + spec for: #'common' do: [ + spec blessing: #'baseline'. + spec repository: 'http://smalltalkhub.com/Offray/Grafoscopio'. + spec + project: 'Dataviz' with: [ + spec + className: #ConfigurationOfDataviz; + versionString: '2.2.2'; + repository: 'http://smalltalkhub.com/mc/Offray/Dataviz/main/' ]; + project: 'Roassal2' with: [ + spec + className: #ConfigurationOfRoassal2; + versionString: #'stable'; + repository: 'http://smalltalkhub.com/mc/ObjectProfile/Roassal2/main/' ]; + project: 'Ston' with: [ + spec + className: #ConfigurationOfSton; + versionString: '0.19'; + repository: 'http://ss3.gemstone.com/ss/STON' ]; + project: 'WebBrowser' with: [ + spec + className: #ConfigurationOfWebBrowser; + versionString: #'stable'; + repository: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo60/main/' ]. + spec + package: #Grafoscopio with: [ + spec requires: #('Spec-Glamour' ). ]; + package: 'Spec-Glamour'. + spec + group: 'Core' with: #('Grafoscopio' 'Roassal2' ); + group: 'Extended' with: #('Core' 'Dataviz' ). ]. + +] + { #category : #baselines } ConfigurationOfGrafoscopio >> baseline1_0: spec [ @@ -328,6 +404,56 @@ ConfigurationOfGrafoscopio >> baseline1_0: spec [ ] +{ #category : #baselines } +ConfigurationOfGrafoscopio >> baseline1_1: spec [ + + + spec for: #'common' do: [ + spec blessing: #'baseline'. + spec repository: 'http://smalltalkhub.com/Offray/Grafoscopio'. + spec + project: 'Ston' with: [ + spec + className: #ConfigurationOfSton; + versionString: #'bleedingEdge'; + repository: 'http://ss3.gemstone.com/ss/STON' ]; + project: 'Roassal2' with: [ + spec + className: #ConfigurationOfRoassal2; + versionString: #'bleedingEdge'; + repository: 'http://smalltalkhub.com/mc/ObjectProfile/Roassal2/main/' ]; + project: 'WebBrowser' with: [ + spec + className: #ConfigurationOfWebBrowser; + versionString: #stable; + repository: 'http://smalltalkhub.com/TorstenBergmann/WebBrowser']; + project: 'OSProcess' with: [ + spec + className: #ConfigurationOfOSProcess; + versionString: #stable; + repository: 'http://www.squeaksource.com/OSProcess']; + package: 'Spec-Glamour' with:[ + spec repository: 'http://smalltalkhub.com/mc/jfabry/Playground/main/' ]; + project: 'Zotero' with: [ + spec + className: #ConfigurationOfPubiblio; + versionString: #'stable'; + repository: 'http://smalltalkhub.com/mc/Offray/Grafoscopio/main' ]; + project: 'Dataviz' with: [ + spec + className: #ConfigurationOfDataviz; + versionString: #'bleedingEdge'; + repository: 'http://smalltalkhub.com/mc/Offray/Dataviz/main/' ]. + spec package: #Grafoscopio with: [ + spec + requires: 'Ston'; + requires: 'Spec-Glamour']. + spec + group: 'Core' with: #('Grafoscopio' 'Roassal2'); + group: 'Extended' with: #('Core' 'Dataviz') ]. + +] + { #category : #accessing } ConfigurationOfGrafoscopio >> customProjectAttributes [ "Edit to return a collection of any custom attributes e.g. for conditional loading: Array with: #'Condition1' with: #'Condition2. @@ -366,7 +492,7 @@ ConfigurationOfGrafoscopio >> project [ ConfigurationOfGrafoscopio >> stable: spec [ - spec for: #'common' version: '1.3.2'. + spec for: #'common' version: '1.3.8'. ] @@ -541,6 +667,27 @@ ConfigurationOfGrafoscopio >> version12: spec [ ] +{ #category : #versions } +ConfigurationOfGrafoscopio >> version1310: spec [ + + + spec for: #'common' do: [ + spec blessing: #'stable'. + spec description: 'version 1.3.10'. + spec author: 'OffrayLuna'. + spec timestamp: '2017-04-28T15:38'. + spec + project: 'Ston' with: #stable; + project: 'Roassal2' with: #stable; + "project: 'OSProcess' with: #stable;" + project: 'WebBrowser' with: #stable; + "project: 'Pubiblio' with: #stable;" + project: 'Dataviz' with: '2.2.4'. + spec + package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.273'; + package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2' ]. +] + { #category : #versions } ConfigurationOfGrafoscopio >> version131: spec [ @@ -562,23 +709,167 @@ ConfigurationOfGrafoscopio >> version131: spec [ { #category : #versions } ConfigurationOfGrafoscopio >> version132: spec [ - + spec for: #'common' do: [ spec blessing: #'stable'. spec description: 'version 1.3.2'. spec author: 'OffrayLuna'. - spec timestamp: '10/18/2016 20:37'. + spec timestamp: '10/18/2016 21:13'. spec project: 'Dataviz' with: '2.2.2'; - project: 'Roassal2' with: '1.38'; + project: 'Roassal2' with: '1.9'; project: 'Ston' with: '0.19'. spec - package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.236'; + package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.237'; package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2'. ]. ] +{ #category : #versions } +ConfigurationOfGrafoscopio >> version133: spec [ + + + spec for: #'common' do: [ + spec blessing: #'stable'. + spec description: 'version 1.3.3'. + spec author: 'OffrayLuna'. + spec timestamp: '2016-12-19T18:30'. + spec + project: 'Dataviz' with: '2.2.2'; + project: 'Roassal2' with: #stable; + project: 'WebBrowser' with: #stable; + project: 'Ston' with: '0.19'. + spec + package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.245'; + package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2'. ]. +] + +{ #category : #versions } +ConfigurationOfGrafoscopio >> version134: spec [ + + + spec for: #'common' do: [ + spec blessing: #'stable'. + spec description: 'version 1.3.4'. + spec author: 'OffrayLuna'. + spec timestamp: '2017-02-20T20:40:57'. + spec + project: 'Ston' with: #stable; + project: 'Dataviz' with: '2.2.2'; + project: 'Roassal2' with: #stable; + project: 'OSProcess' with: #stable; + project: 'WebBrowser' with: #stable. + spec + package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.261'; + package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2'. ]. +] + +{ #category : #versions } +ConfigurationOfGrafoscopio >> version135: spec [ + + + spec for: #'common' do: [ + spec blessing: #'stable'. + spec description: 'version 1.3.5'. + spec author: 'OffrayLuna'. + spec timestamp: '2/23/2017 18:37'. + spec + project: 'Ston' with: #stable; + project: 'Roassal2' with: #stable; + project: 'OSProcess' with: #stable; + project: 'WebBrowser' with: #stable; + project: 'Zotero' with: '0.2'; + project: 'Dataviz' with: '2.2.2'. + spec + package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.261'; + package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2' ]. +] + +{ #category : #versions } +ConfigurationOfGrafoscopio >> version136: spec [ + + + spec for: #'common' do: [ + spec blessing: #'stable'. + spec description: 'version 1.3.6'. + spec author: 'OffrayLuna'. + spec timestamp: '2017-03-07T16:06'. + spec + project: 'Ston' with: #stable; + project: 'Roassal2' with: #stable; + "project: 'OSProcess' with: #stable;" + project: 'WebBrowser' with: #stable; + "project: 'Pubiblio' with: #stable;" + project: 'Dataviz' with: '2.2.3'. + spec + package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.261'; + package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2' ]. +] + +{ #category : #versions } +ConfigurationOfGrafoscopio >> version137: spec [ + + + spec for: #'common' do: [ + spec blessing: #'stable'. + spec description: 'version 1.3.7'. + spec author: 'OffrayLuna'. + spec timestamp: '2017-03-07T16:06'. + spec + project: 'Ston' with: #stable; + project: 'Roassal2' with: #stable; + "project: 'OSProcess' with: #stable;" + project: 'WebBrowser' with: #stable; + "project: 'Pubiblio' with: #stable;" + project: 'Dataviz' with: '2.2.3'. + spec + package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.261'; + package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2' ]. +] + +{ #category : #versions } +ConfigurationOfGrafoscopio >> version138: spec [ + + + spec for: #'common' do: [ + spec blessing: #'stable'. + spec description: 'version 1.3.8'. + spec author: 'OffrayLuna'. + spec timestamp: '2017-04-06T18:56'. + spec + project: 'Ston' with: #stable; + project: 'Roassal2' with: #stable; + "project: 'OSProcess' with: #stable;" + project: 'WebBrowser' with: #stable; + "project: 'Pubiblio' with: #stable;" + project: 'Dataviz' with: '2.2.3'. + spec + package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.271'; + package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2' ]. +] + +{ #category : #versions } +ConfigurationOfGrafoscopio >> version139: spec [ + + + spec for: #'common' do: [ + spec blessing: #'stable'. + spec description: 'version 1.3.9'. + spec author: 'OffrayLuna'. + spec timestamp: '20 April 2017 T18:06'. + spec + project: 'Ston' with: #stable; + project: 'Roassal2' with: #stable; + "project: 'OSProcess' with: #stable;" + project: 'WebBrowser' with: #stable; + "project: 'Pubiblio' with: #stable;" + project: 'Dataviz' with: '2.2.3'. + spec + package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.271'; + package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2' ]. +] + { #category : #versions } ConfigurationOfGrafoscopio >> version13: spec [