Ticket #16283: Portfile.txt

File Portfile.txt, 1.1 KB (added by pmagrath@…, 16 years ago)

Working replacement portfile.

Line 
1# $Id: Portfile 28414 2007-08-30 19:35:14Z simon@macports.org $
2
3PortSystem 1.0
4name            joe
5version         3.5
6categories      editors
7maintainers     noses@noses.com
8description     Joe's Own Editor
9long_description        JOE is the professional freeware ASCII text screen editor for UNIX. \
10                        It makes full use of the power and versatility of UNIX, but lacks the steep \
11                        learning curve and basic nonsense you have to deal with in every other UNIX \
12                        editor. JOE has the feel of most IBM PC text editors: The key-sequences are \
13                        reminiscent of WordStar and Turbo-C.  JOE is much more powerful than those \
14                        editors, however.  JOE has all of the features a UNIX user should expect: \
15                        full use of termcap/terminfo, excellent screen update optimizations (JOE is \
16                        fully useable at 2400 baud), simple installation, and all of the \
17                        UNIX-integration features of VI.
18homepage        http://sourceforge.net/projects/joe-editor/
19platforms       darwin freebsd
20master_sites    sourceforge:joe-editor
21
22master_sites    sourceforge:joe-editor
23checksums       md5 9bdffecce7ef910feaa06452d48843de
24configure.args  --mandir=${prefix}/share/man
25
26livecheck.distname JOE sources
27livecheck.version  ${name}-${version}