Skip to content

Commit

Permalink
AquaLess:
Browse files Browse the repository at this point in the history
 * Added long_description.
 * Whitespace changes.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@28219 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Anthony Ramine committed Aug 24, 2007
1 parent c7d101e commit 0d9e49c
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions aqua/AquaLess/Portfile
Expand Up @@ -7,22 +7,26 @@ name AquaLess
version 1.5
categories aqua sysutils
maintainers nox
homepage http://aqualess.sourceforge.net/
description Cocoa pager similar to less

long_description ${description}


master_sites sourceforge:aqualess
checksums md5 7e3d04993dc09c31f1daf09dbb5e2677 \
sha1 754681d9bd3e85586d2e50a9697c2ca0dc3b4750 \
rmd160 7a574fff89463fa57e0f1a0e49ad790be2e00b93
long_description \
AquaLess is a text pager for Mac OS X. It allows you to browse plain \
text files and -- more importantly -- text output from Unix command \
line tools. AquaLess is a Cocoa replacement for the less command, which \
is constrained to the terminal window. AquaLess opens a separate window \
for each text, so you can keep working in the terminal while you read.

homepage http://aqualess.sourceforge.net/
master_sites sourceforge:aqualess
distname ${name}-${version}-src

xcode.target ${name}
xcode.destroot.settings SKIP_INSTALL=NO

checksums md5 7e3d04993dc09c31f1daf09dbb5e2677 \
sha1 754681d9bd3e85586d2e50a9697c2ca0dc3b4750 \
rmd160 7a574fff89463fa57e0f1a0e49ad790be2e00b93

post-patch {
reinplace -E "/@/s|/usr|${prefix}|" \
${worksrcpath}/ToolInstaller.m
Expand Down

0 comments on commit 0d9e49c

Please sign in to comment.