diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-20 02:56:19 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-20 02:56:19 +0800 |
commit | 0a86a5f573294fd5669db37f8af0ad36a1dda4a1 (patch) | |
tree | b130623c4be5bccc8bf91084ee6f91a24d776031 | |
parent | af9fbc5cd6b40d9258b6630f72e3e3a4d3a68e1a (diff) | |
download | marcuscom-ports-0a86a5f573294fd5669db37f8af0ad36a1dda4a1.tar.gz marcuscom-ports-0a86a5f573294fd5669db37f8af0ad36a1dda4a1.tar.zst marcuscom-ports-0a86a5f573294fd5669db37f8af0ad36a1dda4a1.zip |
Update to 1.1.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12904 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/unique/Makefile | 36 | ||||
-rw-r--r-- | x11-toolkits/unique/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/unique/pkg-descr | 12 | ||||
-rw-r--r-- | x11-toolkits/unique/pkg-plist | 31 |
4 files changed, 82 insertions, 0 deletions
diff --git a/x11-toolkits/unique/Makefile b/x11-toolkits/unique/Makefile new file mode 100644 index 000000000..c597ffc3a --- /dev/null +++ b/x11-toolkits/unique/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: libunique +# Date created: 22 Feb 2009 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD: ports/x11-toolkits/unique/Makefile,v 1.5 2009/08/02 19:36:30 mezz Exp $ +# $MCom$ +# + +PORTNAME= unique +PORTVERSION= 1.1.2 +CATEGORIES= x11-toolkits +MASTER_SITES= GNOME/sources/lib${PORTNAME}/${PORTVERSION:R}/ +DISTNAME= lib${PORTNAME}-${PORTVERSION} + +MAINTAINER= kwm@FreeBSD.org +COMMENT= Library for single instance applications. + +BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20 +LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus +RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20 + +USE_XORG= ice +USE_GMAKE= yes +USE_GETTEXT= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:22 +USE_GNOME= gtk20 gnomeprefix ltverhack:2 +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \ + ${WRKSRC}/configure ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> diff --git a/x11-toolkits/unique/distinfo b/x11-toolkits/unique/distinfo new file mode 100644 index 000000000..445ab3a96 --- /dev/null +++ b/x11-toolkits/unique/distinfo @@ -0,0 +1,3 @@ +MD5 (libunique-1.1.2.tar.gz) = a99799e72779baa98352fbac7f91c910 +SHA256 (libunique-1.1.2.tar.gz) = ccf73a90a66477d6d31e50aeabebad8e0035f80e98ac0e926157c3d7e229b31e +SIZE (libunique-1.1.2.tar.gz) = 431459 diff --git a/x11-toolkits/unique/pkg-descr b/x11-toolkits/unique/pkg-descr new file mode 100644 index 000000000..01b924566 --- /dev/null +++ b/x11-toolkits/unique/pkg-descr @@ -0,0 +1,12 @@ +Unique is a library for writing single instance application. If you launch a +single instance application twice, the second instance will either just quit +or will send a message to the running instance. + +Unique makes it easy to write this kind of applications, by providing a base +class, taking care of all the IPC machinery needed to send messages to a +running instance, and also handling the startup notification side. + +Unique aims to replace the BaconMessageConnection code that has been copied +by many projects and the code using Bonobo and D-Bus. + +WWW: http://live.gnome.org/LibUnique diff --git a/x11-toolkits/unique/pkg-plist b/x11-toolkits/unique/pkg-plist new file mode 100644 index 000000000..c82fa3a05 --- /dev/null +++ b/x11-toolkits/unique/pkg-plist @@ -0,0 +1,31 @@ +include/unique-1.0/unique/unique.h +include/unique-1.0/unique/uniqueapp.h +include/unique-1.0/unique/uniquebackend.h +include/unique-1.0/unique/uniquemessage.h +include/unique-1.0/unique/uniqueversion.h +lib/girepository-1.0/Unique-1.0.typelib +lib/libunique-1.0.a +lib/libunique-1.0.la +lib/libunique-1.0.so +lib/libunique-1.0.so.2 +libdata/pkgconfig/unique-1.0.pc +share/gir-1.0/Unique-1.0.gir +%%DOCSDIR%%/UniqueApp.html +%%DOCSDIR%%/UniqueBackend.html +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/ix01.html +%%DOCSDIR%%/left.png +%%DOCSDIR%%/license.html +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/unique-Message-Data.html +%%DOCSDIR%%/unique-Versioning-Information.html +%%DOCSDIR%%/unique-overview.html +%%DOCSDIR%%/unique.devhelp +%%DOCSDIR%%/unique.devhelp2 +%%DOCSDIR%%/up.png +@dirrm %%DOCSDIR%% +@dirrm include/unique-1.0/unique +@dirrm include/unique-1.0 |