summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-06-20 21:09:43 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-06-20 21:09:43 +0800
commit29208b2df7d3aa7a13559d1b2f490dfc8bc342b1 (patch)
tree0d10d2e33911b658e609bb625cb1db0a1145d8bc
parentbe4fb4ebe8e7f94f87a7f6b6f225675d0e5b65a4 (diff)
downloadmarcuscom-ports-29208b2df7d3aa7a13559d1b2f490dfc8bc342b1.tar
marcuscom-ports-29208b2df7d3aa7a13559d1b2f490dfc8bc342b1.tar.gz
marcuscom-ports-29208b2df7d3aa7a13559d1b2f490dfc8bc342b1.tar.bz2
marcuscom-ports-29208b2df7d3aa7a13559d1b2f490dfc8bc342b1.tar.lz
marcuscom-ports-29208b2df7d3aa7a13559d1b2f490dfc8bc342b1.tar.xz
marcuscom-ports-29208b2df7d3aa7a13559d1b2f490dfc8bc342b1.tar.zst
marcuscom-ports-29208b2df7d3aa7a13559d1b2f490dfc8bc342b1.zip
Add libunique 2.90.0.a1.
The .a1 comes from the fact I needed to build my own tarball from git. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14258 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11-toolkits/libunique3/Makefile38
-rw-r--r--x11-toolkits/libunique3/distinfo3
-rw-r--r--x11-toolkits/libunique3/pkg-descr12
-rw-r--r--x11-toolkits/libunique3/pkg-plist15
4 files changed, 68 insertions, 0 deletions
diff --git a/x11-toolkits/libunique3/Makefile b/x11-toolkits/libunique3/Makefile
new file mode 100644
index 000000000..f6d711441
--- /dev/null
+++ b/x11-toolkits/libunique3/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: libunique
+# Date created: 22 Feb 2009
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= libunique3
+PORTVERSION= 2.90.0.a1
+CATEGORIES= x11-toolkits
+#MASTER_SITES= GNOME/sources/${PORTNAME:S/3//}/${PORTVERSION:R}/
+MASTER_SITES= http://rainbow-runner.nl/~kwm/
+DISTNAME= ${PORTNAME:S/3//}-${PORTVERSION}
+
+MAINTAINER= kwm@FreeBSD.org
+COMMENT= Library for single instance applications
+
+LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus
+
+USE_XORG= ice
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GETTEXT= yes
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool:22
+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..2d3fe77ee
--- /dev/null
+++ b/x11-toolkits/libunique3/distinfo
@@ -0,0 +1,3 @@
+MD5 (libunique-2.90.0.a1.tar.bz2) = fb1f6ac9a0082502e008df6894345c92
+SHA256 (libunique-2.90.0.a1.tar.bz2) = 5dfc9ff9b629daa86a349b5a41adf677eebbe0e67a124958f87d7164441dd5d4
+SIZE (libunique-2.90.0.a1.tar.bz2) = 332313
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