# -*- 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
# Download distfiles from GitHub mirror because fetching from svn keeps being
github.setup leahneukirchen netpbm-mirror 2b499210eb2a64c95e6891a8d361b38a8502e063
set source_branch advanced
distname ${source_branch}-r${svn.revision}
set source_distfile ${distfiles}
set userguide_commit 4d6a81f76b3eeab25441f7614083bbb82328499c
set userguide_revision 3698
set userguide_branch userguide
set userguide_distname ${userguide_branch}-r${userguide_revision}
set userguide_distfile ${userguide_distname}${extract.suffix}
checksums ${source_distfile} \
rmd160 52dc2653c6cf9bc16c85c2f6e9770c8fa31cdfa6 \
sha256 5383b6f09041a9103e05aca48525f8a17edfc45d0301a6dd0545bade28ed5562 \
rmd160 cb555031e9dd5b0f38d39a36fae31d5d95ef4e9e \
sha256 cfa512468925bdb7351b17fb8c8942600c1291ebcaca3532ec2aeb586c38755c \
platforms darwin freebsd linux
maintainers {ryandesign @ryandesign} openmaintainer
license {BSD GPL-2 IJG Permissive}
description Image manipulation
long_description A whole bunch of utilities for primitive manipulation \
of graphic images. Wide array of converters from one \
graphics format to another, e.g. from g3 fax format to \
jpeg. Many basic graphics editing tools such as \
homepage http://netpbm.sourceforge.net/
distfiles ${source_distfile}:source \
${userguide_distfile}:userguide
master_sites ${github.master_sites}:source \
${github.homepage}/tarball/${userguide_commit}:userguide
move ${workpath}/${github.author}-${github.project}-[string range ${git.branch} 0 6] ${workpath}/${distname}
move ${workpath}/${github.author}-${github.project}-[string range ${userguide_commit} 0 6] ${workpath}/${userguide_distname}
fs-traverse item ${worksrcpath} {
if [file isfile ${item}] {
set item_mtime [file mtime ${item}]
if {${item_mtime} > ${newest_mtime}} {
set newest_mtime ${item_mtime}