Author: jensg
Date: Sun Feb 14 13:43:12 2016
New Revision: 1730336

URL: http://svn.apache.org/viewvc?rev=1730336&view=rev
Log:
added external_package[] data

Modified:
    thrift/cms-site/trunk/lib/path.pm

Modified: thrift/cms-site/trunk/lib/path.pm
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/path.pm?rev=1730336&r1=1730335&r2=1730336&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Sun Feb 14 13:43:12 2016
@@ -147,6 +147,32 @@ oss_projects: [
         [ "Twitter Scrooge", "http://twitter.github.io/scrooge"; ]
     ]
 
+# external packages hosted elsewhere: 
+# - package manager name
+# - Thrift target language
+# - link to package (URL) to most recent version
+# - package control file (git source tree link)
+# - package maintainer name
+# - remarks
+external_packages: [
+               [ "Bower",         "JavaScript, NodeJS",  
"https://libraries.io/bower/thrift";,                      "bower.json",         
    "",                          "not on http://bower.io/search/?q=thrift"; ],
+               [ "Cabal",         "Haskell",             
"http://hackage.haskell.org/package/thrift";,              
"lib/hs/Thrift.cabal",    "jfarrell",                  "" ],
+               [ "CPAN",          "Perl",                
"http://search.cpan.org";,                                 
"lib/perl/Makefile.PL",   "",                          "no official ASF package 
available" ],
+               [ "Docker",        "(all)",               
"https://hub.docker.com/_/thrift/";,                       "Dockerfile",         
    "",                          "" ],
+               [ "Grunt",         "NodeJS",              "",                   
                                    "lib/js/package.json",    "",               
           "" ],
+               [ "HaxeLib",       "Haxe",                
"http://lib.haxe.org/u/ApacheThrift/";,                    
"lib/haxe/haxelib.json",  "",                          "account exists, but no 
package published" ],
+               [ "HaxeLib(Git)",  "Haxe",                
"https://git.apache.org/thrift.git 0.9.3 lib/haxe",       
"lib/haxe/haxelib.json",  "jensg",                     "" ],
+               [ "Hex PM",        "Erlang",              
"https://hex.pm/packages?search=thrift&sort=downloads";,   "",                   
    "",                          "no official ASF package available" ],
+               [ "NPM",           "NodeJS",              
"https://www.npmjs.com/package/thrift";,                   "package.json",       
    "jfarrell",                  "" ],
+               [ "NuGet",         "C#",                  
"https://www.nuget.org/packages/ApacheThrift/1.0.0-dev";,  "*.nuspec (missing)", 
    "jfarrell, codesf",          "" ],
+               [ "OASIS DB",      "Ocaml",               
"http://oasis.ocamlcore.org/";,                            "lib/ocaml/_oasis",   
    "",                          "website under construction" ],
+               [ "OPAM",          "Ocaml",               
"http://opam.ocaml.org/packages/thrift/thrift.0.9.0/";,    "lib/ocaml/_oasis",   
    "",                          "no official ASF package available" ],
+               [ "Packagist",     "PHP",                 
"https://packagist.org/packages/apache/thrift";,           "composer.json",      
    "jfarrell, bufferoverflow",  "" ],
+               [ "PIP",           "Python",              
"https://pypi.python.org/pypi/thrift/0.9.3";,              "",                   
    "jfarrell",                  "" ],
+               [ "Pub",           "Dart",                
"https://pub.dartlang.org/search?q=thrift";,               "",                   
    "",                          "no official ASF package available" ],
+               [ "Ruby Gem",      "Ruby",                
"https://rubygems.org/gems/thrift";,                       "lib/rb/Gemfile",     
    "",                          "" ]
+    ]
+
 # Item, Automated via configure, Location of versioning file
 versioning: [
         [ "thrift-compiler", "yes", "configure.ac" ],


Reply via email to