mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Add p5-X11-Protocol 0.04, perl module that provides an interface roughly
equivalent to Xlib.
This commit is contained in:
parent
8c3cb8aa8a
commit
9ba048d6a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36734
@ -55,6 +55,7 @@
|
||||
SUBDIR += lupe
|
||||
SUBDIR += offix-clipboard
|
||||
SUBDIR += offix-execute
|
||||
SUBDIR += p5-X11-Protocol
|
||||
SUBDIR += portoseguro
|
||||
SUBDIR += powershell
|
||||
SUBDIR += props
|
||||
|
27
x11/p5-X11-Protocol/Makefile
Normal file
27
x11/p5-X11-Protocol/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: X11-Protocol
|
||||
# Date created: Mon Jan 1 21:49:44 2001
|
||||
# Whom: will
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= X11-Protocol
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= x11 perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= X11
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= X11::Auth.3 X11::Keysyms.3 X11::Protocol::Connection::Socket.3 \
|
||||
X11::Protocol::Connection::INETSocket.3 X11::Protocol::Connection::FileHandle.3 \
|
||||
X11::Protocol::Connection::UNIXSocket.3 X11::Protocol::Ext::BIG_REQUESTS.3 \
|
||||
X11::Protocol::Connection::INETFH.3 X11::Protocol::Connection.3 \
|
||||
X11::Protocol::Ext::SHAPE.3 X11::Protocol::Connection::UNIXFH.3 X11::Protocol.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/p5-X11-Protocol/distinfo
Normal file
1
x11/p5-X11-Protocol/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (X11-Protocol-0.04.tar.gz) = 90fb0a9aa8c6299c4ae0e334d777641a
|
1
x11/p5-X11-Protocol/pkg-comment
Normal file
1
x11/p5-X11-Protocol/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module that provides an interface roughly equivalent to Xlib
|
9
x11/p5-X11-Protocol/pkg-descr
Normal file
9
x11/p5-X11-Protocol/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
X11::Protocol is a perl module that provides an interface that is
|
||||
roughly equivalent to Xlib. Its low-level approach is intentional
|
||||
as the author is working on a higher-level interface that will be
|
||||
more object-oriented and easier to use, so as to allow this low
|
||||
level access to eventually be replaced by an XS interface to Xlib.
|
||||
|
||||
Author: Stephen McCamant
|
||||
|
||||
--will
|
17
x11/p5-X11-Protocol/pkg-plist
Normal file
17
x11/p5-X11-Protocol/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/X11/Auth.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/X11/Keysyms.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/X11/Protocol.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/X11/Protocol/Connection.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/X11/Protocol/Connection/FileHandle.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/X11/Protocol/Connection/INETFH.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/X11/Protocol/Connection/INETSocket.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/X11/Protocol/Connection/Socket.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/X11/Protocol/Connection/UNIXFH.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/X11/Protocol/Connection/UNIXSocket.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/X11/Protocol/Ext/BIG_REQUESTS.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/X11/Protocol/Ext/SHAPE.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/X11/Protocol/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/X11/Protocol
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/X11/Protocol/Ext
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/X11/Protocol/Connection
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/X11/Protocol
|
Loading…
Reference in New Issue
Block a user