gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9150: update libpaper to master


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9150: update libpaper to master
Date: Sat, 15 Apr 2023 15:55:09 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9150
revision-id: carlhansen1234@gmail.com-20230415195505-bt4ozo4c55n5t6c5
parent: carlhansen1234@gmail.com-20230415075303-o3p8odja26xbyt0q
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sat 2023-04-15 12:55:05 -0700
message:
  update libpaper to master
added:
  pkg/other/libpaper/            libpaper-20230415195451-98yrngy3m8cyt3x2-1
  pkg/other/libpaper/Makefile    makefile-20230415195451-98yrngy3m8cyt3x2-3
  pkg/other/libpaper/config.mk   config.mk-20230415195451-98yrngy3m8cyt3x2-2
  pkg/other/libpaper/sha256sums  sha256sums-20230415195451-98yrngy3m8cyt3x2-4
=== added directory 'pkg/other/libpaper'
=== added file 'pkg/other/libpaper/Makefile'
--- a/pkg/other/libpaper/Makefile       1970-01-01 00:00:00 +0000
+++ b/pkg/other/libpaper/Makefile       2023-04-15 19:55:05 +0000
@@ -0,0 +1,90 @@
+# Copyright ©2023 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 = libpaper
+GARNAME = libpaper
+GARVERSION = master
+HOME_URL = https://github.com/rrthomas/libpaper
+DESCRIPTION =  routines for paper sizes, needed by a2ps
+define BLURB
+The libpaper package enables users to indicate their preferred paper
+size, provides the paper utility to find the user_s preferred default
+paper size and give information about known sizes, and specifies
+system-wide and per-user paper size catalogues (see “man paperspecs”).
+endef
+
+######################################################################
+
+
+MASTER_SITES = https://github.com
+#MASTER_SITES = $(MASTER_GITHUB)
+MASTER_SUBDIR = rrthomas/
+GIT_PATH = $(MASTER_SITES)/$(MASTER_SUBDIR)/$(GARNAME).git
+
+GIT_REVISION = master  
+
+SIGFILES =
+
+GITSRC =  $(BASEDIRABS)/$(DOWNLOADDIRGIT)/$(GARNAME)
+WORKSRC =               $(DOWNLOADDIRGIT)/$(GARNAME)
+
+WORKOBJ =  $(WORKDIR)/$(GARNAME)-master
+
+
+BUILDDEPS =
+LIBDEPS =
+
+BUILD_SCRIPTS = it
+
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk
+
+CONFIGURE_ARGS += --enable-relocatable
+
+.PHONY: infoo built-it
+infoo:
+       @echo PWD  $(PWD)
+       @echo GITSRC $(GITSRC)
+       @echo WORKSRC $(WORKSRC)
+       @echo WORKOBJ $(WORKOBJ)
+       cd $(BASEDIRABS)/download  && pwd
+
+post-fetch:
+       $(MAKE) fetch-git
+
+pre-configure:
+       mkdir -p $(WORKOBJ)
+       cd $(WORKSRC)  &&       ./bootstrap 
+
+post-configure:
+       cp -a $(WORKSRC)/man/paper.x $(WORKOBJ)/man/paper.x
+
+
+build-it: 
+       cd $(WORKOBJ)  &&       $(MAKE)
+       $(MAKECOOKIE)
+
+# FIXME
+# installation of man pages needs fix
+

=== added file 'pkg/other/libpaper/config.mk'
--- a/pkg/other/libpaper/config.mk      1970-01-01 00:00:00 +0000
+++ b/pkg/other/libpaper/config.mk      2023-04-15 19:55:05 +0000
@@ -0,0 +1,4 @@
+## Configuration options ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?= 

=== added file 'pkg/other/libpaper/sha256sums'

reply via email to

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