summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-06-05 06:45:29 +0000
committerwiz <wiz@pkgsrc.org>2012-06-05 06:45:29 +0000
commit06d1657868e6d130ae27828c2d0ec6deba259ea5 (patch)
tree0c7025637eccb1ffc357e51b1a18c5a4725c80b7 /x11
parenta1453a9d2ceff8db621f814e84670e643db74c5e (diff)
downloadpkgsrc-06d1657868e6d130ae27828c2d0ec6deba259ea5.tar.gz
Initial import of transset-1.0.0:
transset is an utility for setting opacity property. Features: * select window by clicking (as transset) * select actual focused X11 window * select window by pointing * select by window name or id * force toggle * increase or decrease opacity This is the first release of transset originally written by Keith Packard a long time ago. Daniel Forchheimer added many features and released it as transset-df. This release includes all the patches written by Daniel Forchheimer and provides some compiler warning fixes, cleanup and build improvements.
Diffstat (limited to 'x11')
-rw-r--r--x11/transset/DESCR10
-rw-r--r--x11/transset/Makefile27
-rw-r--r--x11/transset/PLIST3
-rw-r--r--x11/transset/distinfo5
4 files changed, 45 insertions, 0 deletions
diff --git a/x11/transset/DESCR b/x11/transset/DESCR
new file mode 100644
index 00000000000..5a480f47811
--- /dev/null
+++ b/x11/transset/DESCR
@@ -0,0 +1,10 @@
+transset is an utility for setting opacity property.
+
+Features:
+
+ * select window by clicking (as transset)
+ * select actual focused X11 window
+ * select window by pointing
+ * select by window name or id
+ * force toggle
+ * increase or decrease opacity
diff --git a/x11/transset/Makefile b/x11/transset/Makefile
new file mode 100644
index 00000000000..bec9700cd74
--- /dev/null
+++ b/x11/transset/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/06/05 06:45:29 wiz Exp $
+#
+
+DISTNAME= transset-1.0.0
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XORG:=app/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Utility for setting opacity property
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+
+USE_TOOLS+= pkg-config
+
+#INSTALLATION_DIRS= bin
+
+#do-install:
+# ${INSTALL_PROGRAM} ${WRKSRC}/transset-df ${DESTDIR}${PREFIX}/bin
+
+.include "../../x11/libXcomposite/buildlink3.mk"
+.include "../../x11/libXfixes/buildlink3.mk"
+.include "../../x11/libXdamage/buildlink3.mk"
+.include "../../x11/libXrender/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/transset/PLIST b/x11/transset/PLIST
new file mode 100644
index 00000000000..a0a01aedf5f
--- /dev/null
+++ b/x11/transset/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2012/06/05 06:45:29 wiz Exp $
+bin/transset
+man/man1/transset.1
diff --git a/x11/transset/distinfo b/x11/transset/distinfo
new file mode 100644
index 00000000000..411024919f7
--- /dev/null
+++ b/x11/transset/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/06/05 06:45:29 wiz Exp $
+
+SHA1 (transset-1.0.0.tar.gz) = b168e0320901c2b0fe401b8be43a0f84e8fa148f
+RMD160 (transset-1.0.0.tar.gz) = bbf4635f0d05189980a5cdd5a9dedbddf6c176fc
+Size (transset-1.0.0.tar.gz) = 143324 bytes