Commits
Frank Schima authored 06c12df8d6a
1 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 2 | # $Id$ |
3 3 | |
4 4 | PortSystem 1.0 |
5 5 | PortGroup github 1.0 |
6 6 | |
7 7 | github.setup gerard ext4fuse 0.1.3 v |
8 8 | categories fuse |
9 - | license GPL-2+ |
9 + | license GPL-2 |
10 10 | platforms darwin |
11 11 | maintainers nomaintainer |
12 12 | |
13 13 | description ext4 filesystem in user space |
14 14 | long_description Implementation of the ext4 filesystem in user space, \ |
15 15 | using the FUSE library. This allows read-only access. |
16 16 | |
17 17 | checksums rmd160 33b3f6c3a72f86daec20fe191340f9a1e3294c70 \ |
18 18 | sha256 9fdf0d1855d62d6ab108157d627e62b4996144a8eb49a38b094712f924448694 |
19 19 | |