[arch-commits] Commit in rfc/repos/community-any (PKGBUILD PKGBUILD license license)

Sergej Pupykin spupykin at archlinux.org
Mon Mar 13 15:10:12 UTC 2017


    Date: Monday, March 13, 2017 @ 15:10:09
  Author: spupykin
Revision: 216093

archrelease: copy trunk to community-any

Added:
  rfc/repos/community-any/PKGBUILD
    (from rev 216092, rfc/trunk/PKGBUILD)
  rfc/repos/community-any/license
    (from rev 216092, rfc/trunk/license)
Deleted:
  rfc/repos/community-any/PKGBUILD
  rfc/repos/community-any/license

----------+
 PKGBUILD |  150 ++++++++++++++++++++++++++++++-------------------------------
 license  |  128 ++++++++++++++++++++++++++--------------------------
 2 files changed, 140 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-13 15:09:51 UTC (rev 216092)
+++ PKGBUILD	2017-03-13 15:10:09 UTC (rev 216093)
@@ -1,74 +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=20160616
-pkgrel=1
-pkgdesc="RFCs from rfc-editor.org"
-arch=('any')
-url="http://www.rfc-editor.org/"
-license=("custom:as-is")
-options=('docs')
-source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
-        license
-        http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
-        http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
-        http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
-        http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
-        http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
-        http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
-        http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
-        http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
-        http://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
-        http://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
-        http://www.rfc-editor.org/rfc/tar/RFCs5001-5500.tar.gz
-        http://www.rfc-editor.org/rfc/tar/RFCs5501-6000.tar.gz
-        http://www.rfc-editor.org/rfc/tar/RFCs6001-6500.tar.gz
-        http://www.rfc-editor.org/rfc/tar/RFCs6501-7000.tar.gz
-        http://www.rfc-editor.org/rfc/tar/RFCs7001-7500.tar.gz
-        http://www.rfc-editor.org/rfc/tar/RFCs7501-latest.tar.gz)
-md5sums=('62cef6285bfb93e332659822fbd1c80d'
-         '06a779406b45edddbd19fda96696ab4a'
-         'd40628d29784606b34a6d945867a11ca'
-         'a5d15abb0c0a78d865a2b0cd11303eed'
-         '1410514ce98023ff10e103c517ad0843'
-         '444290d891fb47cb6420508a34ae79db'
-         '754ddb53327c72697d916e6b121de811'
-         '6b14d0c655a4511f33fb426fa0991566'
-         'd2d608ddd3d435b42f2db78a0d584556'
-         '2999c61dc74a21569913e921b5f84296'
-         '457b84111de54fe416f6ff4f62043ff0'
-         '46cfcfb628d2d410946d4cb91d94a341'
-         'de50a40ef02eb993fa062ce7df4b90a1'
-         '01e5ef1defb86ddca74c2bb01219e4ce'
-         '42cbba4786377ccec755951785712396'
-         'f16f1ca5cef2cb1756c23d541914efb1'
-         '831d8503ed7652e668666bac29d7e929'
-         'e240c32221721145d2cbf3f7d33248db')
-
-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 216092, rfc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-03-13 15:10:09 UTC (rev 216093)
@@ -0,0 +1,76 @@
+# $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=20170313
+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=('efff242bc2f1f4382965fa264871a70d3a0f5d1ad88f40217cae69942aef703c'
+            'ac9cd91c2e15b0840b6ecd4f7d30d6d12c49e18b4f9eb383a0ce05a64901624e'
+            'f6f58982a2a26624bdbe7e70282b27df2da01aadb00791e1b3593a48c1a68815'
+            '823eb07a9dc14806a0ed5de98647c4061452144992cbb77f6d93f59d2e55dc60'
+            '601f34ab550004ed34937bb70f4f30081790ae8056c26f721394477aa2e77690'
+            'ed6ad65f7f60f159e7d7867323f49e7bd63981968d907e1899c715eeda960fe5'
+            '307d8492939a22cee5c988cdbf476575f90b4543994d04f4750ea78edbd2b9ee'
+            '47e7d40df6aca27bf89952929bee142febebcf4158ef62b491e6abb9f57b0d11'
+            'f58ce955cb0ab113fb2e27debc155dea4ec3c41b3c83dab6f8cd4412f1cf7f05'
+            '21cff097338a8a848529b8d1f7961db49ff8f48c72c1482134c44b22e26b8e7c'
+            '6e604f4ed7057052ebab0bfbd08958074f827413ccc1862dc8dbeeddec3d47ff'
+            'ea3cb8fa0b28eb0540bac589aaacbb4a9c5652861d0cdcb80ebbb53ca3270b33'
+            '6b14875f50e94ce6bad31a723e464a2098bc17b01d3d81378f30834e0d132d62'
+            '73e0ea55f701abc27f462f075277ccbe6f32672c71c700d97513687c31e14300'
+            'ff84bb794a579f234ac5d979d3e23f914a93c162081dcd4069205e20928b13cb'
+            'acf1d12cafed071df67ff2857d802a0af3372a262fae72f249475ec3bd8c60dd'
+            '2a2541507c9150f5a96744db6388f79f70b48452c227793d13850df41baa52d7'
+            'b0bf827182c50211e027b84080ac421cb0d7d9217c918f84b60b17ab2e078013'
+            '9fcc3c9fec46a8286ee72f0f521d092aa171cc61b840f025691ea4d8ae7c9634')
+
+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	2017-03-13 15:09:51 UTC (rev 216092)
+++ license	2017-03-13 15:10:09 UTC (rev 216093)
@@ -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 216092, rfc/trunk/license)
===================================================================
--- license	                        (rev 0)
+++ license	2017-03-13 15:10:09 UTC (rev 216093)
@@ -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."



More information about the arch-commits mailing list