gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r10867: evieext libXevie


From: Carl Hansen
Subject: [Gsrc-commit] trunk r10867: evieext libXevie
Date: Fri, 29 Nov 2024 15:22:56 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 10867
revision-id: carlhansen@gnu.org-20241129202250-ikhxg74mg0uk9qft
parent: carlhansen@gnu.org-20241129190745-2y4awryrma4d2kck
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Fri 2024-11-29 20:22:50 +0000
message:
  evieext libXevie
added:
  pkg/xorg/evieext/              evieext-20241129201847-t9ec04yb66on0axh-1
  pkg/xorg/evieext/Makefile      makefile-20241129201847-t9ec04yb66on0axh-3
  pkg/xorg/evieext/config.mk     config.mk-20241129201847-t9ec04yb66on0axh-2
  pkg/xorg/evieext/sha256sums    sha256sums-20241129201847-t9ec04yb66on0axh-4
  pkg/xorg/libXevie/             libxevie-20241129202049-rbafouat3efu9sry-1
  pkg/xorg/libXevie/Makefile     makefile-20241129202049-rbafouat3efu9sry-3
  pkg/xorg/libXevie/config.mk    config.mk-20241129202049-rbafouat3efu9sry-2
  pkg/xorg/libXevie/sha256sums   sha256sums-20241129202049-rbafouat3efu9sry-4
=== added directory 'pkg/xorg/evieext'
=== added file 'pkg/xorg/evieext/Makefile'
--- a/pkg/xorg/evieext/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/evieext/Makefile 2024-11-29 20:22:50 +0000
@@ -0,0 +1,45 @@
+# Copyright ©2024 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 =    evieext
+GARNAME = evieext
+GARVERSION = 1.1.1 
+HOME_URL = https://xorg.freedesktop.org
+DESCRIPTION =  exieext protocol
+define BLURB
+endef
+
+######################################################################
+
+# https://www.x.org/releases/individual/proto/evieext-1.1.1.tar.bz2
+MASTER_SITES = https://www.x.org/
+MASTER_SUBDIR = releases/individual/proto/
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES = 
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk
+

=== added file 'pkg/xorg/evieext/config.mk'
--- a/pkg/xorg/evieext/config.mk        1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/evieext/config.mk        2024-11-29 20:22:50 +0000
@@ -0,0 +1,5 @@
+## Configuration options  ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/xorg/evieext/sha256sums'
--- a/pkg/xorg/evieext/sha256sums       1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/evieext/sha256sums       2024-11-29 20:22:50 +0000
@@ -0,0 +1,1 @@
+1cf74114436d99f56577a90b6438a32ba31b8128c9e63842bb179aba592733fe  
download/evieext-1.1.1.tar.bz2

=== added directory 'pkg/xorg/libXevie'
=== added file 'pkg/xorg/libXevie/Makefile'
--- a/pkg/xorg/libXevie/Makefile        1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/libXevie/Makefile        2024-11-29 20:22:50 +0000
@@ -0,0 +1,46 @@
+# Copyright ©2024 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 =    libXevie
+GARNAME = libXevie
+GARVERSION =  1.0.3
+HOME_URL = http://xorg.freedesktop.org
+DESCRIPTION = libevie library 
+define BLURB
+endef
+
+######################################################################
+# https://xorg.freedesktop.org/releases/individual/lib/
+# https://www.x.org/releases/individual/lib/libXevie-1.0.3.tar.bz2
+#  
+MASTER_SITES =  https://www.x.org/
+MASTER_SUBDIR = releases/individual/lib/
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES = 
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk
+

=== added file 'pkg/xorg/libXevie/config.mk'
--- a/pkg/xorg/libXevie/config.mk       1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/libXevie/config.mk       2024-11-29 20:22:50 +0000
@@ -0,0 +1,5 @@
+## Configuration options
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/xorg/libXevie/sha256sums'
--- a/pkg/xorg/libXevie/sha256sums      1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/libXevie/sha256sums      2024-11-29 20:22:50 +0000
@@ -0,0 +1,1 @@
+c00b382123e58f595b3cecaa50471ebec534660e5f92ae46d94266345844fd73  
download/libXevie-1.0.3.tar.bz2


reply via email to

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