* update docbook-sgml31 to 3.1-6

This commit is contained in:
Alexander Baldeck 2024-08-16 06:11:29 +02:00
parent f8596341f6
commit 05ee1c5b42
4 changed files with 76 additions and 4 deletions

15
docbook-sgml31/.SRCINFO Normal file
View File

@ -0,0 +1,15 @@
pkgbase = docbook-sgml31
pkgdesc = Legacy docbook-sgml
pkgver = 3.1
pkgrel = 6
url = https://www.docbook.org/sgml/
install = docbook-sgml31.install
arch = any
license = LicenseRef-docbook-sgml31
depends = sgml-common
source = https://www.docbook.org/sgml/3.1/docbk31.zip
source = LICENSE
sha256sums = 20261d2771b9a052abfa3d8fab1aa62be05791a010281c566f9073bf0e644538
sha256sums = 4fe5a7c521db026ce926c148c051f495b0966e3c34443030116aa34381d6cec8
pkgname = docbook-sgml31

View File

@ -0,0 +1,11 @@
[docbook-sgml31]
#source = "github"
#github = "docbook/dsssl"
#use_max_tag = true
#ignore = "SVNSNAPSHOT"
source = "regex"
regex = "\\d+.\\d+"
include_regex = "3.1*"
#exclude_regex = "1999"
url = "https://docbook.org/sgml/"

43
docbook-sgml31/LICENSE Normal file
View File

@ -0,0 +1,43 @@
Copyright © The Organization for the Advancement of Structured Information
Standards [OASIS] 2001, 2002, 2003, 2004, 2005, 2006. All Rights Reserved.
OASIS takes no position regarding the validity or scope of any intellectual
property or other rights that might be claimed to pertain to the implementation
or use of the technology described in this document or the extent to which any
license under such rights might or might not be available; neither does it
represent that it has made any effort to identify any such rights. Information
on OASIS's procedures with respect to rights in OASIS specifications can be
found at the OASIS website. Copies of claims of rights made available for
publication and any assurances of licenses to be made available, or the result
of an attempt made to obtain a general license or permission for the use of such
proprietary rights by implementors or users of this specification, can be
obtained from the OASIS Executive Director.
OASIS invites any interested party to bring to its attention any copyrights,
patents or patent applications, or other proprietary rights which may cover
technology that may be required to implement this specification. Please address
the information to the OASIS Executive Director.
This document and translations of it may be copied and furnished to others, and
derivative works that comment on or otherwise explain it or assist in its
implementation may be prepared, copied, published and distributed, in whole or
in part, without restriction of any kind, provided that the above copyright
notice and this paragraph are included on all such copies and derivative works.
However, this document itself may not be modified in any way, such as by
removing the copyright notice or references to OASIS, except as needed for the
purpose of developing OASIS specifications, in which case the procedures for
copyrights defined in the OASIS Intellectual Property Rights document must be
followed, or as required to translate it into languages other than English.
The limited permissions granted above are perpetual and will not be revoked by
OASIS or its successors or assigns.
This document and the information contained herein is provided on an "AS IS"
basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE
ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
PARTICULAR PURPOSE.
OASIS has been notified of intellectual property rights claimed in regard to
some or all of the contents of this specification. For more information consult
the online list of claimed rights.

View File

@ -6,15 +6,17 @@
pkgname=docbook-sgml31
pkgver=3.1
pkgrel=5
pkgrel=6
pkgdesc="Legacy docbook-sgml"
arch=(any)
url='https://www.docbook.org/sgml/'
license=('MIT')
license=(LicenseRef-$pkgname)
depends=('sgml-common')
install=$pkgname.install
source=("https://www.docbook.org/sgml/${pkgver}/docbk31.zip")
sha256sums=('20261d2771b9a052abfa3d8fab1aa62be05791a010281c566f9073bf0e644538')
source=("https://www.docbook.org/sgml/${pkgver}/docbk31.zip"
LICENSE)
sha256sums=('20261d2771b9a052abfa3d8fab1aa62be05791a010281c566f9073bf0e644538'
'4fe5a7c521db026ce926c148c051f495b0966e3c34443030116aa34381d6cec8')
build() {
cd "$srcdir"
@ -34,5 +36,6 @@ package() {
install -dm755 "$pkgdir/$DTDDIR"
install -m644 docbook.cat "$pkgdir/$DTDDIR/catalog"
install -m644 *.dtd *.mod *.dcl "$pkgdir/$DTDDIR"
install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
}