|
Revision 57209, 0.6 KB
(checked in by yves@…, 5 months ago)
|
|
Drop maintainership
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name mp3splt |
|---|
| 6 | version 2.2.6a |
|---|
| 7 | categories audio |
|---|
| 8 | maintainers nomaintainer |
|---|
| 9 | description Utility for mp3 and ogg splitting without decoding |
|---|
| 10 | long_description \ |
|---|
| 11 | mp3splt is a free command-line utility that allows you to split mp3 and \ |
|---|
| 12 | ogg files from a begin time to an end time, without need of decoding and \ |
|---|
| 13 | reencoding. It's useful to split large mp3/ogg to make smaller files or \ |
|---|
| 14 | to split entire albums to obtain original tracks. |
|---|
| 15 | |
|---|
| 16 | platforms darwin |
|---|
| 17 | |
|---|
| 18 | homepage http://mp3splt.sourceforge.net/ |
|---|
| 19 | |
|---|
| 20 | master_sites sourceforge |
|---|
| 21 | |
|---|
| 22 | checksums md5 4d49ad93f46ed8fcdf4bf2e269c80929 |
|---|
| 23 | |
|---|
| 24 | depends_lib port:libmp3splt |
|---|
| 25 | |
|---|