diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-14 14:53:16 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-14 14:53:16 +0800 |
commit | 1ff6a8ca117fb1e0d2ec5f874e86d0e774323ad8 (patch) | |
tree | 8518b8f9348368c6bfa46bbfd0535ed2e8ea9fd9 /devel/libIDL | |
parent | 82f5d79d6427763c22880e1da17888f7f53744fc (diff) | |
download | marcuscom-ports-1ff6a8ca117fb1e0d2ec5f874e86d0e774323ad8.tar marcuscom-ports-1ff6a8ca117fb1e0d2ec5f874e86d0e774323ad8.tar.gz marcuscom-ports-1ff6a8ca117fb1e0d2ec5f874e86d0e774323ad8.tar.bz2 marcuscom-ports-1ff6a8ca117fb1e0d2ec5f874e86d0e774323ad8.tar.lz marcuscom-ports-1ff6a8ca117fb1e0d2ec5f874e86d0e774323ad8.tar.xz marcuscom-ports-1ff6a8ca117fb1e0d2ec5f874e86d0e774323ad8.tar.zst marcuscom-ports-1ff6a8ca117fb1e0d2ec5f874e86d0e774323ad8.zip |
Remove merged ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17231 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libIDL')
-rw-r--r-- | devel/libIDL/Makefile | 29 | ||||
-rw-r--r-- | devel/libIDL/distinfo | 2 | ||||
-rw-r--r-- | devel/libIDL/pkg-descr | 7 | ||||
-rw-r--r-- | devel/libIDL/pkg-plist | 9 |
4 files changed, 0 insertions, 47 deletions
diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile deleted file mode 100644 index a96bf1491..000000000 --- a/devel/libIDL/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Maxim Sobolev <sobomax@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/devel/libIDL/Makefile,v 1.10 2012/08/04 16:55:24 kwm Exp $ - -PORTNAME= libIDL -PORTVERSION= 0.8.14 -PORTREVISION= 1 -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_GETTEXT= yes -USES= bison pathfix -USE_GNOME= glib20 -USE_PKGCONFIG= build -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -INFO= libIDL2 - -.include <bsd.port.mk> diff --git a/devel/libIDL/distinfo b/devel/libIDL/distinfo deleted file mode 100644 index 5879c1fe9..000000000 --- a/devel/libIDL/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index d681c4203..000000000 --- a/devel/libIDL/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index 5b9fcbbae..000000000 --- a/devel/libIDL/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -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 |