mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Add p5-Tk-CursorControl 0.4
Tk::CursorControl is-NOT-a Tk::Widget. Rather, it uses Tk and encompasses a collection of methods used to manipulate the cursor (aka pointer) programmatically from a Tk program. WWW: http://search.cpan.org/dist/Tk-CursorControl/
This commit is contained in:
parent
787339faeb
commit
a571c2b564
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283326
@ -166,6 +166,7 @@
|
||||
SUBDIR += p5-Tk-Autoscroll
|
||||
SUBDIR += p5-Tk-ColourChooser
|
||||
SUBDIR += p5-Tk-Contrib
|
||||
SUBDIR += p5-Tk-CursorControl
|
||||
SUBDIR += p5-Tk-DKW
|
||||
SUBDIR += p5-Tk-Date
|
||||
SUBDIR += p5-Tk-DynaTabFrame
|
||||
|
30
x11-toolkits/p5-Tk-CursorControl/Makefile
Normal file
30
x11-toolkits/p5-Tk-CursorControl/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: p5-Tk-CursorControl
|
||||
# Date created: 2011-10-10
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tk-CursorControl
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= x11-toolkits tk perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Manipulate the mouse cursor programmatically
|
||||
|
||||
BUILD_DEPENDS= p5-Tk>=800.015:${PORTSDIR}/x11-toolkits/p5-Tk
|
||||
RUN_DEPENDS= p5-Tk>=800.015:${PORTSDIR}/x11-toolkits/p5-Tk
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
ALL_TARGETS= pure_install
|
||||
|
||||
MAN3= Tk::CursorControl.3
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/Tk\/demos\/widtrib\/cursor.pl/ s|cursor.pl|cursorcontrol.pl|' \
|
||||
${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-toolkits/p5-Tk-CursorControl/distinfo
Normal file
2
x11-toolkits/p5-Tk-CursorControl/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Tk-CursorControl-0.4.tar.gz) = 60559acecebf707afce0f6250f32a8e17c24b2d13c01ffd26f9dc28860fccd9d
|
||||
SIZE (Tk-CursorControl-0.4.tar.gz) = 12847
|
5
x11-toolkits/p5-Tk-CursorControl/pkg-descr
Normal file
5
x11-toolkits/p5-Tk-CursorControl/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Tk::CursorControl is-NOT-a Tk::Widget. Rather, it uses Tk and encompasses a
|
||||
collection of methods used to manipulate the cursor (aka pointer)
|
||||
programmatically from a Tk program.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Tk-CursorControl/
|
10
x11-toolkits/p5-Tk-CursorControl/pkg-plist
Normal file
10
x11-toolkits/p5-Tk-CursorControl/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Tk/CursorControl.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Tk/demos/widtrib/cursorcontrol.pl
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Tk/trans_cur.mask
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Tk/trans_cur.xbm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/CursorControl/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/CursorControl
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tk/demos/widtrib
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tk/demos
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tk
|
Loading…
Reference in New Issue
Block a user