Ticket #23734: Portfile-nano.diff
File Portfile-nano.diff, 1.8 KB (added by theo.studer@…, 15 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 2 # $Id : Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org$2 # $Id$ 3 3 4 4 PortSystem 1.0 5 5 6 6 name nano 7 version 2. 0.97 version 2.2.3 8 8 categories editors 9 9 platforms darwin freebsd 10 maintainers nomaintainer10 maintainers gmail.com:theo.studer 11 11 description Nano's ANOther editor - enhanced free Pico Clone 12 12 13 13 long_description \ … … 19 19 homepage http://www.nano-editor.org/ 20 20 master_sites ${homepage}dist/v[strsed ${version} {/\.[0-9]*$//}]/ gnu 21 21 22 checksums md5 2be94dc43fb60fff4626a2401a977220 \23 sha1 fce55a02b2809a141258b3c1715d8fd95e004234\24 rmd160 a2356cdd1779ab5312307a8eb462516eeaa6e94322 checksums md5 91918a484f54f94fedaebe00dc393a50 \ 23 sha1 43677d23921806d70018197ed0e99754b5b5ad78 \ 24 rmd160 b940db998367d55df92e08c26ddc30d8f05ed70c 25 25 26 26 depends_lib port:ncursesw \ 27 27 port:gettext \ … … 29 29 30 30 configure.args --enable-all \ 31 31 --disable-wrapping-as-root \ 32 --disable-nls \ 32 33 --enable-utf8 33 34 34 35 use_parallel_build yes … … 48 49 ui_msg "A sample configuration file is available at \"${docdir}/nanorc.sample\"." 49 50 } 50 51 52 variant nls description {Activate localization} { 53 depends_lib-append port:gettext 54 configure.args-append --with-included-gettext 55 configure.args-delete --disable-nls 56 57 } 58 51 59 livecheck.type freshmeat