Commits
Marcus Calhoun-Lopez authored and MarcusCalhoun-Lopez committed e99cbcbcd6b
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 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name dvdauthor |
6 6 | version 0.7.2 |
7 7 | categories multimedia |
8 8 | platforms darwin |
9 - | maintainers perry.ch:maurice |
9 + | maintainers {perry.ch:maurice @robbyn} |
10 10 | license GPL-2+ |
11 11 | |
12 12 | description A simple set of tools to help author a DVD. |
13 13 | |
14 14 | long_description \ |
15 15 | A simple set of tools to help you author a DVD. The idea is to be \ |
16 16 | able to create menus, buttons, chapters, etc, but for now you can \ |
17 17 | just take an mpeg stream (as created by mplex -f 8 from mjpegtools \ |
18 18 | 1.6.0) and write it to DVD. |
19 19 | |