[arch-commits] Commit in dictd/repos/community-x86_64 (16 files)
Sergej Pupykin
spupykin at gemini.archlinux.org
Sun Dec 5 20:40:12 UTC 2021
Date: Sunday, December 5, 2021 @ 20:40:12
Author: spupykin
Revision: 1065195
archrelease: copy trunk to community-x86_64
Added:
dictd/repos/community-x86_64/PKGBUILD
(from rev 1065194, dictd/trunk/PKGBUILD)
dictd/repos/community-x86_64/colorit.conf
(from rev 1065194, dictd/trunk/colorit.conf)
dictd/repos/community-x86_64/dict.conf
(from rev 1065194, dictd/trunk/dict.conf)
dictd/repos/community-x86_64/dictd.conf
(from rev 1065194, dictd/trunk/dictd.conf)
dictd/repos/community-x86_64/dictd.confd
(from rev 1065194, dictd/trunk/dictd.confd)
dictd/repos/community-x86_64/dictd.service
(from rev 1065194, dictd/trunk/dictd.service)
dictd/repos/community-x86_64/dictd.xinetd
(from rev 1065194, dictd/trunk/dictd.xinetd)
dictd/repos/community-x86_64/site.info
(from rev 1065194, dictd/trunk/site.info)
Deleted:
dictd/repos/community-x86_64/PKGBUILD
dictd/repos/community-x86_64/colorit.conf
dictd/repos/community-x86_64/dict.conf
dictd/repos/community-x86_64/dictd.conf
dictd/repos/community-x86_64/dictd.confd
dictd/repos/community-x86_64/dictd.service
dictd/repos/community-x86_64/dictd.xinetd
dictd/repos/community-x86_64/site.info
---------------+
PKGBUILD | 116 ++++++++++++++++++++++++++++----------------------------
colorit.conf | 64 +++++++++++++++---------------
dict.conf | 12 ++---
dictd.conf | 50 ++++++++++++------------
dictd.confd | 14 +++---
dictd.service | 22 +++++-----
dictd.xinetd | 24 +++++------
site.info | 12 ++---
8 files changed, 157 insertions(+), 157 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-05 20:39:53 UTC (rev 1065194)
+++ PKGBUILD 2021-12-05 20:40:12 UTC (rev 1065195)
@@ -1,58 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: SmackleFunky <smacklefunky at optusnet.com.au>
-# Contributor: Enrico Morelli <morelli at cerm.unifi.it>
-
-pkgname=dictd
-pkgver=1.13.0
-pkgrel=2
-pkgdesc="Online dictionary client and server"
-url="https://sourceforge.net/projects/dict/"
-license=('GPL')
-arch=('x86_64')
-depends=('sh' 'zlib' 'libmaa')
-makedepends=('flex')
-optdepends=('xclip: for dict_lookup')
-backup=(etc/dict/dictd.conf
- etc/dict/dict.conf
- etc/dict/site.info
- etc/conf.d/dictd
- etc/xinetd.d/dictd
- etc/dict/colorit.conf)
-options=('!emptydirs')
-source=("https://downloads.sourceforge.net/dict/$pkgname-$pkgver.tar.gz"
- dict.conf
- dictd.conf
- dictd.confd
- dictd.service
- site.info
- dictd.xinetd
- colorit.conf)
-sha512sums=('86871aaf34a182d1d7aac1a1282d4a75f2d7c112c762e92f303924c324f665dae75c51e7ca91e3cc1dde2053ad8e2d1fd50a76934a5f84ff70975aa858e26439'
- '22fbfd3bf8c4f88801aab848e160f46bf17757086ffe8fe7a4cdb78f983e88f6c923cac8714f78d31ab311957aa860731f663324b742febd0a5039085672aeb5'
- '652466a5f73552c3d2f5060708c6626f82989f9df066b22e93f601dfcad14fb3123aebca0398595ecda0ed141b861fc356872108a5543855c1ddaf755f7762a4'
- '640616737c3a3b1d4dd84a3df82b7513c76512cdd773d00037a402070de788b72c5942102b5b0799c65713ac910be095ac86b2467d04294355f6dba0e05cb0d8'
- '2ec7ae5953afbadefe4de88d56a7d2410f3b8b99b153113eba89ef65d04f1660d0847506babc4487e4590087f1dfbbaee548457088f2888056462f2f3173d2a1'
- '74bb341f049acd7d502d9117ae1321bedc499958ba377c02a2591880cc45d451409fd99a76ec3ddcf1846f6d124ef5ae1da40c5c001b67e94c68a895c2dcfd79'
- 'dd82dc6eb300e86b9cf288a9408a00773442c2e1ae167bb1882bbb6bcc6e69591fd789abeb9ad69557697f26ea2d8c70e4d89eecc24bd615f1399584026fd301'
- '5df19904f25f482b4b4c90c26279ba8e8747ecf6a0f0045e456613891bc8447f1ee150d51ab3f36a5f8f8f967a07169dbfda2a6743abb842f6ed1d3fd7f88411')
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
- ./configure --enable-dictorg --prefix=/usr --sysconfdir=/etc/dict --sbindir=/usr/bin
- make
-}
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
- make DESTDIR="$pkgdir" install
- install -Dm 0644 "$srcdir"/dictd.xinetd "$pkgdir"/etc/xinetd.d/dictd
- install -Dm 0644 "$srcdir"/dictd.conf "$pkgdir"/etc/dict/dictd.conf
- install -Dm 0644 "$srcdir"/dict.conf "$pkgdir"/etc/dict/dict.conf
- install -Dm 0644 "$srcdir"/site.info "$pkgdir"/etc/dict/site.info
- install -Dm 0644 "$srcdir"/dictd.confd "$pkgdir"/etc/conf.d/dictd
- install -Dm 0644 "$srcdir"/colorit.conf "$pkgdir"/etc/dict/colorit.conf
- install -Dm0644 "$srcdir"/$pkgname.service "$pkgdir"/usr/lib/systemd/system/$pkgname.service
- # examples
- install -dm0755 "$pkgdir"/usr/share/doc/$pkgname
- cp -a examples "$pkgdir"/usr/share/doc/$pkgname/examples
-}
Copied: dictd/repos/community-x86_64/PKGBUILD (from rev 1065194, dictd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-05 20:40:12 UTC (rev 1065195)
@@ -0,0 +1,58 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: SmackleFunky <smacklefunky at optusnet.com.au>
+# Contributor: Enrico Morelli <morelli at cerm.unifi.it>
+
+pkgname=dictd
+pkgver=1.13.1
+pkgrel=1
+pkgdesc="Online dictionary client and server"
+url="https://sourceforge.net/projects/dict/"
+license=('GPL')
+arch=('x86_64')
+depends=('sh' 'zlib' 'libmaa')
+makedepends=('flex')
+optdepends=('xclip: for dict_lookup')
+backup=(etc/dict/dictd.conf
+ etc/dict/dict.conf
+ etc/dict/site.info
+ etc/conf.d/dictd
+ etc/xinetd.d/dictd
+ etc/dict/colorit.conf)
+options=('!emptydirs')
+source=("https://downloads.sourceforge.net/dict/$pkgname-$pkgver.tar.gz"
+ dict.conf
+ dictd.conf
+ dictd.confd
+ dictd.service
+ site.info
+ dictd.xinetd
+ colorit.conf)
+sha512sums=('31a2e67feaa672e773b86d16ecb9f41fdcd2d5f907759cc110261af30147b3972a2c7d742b4d61b67eb3b8c84c08e179106b9a30e998a425c9b437ec933b03ea'
+ '22fbfd3bf8c4f88801aab848e160f46bf17757086ffe8fe7a4cdb78f983e88f6c923cac8714f78d31ab311957aa860731f663324b742febd0a5039085672aeb5'
+ '652466a5f73552c3d2f5060708c6626f82989f9df066b22e93f601dfcad14fb3123aebca0398595ecda0ed141b861fc356872108a5543855c1ddaf755f7762a4'
+ '640616737c3a3b1d4dd84a3df82b7513c76512cdd773d00037a402070de788b72c5942102b5b0799c65713ac910be095ac86b2467d04294355f6dba0e05cb0d8'
+ '2ec7ae5953afbadefe4de88d56a7d2410f3b8b99b153113eba89ef65d04f1660d0847506babc4487e4590087f1dfbbaee548457088f2888056462f2f3173d2a1'
+ '74bb341f049acd7d502d9117ae1321bedc499958ba377c02a2591880cc45d451409fd99a76ec3ddcf1846f6d124ef5ae1da40c5c001b67e94c68a895c2dcfd79'
+ 'dd82dc6eb300e86b9cf288a9408a00773442c2e1ae167bb1882bbb6bcc6e69591fd789abeb9ad69557697f26ea2d8c70e4d89eecc24bd615f1399584026fd301'
+ '5df19904f25f482b4b4c90c26279ba8e8747ecf6a0f0045e456613891bc8447f1ee150d51ab3f36a5f8f8f967a07169dbfda2a6743abb842f6ed1d3fd7f88411')
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+ ./configure --enable-dictorg --prefix=/usr --sysconfdir=/etc/dict --sbindir=/usr/bin
+ make
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+ install -Dm 0644 "$srcdir"/dictd.xinetd "$pkgdir"/etc/xinetd.d/dictd
+ install -Dm 0644 "$srcdir"/dictd.conf "$pkgdir"/etc/dict/dictd.conf
+ install -Dm 0644 "$srcdir"/dict.conf "$pkgdir"/etc/dict/dict.conf
+ install -Dm 0644 "$srcdir"/site.info "$pkgdir"/etc/dict/site.info
+ install -Dm 0644 "$srcdir"/dictd.confd "$pkgdir"/etc/conf.d/dictd
+ install -Dm 0644 "$srcdir"/colorit.conf "$pkgdir"/etc/dict/colorit.conf
+ install -Dm0644 "$srcdir"/$pkgname.service "$pkgdir"/usr/lib/systemd/system/$pkgname.service
+ # examples
+ install -dm0755 "$pkgdir"/usr/share/doc/$pkgname
+ cp -a examples "$pkgdir"/usr/share/doc/$pkgname/examples
+}
Deleted: colorit.conf
===================================================================
--- colorit.conf 2021-12-05 20:39:53 UTC (rev 1065194)
+++ colorit.conf 2021-12-05 20:40:12 UTC (rev 1065195)
@@ -1,32 +0,0 @@
-dnl /etc/dictd/colorit.conf vim:ft=m4
-dnl
-dnl Sample configuration file for colorit(1) program
-dnl
-divert(-1)
-dnl
-dnl Define some useful color variables
-dnl
-define(`black', `0')
-define(`red', `1')
-define(`green', `2')
-define(`brown', `3')
-define(`blue', `4')
-define(`magenta', `5')
-define(`cyan', `6')
-define(`white', `7')
-dnl
-dnl Mark macro arguments: regexp foreground-color [background-color]
-dnl
-define(`mark', ``mark "$1"'' `ifelse(`$#', `3', ``"\033[3$2;4$3m"'', ``"\033[3$2m"'')' `"\033[m"')
-dnl
-divert
-mark(`^From.*$',red,cyan)
-mark(`^ [^ ]+',green)
-mark(`^ *Note:',red)
-mark(`{[^{]+}',green)
-mark(`^ *\[[^\[]+\]', cyan)
-mark(`^[ ]*(adj|n|v|adv)? *[0-9]+[\.:]',cyan)
-mark(`^ *\([a-z]+\)',cyan)
-mark(`(Syn|Ant|syn|ant):', blue, white)
-mark(` (t|i|a|adj|adv|n|v)\. ',cyan)
-mark(` (t|i|a|adj|adv|n|v)\.$',cyan)
Copied: dictd/repos/community-x86_64/colorit.conf (from rev 1065194, dictd/trunk/colorit.conf)
===================================================================
--- colorit.conf (rev 0)
+++ colorit.conf 2021-12-05 20:40:12 UTC (rev 1065195)
@@ -0,0 +1,32 @@
+dnl /etc/dictd/colorit.conf vim:ft=m4
+dnl
+dnl Sample configuration file for colorit(1) program
+dnl
+divert(-1)
+dnl
+dnl Define some useful color variables
+dnl
+define(`black', `0')
+define(`red', `1')
+define(`green', `2')
+define(`brown', `3')
+define(`blue', `4')
+define(`magenta', `5')
+define(`cyan', `6')
+define(`white', `7')
+dnl
+dnl Mark macro arguments: regexp foreground-color [background-color]
+dnl
+define(`mark', ``mark "$1"'' `ifelse(`$#', `3', ``"\033[3$2;4$3m"'', ``"\033[3$2m"'')' `"\033[m"')
+dnl
+divert
+mark(`^From.*$',red,cyan)
+mark(`^ [^ ]+',green)
+mark(`^ *Note:',red)
+mark(`{[^{]+}',green)
+mark(`^ *\[[^\[]+\]', cyan)
+mark(`^[ ]*(adj|n|v|adv)? *[0-9]+[\.:]',cyan)
+mark(`^ *\([a-z]+\)',cyan)
+mark(`(Syn|Ant|syn|ant):', blue, white)
+mark(` (t|i|a|adj|adv|n|v)\. ',cyan)
+mark(` (t|i|a|adj|adv|n|v)\.$',cyan)
Deleted: dict.conf
===================================================================
--- dict.conf 2021-12-05 20:39:53 UTC (rev 1065194)
+++ dict.conf 2021-12-05 20:40:12 UTC (rev 1065195)
@@ -1,6 +0,0 @@
-# This is the configuration file for dict.
-# Usually all you will ever need here is the server keywords.
-# Refer to the dict manpage for other options.
-# It will only check the second server if the first fails
-server localhost
-server dict.org
Copied: dictd/repos/community-x86_64/dict.conf (from rev 1065194, dictd/trunk/dict.conf)
===================================================================
--- dict.conf (rev 0)
+++ dict.conf 2021-12-05 20:40:12 UTC (rev 1065195)
@@ -0,0 +1,6 @@
+# This is the configuration file for dict.
+# Usually all you will ever need here is the server keywords.
+# Refer to the dict manpage for other options.
+# It will only check the second server if the first fails
+server localhost
+server dict.org
Deleted: dictd.conf
===================================================================
--- dictd.conf 2021-12-05 20:39:53 UTC (rev 1065194)
+++ dictd.conf 2021-12-05 20:40:12 UTC (rev 1065195)
@@ -1,25 +0,0 @@
-# dictd configuration file.
-# whipped up by michael conrad tilstra <michael at gentoo.org>
-
-# Informational message
-
-global {
- site site.info
-}
-
-# who's allowed. You might want to change this.
-access {
- allow *
-}
-
-# Dictionaries are listed below.
-# The initrc script scans /usr/lib/dict and adds all of the dictionaries
-# it finds here.
-#
-# The initrc script will delete everything after the the last line and
-# replace it with what it finds. So add all of your things above.
-#
-# If this is a problem for people, contact me and
-# we can work out a different method.
-#
-#LASTLINE
Copied: dictd/repos/community-x86_64/dictd.conf (from rev 1065194, dictd/trunk/dictd.conf)
===================================================================
--- dictd.conf (rev 0)
+++ dictd.conf 2021-12-05 20:40:12 UTC (rev 1065195)
@@ -0,0 +1,25 @@
+# dictd configuration file.
+# whipped up by michael conrad tilstra <michael at gentoo.org>
+
+# Informational message
+
+global {
+ site site.info
+}
+
+# who's allowed. You might want to change this.
+access {
+ allow *
+}
+
+# Dictionaries are listed below.
+# The initrc script scans /usr/lib/dict and adds all of the dictionaries
+# it finds here.
+#
+# The initrc script will delete everything after the the last line and
+# replace it with what it finds. So add all of your things above.
+#
+# If this is a problem for people, contact me and
+# we can work out a different method.
+#
+#LASTLINE
Deleted: dictd.confd
===================================================================
--- dictd.confd 2021-12-05 20:39:53 UTC (rev 1065194)
+++ dictd.confd 2021-12-05 20:40:12 UTC (rev 1065195)
@@ -1,7 +0,0 @@
-# Config file for /etc/rc.d/dictd
-
-DICTD_CONF=/etc/dict/dictd.conf
-DICTD_DICTDIR=/usr/share/dictd
-DICTD_TMPCONF=/etc/dict/dictd.conf.$$
-DICTD_EARGS="-s"
-DICTD_ARGS="--locale en_US.UTF-8"
Copied: dictd/repos/community-x86_64/dictd.confd (from rev 1065194, dictd/trunk/dictd.confd)
===================================================================
--- dictd.confd (rev 0)
+++ dictd.confd 2021-12-05 20:40:12 UTC (rev 1065195)
@@ -0,0 +1,7 @@
+# Config file for /etc/rc.d/dictd
+
+DICTD_CONF=/etc/dict/dictd.conf
+DICTD_DICTDIR=/usr/share/dictd
+DICTD_TMPCONF=/etc/dict/dictd.conf.$$
+DICTD_EARGS="-s"
+DICTD_ARGS="--locale en_US.UTF-8"
Deleted: dictd.service
===================================================================
--- dictd.service 2021-12-05 20:39:53 UTC (rev 1065194)
+++ dictd.service 2021-12-05 20:40:12 UTC (rev 1065195)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Dictd Dictionary Server Daemon
-After=network.target
-
-[Service]
-Type=forking
-EnvironmentFile=-/etc/conf.d/dictd
-ExecStart=/usr/bin/dictd $DICTD_ARGS -- $DICTD_EARGS
-
-[Install]
-WantedBy=multi-user.target
Copied: dictd/repos/community-x86_64/dictd.service (from rev 1065194, dictd/trunk/dictd.service)
===================================================================
--- dictd.service (rev 0)
+++ dictd.service 2021-12-05 20:40:12 UTC (rev 1065195)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Dictd Dictionary Server Daemon
+After=network.target
+
+[Service]
+Type=forking
+EnvironmentFile=-/etc/conf.d/dictd
+ExecStart=/usr/bin/dictd $DICTD_ARGS -- $DICTD_EARGS
+
+[Install]
+WantedBy=multi-user.target
Deleted: dictd.xinetd
===================================================================
--- dictd.xinetd 2021-12-05 20:39:53 UTC (rev 1065194)
+++ dictd.xinetd 2021-12-05 20:40:12 UTC (rev 1065195)
@@ -1,12 +0,0 @@
-service dict
-{
- disable = yes
- type = UNLISTED
- port = 2628
- socket_type = stream
- protocol = tcp
- wait = no
- user = daemon
- server = /usr/bin/dictd
- server_args = -c /etc/dict/dictd.conf -i --locale en_US.UTF-8
-}
Copied: dictd/repos/community-x86_64/dictd.xinetd (from rev 1065194, dictd/trunk/dictd.xinetd)
===================================================================
--- dictd.xinetd (rev 0)
+++ dictd.xinetd 2021-12-05 20:40:12 UTC (rev 1065195)
@@ -0,0 +1,12 @@
+service dict
+{
+ disable = yes
+ type = UNLISTED
+ port = 2628
+ socket_type = stream
+ protocol = tcp
+ wait = no
+ user = daemon
+ server = /usr/bin/dictd
+ server_args = -c /etc/dict/dictd.conf -i --locale en_US.UTF-8
+}
Deleted: site.info
===================================================================
--- site.info 2021-12-05 20:39:53 UTC (rev 1065194)
+++ site.info 2021-12-05 20:40:12 UTC (rev 1065195)
@@ -1,6 +0,0 @@
-Welcome to your dictionary server dictd!
-
-This is an example site information file. It should contain information
-about any restricted databases and how users can obtain access. If may
-also contain other random data as you see fit.
-
Copied: dictd/repos/community-x86_64/site.info (from rev 1065194, dictd/trunk/site.info)
===================================================================
--- site.info (rev 0)
+++ site.info 2021-12-05 20:40:12 UTC (rev 1065195)
@@ -0,0 +1,6 @@
+Welcome to your dictionary server dictd!
+
+This is an example site information file. It should contain information
+about any restricted databases and how users can obtain access. If may
+also contain other random data as you see fit.
+
More information about the arch-commits
mailing list