[arch-commits] Commit in iana-etc/repos (5 files)

Gaetan Bisson bisson at archlinux.org
Fri Mar 18 23:12:56 UTC 2016


    Date: Saturday, March 19, 2016 @ 00:12:56
  Author: bisson
Revision: 262064

db-move: moved iana-etc from [testing] to [core] (any)

Added:
  iana-etc/repos/core-any/LICENSE
    (from rev 262063, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
    (from rev 262063, 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         |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 core-any/LICENSE  |    1 
 core-any/PKGBUILD |   56 ----------------------------------------------------
 4 files changed, 57 insertions(+), 57 deletions(-)

Deleted: core-any/LICENSE
===================================================================
--- core-any/LICENSE	2016-03-18 23:10:08 UTC (rev 262063)
+++ core-any/LICENSE	2016-03-18 23:12:56 UTC (rev 262064)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 262063, iana-etc/repos/testing-any/LICENSE)
===================================================================
--- core-any/LICENSE	                        (rev 0)
+++ core-any/LICENSE	2016-03-18 23:12:56 UTC (rev 262064)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===================================================================
--- core-any/PKGBUILD	2016-03-18 23:10:08 UTC (rev 262063)
+++ core-any/PKGBUILD	2016-03-18 23:12:56 UTC (rev 262064)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler <thomas at archlinux.org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=iana-etc
-pkgver=20151016
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='http://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=('http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
-        'http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
-        'LICENSE')
-sha1sums=('2d26b6b0033d34b4555a1e1c3d503b266cef1b2f'
-          'c4ebdff6e286aa7c55620076feecd8a9bbeeab65'
-          'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
-
-package() {
-	cd "${srcdir}"
-	install -d "${pkgdir}/etc"
-	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-	install -Dm644 protocol-numbers.xml "${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-	install -Dm644 service-names-port-numbers.xml "${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-
-	gawk '
-BEGIN {
-	print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n"
-	FS="[<>]"
-}
-
-{
-	if (/<record/) { v=n=0 }
-	if (/<value/) v=$3
-	if (/<name/ && !($3~/ /)) n=$3
-	if (/<\/record/ && (v || n=="HOPOPT") && n) printf "%-12s %3i %s\n", tolower(n),v,n
-}
-' protocol-numbers.xml > "${pkgdir}/etc/protocols"
-
-	gawk '
-BEGIN {
-	print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
-	FS="[<>]"
-}
-
-{
-	if (/<record/) { n=u=p=c=0 }
-	if (/<name/ && !/\(/) n=$3
-	if (/<number/) u=$3
-	if (/<protocol/) p=$3
-	if (/Unassigned/ || /Reserved/ || /historic/) c=1
-	if (/<\/record/ && n && u && p && !c) printf "%-15s %5i/%s\n", n,u,p
-}' service-names-port-numbers.xml > "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 262063, iana-etc/repos/testing-any/PKGBUILD)
===================================================================
--- core-any/PKGBUILD	                        (rev 0)
+++ core-any/PKGBUILD	2016-03-18 23:12:56 UTC (rev 262064)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Thomas Bächler <thomas at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=iana-etc
+pkgver=20160314
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='http://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=('http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
+        'http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
+        'LICENSE')
+sha1sums=('231a7a58e650a1bff6a795ee3fa6b400a2144a07'
+          '922c3ffcc8b21f15ccd83f2466f42ebcd1156772'
+          'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
+
+package() {
+	cd "${srcdir}"
+	install -d "${pkgdir}/etc"
+	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+	install -Dm644 protocol-numbers.xml "${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+	install -Dm644 service-names-port-numbers.xml "${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+
+	gawk '
+BEGIN {
+	print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n"
+	FS="[<>]"
+}
+
+{
+	if (/<record/) { v=n=0 }
+	if (/<value/) v=$3
+	if (/<name/ && !($3~/ /)) n=$3
+	if (/<\/record/ && (v || n=="HOPOPT") && n) printf "%-12s %3i %s\n", tolower(n),v,n
+}
+' protocol-numbers.xml > "${pkgdir}/etc/protocols"
+
+	gawk '
+BEGIN {
+	print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
+	FS="[<>]"
+}
+
+{
+	if (/<record/) { n=u=p=c=0 }
+	if (/<name/ && !/\(/) n=$3
+	if (/<number/) u=$3
+	if (/<protocol/) p=$3
+	if (/Unassigned/ || /Reserved/ || /historic/) c=1
+	if (/<\/record/ && n && u && p && !c) printf "%-15s %5i/%s\n", n,u,p
+}' service-names-port-numbers.xml > "${pkgdir}/etc/services"
+
+}



More information about the arch-commits mailing list