1 | --- wtf-x.old Sat Apr 9 18:48:11 2005 |
---|
2 | +++ wtf-x.new Sat Apr 9 19:14:21 2005 |
---|
3 | @@ -1,30 +1,25 @@ |
---|
4 | # $Id: Portfile,v 1.2 2004/08/27 16:29:23 matt Exp $ |
---|
5 | |
---|
6 | -PortSystem 1.0 |
---|
7 | - |
---|
8 | +PortSystem 1.0 |
---|
9 | name wtf-x |
---|
10 | -version 0.1 |
---|
11 | +version 0.1 |
---|
12 | categories aqua |
---|
13 | -maintainers riccardo@andreoli.net |
---|
14 | +maintainers riccardo@opendarwin.org |
---|
15 | platforms darwin |
---|
16 | -description A MacOSX programm to translate common Internet acronyms |
---|
17 | -long_description WTF-X is a Mac OS X programm to translate common |
---|
18 | -Internet \ |
---|
19 | - acronyms. It's a port of BSD's |
---|
20 | -commandline tool wtf, but \ |
---|
21 | - unlike this tool it's running as a |
---|
22 | -service in OS X and \ |
---|
23 | - also offers a GUI to browse |
---|
24 | -through all the acronyms and \ |
---|
25 | - add new ones. |
---|
26 | +description A MacOSX programm to translate common Internet acronyms |
---|
27 | +long_description WTF-X is a Mac OS X programm to translate common \ |
---|
28 | + Internet acronyms. It's a port of BSD's commandline \ |
---|
29 | + tool wtf, but unlike this tool it's running as a \ |
---|
30 | + service in OS X and also offers a GUI to browse \ |
---|
31 | + through all the acronyms and add new ones. |
---|
32 | homepage http://wtf-x.sourceforge.net |
---|
33 | |
---|
34 | -master_sites sourceforge:wtf-x |
---|
35 | +master_sites sourceforge:wtf-x |
---|
36 | use_zip yes |
---|
37 | distname ${name}-release-${version}-source |
---|
38 | checksums md5 101f0798f34f0c9f6a5c9ef8b179192d |
---|
39 | |
---|
40 | -use_configure no |
---|
41 | +use_configure no |
---|
42 | |
---|
43 | worksrcdir wtf-x |
---|
44 | |
---|