[118062] trunk/dports/sysutils/osxutils/Portfile
ryandesign at macports.org
ryandesign at macports.org
Thu Mar 20 11:23:19 PDT 2014
Revision: 118062
https://trac.macports.org/changeset/118062
Author: ryandesign at macports.org
Date: 2014-03-20 11:23:19 -0700 (Thu, 20 Mar 2014)
Log Message:
-----------
osxutils: add modeline and adjust whitespace and formatting
Modified Paths:
--------------
trunk/dports/sysutils/osxutils/Portfile
Modified: trunk/dports/sysutils/osxutils/Portfile
===================================================================
--- trunk/dports/sysutils/osxutils/Portfile 2014-03-20 17:21:11 UTC (rev 118061)
+++ trunk/dports/sysutils/osxutils/Portfile 2014-03-20 18:23:19 UTC (rev 118062)
@@ -1,35 +1,38 @@
+# -*- 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
-PortGroup xcode 1.0
+PortSystem 1.0
+PortGroup xcode 1.0
-name osxutils
-version 1.7
-revision 1
-categories sysutils
-license GPL-2+
+name osxutils
+version 1.7
+revision 1
+categories sysutils
+maintainers nomaintainer
+license GPL-2+
-maintainers nomaintainer
-description Command line utilities for Finder commands
-long_description \
- osxutils is a package of potentially useful Mac-oriented \
- command line utilities for Mac OS X version 10.0 or later. \
- These tools represent an effort in bringing command line \
- control over certain aspects of the Mac OS, in particular \
- file meta-data such as Finder flags, heritage file Type and \
- Creator codes, comments and suffixes/file extensions.
-homepage http://sourceforge.net/projects/osxutils
-master_sites sourceforge
-use_zip yes
+description Command line utilities for Finder commands
-distname ${name}-${version}-src-xcode
-worksrcdir ${name}
-checksums md5 7f404befd8909fa4b06adcd71c5afe22 \
- sha1 5cbd1badf4cd7fe36431baf5e1358a68f9967eac \
- rmd160 b91fa4644ee8348c0013f55aaa9d0d8f2e46dafe
+long_description osxutils is a package of potentially useful Mac-oriented \
+ command line utilities for Mac OS X version 10.0 or later. \
+ These tools represent an effort in bringing command line \
+ control over certain aspects of the Mac OS, in particular \
+ file meta-data such as Finder flags, heritage file Type \
+ and Creator codes, comments and suffixes/file extensions.
+homepage http://sourceforge.net/projects/osxutils
+master_sites sourceforge
+use_zip yes
+
+distname ${name}-${version}-src-xcode
+worksrcdir ${name}
+checksums md5 7f404befd8909fa4b06adcd71c5afe22 \
+ sha1 5cbd1badf4cd7fe36431baf5e1358a68f9967eac \
+ rmd160 b91fa4644ee8348c0013f55aaa9d0d8f2e46dafe
+
# upgrade to "native" targets so modern Xcode doesn't complain
-patchfiles patch-xcodeprojs remove_lvalue_casts.diff
+patchfiles patch-xcodeprojs \
+ remove_lvalue_casts.diff
post-patch {
foreach item [concat [glob ${worksrcpath}/*/*.1] ${worksrcpath}/rcmac/rcmac] {
@@ -38,7 +41,7 @@
}
# all but one of these tools use 32-bit-only carbon bits
-supported_archs i386 ppc
+supported_archs i386 ppc
set bt {getfcomment geticon hfsdata lsmac mkalias setfcomment setfctypes setfflags seticon setlabel setsuffix wsupdate}
@@ -78,9 +81,9 @@
}
foreach item {cpath google rcmac setvolume trash wiki} {
- copy ${worksrcpath}/${item}/${item} ${destroot}${prefix}/bin
- copy ${worksrcpath}/${item}/${item}.1 ${destroot}${prefix}/share/man/man1
- }
- copy ${worksrcpath}/osxutils/osxutils ${destroot}${prefix}/bin
- delete ${destroot}/usr
+ copy ${worksrcpath}/${item}/${item} ${destroot}${prefix}/bin
+ copy ${worksrcpath}/${item}/${item}.1 ${destroot}${prefix}/share/man/man1
+ }
+ copy ${worksrcpath}/osxutils/osxutils ${destroot}${prefix}/bin
+ delete ${destroot}/usr
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140320/b7b0c2df/attachment.html>
More information about the macports-changes
mailing list