From owner-svn-ports-head@freebsd.org Mon Nov 28 16:41:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66BE8C5AFD2; Mon, 28 Nov 2016 16:41:06 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27B131A9C; Mon, 28 Nov 2016 16:41:06 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uASGf5Qo062106; Mon, 28 Nov 2016 16:41:05 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uASGf46Y062101; Mon, 28 Nov 2016 16:41:04 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201611281641.uASGf46Y062101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 28 Nov 2016 16:41:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427332 - in head/x11: . p5-X11-Protocol-Other X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2016 16:41:06 -0000 Author: ehaupt Date: Mon Nov 28 16:41:04 2016 New Revision: 427332 URL: https://svnweb.freebsd.org/changeset/ports/427332 Log: Add p5-X11-Protocol-Other 29, module for window manager related functions for use by client programs. Added: head/x11/p5-X11-Protocol-Other/ head/x11/p5-X11-Protocol-Other/Makefile (contents, props changed) head/x11/p5-X11-Protocol-Other/distinfo (contents, props changed) head/x11/p5-X11-Protocol-Other/pkg-descr (contents, props changed) head/x11/p5-X11-Protocol-Other/pkg-plist (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Mon Nov 28 16:13:20 2016 (r427331) +++ head/x11/Makefile Mon Nov 28 16:41:04 2016 (r427332) @@ -237,6 +237,7 @@ SUBDIR += p5-X11-GUITest SUBDIR += p5-X11-IdleTime SUBDIR += p5-X11-Protocol + SUBDIR += p5-X11-Protocol-Other SUBDIR += p5-X11-Resolution SUBDIR += p5-X11-XCB SUBDIR += p5-X11-Xlib Added: head/x11/p5-X11-Protocol-Other/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/p5-X11-Protocol-Other/Makefile Mon Nov 28 16:41:04 2016 (r427332) @@ -0,0 +1,19 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +PORTNAME= X11-Protocol-Other +PORTVERSION= 29 +CATEGORIES= x11 perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Module for window manager related functions for use by client programs + +BUILD_DEPENDS= p5-X11-Protocol>=0:x11/p5-X11-Protocol +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include Added: head/x11/p5-X11-Protocol-Other/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/p5-X11-Protocol-Other/distinfo Mon Nov 28 16:41:04 2016 (r427332) @@ -0,0 +1,3 @@ +TIMESTAMP = 1480350280 +SHA256 (X11-Protocol-Other-29.tar.gz) = 04e96a3f068eca498b7e91fe0abe24173b4152c91b556e21d84d4a802cffbd5f +SIZE (X11-Protocol-Other-29.tar.gz) = 257542 Added: head/x11/p5-X11-Protocol-Other/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/p5-X11-Protocol-Other/pkg-descr Mon Nov 28 16:41:04 2016 (r427332) @@ -0,0 +1,3 @@ +Perl module for window manager related functions for use by client programs. + +WWW: http://search.cpan.org/dist/X11-Protocol-Other/ Added: head/x11/p5-X11-Protocol-Other/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/p5-X11-Protocol-Other/pkg-plist Mon Nov 28 16:41:04 2016 (r427332) @@ -0,0 +1,40 @@ +%%SITE_PERL%%/Encode/X11.pm +%%SITE_PERL%%/X11/AtomConstants.pm +%%SITE_PERL%%/X11/CursorFont.pm +%%SITE_PERL%%/X11/Protocol/ChooseWindow.pm +%%SITE_PERL%%/X11/Protocol/Ext/Composite.pm +%%SITE_PERL%%/X11/Protocol/Ext/DAMAGE.pm +%%SITE_PERL%%/X11/Protocol/Ext/DOUBLE_BUFFER.pm +%%SITE_PERL%%/X11/Protocol/Ext/MIT_SCREEN_SAVER.pm +%%SITE_PERL%%/X11/Protocol/Ext/MIT_SHM.pm +%%SITE_PERL%%/X11/Protocol/Ext/MIT_SUNDRY_NONSTANDARD.pm +%%SITE_PERL%%/X11/Protocol/Ext/TOG_CUP.pm +%%SITE_PERL%%/X11/Protocol/Ext/XFIXES.pm +%%SITE_PERL%%/X11/Protocol/Ext/XFree86_DGA.pm +%%SITE_PERL%%/X11/Protocol/Ext/XINERAMA.pm +%%SITE_PERL%%/X11/Protocol/Ext/XTEST.pm +%%SITE_PERL%%/X11/Protocol/Ext/X_Resource.pm +%%SITE_PERL%%/X11/Protocol/GrabServer.pm +%%SITE_PERL%%/X11/Protocol/Other.pm +%%SITE_PERL%%/X11/Protocol/WM.pm +%%SITE_PERL%%/X11/Protocol/XSetRoot.pm +%%PERL5_MAN3%%/Encode::X11.3.gz +%%PERL5_MAN3%%/X11::AtomConstants.3.gz +%%PERL5_MAN3%%/X11::CursorFont.3.gz +%%PERL5_MAN3%%/X11::Protocol::ChooseWindow.3.gz +%%PERL5_MAN3%%/X11::Protocol::Ext::Composite.3.gz +%%PERL5_MAN3%%/X11::Protocol::Ext::DAMAGE.3.gz +%%PERL5_MAN3%%/X11::Protocol::Ext::DOUBLE_BUFFER.3.gz +%%PERL5_MAN3%%/X11::Protocol::Ext::MIT_SCREEN_SAVER.3.gz +%%PERL5_MAN3%%/X11::Protocol::Ext::MIT_SHM.3.gz +%%PERL5_MAN3%%/X11::Protocol::Ext::MIT_SUNDRY_NONSTANDARD.3.gz +%%PERL5_MAN3%%/X11::Protocol::Ext::TOG_CUP.3.gz +%%PERL5_MAN3%%/X11::Protocol::Ext::XFIXES.3.gz +%%PERL5_MAN3%%/X11::Protocol::Ext::XFree86_DGA.3.gz +%%PERL5_MAN3%%/X11::Protocol::Ext::XINERAMA.3.gz +%%PERL5_MAN3%%/X11::Protocol::Ext::XTEST.3.gz +%%PERL5_MAN3%%/X11::Protocol::Ext::X_Resource.3.gz +%%PERL5_MAN3%%/X11::Protocol::GrabServer.3.gz +%%PERL5_MAN3%%/X11::Protocol::Other.3.gz +%%PERL5_MAN3%%/X11::Protocol::WM.3.gz +%%PERL5_MAN3%%/X11::Protocol::XSetRoot.3.gz