aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2008-12-31 06:54:03 +0800
committerbeech <beech@FreeBSD.org>2008-12-31 06:54:03 +0800
commit62c80c0cc5e8e21a71601807bd2163cf40afc464 (patch)
tree8f8ab8e1e28fdb6049d3a1edf3dcd3b54415a259 /textproc
parent776438dad5af13ffdd3de43ea96a0036c8362352 (diff)
downloadfreebsd-ports-gnome-62c80c0cc5e8e21a71601807bd2163cf40afc464.tar.gz
freebsd-ports-gnome-62c80c0cc5e8e21a71601807bd2163cf40afc464.tar.zst
freebsd-ports-gnome-62c80c0cc5e8e21a71601807bd2163cf40afc464.zip
Dikt is a dictionary application for KDE4. It is the client
side implementation of Dict protocol, with a browser interface specialized for querying dictionaries. WWW: http://diktv1.googlepages.com/ PR: ports/130000 Submitted by: Goran Tal <goran.tal at gmail.com>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/dikt/Makefile26
-rw-r--r--textproc/dikt/distinfo3
-rw-r--r--textproc/dikt/pkg-descr5
4 files changed, 35 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 071b077d7c96..15cfc421efe7 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -90,6 +90,7 @@
SUBDIR += diffsplit
SUBDIR += diffstat
SUBDIR += diffutils
+ SUBDIR += dikt
SUBDIR += dixit
SUBDIR += doc-mode.el
SUBDIR += docbook
diff --git a/textproc/dikt/Makefile b/textproc/dikt/Makefile
new file mode 100644
index 000000000000..b3befd75b70f
--- /dev/null
+++ b/textproc/dikt/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: dikt
+# Date created: 28-12-2008
+# Whom: Goran Tal <goran.tal@gmail.com>
+#
+# $FreeBSD$
+
+PORTNAME= dikt
+PORTVERSION= 1
+CATEGORIES= textproc net kde
+MASTER_SITES= http://diktv1.googlepages.com/
+EXTRACT_SUFX= .tbz
+
+MAINTAINER= goran.tal@gmail.com
+COMMENT= Dictionary for KDE4
+
+USE_KDE4= kdelibs kdeprefix kdehier automoc4 workspace
+USE_QT_VER= 4
+QT_COMPONENTS= corelib gui moc uic network svg xml
+USE_CMAKE= yes
+
+PLIST_FILES= bin/dikt \
+ share/applications/kde4/dikt.desktop \
+ share/apps/dikt/diktui.rc
+PLIST_DIRS= share/apps/dikt
+
+.include <bsd.port.mk>
diff --git a/textproc/dikt/distinfo b/textproc/dikt/distinfo
new file mode 100644
index 000000000000..ca42de30ee90
--- /dev/null
+++ b/textproc/dikt/distinfo
@@ -0,0 +1,3 @@
+MD5 (dikt-1.tbz) = a5b2c835c4158c7286c37340d3df0a20
+SHA256 (dikt-1.tbz) = 6075d00d10a5ff6d80ecd51ffe587f77ebeeddbacd4674d48ef617b9162f5264
+SIZE (dikt-1.tbz) = 16759
diff --git a/textproc/dikt/pkg-descr b/textproc/dikt/pkg-descr
new file mode 100644
index 000000000000..6b8866a01e16
--- /dev/null
+++ b/textproc/dikt/pkg-descr
@@ -0,0 +1,5 @@
+Dikt is a dictionary application for KDE4. It is the client
+side implementation of Dict protocol, with a browser interface
+specialized for querying dictionaries.
+
+WWW: http://diktv1.googlepages.com/