[143215] trunk/dports/www/links/Portfile
cal at macports.org
cal at macports.org
Sat Dec 12 09:02:38 PST 2015
Revision: 143215
https://trac.macports.org/changeset/143215
Author: cal at macports.org
Date: 2015-12-07 15:49:43 -0800 (Mon, 07 Dec 2015)
Log Message:
-----------
links: add standard modeline, reindent, sort lists, whitespace only
Modified Paths:
--------------
trunk/dports/www/links/Portfile
Modified: trunk/dports/www/links/Portfile
===================================================================
--- trunk/dports/www/links/Portfile 2015-12-07 23:34:21 UTC (rev 143214)
+++ trunk/dports/www/links/Portfile 2015-12-07 23:49:43 UTC (rev 143215)
@@ -1,41 +1,46 @@
+# -*- 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
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name links
-version 2.10
-description Lynx-like WWW browser that supports tables, menus, etc
+name links
+version 2.10
+description Lynx-like WWW browser that supports tables, menus, etc
long_description \
- Lynx-like WWW browser with text and graphics modes with many \
- features like displaying tables, menus, etc.
+ Lynx-like WWW browser with text and graphics modes with many \
+ features like displaying tables, menus, etc.
-platforms darwin freebsd sunos
-categories www
-license GPL-2+
-homepage http://links.twibright.com/
-master_sites http://links.twibright.com/download/
-checksums sha1 bffd48917a9d038f4277443bf6ea2cf8c9372c3c \
- rmd160 6c760dbc3b1ba61d6f47ce1512061f9d5b518980
+platforms darwin freebsd sunos
+categories www
+license GPL-2+
+homepage http://links.twibright.com/
+master_sites http://links.twibright.com/download/
+checksums sha1 bffd48917a9d038f4277443bf6ea2cf8c9372c3c \
+ rmd160 6c760dbc3b1ba61d6f47ce1512061f9d5b518980
-maintainers nomaintainer
-use_bzip2 yes
+maintainers nomaintainer
+use_bzip2 yes
-depends_lib path:lib/libssl.dylib:openssl port:bzip2 port:zlib port:libpng port:jpeg
+depends_lib path:lib/libssl.dylib:openssl \
+ port:bzip2 \
+ port:jpeg \
+ port:libpng \
+ port:zlib
-configure.args --enable-javascript --without-svgalib \
- --mandir=${prefix}/share/man --with-ssl
+configure.args --enable-javascript --without-svgalib \
+ --mandir=${prefix}/share/man --with-ssl
post-patch {
- reinplace s|/etc/|${prefix}/etc/| ${workpath}/${worksrcdir}/default.c
+ reinplace s|/etc/|${prefix}/etc/| ${workpath}/${worksrcdir}/default.c
}
variant x11 {
- depends_lib-append port:jpeg \
- port:xorg-libXt
- configure.args-append --enable-graphics --with-x
+ depends_lib-append port:jpeg \
+ port:xorg-libXt
+ configure.args-append --enable-graphics --with-x
}
-livecheck.type regex
-livecheck.url [lindex ${master_sites} 0]
-livecheck.regex {links-([0-9.]+)\.tar\.bz2}
+livecheck.type regex
+livecheck.url [lindex ${master_sites} 0]
+livecheck.regex {links-([0-9.]+)\.tar\.bz2}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/7d63fa85/attachment.html>
More information about the macports-changes
mailing list