[25819] trunk/dports/devel/libidl1/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Jun 2 18:22:47 PDT 2007


Revision: 25819
          http://trac.macosforge.org/projects/macports/changeset/25819
Author:   rhwood at macports.org
Date:     2007-06-02 18:22:47 -0700 (Sat, 02 Jun 2007)

Log Message:
-----------
Change port into a non-installing port that depends on port:libidl

Claim maintainership

Bump revision so that any current users will have the port self deactivate and
install port:libidl

This port should be removed from the tree NLT 1 July 2007.

See ticket:11565

Modified Paths:
--------------
    trunk/dports/devel/libidl1/Portfile

Modified: trunk/dports/devel/libidl1/Portfile
===================================================================
--- trunk/dports/devel/libidl1/Portfile	2007-06-03 01:12:35 UTC (rev 25818)
+++ trunk/dports/devel/libidl1/Portfile	2007-06-03 01:22:47 UTC (rev 25819)
@@ -3,27 +3,18 @@
 PortSystem 1.0
 name		libidl1
 version		0.6.8
-description	libIDL is a library for creating and parsing 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. \
-			This libIDL is used by the mozilla project.
-maintainers	timeless at mozdev.org
+revision	1
+description	This port is depreciated in favor of port:libidl
+maintainers	rhwood at macports.org
 categories	devel 
-platforms	darwin 
-homepage	http://andrewtv.org/libIDL/index.jsp
-master_sites    ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/source/
 
-checksums	md5 97e2da9229cdb0445719b6cf802c1782
-distname  	libIDL-${version}
-depends_lib	lib:libglib.1:glib1
-configure.args  --mandir=${prefix}/share/man --infodir=${prefix}/share/info
-platform darwin powerpc {
-  configure.args-append --host=${os.arch}-apple-rhapsody${os.version}
-}
-platform darwin i386 {
-  configure.args-append --host=i386-gnu-rhapsody${os.version}
-}
+depends_build	port:libidl
 
-configure.env	CFLAGS=-no-cpp-precomp
+fetch		{}
+checksum	{}
+extract		{}
+configure	{}
+build		{}
+destroot	{}
+install		{}
+activate	{}

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


More information about the macports-changes mailing list