diff options
-rw-r--r-- | doc/CHANGES-2012 | 3 | ||||
-rw-r--r-- | x11/Makefile | 3 | ||||
-rw-r--r-- | x11/transset-df/DESCR | 8 | ||||
-rw-r--r-- | x11/transset-df/Makefile | 26 | ||||
-rw-r--r-- | x11/transset-df/PLIST | 2 | ||||
-rw-r--r-- | x11/transset-df/distinfo | 5 |
6 files changed, 3 insertions, 44 deletions
diff --git a/doc/CHANGES-2012 b/doc/CHANGES-2012 index 5710a41f52e..369b4c7c613 100644 --- a/doc/CHANGES-2012 +++ b/doc/CHANGES-2012 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2012,v 1.1886 2012/06/05 06:46:18 wiz Exp $ +$NetBSD: CHANGES-2012,v 1.1887 2012/06/05 07:01:52 wiz Exp $ Changes to the packages collection and infrastructure in 2012: @@ -2872,3 +2872,4 @@ Changes to the packages collection and infrastructure in 2012: Updated comms/asterisk18 to 1.8.13.0 [jnemeth 2012-06-05] Updated comms/asterisk10 to 10.5.0 [jnemeth 2012-06-05] Added x11/transset version 1.0.0 [wiz 2012-06-05] + Removed x11/transset-df successor x11/transset [wiz 2012-06-05] diff --git a/x11/Makefile b/x11/Makefile index 3584c337750..db3e5779dcb 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.648 2012/06/05 06:46:05 wiz Exp $ +# $NetBSD: Makefile,v 1.649 2012/06/05 07:01:52 wiz Exp $ # COMMENT= Packages to support the X window system @@ -360,7 +360,6 @@ SUBDIR+= tk-BWidget SUBDIR+= tk-Tix SUBDIR+= tkinfo SUBDIR+= transset -SUBDIR+= transset-df SUBDIR+= trapproto SUBDIR+= tzosdclock SUBDIR+= unclutter diff --git a/x11/transset-df/DESCR b/x11/transset-df/DESCR deleted file mode 100644 index 0fc5e784a46..00000000000 --- a/x11/transset-df/DESCR +++ /dev/null @@ -1,8 +0,0 @@ -This is a patched version of xorg's transset -I wanted to integrate transset into my windowmanager and to -be able to set and unset transparency by just pressing a key. -To make that possible I added several different 'select methods'. -The first one was 'select by point' and lets the user run transset -directly on the window curently under the cursor without bringing -up the crosshair. Later select by name and id was added after insperation -from other transset patches. diff --git a/x11/transset-df/Makefile b/x11/transset-df/Makefile deleted file mode 100644 index 3a40eab6b05..00000000000 --- a/x11/transset-df/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2009/07/07 21:35:23 joerg Exp $ -# - -DISTNAME= transset-df-5 -CATEGORIES= x11 -MASTER_SITES= http://forchheimer.se/transset-df/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://forchheimer.se/transset-df/ -COMMENT= Patched version of xorg's transset - -PKG_DESTDIR_SUPPORT= user-destdir - -BUILD_TARGET= transset-df -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-df/PLIST b/x11/transset-df/PLIST deleted file mode 100644 index ad066d012e4..00000000000 --- a/x11/transset-df/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/23 17:56:11 drochner Exp $ -bin/transset-df diff --git a/x11/transset-df/distinfo b/x11/transset-df/distinfo deleted file mode 100644 index a39a265b6f4..00000000000 --- a/x11/transset-df/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/03/23 17:56:11 drochner Exp $ - -SHA1 (transset-df-5.tar.gz) = c8ad58be3cb054f155c8a6d1c41f5ea5d060557b -RMD160 (transset-df-5.tar.gz) = 28ff128d00e23601a4e911abaeca6a2db5691574 -Size (transset-df-5.tar.gz) = 10134 bytes |