[33564] trunk/dports/devel/libidl/Portfile
nox at macports.org
nox at macports.org
Wed Jan 30 04:33:06 PST 2008
Revision: 33564
http://trac.macosforge.org/projects/macports/changeset/33564
Author: nox at macports.org
Date: 2008-01-30 04:33:02 -0800 (Wed, 30 Jan 2008)
Log Message:
-----------
libidl: Whitespace changes.
Modified Paths:
--------------
trunk/dports/devel/libidl/Portfile
Modified: trunk/dports/devel/libidl/Portfile
===================================================================
--- trunk/dports/devel/libidl/Portfile 2008-01-30 12:31:05 UTC (rev 33563)
+++ trunk/dports/devel/libidl/Portfile 2008-01-30 12:33:02 UTC (rev 33564)
@@ -1,38 +1,43 @@
# $Id$
-PortSystem 1.0
-name libidl
-set my_name libIDL
-version 0.8.9
-set branch [join [lrange [split ${version} .] 0 1] .]
-description libIDL is a library for creating CORBA IDL files.
-long_description libIDL is a library licensed under the GNU LGPL \
- for creating trees of CORBA Interface Definition \
- Language (IDL) files, which is a specification \
- for defining portable interfaces. libIDL was \
- initially written for ORBit (the ORB from the \
- GNOME project, and the primary means of libIDL \
- distribution). However, the functionality was \
- designed to be as reusable and portable as possible.
-maintainers nomaintainer
-categories devel gnome
-platforms darwin
-homepage http://andrewtv.org/libIDL/
+
+PortSystem 1.0
+
+name libidl
+set my_name libIDL
+version 0.8.9
+maintainers nomaintainer
+categories devel gnome
+platforms darwin
+set branch [join [lrange [split ${version} .] 0 1] .]
+description libIDL is a library for creating CORBA IDL files.
+
+long_description \
+ libIDL is a library licensed under the GNU LGPL \
+ for creating trees of CORBA Interface Definition \
+ Language (IDL) files, which is a specification \
+ for defining portable interfaces. libIDL was \
+ initially written for ORBit (the ORB from the \
+ GNOME project, and the primary means of libIDL \
+ distribution). However, the functionality was \
+ designed to be as reusable and portable as possible.
+
+homepage http://andrewtv.org/libIDL/
master_sites gnome:sources/${my_name}/${branch}/
+distname ${my_name}-${version}
+use_bzip2 yes
checksums md5 a4f84903e289bb874ae2fbe92d80e656 \
sha1 5b8478c8d467c9f96010a2e584d0532c5c9256de \
rmd160 30fda29bad23263543e7a2b9b91f7bcd188f8057
-distname ${my_name}-${version}
-
-depends_lib port:glib2 port:libiconv port:gettext
depends_build port:pkgconfig
-use_bzip2 yes
+depends_lib port:glib2 \
+ port:libiconv \
+ port:gettext
-configure.cflags-append -no-cpp-precomp
+configure.cflags-append -no-cpp-precomp
livecheck.check regex
livecheck.url http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080130/617c751b/attachment.html
More information about the macports-changes
mailing list