Index: head/x11/p5-X11-Protocol-Other/Makefile =================================================================== --- head/x11/p5-X11-Protocol-Other/Makefile (revision 438128) +++ head/x11/p5-X11-Protocol-Other/Makefile (revision 438129) @@ -1,24 +1,31 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= X11-Protocol-Other -PORTVERSION= 29 -PORTREVISION= 1 +PORTVERSION= 30 CATEGORIES= x11 perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Module for window manager related functions for use by client programs LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-X11-Protocol>=0:x11/p5-X11-Protocol RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix USE_PERL5= configure NO_ARCH= yes + +OPTIONS_DEFINE= EXAMPLES + +SHEBANG_FILES= examples/*.pl + +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/x11/p5-X11-Protocol-Other/distinfo =================================================================== --- head/x11/p5-X11-Protocol-Other/distinfo (revision 438128) +++ head/x11/p5-X11-Protocol-Other/distinfo (revision 438129) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480350280 -SHA256 (X11-Protocol-Other-29.tar.gz) = 04e96a3f068eca498b7e91fe0abe24173b4152c91b556e21d84d4a802cffbd5f -SIZE (X11-Protocol-Other-29.tar.gz) = 257542 +TIMESTAMP = 1491809865 +SHA256 (X11-Protocol-Other-30.tar.gz) = 323fe7736e20480a8b0940ab5695c6c028709cf088061eb9407236764a5c55d5 +SIZE (X11-Protocol-Other-30.tar.gz) = 263720 Index: head/x11/p5-X11-Protocol-Other/pkg-plist =================================================================== --- head/x11/p5-X11-Protocol-Other/pkg-plist (revision 438128) +++ head/x11/p5-X11-Protocol-Other/pkg-plist (revision 438129) @@ -1,40 +1,51 @@ %%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 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cursor-font-anim.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/damage-duplicate.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dbe-info.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dbe-swap.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mit-screen-saver-external.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/view-root.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xfixes-cursor-image.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xfixes-selection.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xinerama-info.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xresource-pairwise.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xresource-print.pl