Commits
Zero King authored 4aede9bfec1
1 - | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 - | |
3 - | PortSystem 1.0 |
4 - | PortGroup ruby 1.0 |
5 - | |
6 - | ruby.setup sprockets 1.0.2 gem {} rubygems |
7 - | revision 1 |
8 - | maintainers nomaintainer |
9 - | description JavaScript dependency management and concatenation |
10 - | long_description JavaScript dependency management and concatenation. \ |
11 - | Allows to split a JavaScript project over several files \ |
12 - | and let them automatically concatenate following the \ |
13 - | dependencies as listed in special comments. |
14 - | homepage http://getsprockets.org/ |
15 - | platforms darwin |
16 - | |
17 - | checksums md5 a54bcecfdee14e22d7ded2d39cb75727 \ |
18 - | sha1 94e677b5c9e9682961bc1e3ed8bb88706d487c52 \ |
19 - | rmd160 4cbe35ebbb362a8f61cbd8e843df2679e928d042 |