diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-03 01:27:42 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-03 01:27:42 +0800 |
commit | d4fbf51589cbd1289fc25b8f44cc12845bff63c6 (patch) | |
tree | 6b78fc28ee6e3ff7a32148693539e22267af23dd /devel/libIDL | |
parent | c1ed7ff58387bb36d397250d7895316a6e7724ce (diff) | |
download | marcuscom-ports-d4fbf51589cbd1289fc25b8f44cc12845bff63c6.tar marcuscom-ports-d4fbf51589cbd1289fc25b8f44cc12845bff63c6.tar.gz marcuscom-ports-d4fbf51589cbd1289fc25b8f44cc12845bff63c6.tar.bz2 marcuscom-ports-d4fbf51589cbd1289fc25b8f44cc12845bff63c6.tar.lz marcuscom-ports-d4fbf51589cbd1289fc25b8f44cc12845bff63c6.tar.xz marcuscom-ports-d4fbf51589cbd1289fc25b8f44cc12845bff63c6.tar.zst marcuscom-ports-d4fbf51589cbd1289fc25b8f44cc12845bff63c6.zip |
Update to 0.8.14.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13991 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libIDL')
-rw-r--r-- | devel/libIDL/Makefile | 30 | ||||
-rw-r--r-- | devel/libIDL/distinfo | 3 | ||||
-rw-r--r-- | devel/libIDL/pkg-descr | 7 | ||||
-rw-r--r-- | devel/libIDL/pkg-plist | 9 |
4 files changed, 49 insertions, 0 deletions
diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile new file mode 100644 index 000000000..5eb2f56b0 --- /dev/null +++ b/devel/libIDL/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: libIDL +# Date Created: 12 February 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= libIDL +PORTVERSION= 0.8.14 +CATEGORIES= devel +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A library for creating trees of CORBA IDL files + +USE_BZIP2= yes +USE_GMAKE= yes +USE_BISON= build +USE_GNOME= gnomehack glib20 +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +INFO= libIDL2 + +.include <bsd.port.mk> diff --git a/devel/libIDL/distinfo b/devel/libIDL/distinfo new file mode 100644 index 000000000..da1dff793 --- /dev/null +++ b/devel/libIDL/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/libIDL-0.8.14.tar.bz2) = bb8e10a218fac793a52d404d14adedcb +SHA256 (gnome2/libIDL-0.8.14.tar.bz2) = c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220 +SIZE (gnome2/libIDL-0.8.14.tar.bz2) = 427149 diff --git a/devel/libIDL/pkg-descr b/devel/libIDL/pkg-descr new file mode 100644 index 000000000..d681c4203 --- /dev/null +++ b/devel/libIDL/pkg-descr @@ -0,0 +1,7 @@ +libIDL is a library 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. + +WWW: http://www.gnome.org/ diff --git a/devel/libIDL/pkg-plist b/devel/libIDL/pkg-plist new file mode 100644 index 000000000..5b9fcbbae --- /dev/null +++ b/devel/libIDL/pkg-plist @@ -0,0 +1,9 @@ +bin/libIDL-config-2 +include/libIDL-2.0/libIDL/IDL.h +lib/libIDL-2.a +lib/libIDL-2.la +lib/libIDL-2.so +lib/libIDL-2.so.0 +libdata/pkgconfig/libIDL-2.0.pc +@dirrm include/libIDL-2.0/libIDL +@dirrm include/libIDL-2.0 |