# -*- 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
# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem	1.0
PortGroup xcode 1.0

name        bean
version		1.3.3
categories  editors aqua
maintainers	nomaintainer
description	A small, simple rich text editor.
long_description    \
    Bean is a small, simple word processor (or more precisely, a rich text \
    editor), with many niceties added to make writing convenient, efficient \
    and comfortable.
homepage    http://www.bean-osx.com/
master_sites    http://www.bean-osx.com/source/

distname	Bean-Source
use_zip     yes
checksums	\
	md5 8a4abf064d3e91d0dd8d79d420c6f582 \
	sha1 8f931f9dbba6fe75b68ba6dee34faf3a17ec3876 \
	rmd160 8b6ea07bcf7b36d608dee0af15216e90768fe42f

worksrcdir	Bean

xcode.target	Bean
xcode.configuration	Release

livecheck.type	regex
livecheck.url	http://www.bean-osx.com/releases/availableVersion.xml
livecheck.regex	"<availableVersion>(\[0-9\.\]+)</availableVersion>"
