a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21856 2007-02-10 16:53:18Z rhwood@macports.org $
PortSystem 1.0
name TrailBlazer
version 0.5.1
categories aqua www
platforms darwin
maintainers papabean@gmail.com
description TrailBlazer is a browser with an experimental history
long_description TrailBlazer solves the problem of getting back to a \
web page you've been to before, but didn't have the \
forethought to bookmark. The current solutions \
provided by most web browsers, their history menu, is \
just a list of titles and web addresses which aren't \
memorable enough to be useful. \
The actual solution used by most people, is to \
retrace their own steps through different links until \
they find they page they are looking for. Our \
software solution provides the user with a graphical \
representation of the steps they took from page to \
page, such that they can simply click to their final \
destination page. \
TrailBlazer was developed by MacWarriors and released \
at the University of Illinois' Engineering Open House \
2004.
homepage http://www.acm.uiuc.edu/macwarriors/projects/trailblazer/
fetch.type cvs
cvs.root :pserver:anoncvs@clortho.acm.uiuc.edu:/afs/acm.uiuc.edu/common/cvsroot/macwarriors
cvs.module trailblazer
set worksrcdir trailblazer
use_configure no
build.type pbx
build.target
destroot {
xinstall -d -m 755 ${destroot}/Applications/MacPorts
file copy ${worksrcpath}/build/TrailBlazer.app \
${destroot}/Applications/MacPorts/TrailBlazer.app
}