This commit is contained in:
2025-08-27 17:10:19 +02:00
parent 67c8d5ea09
commit f54d1dfc4a
628 changed files with 29658 additions and 4 deletions

View File

@@ -0,0 +1,32 @@
#
# $Id: Makefile 831 2007-08-24 11:11:18Z root $
# $URL: file:///usr2/svn/ports5/x11/xorg-bigreqsproto/Makefile $
#
PORTNAME= bigreqsproto
PORTVERSION= 1.1.2
X11_CATEGORY= proto
MASTER_SITES+= ftp://ftp.x.org/pub/individual/${X11_CATEGORY}/
CATEGORIES= x11
DIST_SUBDIR= x11
#PKGNAMEPREFIX= xorg-
MAINTAINER= onborodin@gmail.com
COMMENT= X.org X11R7 module
BUILD_DEPENDS+= pkg-config:devel/pkg-config
USES+= tar:bzip2
USES+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= --without-xmlto
CONFIGURE_ARGS+= --without-xsltproc
CONFIGURE_ARGS+= --disable-specs
.include <bsd.port.mk>
#EOF

View File

@@ -0,0 +1,2 @@
SHA256 (x11/bigreqsproto-1.1.2.tar.bz2) = 462116ab44e41d8121bfde947321950370b285a5316612b8fce8334d50751b1e
SIZE (x11/bigreqsproto-1.1.2.tar.bz2) = 113218

View File

@@ -0,0 +1,20 @@
X - a portable, network-transparent window system
The X Window System is a network transparent window system which
runs on a wide range of computing and graphics machines. It should
be relatively straightforward to build the X.Org Foundation software
distribution on most ANSI C and POSIX compliant systems. Commercial
implementations are also available for a wide range of platforms.
The X.Org Foundation requests that the following names be used when
referring to this software:
X
X Window System
X Version 11
X Window System, Version 11
X11
X Window System is a trademark of The Open Group.
WWW: http://www.X.org

View File

@@ -0,0 +1,3 @@
include/X11/extensions/bigreqsproto.h
include/X11/extensions/bigreqstr.h
lib/pkgconfig/bigreqsproto.pc

View File

@@ -0,0 +1,27 @@
#
# $Id: Makefile 831 2007-08-24 11:11:18Z root $
# $URL: file:///usr2/svn/ports5/x11/xorg-inputproto/Makefile $
#
PORTNAME= inputproto
PORTVERSION= 2.3.1
X11_CATEGORY= proto
MASTER_SITES+= ftp://ftp.x.org/pub/individual/${X11_CATEGORY}/
CATEGORIES= x11
DIST_SUBDIR= x11
#PKGNAMEPREFIX= xorg-
MAINTAINER= onborodin@gmail.com
COMMENT= X.org X11R7 module
BUILD_DEPENDS+= pkg-config:devel/pkg-config
USES+= tar:bzip2
USES+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
#EOF

View File

@@ -0,0 +1,2 @@
SHA256 (x11/inputproto-2.3.1.tar.bz2) = 5a47ee62053a6acef3a83f506312494be1461068d0b9269d818839703b95c1d1
SIZE (x11/inputproto-2.3.1.tar.bz2) = 196435

View File

@@ -0,0 +1,20 @@
X - a portable, network-transparent window system
The X Window System is a network transparent window system which
runs on a wide range of computing and graphics machines. It should
be relatively straightforward to build the X.Org Foundation software
distribution on most ANSI C and POSIX compliant systems. Commercial
implementations are also available for a wide range of platforms.
The X.Org Foundation requests that the following names be used when
referring to this software:
X
X Window System
X Version 11
X Window System, Version 11
X11
X Window System is a trademark of The Open Group.
WWW: http://www.X.org

View File

@@ -0,0 +1,5 @@
include/X11/extensions/XI.h
include/X11/extensions/XI2.h
include/X11/extensions/XI2proto.h
include/X11/extensions/XIproto.h
lib/pkgconfig/inputproto.pc

31
xproto/kbproto/Makefile Normal file
View File

@@ -0,0 +1,31 @@
#
# $Id: Makefile 831 2007-08-24 11:11:18Z root $
# $URL: file:///usr2/svn/ports5/x11/xorg-kbproto/Makefile $
#
PORTNAME= kbproto
PORTVERSION= 1.0.6
X11_CATEGORY= proto
MASTER_SITES+= ftp://ftp.x.org/pub/individual/${X11_CATEGORY}/
CATEGORIES= x11
DIST_SUBDIR= x11
#PKGNAMEPREFIX= xorg-
MAINTAINER= onborodin@gmail.com
COMMENT= X.org X11R7 module
BUILD_DEPENDS+= pkg-config:devel/pkg-config
USES+= tar:bzip2
USES+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= --without-xmlto
CONFIGURE_ARGS+= --without-xsltproc
CONFIGURE_ARGS+= --disable-specs
.include <bsd.port.mk>
#EOF

2
xproto/kbproto/distinfo Normal file
View File

@@ -0,0 +1,2 @@
SHA256 (x11/kbproto-1.0.6.tar.bz2) = 037cac0aeb80c4fccf44bf736d791fccb2ff7fd34c558ef8f03ac60b61085479
SIZE (x11/kbproto-1.0.6.tar.bz2) = 256988

20
xproto/kbproto/pkg-descr Normal file
View File

@@ -0,0 +1,20 @@
X - a portable, network-transparent window system
The X Window System is a network transparent window system which
runs on a wide range of computing and graphics machines. It should
be relatively straightforward to build the X.Org Foundation software
distribution on most ANSI C and POSIX compliant systems. Commercial
implementations are also available for a wide range of platforms.
The X.Org Foundation requests that the following names be used when
referring to this software:
X
X Window System
X Version 11
X Window System, Version 11
X11
X Window System is a trademark of The Open Group.
WWW: http://www.X.org

6
xproto/kbproto/pkg-plist Normal file
View File

@@ -0,0 +1,6 @@
include/X11/extensions/XKB.h
include/X11/extensions/XKBgeom.h
include/X11/extensions/XKBproto.h
include/X11/extensions/XKBsrv.h
include/X11/extensions/XKBstr.h
lib/pkgconfig/kbproto.pc

42
xproto/xcb-proto/Makefile Normal file
View File

@@ -0,0 +1,42 @@
#
# $Id: Makefile 831 2007-08-24 11:11:18Z root $
# $URL: file:///usr2/svn/ports5/x11/xproto-xproto/Makefile $
#
PORTNAME= xcb-proto
PORTVERSION= 1.13 #1.12
X11_CATEGORY= proto
MASTER_SITES+= http://xcb.freedesktop.org/dist/
CATEGORIES= x11
DIST_SUBDIR= x11
#PKGNAMEPREFIX= lib
MAINTAINER= onborodin@gmail.com
COMMENT= X.org X11R7 module
BUILD_DEPENDS+= pkg-config:devel/pkg-config
BUILD_DEPENDS+= xmllint:text/libxml2
GNU_CONFIGURE= yes
USES+= gmake tar:bz2
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
BUILD_DEPENDS+= ${PYTHON}:lang/python27
.include <bsd.port.pre.mk>
PYTHON?= ${LOCALBASE}/bin/python
#PYTHON_INCDIR= ${LOCALBASE}/python
#PYTHON_VERSION!= ${PYTHON} -c 'import sys; print sys.version[:3]'
#PYTHON_BASE!= ${PYTHON} -c 'import sys; print sys.prefix'
##PYTHON_SITELIBDIR_FULL= ${PYTHON_BASE}/python/${PYTHON_VERSION}/site-packages
PYTHON_SITELIBDIR!= ${PYTHON} -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix=''))"
PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}
.include <bsd.port.post.mk>
#EOF

View File

@@ -0,0 +1,2 @@
SHA256 (x11/xcb-proto-1.13.tar.bz2) = 7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1
SIZE (x11/xcb-proto-1.13.tar.bz2) = 151981

View File

@@ -0,0 +1,20 @@
X - a portable, network-transparent window system
The X Window System is a network transparent window system which
runs on a wide range of computing and graphics machines. It should
be relatively straightforward to build the X.Org Foundation software
distribution on most ANSI C and POSIX compliant systems. Commercial
implementations are also available for a wide range of platforms.
The X.Org Foundation requests that the following names be used when
referring to this software:
X
X Window System
X Version 11
X Window System, Version 11
X11
X Window System is a trademark of The Open Group.
WWW: http://www.X.org

View File

@@ -0,0 +1,58 @@
lib/pkgconfig/xcb-proto.pc
lib/python2.7/site-packages/xcbgen/__init__.py
lib/python2.7/site-packages/xcbgen/__init__.pyc
lib/python2.7/site-packages/xcbgen/__init__.pyo
lib/python2.7/site-packages/xcbgen/align.py
lib/python2.7/site-packages/xcbgen/align.pyc
lib/python2.7/site-packages/xcbgen/align.pyo
lib/python2.7/site-packages/xcbgen/error.py
lib/python2.7/site-packages/xcbgen/error.pyc
lib/python2.7/site-packages/xcbgen/error.pyo
lib/python2.7/site-packages/xcbgen/expr.py
lib/python2.7/site-packages/xcbgen/expr.pyc
lib/python2.7/site-packages/xcbgen/expr.pyo
lib/python2.7/site-packages/xcbgen/matcher.py
lib/python2.7/site-packages/xcbgen/matcher.pyc
lib/python2.7/site-packages/xcbgen/matcher.pyo
lib/python2.7/site-packages/xcbgen/state.py
lib/python2.7/site-packages/xcbgen/state.pyc
lib/python2.7/site-packages/xcbgen/state.pyo
lib/python2.7/site-packages/xcbgen/xtypes.py
lib/python2.7/site-packages/xcbgen/xtypes.pyc
lib/python2.7/site-packages/xcbgen/xtypes.pyo
share/xcb/bigreq.xml
share/xcb/composite.xml
share/xcb/damage.xml
share/xcb/dpms.xml
share/xcb/dri2.xml
share/xcb/dri3.xml
share/xcb/ge.xml
share/xcb/glx.xml
share/xcb/present.xml
share/xcb/randr.xml
share/xcb/record.xml
share/xcb/render.xml
share/xcb/res.xml
share/xcb/screensaver.xml
share/xcb/shape.xml
share/xcb/shm.xml
share/xcb/sync.xml
share/xcb/xc_misc.xml
share/xcb/xcb.xsd
share/xcb/xevie.xml
share/xcb/xf86dri.xml
share/xcb/xf86vidmode.xml
share/xcb/xfixes.xml
share/xcb/xinerama.xml
share/xcb/xinput.xml
share/xcb/xkb.xml
share/xcb/xprint.xml
share/xcb/xproto.xml
share/xcb/xselinux.xml
share/xcb/xtest.xml
share/xcb/xv.xml
share/xcb/xvmc.xml
@dir lib/python2.7/site-packages/xcbgen
@dir lib/python2.7/site-packages
@dir lib/python2.7
@dir share/xcb

View File

@@ -0,0 +1,32 @@
#
# $Id: Makefile 831 2007-08-24 11:11:18Z root $
# $URL: file:///usr2/svn/ports5/x11/xorg-damageproto/Makefile $
#
PORTNAME= xcmiscproto
PORTVERSION= 1.2.2
X11_CATEGORY= proto
MASTER_SITES+= ftp://ftp.x.org/pub/individual/${X11_CATEGORY}/
CATEGORIES= x11
DIST_SUBDIR= x11
#PKGNAMEPREFIX= xorg-
MAINTAINER= onborodin@gmail.com
COMMENT= X.org X11R7 module
BUILD_DEPENDS+= pkg-config:devel/pkg-config
USES+= tar:bzip2
USES+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= --without-xmlto
CONFIGURE_ARGS+= --without-xsltproc
CONFIGURE_ARGS+= --disable-specs
.include <bsd.port.mk>
#EOF

View File

@@ -0,0 +1,2 @@
SHA256 (x11/xcmiscproto-1.2.2.tar.bz2) = b13236869372256c36db79ae39d54214172677fb79e9cdc555dceec80bd9d2df
SIZE (x11/xcmiscproto-1.2.2.tar.bz2) = 112486

View File

@@ -0,0 +1,20 @@
X - a portable, network-transparent window system
The X Window System is a network transparent window system which
runs on a wide range of computing and graphics machines. It should
be relatively straightforward to build the X.Org Foundation software
distribution on most ANSI C and POSIX compliant systems. Commercial
implementations are also available for a wide range of platforms.
The X.Org Foundation requests that the following names be used when
referring to this software:
X
X Window System
X Version 11
X Window System, Version 11
X11
X Window System is a trademark of The Open Group.
WWW: http://www.X.org

View File

@@ -0,0 +1,3 @@
include/X11/extensions/xcmiscproto.h
include/X11/extensions/xcmiscstr.h
lib/pkgconfig/xcmiscproto.pc

35
xproto/xextproto/Makefile Normal file
View File

@@ -0,0 +1,35 @@
#
# $Id: Makefile 831 2007-08-24 11:11:18Z root $
# $URL: file:///usr2/svn/ports5/x11/xorg-xextproto/Makefile $
#
PORTNAME= xextproto
PORTVERSION= 7.3.0
X11_CATEGORY= proto
MASTER_SITES+= ftp://ftp.x.org/pub/individual/${X11_CATEGORY}/
CATEGORIES= x11
DIST_SUBDIR= x11
#PKGNAMEPREFIX= xorg-
MAINTAINER= onborodin@gmail.com
COMMENT= X.org X11R7 module
BUILD_DEPENDS+= pkg-config:devel/pkg-config
USES+= tar:bzip2
USES+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+=--disable-specs
CONFIGURE_ARGS+= --without-xmlto
post-patch:
${REINPLACE_CMD} '/^SUBDIR/s/specs//' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
#EOF

View File

@@ -0,0 +1,2 @@
SHA256 (x11/xextproto-7.3.0.tar.bz2) = f3f4b23ac8db9c3a9e0d8edb591713f3d70ef9c3b175970dd8823dfc92aa5bb0
SIZE (x11/xextproto-7.3.0.tar.bz2) = 229310

View File

@@ -0,0 +1,20 @@
X - a portable, network-transparent window system
The X Window System is a network transparent window system which
runs on a wide range of computing and graphics machines. It should
be relatively straightforward to build the X.Org Foundation software
distribution on most ANSI C and POSIX compliant systems. Commercial
implementations are also available for a wide range of platforms.
The X.Org Foundation requests that the following names be used when
referring to this software:
X
X Window System
X Version 11
X Window System, Version 11
X11
X Window System is a trademark of The Open Group.
WWW: http://www.X.org

View File

@@ -0,0 +1,34 @@
include/X11/extensions/EVI.h
include/X11/extensions/EVIproto.h
include/X11/extensions/ag.h
include/X11/extensions/agproto.h
include/X11/extensions/cup.h
include/X11/extensions/cupproto.h
include/X11/extensions/dbe.h
include/X11/extensions/dbeproto.h
include/X11/extensions/dpmsconst.h
include/X11/extensions/dpmsproto.h
include/X11/extensions/ge.h
include/X11/extensions/geproto.h
include/X11/extensions/lbx.h
include/X11/extensions/lbxproto.h
include/X11/extensions/mitmiscconst.h
include/X11/extensions/mitmiscproto.h
include/X11/extensions/multibufconst.h
include/X11/extensions/multibufproto.h
include/X11/extensions/secur.h
include/X11/extensions/securproto.h
include/X11/extensions/shapeconst.h
include/X11/extensions/shapeproto.h
include/X11/extensions/shapestr.h
include/X11/extensions/shm.h
include/X11/extensions/shmproto.h
include/X11/extensions/shmstr.h
include/X11/extensions/syncconst.h
include/X11/extensions/syncproto.h
include/X11/extensions/syncstr.h
include/X11/extensions/xtestconst.h
include/X11/extensions/xtestext1const.h
include/X11/extensions/xtestext1proto.h
include/X11/extensions/xtestproto.h
lib/pkgconfig/xextproto.pc

33
xproto/xproto/Makefile Normal file
View File

@@ -0,0 +1,33 @@
#
# $Id: Makefile 831 2007-08-24 11:11:18Z root $
# $URL: file:///usr2/svn/ports5/x11/xorg-xproto/Makefile $
#
PORTNAME= xproto
PORTVERSION= 7.0.31
X11_CATEGORY= proto
MASTER_SITES+= ftp://ftp.x.org/pub/individual/${X11_CATEGORY}/
CATEGORIES= x11
DIST_SUBDIR= x11
#PKGNAMEPREFIX= xorg-
MAINTAINER= onborodin@gmail.com
COMMENT= X.org X11R7 module
BUILD_DEPENDS+= pkg-config:devel/pkg-config
USES+= tar:bzip2
USES+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= --disable-specs
CONFIGURE_ARGS+= --without-fop
CONFIGURE_ARGS+= --without-xmlto
CONFIGURE_ARGS+= --without-xsltproc
.include <bsd.port.mk>
#EOF

3
xproto/xproto/distinfo Normal file
View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1586600386
SHA256 (x11/xproto-7.0.31.tar.bz2) = c6f9747da0bd3a95f86b17fb8dd5e717c8f3ab7f0ece3ba1b247899ec1ef7747
SIZE (x11/xproto-7.0.31.tar.bz2) = 300356

20
xproto/xproto/pkg-descr Normal file
View File

@@ -0,0 +1,20 @@
X - a portable, network-transparent window system
The X Window System is a network transparent window system which
runs on a wide range of computing and graphics machines. It should
be relatively straightforward to build the X.Org Foundation software
distribution on most ANSI C and POSIX compliant systems. Commercial
implementations are also available for a wide range of platforms.
The X.Org Foundation requests that the following names be used when
referring to this software:
X
X Window System
X Version 11
X Window System, Version 11
X11
X Window System is a trademark of The Open Group.
WWW: http://www.X.org

28
xproto/xproto/pkg-plist Normal file
View File

@@ -0,0 +1,28 @@
include/X11/ap_keysym.h
include/X11/DECkeysym.h
include/X11/HPkeysym.h
include/X11/keysym.h
include/X11/keysymdef.h
include/X11/Sunkeysym.h
include/X11/X.h
include/X11/Xalloca.h
include/X11/Xarch.h
include/X11/Xatom.h
include/X11/Xdefs.h
include/X11/XF86keysym.h
include/X11/Xfuncproto.h
include/X11/Xfuncs.h
include/X11/Xmd.h
include/X11/Xos_r.h
include/X11/Xos.h
include/X11/Xosdefs.h
include/X11/Xpoll.h
include/X11/Xproto.h
include/X11/Xprotostr.h
include/X11/Xthreads.h
include/X11/Xw32defs.h
include/X11/XWDFile.h
include/X11/Xwindows.h
include/X11/Xwinsock.h
lib/pkgconfig/xproto.pc
@dir include/X11

View File

@@ -0,0 +1,31 @@
#
# $Id: Makefile 831 2007-08-24 11:11:18Z root $
# $URL: file:///usr2/svn/ports5/x11/xorg-xproto/Makefile $
#
PORTNAME= xtrans
PORTVERSION= 1.3.5
X11_CATEGORY= lib
MASTER_SITES+= ftp://ftp.x.org/pub/individual/${X11_CATEGORY}/
CATEGORIES= x11
DIST_SUBDIR= x11
#PKGNAMEPREFIX= xorg-
PKGNAMESUFFIX= proto
MAINTAINER= onborodin@gmail.com
COMMENT= X.org X11R7 module
BUILD_DEPENDS+= pkg-config:devel/pkg-config
USES+= tar:bzip2
USES+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+=--disable-docs --without-xmlto
.include <bsd.port.mk>
#EOF

View File

@@ -0,0 +1,2 @@
SHA256 (x11/xtrans-1.3.5.tar.bz2) = adbd3b36932ce4c062cd10f57d78a156ba98d618bdb6f50664da327502bc8301
SIZE (x11/xtrans-1.3.5.tar.bz2) = 186833

View File

@@ -0,0 +1,20 @@
--- ./Makefile.in.orig 2014-09-20 20:02:14.000000000 +0300
+++ ./Makefile.in 2014-11-29 18:38:44.000000000 +0200
@@ -61,7 +61,7 @@
test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
+pkgdatadir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@
@@ -362,7 +362,7 @@
aclocaldir = $(datadir)/aclocal
aclocal_DATA = xtrans.m4
-pkgconfigdir = $(datadir)/pkgconfig
+pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xtrans.pc
MAINTAINERCLEANFILES = ChangeLog INSTALL
EXTRA_DIST = ${aclocal_DATA}

View File

@@ -0,0 +1,20 @@
X - a portable, network-transparent window system
The X Window System is a network transparent window system which
runs on a wide range of computing and graphics machines. It should
be relatively straightforward to build the X.Org Foundation software
distribution on most ANSI C and POSIX compliant systems. Commercial
implementations are also available for a wide range of platforms.
The X.Org Foundation requests that the following names be used when
referring to this software:
X
X Window System
X Version 11
X Window System, Version 11
X11
X Window System is a trademark of The Open Group.
WWW: http://www.X.org

View File

@@ -0,0 +1,12 @@
include/X11/Xtrans/Xtrans.c
include/X11/Xtrans/Xtrans.h
include/X11/Xtrans/Xtransint.h
include/X11/Xtrans/Xtranslcl.c
include/X11/Xtrans/Xtranssock.c
include/X11/Xtrans/Xtransutil.c
include/X11/Xtrans/transport.c
lib/pkgconfig/xtrans.pc
share/aclocal/xtrans.m4
@dir share/aclocal
@dir include/X11/Xtrans
@dir include/X11