Ticket #16464: 2_Portfile_cleaning.diff

File 2_Portfile_cleaning.diff, 2.6 KB (added by billitch@…, 16 years ago)
  • Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
    12# $Id: Portfile 30219 2007-10-22 22:40:35Z jmpp@macports.org $
    23
    3 PortSystem 1.0
    4 name             speex-devel
    5 version          1.2rc1
    6 categories       audio
    7 maintainers      gmail.com:billitch
    8 description      audio codec designed for speech
    9 long_description \
    10     Speex is an Open Source/Free Software patent-free audio \
    11     compression format designed for speech. The Speex Project \
    12     aims to lower the barrier of entry for voice applications \
    13     by providing a free alternative to expensive proprietary \
    14     speech codecs.  Moreover, Speex is well-adapted to \
    15     Internet applications and provides useful features that \
    16     are not present in most other codecs.
    17 homepage         http://speex.org/
    18 platforms        darwin
    19 
    20 depends_lib      port:libogg
    21 
    22 master_sites     http://downloads.xiph.org/releases/speex
    23 
    24 checksums        md5 c4438b22c08e5811ff10e2b06ee9b9ae \
    25                  sha1 52daa72572e844e5165315e208da539b2a55c5eb \
    26                  rmd160 6f4a11ef910b0db9b820826bcac3da1b79cad3a1
    27 distname         speex-${version}
     4PortSystem              1.0
     5name                    speex-devel
     6version                 1.2rc1
     7categories              audio
     8maintainers             gmail.com:billitch
     9description             audio codec designed for speech
     10
     11long_description        Speex is an Open Source/Free Software \
     12                        patent-free audio compression format \
     13                        designed for speech. The Speex Project \
     14                        aims to lower the barrier of entry for \
     15                        voice applications by providing a free \
     16                        alternative to expensive proprietary \
     17                        speech codecs.  Moreover, Speex is \
     18                        well-adapted to Internet applications \
     19                        and provides useful features that are \
     20                        not present in most other codecs.
     21
     22homepage                http://speex.org/
     23platforms               darwin
     24
     25depends_lib             port:libogg
     26
     27master_sites            http://downloads.xiph.org/releases/speex
     28
     29checksums               md5     c4438b22c08e5811ff10e2b06ee9b9ae \
     30                        sha1    52daa72572e844e5165315e208da539b2a55c5eb \
     31                        rmd160  6f4a11ef910b0db9b820826bcac3da1b79cad3a1
     32
     33distname                speex-${version}