New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

source: trunk/dports/audio/lame/Portfile @ 128059

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
4PortSystem          1.0
5
6name                lame
7version             3.99.5
8set branch          [join [lrange [split ${version} .] 0 1] .]
9categories          audio
10license             LGPL-2.1+
11platforms           darwin freebsd
12maintainers         nomaintainer
13
14description         Lame Ain't an MP3 Encoder
15
16long_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
21homepage            http://lame.sourceforge.net/
22master_sites        sourceforge:project/lame/lame/${branch}
23
24depends_lib         port:ncurses \
25                    port:libiconv
26
27checksums           rmd160  8a0990af918b635cc79eb27a3beafc6c0ee13a9f \
28                    sha256  24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff
29
30livecheck.regex     /${name}-(\\d+(?:\\.\\d+)+)${extract.suffix}
Note: See TracBrowser for help on using the repository browser.