# -*- 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

PortSystem          1.0

name                yydecode
version             0.2.10
revision            0
checksums           rmd160  3d4543e6ebc5d8ae6891eaf846ad763e1f880fd9 \
                    sha256  bd4879643f6539770fd23d1a51dc6a91ba3de2823cf14d047a40c630b3c7ba66 \
                    size    119983

categories          sysutils
maintainers         nomaintainer
license             GPL-2+

description         Highly portable decoder for yEnc encoded binaries

long_description    yydecode works almost identically to the infamous \
                    uudecode program. Version 0.2.8 and onwards contains a \
                    superset of uudecode's functionality, (i.e. decodes \
                    standard uuencoded files, as well as Base64 RFC2045 \
                    encoded files produced by uuencode) and hence can be used \
                    as a drop-in replacement in all circumstances.

homepage            http://yydecode.sourceforge.net
master_sites        sourceforge:project/yydecode/yydecode/${version}

patchfiles          crc32.c.patch
patchfiles-append   implicit.patch

configure.args      --infodir=${prefix}/share/info \
                    --mandir=${prefix}/share/man
