[arch-commits] Commit in rfc/repos/community-any (5 files)
Sergej Pupykin
spupykin at archlinux.org
Thu Jun 21 17:28:57 UTC 2018
Date: Thursday, June 21, 2018 @ 17:28:57
Author: spupykin
Revision: 344327
archrelease: copy trunk to community-any
Added:
rfc/repos/community-any/PKGBUILD
(from rev 344326, rfc/trunk/PKGBUILD)
rfc/repos/community-any/license
(from rev 344326, rfc/trunk/license)
rfc/repos/community-any/mirror-to-arch.sh
(from rev 344326, rfc/trunk/mirror-to-arch.sh)
Deleted:
rfc/repos/community-any/PKGBUILD
rfc/repos/community-any/license
-------------------+
PKGBUILD | 120 +++++++++++++++++-------------------------------
license | 128 ++++++++++++++++++++++++++--------------------------
mirror-to-arch.sh | 7 ++
3 files changed, 115 insertions(+), 140 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-21 17:28:43 UTC (rev 344326)
+++ PKGBUILD 2018-06-21 17:28:57 UTC (rev 344327)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Peter Simons <simons at cryp.to>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=rfc
-pkgver=20171118
-pkgrel=1
-pkgdesc="RFCs from rfc-editor.org"
-arch=('any')
-url="https://www.rfc-editor.org/"
-license=("custom:as-is")
-options=('docs')
-source=(rfc-index-$pkgver.txt::https://www.rfc-editor.org/rfc/rfc-index.txt
- license
- https://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
- https://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
- https://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
- https://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
- https://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
- https://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
- https://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
- https://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
- https://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
- https://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
- https://www.rfc-editor.org/rfc/tar/RFCs5001-5500.tar.gz
- https://www.rfc-editor.org/rfc/tar/RFCs5501-6000.tar.gz
- https://www.rfc-editor.org/rfc/tar/RFCs6001-6500.tar.gz
- https://www.rfc-editor.org/rfc/tar/RFCs6501-7000.tar.gz
- https://www.rfc-editor.org/rfc/tar/RFCs7001-7500.tar.gz
- https://www.rfc-editor.org/rfc/tar/RFCs7501-8000.tar.gz
- https://www.rfc-editor.org/rfc/tar/RFCs8001-latest.tar.gz)
-sha256sums=('bf21ca33502c921c5353d8da040171b8d022f10bf846187c8a853980230a48c9'
- 'ac9cd91c2e15b0840b6ecd4f7d30d6d12c49e18b4f9eb383a0ce05a64901624e'
- '10cb4c4df9180cb65fbedf0a5abe21bed233318bf1dd891e04c7ce2dc498a229'
- '5aa25f12e5d6295da5f3afe478bde7aae3edb5f0406b4866932ca518e6f877f0'
- '25b6a9400aef45c4a4095e41614c4325f3ccb0f13ae15698ad6479d9d0d59e0d'
- 'fe6970efba7cbdd0358f9904804b45525e76e5af4f93b8a65b713f90db8cb947'
- 'cbc57da5047ba55c98149de707508fc8de3054a526c8aa99bb6533813b633db4'
- '61e7dcbfb4fd907115cd38bba95299df31542f7d920c640075a8625b107c7393'
- '4f723d485bfd9fb2ed1aba7aa74fa09409846b1556e9c420845ff7226cb39792'
- 'c0a9d53c07c602d78984af94a18866770d251d02421038da9a39cf3946777777'
- '77dc6fe66beaecc73fb2f697b66138bab9b081637965cae046cbc68b135394af'
- '1a7993e786b1a49c87943206dcc2cf5d4010e222653c5dc76c0f58a7ac72d22d'
- 'd4871177bbe86a734d518cd57eb30d8144f289731215fe4965f9fe09edf17992'
- '7579035abb19d67af618528d51765e496ae2064a091ec7417fe0df6d8c39d9d9'
- '22a75fab9aa7b693808d293dd8f40aafe34239ed457e47e1c7bf4fbe83f8de0c'
- '9090c460cfbcf4fd6c805ba72be48074afa9f6be737d6e0b1eebd2d3ebbd5f70'
- 'a74369aa7b9da5f20cd47d66edc71434bd5ac1e73886bb0c63e2a8c9ab5b832f'
- '491a9fdfb511e53940336e14e4f5adfdd566d326714e9027f92d2473a903a668'
- 'be841aba71bdf1cd030b07c19f872ef7cd5278fe059f7f6613bddb960c66bf81')
-
-package() {
- cd "$srcdir"
-
- mkdir -p "$pkgdir/usr/share/doc/rfc"
- cp rfc-index-$pkgver.txt "$pkgdir/usr/share/doc/rfc/rfc-index.txt"
- rm -f rfc-index-$pkgver.txt
-
- tar xf rfc1305.tar
- rm -f rfc1305.tar
- for n in ntpv3*; do
- mv "$n" "rfc1305-$n"
- done
-
- for fmt in txt ps pdf; do
- mkdir -p "$pkgdir/usr/share/doc/rfc/${fmt}"
- mv *.${fmt} "$pkgdir/usr/share/doc/rfc/${fmt}/"
- done
-
- cd "$pkgdir/usr/share/doc/rfc"
- find . -type f -exec chmod 444 {} \;
- find . -type d -exec chmod 555 {} \;
- chown -R root:root .
- install -D -m0644 "$srcdir"/license "$pkgdir"/usr/share/licenses/$pkgname/license
-}
Copied: rfc/repos/community-any/PKGBUILD (from rev 344326, rfc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-21 17:28:57 UTC (rev 344327)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Peter Simons <simons at cryp.to>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=rfc
+pkgver=20180621
+pkgrel=1
+pkgdesc="RFCs from rfc-editor.org"
+arch=('any')
+url="https://www.rfc-editor.org/"
+license=("custom:as-is")
+options=('docs')
+source=(https://sources.archlinux.org/other/community/rfc/rfc-index-$pkgver.txt
+ https://sources.archlinux.org/other/community/rfc/RFC-all-$pkgver.tar.gz
+ license)
+sha256sums=('815d35ac6e7fc5495117735c6521a430253735641af150645cf097ad1789b40b'
+ 'e67b90127a911d3edef398df8d019892bc8693f835afbcef262cbd61ebbdc538'
+ 'ac9cd91c2e15b0840b6ecd4f7d30d6d12c49e18b4f9eb383a0ce05a64901624e')
+
+package() {
+ cd "$srcdir"
+
+ mkdir -p "$pkgdir/usr/share/doc/rfc"
+ cp rfc-index-$pkgver.txt "$pkgdir/usr/share/doc/rfc/rfc-index.txt"
+ rm -f rfc-index-$pkgver.txt
+
+ tar xf rfc1305.tar
+ rm -f rfc1305.tar
+ for n in ntpv3*; do
+ mv "$n" "rfc1305-$n"
+ done
+
+ for fmt in txt ps pdf; do
+ mkdir -p "$pkgdir/usr/share/doc/rfc/${fmt}"
+ mv *.${fmt} "$pkgdir/usr/share/doc/rfc/${fmt}/"
+ done
+
+ cd "$pkgdir/usr/share/doc/rfc"
+ find . -type f -exec chmod 444 {} \;
+ find . -type d -exec chmod 555 {} \;
+ chown -R root:root .
+ install -D -m0644 "$srcdir"/license "$pkgdir"/usr/share/licenses/$pkgname/license
+}
Deleted: license
===================================================================
--- license 2018-06-21 17:28:43 UTC (rev 344326)
+++ license 2018-06-21 17:28:57 UTC (rev 344327)
@@ -1,64 +0,0 @@
-The Request For Comments (RFC) documents are intended to have wide
-distribution.
-
-1. Copying and distributing the whole RFC without any changes:
-
-1a. The copying and free redistribution are generally encouraged.
-
-1b. The inclusion of RFCs in other documents and collections that are
-distributed for a fee is also encouraged, though in this case it is a
-courtesy (i) to ask the RFC author and (ii) provide the RFC author
-with a copy of the final document or collection. Anyone can takes
-some RFCs, put them in a book, copyright the book, and sell it. This
-in no way inhibits anyone else from doing the same thing, or inhibits
-any other distribution of the RFCs.
-
-2. Copying and distributing the whole RFC with changes in format,
-font, etcetera:
-
-2a. The same as case 1 with the addition that a note should be made
-of the reformatting.
-
-3. Copying and distributing portions of an RFC:
-
-3a. As with any material excerpted from another source, proper credit
-and citations must be provided.
-
-4. Translating RFCs into other languages:
-
-4a. Since wide distribution of RFCs is very desirable, translation
-into other languages is also desirable. The same requirements and
-courtesies should be followed in distributing RFCs in translation as
-would be followed when distributing RFCs in the original language.
-
-
-Newer RFCs are under the following copyright:
-
-
-"Full Copyright Statement
-
- Copyright (C) The Internet Society (1998). All Rights Reserved.
-
- 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 the Internet Society or other
- Internet organizations, except as needed for the purpose of
- developing Internet standards in which case the procedures for
- copyrights defined in the Internet Standards process 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 the Internet Society or its successors or assigns.
-
- This document and the information contained herein is provided on an
- "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
- TASK FORCE 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."
Copied: rfc/repos/community-any/license (from rev 344326, rfc/trunk/license)
===================================================================
--- license (rev 0)
+++ license 2018-06-21 17:28:57 UTC (rev 344327)
@@ -0,0 +1,64 @@
+The Request For Comments (RFC) documents are intended to have wide
+distribution.
+
+1. Copying and distributing the whole RFC without any changes:
+
+1a. The copying and free redistribution are generally encouraged.
+
+1b. The inclusion of RFCs in other documents and collections that are
+distributed for a fee is also encouraged, though in this case it is a
+courtesy (i) to ask the RFC author and (ii) provide the RFC author
+with a copy of the final document or collection. Anyone can takes
+some RFCs, put them in a book, copyright the book, and sell it. This
+in no way inhibits anyone else from doing the same thing, or inhibits
+any other distribution of the RFCs.
+
+2. Copying and distributing the whole RFC with changes in format,
+font, etcetera:
+
+2a. The same as case 1 with the addition that a note should be made
+of the reformatting.
+
+3. Copying and distributing portions of an RFC:
+
+3a. As with any material excerpted from another source, proper credit
+and citations must be provided.
+
+4. Translating RFCs into other languages:
+
+4a. Since wide distribution of RFCs is very desirable, translation
+into other languages is also desirable. The same requirements and
+courtesies should be followed in distributing RFCs in translation as
+would be followed when distributing RFCs in the original language.
+
+
+Newer RFCs are under the following copyright:
+
+
+"Full Copyright Statement
+
+ Copyright (C) The Internet Society (1998). All Rights Reserved.
+
+ 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 the Internet Society or other
+ Internet organizations, except as needed for the purpose of
+ developing Internet standards in which case the procedures for
+ copyrights defined in the Internet Standards process 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 the Internet Society or its successors or assigns.
+
+ This document and the information contained herein is provided on an
+ "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
+ TASK FORCE 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."
Copied: rfc/repos/community-any/mirror-to-arch.sh (from rev 344326, rfc/trunk/mirror-to-arch.sh)
===================================================================
--- mirror-to-arch.sh (rev 0)
+++ mirror-to-arch.sh 2018-06-21 17:28:57 UTC (rev 344327)
@@ -0,0 +1,7 @@
+#!/bin/bash -x
+
+source PKGBUILD
+wget https://www.rfc-editor.org/rfc/tar/RFC-all.tar.gz
+wget https://www.rfc-editor.org/rfc/rfc-index.txt
+scp RFC-all.tar.gz repos.archlinux.org:/srv/sources/other/community/rfc/RFC-all-$pkgver.tar.gz
+scp rfc-index.txt repos.archlinux.org:/srv/sources/other/community/rfc/rfc-index-$pkgver.txt
More information about the arch-commits
mailing list