pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add wip/dict-client-current



Module Name:	pkgsrc-wip
Committed By:	Aleksey Cheusov <vle%gmx.net@localhost>
Pushed By:	cheusov
Date:		Fri Dec 1 19:41:10 2023 +0400
Changeset:	db0912cd306a90b6012cc08ded565ee7f2d1bc43

Modified Files:
	Makefile
Added Files:
	dict-client-current/DESCR
	dict-client-current/Makefile
	dict-client-current/PLIST

Log Message:
Add wip/dict-client-current

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=db0912cd306a90b6012cc08ded565ee7f2d1bc43

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                     |  1 +
 dict-client-current/DESCR    |  6 ++++++
 dict-client-current/Makefile | 31 +++++++++++++++++++++++++++++++
 dict-client-current/PLIST    |  5 +++++
 4 files changed, 43 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index cb43ba1b25..a0b080914c 100644
--- a/Makefile
+++ b/Makefile
@@ -640,6 +640,7 @@ SUBDIR+=	devpub-mount
 SUBDIR+=	dfam
 SUBDIR+=	dhcpd-snmp
 SUBDIR+=	diablo
+SUBDIR+=	dict-client-current
 SUBDIR+=	dict-est-rus
 SUBDIR+=	dict-freedict-eng-ara
 SUBDIR+=	dict-freedict-eng-fra
diff --git a/dict-client-current/DESCR b/dict-client-current/DESCR
new file mode 100644
index 0000000000..8b542727ae
--- /dev/null
+++ b/dict-client-current/DESCR
@@ -0,0 +1,6 @@
+The Dictionary Server Protocol (DICT) is a TCP transaction based
+query/response protocol that allows a client to access dictionary
+definitions from a set of natural language dictionary databases.
+
+dict(1) is a client which can access DICT servers from the command
+line.
diff --git a/dict-client-current/Makefile b/dict-client-current/Makefile
new file mode 100644
index 0000000000..2b253d496a
--- /dev/null
+++ b/dict-client-current/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.21 2015/03/01 14:59:36 cheusov Exp $
+
+PKGNAME=	dict-client-2.0.0
+CATEGORIES=	textproc
+
+MAINTAINER=	cheusov%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/cheusov/dictd
+COMMENT=	Dictionary Service Protocol client
+LICENSE=	gnu-gpl-v2
+
+GIT_REPOSITORIES=	dictd
+GIT_REPO.dictd=		https://github.com/cheusov/dictd.git
+
+WRKSRC=			${WRKDIR}/dictd
+EGDIR=			${PREFIX}/share/examples/dict
+
+CONF_FILES=		${EGDIR}/dict.conf \
+			${PKG_SYSCONFDIR}/dict.conf
+TOOL_DEPENDS+=		mk-configure>=0.38.2:../../devel/mk-configure
+
+CONFIGURE_TARGET=	configure-dict
+BUILD_TARGET=		all-dict
+INSTALL_TARGET=		install-dict
+
+#CONF_FILES=		dict.conf   ${PKG_SYSCONFDIR}/dict.conf
+
+.include "../../devel/mk-configure/mk-c.mk"
+.include "../../devel/libmaa/buildlink3.mk"
+
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/dict-client-current/PLIST b/dict-client-current/PLIST
new file mode 100644
index 0000000000..c4b9e74c0d
--- /dev/null
+++ b/dict-client-current/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.3 2011/02/03 12:55:50 obache Exp $
+bin/dict
+man/man1/dict.1
+share/examples/dict/dict.conf
+share/examples/dict/dict2.conf


Home | Main Index | Thread Index | Old Index