| Revision 91879,
1.1 KB
checked in by ryandesign@…, 3 years ago
(diff) |
|
mp3splt: GPL-2+ license
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 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 | # $Id$ |
|---|
| 3 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | |
|---|
| 6 | name mp3splt |
|---|
| 7 | version 2.4.1 |
|---|
| 8 | categories audio |
|---|
| 9 | platforms darwin |
|---|
| 10 | maintainers nomaintainer |
|---|
| 11 | license GPL-2+ |
|---|
| 12 | |
|---|
| 13 | description Utility for mp3 and ogg splitting without decoding |
|---|
| 14 | |
|---|
| 15 | long_description mp3splt is a free command-line utility that allows you to \ |
|---|
| 16 | split mp3 and ogg files from a begin time to an end time, \ |
|---|
| 17 | without need of decoding and reencoding. It's useful to \ |
|---|
| 18 | split large mp3/ogg to make smaller files or to split \ |
|---|
| 19 | entire albums to obtain original tracks. |
|---|
| 20 | |
|---|
| 21 | homepage http://mp3splt.sourceforge.net/ |
|---|
| 22 | master_sites sourceforge:project/mp3splt/mp3splt |
|---|
| 23 | |
|---|
| 24 | checksums rmd160 f2087a9f129159fc3c0ce97c2b0687f36e62e893 \ |
|---|
| 25 | sha256 e625bf7d3f11d69572794a8b9e85729c5c0b99ad52f5dbc4eafdea4644400d6e |
|---|
| 26 | |
|---|
| 27 | depends_lib port:libmp3splt |
|---|
| 28 | |
|---|
| 29 | livecheck.regex /${name}-(\[0-9a-z.\]+)${extract.suffix} |
|---|
Note: See
TracBrowser
for help on using the repository browser.