Adding cfdg - context-free design grammar

svn path=/nixpkgs/trunk/; revision=20166
This commit is contained in:
Michael Raskin
2010-02-22 10:46:49 +00:00
parent 454fb58a39
commit 4b22e9d61d
4 changed files with 53 additions and 0 deletions
@@ -0,0 +1,6 @@
{
downloadPage = "http://contextfreeart.org/mediawiki/index.php/Download_page";
baseName = "cfdg";
sourceRegexp = ''.*[.]tgz'';
versionExtractorSedScript = ''s/[^0-9]*([0-9.]*)[.]tgz/\1/'';
}