New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

root/trunk/dports/audio/mp3splt/Portfile

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
3PortSystem                      1.0
4
5name                            mp3splt
6version                         2.2.6a
7categories                      audio
8maintainers                     nomaintainer
9description                     Utility for mp3 and ogg splitting without decoding
10long_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
16platforms                       darwin
17
18homepage                        http://mp3splt.sourceforge.net/
19
20master_sites            sourceforge
21
22checksums                       md5 4d49ad93f46ed8fcdf4bf2e269c80929
23
24depends_lib                     port:libmp3splt
25
Note: See TracBrowser for help on using the browser.