| Revision 95573,
1.1 KB
checked in by ryandesign@…, 2 years ago
(diff) |
|
lame: fix punctuation typo in description; remove last sentence of long description
|
-
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 lame |
|---|
| 7 | version 3.99.5 |
|---|
| 8 | set branch [join [lrange [split ${version} .] 0 1] .] |
|---|
| 9 | categories audio |
|---|
| 10 | license LGPL-2.1+ |
|---|
| 11 | platforms darwin freebsd |
|---|
| 12 | maintainers nomaintainer |
|---|
| 13 | |
|---|
| 14 | description Lame Ain't an MP3 Encoder |
|---|
| 15 | |
|---|
| 16 | long_description LAME is an educational tool to be used for learning about \ |
|---|
| 17 | MP3 encoding. The goal of the LAME project is to use the \ |
|---|
| 18 | open source model to improve the psycho acoustics, noise \ |
|---|
| 19 | shaping and speed of MP3. |
|---|
| 20 | |
|---|
| 21 | homepage http://lame.sourceforge.net/ |
|---|
| 22 | master_sites sourceforge:project/lame/lame/${branch} |
|---|
| 23 | |
|---|
| 24 | depends_lib port:ncurses \ |
|---|
| 25 | port:libiconv |
|---|
| 26 | |
|---|
| 27 | checksums rmd160 8a0990af918b635cc79eb27a3beafc6c0ee13a9f \ |
|---|
| 28 | sha256 24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff |
|---|
| 29 | |
|---|
| 30 | livecheck.regex /${name}-(\\d+(?:\\.\\d+)+)${extract.suffix} |
|---|
Note: See
TracBrowser
for help on using the repository browser.