[22346] trunk/dports

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 26 20:33:51 PST 2007


Revision: 22346
          http://trac.macosforge.org/projects/macports/changeset/22346
Author:   pipping at macports.org
Date:     2007-02-26 20:33:51 -0800 (Mon, 26 Feb 2007)

Log Message:
-----------
 * cleanup

Modified Paths:
--------------
    trunk/dports/archivers/bzip2/Portfile
    trunk/dports/archivers/gnutar/Portfile
    trunk/dports/archivers/xar/Portfile
    trunk/dports/editors/emacs/Portfile
    trunk/dports/sysutils/screen/Portfile
    trunk/dports/textproc/gsed/Portfile

Modified: trunk/dports/archivers/bzip2/Portfile
===================================================================
--- trunk/dports/archivers/bzip2/Portfile	2007-02-27 04:26:29 UTC (rev 22345)
+++ trunk/dports/archivers/bzip2/Portfile	2007-02-27 04:33:51 UTC (rev 22346)
@@ -1,22 +1,22 @@
 # $Id$
 
 PortSystem 1.0
-name			bzip2
-version			1.0.4
+name            bzip2
+version         1.0.4
 revision        1
-platforms		darwin freebsd sunos
-categories		sysutils archivers
-maintainers		ryandesign at macports.org openmaintainer at macports.org
-description		bzip2 compression library and tools
+platforms       darwin freebsd sunos
+categories      sysutils archivers
+maintainers     ryandesign at macports.org openmaintainer at macports.org
+description     bzip2 compression library and tools
 
-homepage		http://www.bzip.org/
-master_sites		http://www.bzip.org/${version}/
-checksums		md5 fc310b254f6ba5fbb5da018f04533688 \
-				sha1 f2388ec8f2c506e02aa89e67577b3c6331cbaa4c \
-				rmd160 438365cb911ef84b3bd6643e0d39f6b7567f0447
-patchfiles		patch-Makefile-man.diff \
-			patch-Makefile-dylib.diff \
-			patch-Makefile-links.diff
+homepage        http://www.bzip.org/
+master_sites    http://www.bzip.org/${version}/
+checksums       md5 fc310b254f6ba5fbb5da018f04533688 \
+                sha1 f2388ec8f2c506e02aa89e67577b3c6331cbaa4c \
+                rmd160 438365cb911ef84b3bd6643e0d39f6b7567f0447
+patchfiles      patch-Makefile-man.diff \
+                patch-Makefile-dylib.diff \
+                patch-Makefile-links.diff
 
 #variant darwin {
 #	patchfiles-append		patch-Makefile-dylib.diff
@@ -27,9 +27,9 @@
 #}
 
 platform darwin 7 {
-	build.env			DYLD_LIBRARY_PATH="${worksrcpath}"
+    build.env       DYLD_LIBRARY_PATH="${worksrcpath}"
 }
 
-use_configure		no
-build.args		PREFIX="${prefix}"
-destroot.destdir	PREFIX="${destroot}/${prefix}"
+use_configure       no
+build.args          PREFIX="${prefix}"
+destroot.destdir    PREFIX="${destroot}/${prefix}"

Modified: trunk/dports/archivers/gnutar/Portfile
===================================================================
--- trunk/dports/archivers/gnutar/Portfile	2007-02-27 04:26:29 UTC (rev 22345)
+++ trunk/dports/archivers/gnutar/Portfile	2007-02-27 04:33:51 UTC (rev 22346)
@@ -2,42 +2,43 @@
 
 PortSystem 1.0
 
-name			gnutar
-version			1.16.1
-revision		1
-categories		archivers
-maintainers		mww at macports.org
-description		tar version of the GNU project
-long_description	the gnutar program creates, adds files to, or extracts \
-			files from an archive file in gnutar format, called a tarfile. \
-			A tarfile is often a magnetic tape, but can be a floppy \
-			diskette or any regular disk file.
+name                gnutar
+version             1.16.1
+revision            1
+categories          archivers
+maintainers         mww at macports.org
+description         tar version of the GNU project
+long_description \
+    the gnutar program creates, adds files to, or extracts files from   \
+    an archive file in gnutar format, called a tarfile. A tarfile is    \
+    often a magnetic tape, but can be a floppy diskette or any regular  \
+    disk file.
 
-homepage		http://www.gnu.org/software/tar/
-master_sites		gnu:tar
-checksums		md5 d51593461c5ef1f7e37134f22338bb9e \
-			sha1 ab3ccbc09da1dc040fb92a0de85ae34fc70b03a9 \
-			rmd160 27134a0c5512f37a8e063843ba6175a39e2da21b
-distname		tar-${version}
-use_bzip2		yes
-platforms		darwin
+homepage            http://www.gnu.org/software/tar/
+master_sites        gnu:tar
+checksums           md5 d51593461c5ef1f7e37134f22338bb9e \
+                    sha1 ab3ccbc09da1dc040fb92a0de85ae34fc70b03a9 \
+                    rmd160 27134a0c5512f37a8e063843ba6175a39e2da21b
+distname            tar-${version}
+use_bzip2           yes
+platforms           darwin
 
-depends_lib		port:gettext port:libiconv
+depends_lib         port:gettext port:libiconv
 
-configure.args		--program-prefix=gnu \
-			--infodir=${prefix}/share/info
+configure.args      --program-prefix=gnu \
+                    --infodir=${prefix}/share/info
 
-test.run		yes
-test.target		check
+test.run            yes
+test.target         check
 
 post-destroot {
-	xinstall -v -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -v -W ${worksrcpath} ABOUT-NLS AUTHORS COPYING ChangeLog \
-		ChangeLog.1 INSTALL NEWS PORTS README THANKS TODO \
-		${destroot}${prefix}/share/doc/${name}
-	delete ${destroot}${prefix}/lib/charset.alias
-	cd ${destroot}${prefix}/share/info/
-	file rename tar.info gnutar.info
-	file rename tar.info-1 gnutar.info-1
-	file rename tar.info-2 gnutar.info-2
+    xinstall -v -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -v -W ${worksrcpath} ABOUT-NLS AUTHORS COPYING ChangeLog \
+        ChangeLog.1 INSTALL NEWS PORTS README THANKS TODO \
+        ${destroot}${prefix}/share/doc/${name}
+    delete ${destroot}${prefix}/lib/charset.alias
+    cd ${destroot}${prefix}/share/info/
+    file rename tar.info gnutar.info
+    file rename tar.info-1 gnutar.info-1
+    file rename tar.info-2 gnutar.info-2
 }

Modified: trunk/dports/archivers/xar/Portfile
===================================================================
--- trunk/dports/archivers/xar/Portfile	2007-02-27 04:26:29 UTC (rev 22345)
+++ trunk/dports/archivers/xar/Portfile	2007-02-27 04:33:51 UTC (rev 22346)
@@ -1,29 +1,29 @@
 # $Id$
 
 PortSystem 1.0
-name			xar
-version			1.4
-categories		archivers sysutils
-description		xar is the eXtensible ARchiver
-maintainers		mww at macports.org
-long_description	${description}
-homepage		http://code.google.com/p/xar/
-master_sites	http://xar.googlecode.com/files/
-checksums		sha1 18188beb297b69b34b7b4b4c132c62a73607d3d2
+name                xar
+version             1.4
+categories          archivers sysutils
+description         xar is the eXtensible ARchiver
+maintainers         mww at macports.org
+long_description    ${description}
+homepage            http://code.google.com/p/xar/
+master_sites        http://xar.googlecode.com/files/
+checksums           sha1 18188beb297b69b34b7b4b4c132c62a73607d3d2
 
-depends_lib		port:libiconv \
-				port:openssl \
-				port:zlib \
-				port:bzip2 \
-				port:libxml2
+depends_lib         port:bzip2 \
+                    port:libiconv \
+                    port:libxml2 \
+                    port:openssl \
+                    port:zlib
 
-configure.args	--mandir=${prefix}/share/man \
-		--with-libz=${prefix} \
-		--with-libbzip2=${prefix} \
-		--with-libcrypto=${prefix} \
-		--with-xml2-config=${prefix}/bin/xml2-config
+configure.args      --mandir=${prefix}/share/man \
+                    --with-libz=${prefix} \
+                    --with-libbzip2=${prefix} \
+                    --with-libcrypto=${prefix} \
+                    --with-xml2-config=${prefix}/bin/xml2-config
 
 platform darwin 8 {
-	configure.env	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0
+    configure.env-append    CC=/usr/bin/gcc-4.0 \
+                            CPP=/usr/bin/cpp-4.0
 }
-

Modified: trunk/dports/editors/emacs/Portfile
===================================================================
--- trunk/dports/editors/emacs/Portfile	2007-02-27 04:26:29 UTC (rev 22345)
+++ trunk/dports/editors/emacs/Portfile	2007-02-27 04:33:51 UTC (rev 22346)
@@ -12,7 +12,7 @@
     display editor. Users new to Emacs will be able to use basic        \
     features fairly rapidly by studying the tutorial and using the      \
     self-documentation features. Emacs also has an extensive            \
-    interactive manual browser.	 It is easily extensible since its      \
+    interactive manual browser. It is easily extensible since its       \
     editing commands are written in Lisp.
 
 platforms       darwin freebsd

Modified: trunk/dports/sysutils/screen/Portfile
===================================================================
--- trunk/dports/sysutils/screen/Portfile	2007-02-27 04:26:29 UTC (rev 22345)
+++ trunk/dports/sysutils/screen/Portfile	2007-02-27 04:33:51 UTC (rev 22346)
@@ -32,20 +32,25 @@
 
 extract.only    ${distname}${extract.suffix}
 post-extract    { file copy ${distpath}/18 ${workpath} }
-configure.args  --mandir=\${prefix}/share/man --enable-locale \
-                --infodir=\${prefix}/share/info --enable-telnet \
-                --enable-colors256 --enable-rxct_osc
+configure.args  --mandir=\${prefix}/share/man \
+                --infodir=\${prefix}/share/info \
+                --enable-locale \
+                --enable-telnet \
+                --enable-colors256 \
+                --enable-rxct_osc
 configure.env   CPPFLAGS="-I${prefix}/include" \
                 LDFLAGS="-L${prefix}/lib" \
                 LIBS=-lncurses
-post-destroot    {
-                xinstall -m 644 ${workpath}/18 ${destroot}/${prefix}/share/${name}/utf8encodings
-                xinstall -m 644 ${workpath}/${distname}/etc/etcscreenrc ${destroot}/${prefix}/etc/screenrc
-                xinstall -m 644 ${workpath}/${distname}/terminfo/screencap ${destroot}/${prefix}/etc/termcap
-                system "tic ${workpath}/${distname}/terminfo/screeninfo.src"}
 
-variant darwin  { patchfiles-append    patch-osdef.h.in }
+post-destroot {
+    xinstall -m 644 ${workpath}/18 ${destroot}/${prefix}/share/${name}/utf8encodings
+    xinstall -m 644 ${workpath}/${distname}/etc/etcscreenrc ${destroot}/${prefix}/etc/screenrc
+    xinstall -m 644 ${workpath}/${distname}/terminfo/screencap ${destroot}/${prefix}/etc/termcap
+    system "tic ${workpath}/${distname}/terminfo/screeninfo.src"
+}
 
+platform darwin { patchfiles-append    patch-osdef.h.in }
+
 post-install {
 ui_msg "===============================================================================\n"
 ui_msg "Any screens running before upgrading, will not be available, post-install.\n"

Modified: trunk/dports/textproc/gsed/Portfile
===================================================================
--- trunk/dports/textproc/gsed/Portfile	2007-02-27 04:26:29 UTC (rev 22345)
+++ trunk/dports/textproc/gsed/Portfile	2007-02-27 04:33:51 UTC (rev 22346)
@@ -1,28 +1,29 @@
 # $Id$
 
 PortSystem 1.0
-name		gsed
-version		4.1.5
-distname	sed-${portversion}
-categories	textproc
-maintainers	marius at physics.aamu.edu
-platforms	darwin
-master_sites	gnu:sed
-homepage	http://www.gnu.org/software/sed/
-checksums	md5 7a1cbbbb3341287308e140bd4834c3ba
+name            gsed
+version         4.1.5
+distname        sed-${portversion}
+categories      textproc
+maintainers     marius at physics.aamu.edu
+platforms       darwin
+master_sites    gnu:sed
+homepage        http://www.gnu.org/software/sed/
+checksums       md5 7a1cbbbb3341287308e140bd4834c3ba
 
-description	GNU version of the stream editor, sed
-long_description	Sed (streams editor) isn't really a true text editor \
-			or text processor. Instead, it is used to filter text, \
-			i.e., it takes text input and performs some operation \
-			(or set of operations) on it and outputs the modified \
-			text. Sed is typically used for extracting part of a \
-			file using pattern matching or substituting multiple \
-			occurances of a string within a file.
+description     GNU version of the stream editor, sed
+long_description \
+    Sed (streams editor) isn't really a true text editor or text        \
+    processor. Instead, it is used to filter text, i.e., it takes text  \
+    input and performs some operation (or set of operations) on it and  \
+    outputs the modified text. Sed is typically used for extracting part\
+    of a file using pattern matching or substituting multiple occurances\
+    of a string within a file.
 
-patchfiles	patch-configure
+patchfiles      patch-configure
 
-configure.args	--infodir=${prefix}/share/info \
-		--mandir=${prefix}/share/man \
-		--program-prefix=gnu \
-		--datadir=${prefix}/share/doc/${name}
+configure.args  --infodir=${prefix}/share/info \
+                --mandir=${prefix}/share/man \
+                --program-prefix=gnu \
+                --datadir=${prefix}/share/doc/${name}
+depends_lib     port:gettext port:libiconv

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070226/f7cc4bba/attachment.html


More information about the macports-changes mailing list