diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-17 03:08:09 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-17 03:08:09 +0800 |
commit | 994410e1242b11975e2f97b2ebbbfee958def40d (patch) | |
tree | 047fa8619e4c5da57ec1abb94e3e5dedbdde5a9b | |
parent | ed6191531129707cf6494788233b14d239db86a3 (diff) | |
download | marcuscom-ports-994410e1242b11975e2f97b2ebbbfee958def40d.tar marcuscom-ports-994410e1242b11975e2f97b2ebbbfee958def40d.tar.gz marcuscom-ports-994410e1242b11975e2f97b2ebbbfee958def40d.tar.bz2 marcuscom-ports-994410e1242b11975e2f97b2ebbbfee958def40d.tar.lz marcuscom-ports-994410e1242b11975e2f97b2ebbbfee958def40d.tar.xz marcuscom-ports-994410e1242b11975e2f97b2ebbbfee958def40d.tar.zst marcuscom-ports-994410e1242b11975e2f97b2ebbbfee958def40d.zip |
Update to 2.91.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14930 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/libunique3/Makefile | 37 | ||||
-rw-r--r-- | x11-toolkits/libunique3/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/libunique3/pkg-descr | 12 | ||||
-rw-r--r-- | x11-toolkits/libunique3/pkg-plist | 15 |
4 files changed, 66 insertions, 0 deletions
diff --git a/x11-toolkits/libunique3/Makefile b/x11-toolkits/libunique3/Makefile new file mode 100644 index 000000000..d43819a3c --- /dev/null +++ b/x11-toolkits/libunique3/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: libunique +# Date created: 22 Feb 2009 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/x11-toolkits/libunique3/Makefile,v 1.2 2010/06/29 22:01:59 kwm Exp $ +# + +PORTNAME= libunique +PORTVERSION= 2.91.4 +CATEGORIES= x11-toolkits +MASTER_SITES= GNOME + +MAINTAINER= kwm@FreeBSD.org +COMMENT= Library for single instance applications + +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib + +LATEST_LINK= libunique3 +USE_XORG= ice x11 +USE_BZIP2= yes +USE_GMAKE= yes +USE_GETTEXT= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +USE_GNOME= gtk30 gnomeprefix ltverhack:0 +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-maintainer-flags --enable-gtk-doc-html=no +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \ + -e 's|unique tests doc|unique tests|g' \ + ${WRKSRC}/configure ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> diff --git a/x11-toolkits/libunique3/distinfo b/x11-toolkits/libunique3/distinfo new file mode 100644 index 000000000..d9761d0bd --- /dev/null +++ b/x11-toolkits/libunique3/distinfo @@ -0,0 +1,2 @@ +SHA256 (libunique-2.91.4.tar.bz2) = 6e30bc877c5c683e7f1bb67a96d396ceaa0501730555881d9678e8061f4639db +SIZE (libunique-2.91.4.tar.bz2) = 366601 diff --git a/x11-toolkits/libunique3/pkg-descr b/x11-toolkits/libunique3/pkg-descr new file mode 100644 index 000000000..01b924566 --- /dev/null +++ b/x11-toolkits/libunique3/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/libunique3/pkg-plist b/x11-toolkits/libunique3/pkg-plist new file mode 100644 index 000000000..69a968dca --- /dev/null +++ b/x11-toolkits/libunique3/pkg-plist @@ -0,0 +1,15 @@ +include/unique-3.0/unique/unique.h +include/unique-3.0/unique/uniqueapp.h +include/unique-3.0/unique/uniquebackend.h +include/unique-3.0/unique/uniqueenumtypes.h +include/unique-3.0/unique/uniquemessage.h +include/unique-3.0/unique/uniqueversion.h +lib/girepository-1.0/Unique-3.0.typelib +lib/libunique-3.0.a +lib/libunique-3.0.la +lib/libunique-3.0.so +lib/libunique-3.0.so.0 +libdata/pkgconfig/unique-3.0.pc +share/gir-1.0/Unique-3.0.gir +@dirrm include/unique-3.0/unique +@dirrm include/unique-3.0 |