summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-09 14:43:44 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-09 14:43:44 +0800
commit67adfbe750eae799dd32dd986ebe521ea4dd4ca5 (patch)
treef99bec600125f379a9582a920a7e36e286180e2b
parent79da86c077ae75fa0111a551b74b16ff3fd82668 (diff)
downloadmarcuscom-ports-67adfbe750eae799dd32dd986ebe521ea4dd4ca5.tar
marcuscom-ports-67adfbe750eae799dd32dd986ebe521ea4dd4ca5.tar.gz
marcuscom-ports-67adfbe750eae799dd32dd986ebe521ea4dd4ca5.tar.bz2
marcuscom-ports-67adfbe750eae799dd32dd986ebe521ea4dd4ca5.tar.lz
marcuscom-ports-67adfbe750eae799dd32dd986ebe521ea4dd4ca5.tar.xz
marcuscom-ports-67adfbe750eae799dd32dd986ebe521ea4dd4ca5.tar.zst
marcuscom-ports-67adfbe750eae799dd32dd986ebe521ea4dd4ca5.zip
Add unique to the proper directory.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13400 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11-toolkits/unique/Makefile35
-rw-r--r--x11-toolkits/unique/distinfo3
-rw-r--r--x11-toolkits/unique/pkg-descr12
-rw-r--r--x11-toolkits/unique/pkg-plist31
4 files changed, 81 insertions, 0 deletions
diff --git a/x11-toolkits/unique/Makefile b/x11-toolkits/unique/Makefile
new file mode 100644
index 000000000..d39f537dc
--- /dev/null
+++ b/x11-toolkits/unique/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: libunique
+# Date created: 22 Feb 2009
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/sysutils/unique/Makefile,v 1.1 2010/01/09 05:53:50 marcus Exp $
+#
+
+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.
+
+LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus
+
+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_ARGS= --disable-maintainer-flags
+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