gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r7875: more x stuff


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7875: more x stuff
Date: Fri, 29 Oct 2021 15:09:24 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7875
revision-id: carlhansen1234@gmail.com-20211029190919-ky07o8q9201bvxb3
parent: carlhansen1234@gmail.com-20211029185621-neta3myg5c0qtjl8
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Fri 2021-10-29 12:09:19 -0700
message:
  more x stuff
added:
  pkg/xorg/libXfixes/            libxfixes-20211029190004-5pse9h2g4t00sssv-1
  pkg/xorg/libXfixes/Makefile    makefile-20211029190004-5pse9h2g4t00sssv-4
  pkg/xorg/libXfixes/config.mk   config.mk-20211029190004-5pse9h2g4t00sssv-2
  pkg/xorg/libXfixes/gpg-keyring gpgkeyring-20211029190004-5pse9h2g4t00sssv-3
  pkg/xorg/libXfixes/sha256sums  sha256sums-20211029190004-5pse9h2g4t00sssv-5
  pkg/xorg/libXfont2/            libxfont2-20211029190559-y2v7rpmih7o1ztor-1
  pkg/xorg/libXfont2/Makefile    makefile-20211029190559-y2v7rpmih7o1ztor-4
  pkg/xorg/libXfont2/config.mk   config.mk-20211029190559-y2v7rpmih7o1ztor-2
  pkg/xorg/libXfont2/gpg-keyring gpgkeyring-20211029190559-y2v7rpmih7o1ztor-3
  pkg/xorg/libXfont2/sha256sums  sha256sums-20211029190559-y2v7rpmih7o1ztor-5
=== added directory 'pkg/xorg/libXfixes'
=== added file 'pkg/xorg/libXfixes/Makefile'
--- a/pkg/xorg/libXfixes/Makefile       1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/libXfixes/Makefile       2021-10-29 19:09:19 +0000
@@ -0,0 +1,44 @@
+# Copyright ©2021 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+NAME =    libXfixes
+GARNAME = libXfixes
+GARVERSION = 6.0.0
+HOME_URL = http://xorg.freedesktop.org
+DESCRIPTION = libXfixes library
+define BLURB
+endef
+
+######################################################################
+# https://xorg.freedesktop.org/releases/individual/lib/libX11-1.6.6.tar.bz2
+MASTER_SITES =  https://xorg.freedesktop.org/
+MASTER_SUBDIR = releases/individual/lib/
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES = $(DISTNAME).tar.bz2.sig
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+

=== added file 'pkg/xorg/libXfixes/config.mk'
--- a/pkg/xorg/libXfixes/config.mk      1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/libXfixes/config.mk      2021-10-29 19:09:19 +0000
@@ -0,0 +1,5 @@
+## Configuration options
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/xorg/libXfixes/gpg-keyring'
Binary files a/pkg/xorg/libXfixes/gpg-keyring   1970-01-01 00:00:00 +0000 and 
b/pkg/xorg/libXfixes/gpg-keyring  2021-10-29 19:09:19 +0000 differ
=== added file 'pkg/xorg/libXfixes/sha256sums'
--- a/pkg/xorg/libXfixes/sha256sums     1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/libXfixes/sha256sums     2021-10-29 19:09:19 +0000
@@ -0,0 +1,2 @@
+a7c1a24da53e0b46cac5aea79094b4b2257321c621b258729bc3139149245b4c  
download/libXfixes-6.0.0.tar.bz2
+8e22c0b4f8b9ab26588052ce7349be849b89d658a3424acda8bc8e2eab85291b  
download/libXfixes-6.0.0.tar.bz2.sig

=== added directory 'pkg/xorg/libXfont2'
=== added file 'pkg/xorg/libXfont2/Makefile'
--- a/pkg/xorg/libXfont2/Makefile       1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/libXfont2/Makefile       2021-10-29 19:09:19 +0000
@@ -0,0 +1,44 @@
+# Copyright ©2021 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+NAME =    libXfont2
+GARNAME = libXfont2
+GARVERSION = 2.0.5
+HOME_URL = http://xorg.freedesktop.org
+DESCRIPTION = libXfont2 library
+define BLURB
+endef
+
+######################################################################
+# https://xorg.freedesktop.org/releases/individual/lib/libX11-1.6.6.tar.bz2
+MASTER_SITES =  https://xorg.freedesktop.org/
+MASTER_SUBDIR = releases/individual/lib/
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES = $(DISTNAME).tar.bz2.sig
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+

=== added file 'pkg/xorg/libXfont2/config.mk'
--- a/pkg/xorg/libXfont2/config.mk      1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/libXfont2/config.mk      2021-10-29 19:09:19 +0000
@@ -0,0 +1,5 @@
+## Configuration options
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/xorg/libXfont2/gpg-keyring'
Binary files a/pkg/xorg/libXfont2/gpg-keyring   1970-01-01 00:00:00 +0000 and 
b/pkg/xorg/libXfont2/gpg-keyring  2021-10-29 19:09:19 +0000 differ
=== added file 'pkg/xorg/libXfont2/sha256sums'
--- a/pkg/xorg/libXfont2/sha256sums     1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/libXfont2/sha256sums     2021-10-29 19:09:19 +0000
@@ -0,0 +1,2 @@
+aa7c6f211cf7215c0ab4819ed893dc98034363d7b930b844bb43603c2e10b53e  
download/libXfont2-2.0.5.tar.bz2
+8f12c3bdb3b05a494cce05d41a60269cd6379818e0de08244e4152bd206f9dcb  
download/libXfont2-2.0.5.tar.bz2.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]