[95930] trunk/dports/sysutils/screen/Portfile

cal at macports.org cal at macports.org
Thu Jul 26 12:52:30 PDT 2012


Revision: 95930
          https://trac.macports.org/changeset/95930
Author:   cal at macports.org
Date:     2012-07-26 12:52:29 -0700 (Thu, 26 Jul 2012)
Log Message:
-----------
screen: Add modeline, re-indent, change to new-style checksums (rather than only using md5)

Modified Paths:
--------------
    trunk/dports/sysutils/screen/Portfile

Modified: trunk/dports/sysutils/screen/Portfile
===================================================================
--- trunk/dports/sysutils/screen/Portfile	2012-07-26 19:45:12 UTC (rev 95929)
+++ trunk/dports/sysutils/screen/Portfile	2012-07-26 19:52:29 UTC (rev 95930)
@@ -1,49 +1,60 @@
+# -*- 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            screen
-version         4.0.3
-revision        3
-homepage        http://www.gnu.org/software/screen/
-description     Screen manager with VT100/ANSI terminal emulation
-long_description    Screen is a full-screen window manager that multiplexes a physical \
-                terminal between several processes (typically interactive shells). \
-                Each virtual terminal provides the functions of a DEC VT100 terminal \
-                and, in addition, several control functions from the ANSI X3.64 (ISO \
-                6429) and ISO 2022 standards (e.g. insert/delete line and support for \
-                multiple character sets). There is a scrollback history buffer for each \
-                virtual terminal and a copy-and-paste mechanism that allows moving text \
-                regions between windows.
-categories      sysutils
-license         GPL-2+
-platforms       darwin
-maintainers     nomaintainer
-master_sites    http://fresh.t-systems-sfr.com/unix/src/misc/ \
-                ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
-                http://www.cis.nctu.edu.tw/~is85005/dports/screen/:encoding \
-                http://www.cis.nctu.edu.tw/~is85005/dports/screen/r23776/:launchd_priv_header
+name                screen
+version             4.0.3
+revision            3
+homepage            http://www.gnu.org/software/screen/
+description         Screen manager with VT100/ANSI terminal emulation
+long_description    \
+    Screen is a full-screen window manager that multiplexes a physical \
+    terminal between several processes (typically interactive shells). \
+    Each virtual terminal provides the functions of a DEC VT100 terminal \
+    and, in addition, several control functions from the ANSI X3.64 (ISO \
+    6429) and ISO 2022 standards (e.g. insert/delete line and support for \
+    multiple character sets). There is a scrollback history buffer for each \
+    virtual terminal and a copy-and-paste mechanism that allows moving text \
+    regions between windows.
+categories          sysutils
+license             GPL-2+
+platforms           darwin
+maintainers         nomaintainer
+master_sites        http://fresh.t-systems-sfr.com/unix/src/misc/ \
+                    ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
+                    http://www.cis.nctu.edu.tw/~is85005/dports/screen/:encoding \
+                    http://www.cis.nctu.edu.tw/~is85005/dports/screen/r23776/:launchd_priv_header
 
 # The file '18' above is a fix for UTF8-to-Big5HKSCS encoding translation.
 # Reference: http://freebsd.sinica.edu.tw/~statue/index.php?file=20020513
-distfiles-append 18:encoding
+distfiles-append    18:encoding
 
-checksums       ${distname}${extract.suffix} md5 8506fd205028a96c741e4037de6e3c42 \
-                18 md5 e5c53546a5c4968bd7e807c88e6b2198 \
-                vproc_priv.h md5 50800817fa688e7e6ae379cd599f15ca
-patchfiles      patch-maxargs patch-windowsize patch-Makefile.in
-depends_lib     port:ncurses
+checksums           ${distname}${extract.suffix} \
+                    rmd160  8c3903c1642ae30fd9d5706298919428552f7754 \
+                    sha256  78f0d5b1496084a5902586304d4a73954b2bfe33ea13edceecf21615c39e6c77 \
+                    18 \
+                    rmd160  bd143058417e1d4c040a2589fdfbf8f9203f0b4c \
+                    sha256  4d4b674a61dab6bac9b4207307c5f020fa670fc3948c39e7ea93c7fb9dfb5174 \
+                    vproc_priv.h \
+                    rmd160  ea1fb112d58a168c581ee58e761c26f7caed40ec \
+                    sha256  dcd2786d82865fb10542c20e97d7052110f7ca9a551f2ab5628c607f20e2bb2f
 
-extract.only    ${distname}${extract.suffix}
-post-extract    { file copy ${distpath}/18 ${workpath} }
-configure.args  --mandir=${prefix}/share/man \
-                --infodir=${prefix}/share/info \
-                --enable-locale \
-                --enable-telnet \
-                --enable-colors256 \
-                --enable-rxvt_osc
-configure.env   LIBS=-lncurses
+patchfiles          patch-maxargs patch-windowsize patch-Makefile.in
+depends_lib         port:ncurses
 
+extract.only        ${distname}${extract.suffix}
+post-extract {
+    file copy ${distpath}/18 ${workpath}
+}
+configure.args      --mandir=${prefix}/share/man \
+                    --infodir=${prefix}/share/info \
+                    --enable-locale \
+                    --enable-telnet \
+                    --enable-colors256 \
+                    --enable-rxvt_osc
+configure.env       LIBS=-lncurses
+
 post-destroot {
     xinstall -m 644 ${workpath}/18 ${destroot}${prefix}/share/${name}/utf8encodings
     xinstall -m 644 ${worksrcpath}/etc/etcscreenrc ${destroot}${prefix}/etc/screenrc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120726/739f0b78/attachment.html>


More information about the macports-changes mailing list