[arch-commits] Commit in iana-etc/repos (5 files)
Gaëtan Bisson
bisson at archlinux.org
Tue Mar 31 06:49:45 UTC 2020
Date: Tuesday, March 31, 2020 @ 06:49:44
Author: bisson
Revision: 378798
db-move: moved iana-etc from [testing] to [core] (any)
Added:
iana-etc/repos/core-any/LICENSE
(from rev 378797, iana-etc/repos/testing-any/LICENSE)
iana-etc/repos/core-any/PKGBUILD
(from rev 378797, iana-etc/repos/testing-any/PKGBUILD)
Deleted:
iana-etc/repos/core-any/LICENSE
iana-etc/repos/core-any/PKGBUILD
iana-etc/repos/testing-any/
-------------------+
/LICENSE | 1 +
/PKGBUILD | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
core-any/LICENSE | 1 -
core-any/PKGBUILD | 51 ---------------------------------------------------
4 files changed, 52 insertions(+), 52 deletions(-)
Deleted: core-any/LICENSE
===================================================================
--- core-any/LICENSE 2020-03-31 06:19:55 UTC (rev 378797)
+++ core-any/LICENSE 2020-03-31 06:49:44 UTC (rev 378798)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.
Copied: iana-etc/repos/core-any/LICENSE (from rev 378797, iana-etc/repos/testing-any/LICENSE)
===================================================================
--- core-any/LICENSE (rev 0)
+++ core-any/LICENSE 2020-03-31 06:49:44 UTC (rev 378798)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.
Deleted: core-any/PKGBUILD
===================================================================
--- core-any/PKGBUILD 2020-03-31 06:19:55 UTC (rev 378797)
+++ core-any/PKGBUILD 2020-03-31 06:49:44 UTC (rev 378798)
@@ -1,51 +0,0 @@
-# Contributor: Thomas Bächler <thomas at archlinux.org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=iana-etc
-pkgver=20200311
-_ports=service-names-port-numbers-${pkgver}
-_protocols=protocol-numbers-20200131
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml"
- "https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml"
- 'LICENSE')
-sha256sums=('1ccb9f300942e2a0f6b18171546c14db8ebeb7ccb87af3cf52f15a21e1c2cbee'
- '4703c1157774e7b2673bfbf0a7c0ba8bb409df92c92ac906ac66a54cad51497f'
- 'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Original but unversioned IANA files:
-# https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
-# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
-
-package() {
- cd "${srcdir}"
-
- install -d "${pkgdir}/etc"
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
- install -Dm644 ${_ports}.xml "${pkgdir}/usr/share/iana-etc/port-numbers.iana"
- install -Dm644 ${_protocols}.xml "${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-
- gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/<record/) { v=n="" }
-(/<value/) { v=$3 }
-(/<name/ && $3!~/ /) { n=$3 }
-(/<\/record/ && n && v!="") { printf "%-12s %3i %s\n", tolower(n),v,n }
-' ${_protocols}.xml > "${pkgdir}/etc/protocols"
-
- gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/<record/) { n=u=p=c="" }
-(/<name/ && !/\(/) { n=$3 }
-(/<number/) { u=$3 }
-(/<protocol/) { p=$3 }
-(/Unassigned/ || /Reserved/ || /historic/) { c=1 }
-(/<\/record/ && n && u && p && !c) { printf "%-15s %5i/%s\n", n,u,p }
-' ${_ports}.xml > "${pkgdir}/etc/services"
-
-}
Copied: iana-etc/repos/core-any/PKGBUILD (from rev 378797, iana-etc/repos/testing-any/PKGBUILD)
===================================================================
--- core-any/PKGBUILD (rev 0)
+++ core-any/PKGBUILD 2020-03-31 06:49:44 UTC (rev 378798)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler <thomas at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=iana-etc
+pkgver=20200327
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20200131
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml"
+ "https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml"
+ 'LICENSE')
+sha256sums=('455ece1a770c7d589c117b637c8a7807c449f6226d8476d323c3fde6f12b3cd3'
+ '4703c1157774e7b2673bfbf0a7c0ba8bb409df92c92ac906ac66a54cad51497f'
+ 'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+ cd "${srcdir}"
+
+ install -d "${pkgdir}/etc"
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+ install -Dm644 ${_ports}.xml "${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+ install -Dm644 ${_protocols}.xml "${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+ gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/<record/) { v=n="" }
+(/<value/) { v=$3 }
+(/<name/ && $3!~/ /) { n=$3 }
+(/<\/record/ && n && v!="") { printf "%-12s %3i %s\n", tolower(n),v,n }
+' ${_protocols}.xml > "${pkgdir}/etc/protocols"
+
+ gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/<record/) { n=u=p=c="" }
+(/<name/ && !/\(/) { n=$3 }
+(/<number/) { u=$3 }
+(/<protocol/) { p=$3 }
+(/Unassigned/ || /Reserved/ || /historic/) { c=1 }
+(/<\/record/ && n && u && p && !c) { printf "%-15s %5i/%s\n", n,u,p }
+' ${_ports}.xml > "${pkgdir}/etc/services"
+
+}
More information about the arch-commits
mailing list