1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gphpedit |
---|
7 | version 0.9.98rc1 |
---|
8 | categories php |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | |
---|
12 | description \ |
---|
13 | A GPL-based, small UTF-8 compatible text editor for the GNOME desktop environment, built using Scintilla. |
---|
14 | |
---|
15 | long_description \ |
---|
16 | A GPL-based, small UTF-8 compatible text editor for the GNOME desktop environment, built using Scintilla. It is designed for php and html text editing. |
---|
17 | |
---|
18 | homepage http://www.gphpedit.org/ |
---|
19 | master_sites http://www.nodetwo.com/macports/gphpedit/ |
---|
20 | |
---|
21 | checksums \ |
---|
22 | md5 4c601ad37ff59a3c490eb7766f950969 \ |
---|
23 | sha1 4dd3302a0866f25c250f3c1b0b747996cbe2bab9 \ |
---|
24 | rmd160 d9a47fda1e7b8ef6453d5cf68f2d84d310a00819 |
---|
25 | |
---|
26 | depends_lib \ |
---|
27 | port:gtk2 \ |
---|
28 | port:php5 |
---|