diff options
author | cheusov <cheusov> | 2011-05-23 21:07:12 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2011-05-23 21:07:12 +0000 |
commit | 4759d6c57f97dbfab5daeb58086410643e6cf574 (patch) | |
tree | ca6e2789730e2ccf180ae1ebbad0ba27846874ba /textproc | |
parent | a547b309ffc99154aa568887bcdbfd9019b6fb41 (diff) | |
download | pkgsrc-4759d6c57f97dbfab5daeb58086410643e6cf574.tar.gz |
Dictionary program for KDE accessing dictionary servers
via specialized protocol (RFC2229).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dikt/DESCR | 2 | ||||
-rw-r--r-- | textproc/dikt/Makefile | 24 | ||||
-rw-r--r-- | textproc/dikt/PLIST | 8 | ||||
-rw-r--r-- | textproc/dikt/distinfo | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/textproc/dikt/DESCR b/textproc/dikt/DESCR new file mode 100644 index 00000000000..a9edef5cc77 --- /dev/null +++ b/textproc/dikt/DESCR @@ -0,0 +1,2 @@ +Dictionary program for KDE accessing dictionary servers +via specialized protocol (RFC2229). diff --git a/textproc/dikt/Makefile b/textproc/dikt/Makefile new file mode 100644 index 00000000000..fa445c68ceb --- /dev/null +++ b/textproc/dikt/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/23 21:07:12 cheusov Exp $ +# + +DISTNAME= dikt-2d +CATEGORIES= textproc x11 +MASTER_SITES= http://dikt.googlecode.com/files/ +EXTRACT_SUFX= .tbz + +MAINTAINER= cheusov@tut.by +HOMEPAGE= http://dikt.googlecode.com/ +COMMENT= Dictionary protocol client for KDE +LICENSE= 2-clause-bsd + +BUILD_DEPENDS+= automoc4-[0-9]*:../../devel/automoc4 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_CMAKE= yes +USE_LANGUAGES= c c++ + +.include "../../meta-pkgs/kde4/kde4.mk" +.include "../../x11/kdelibs4/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/dikt/PLIST b/textproc/dikt/PLIST new file mode 100644 index 00000000000..fc5b47bdb0f --- /dev/null +++ b/textproc/dikt/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/23 21:07:12 cheusov Exp $ +bin/dikt +share/applications/kde4/dikt.desktop +share/icons/hicolor/128x128/apps/dikt.png +share/kde/apps/dikt/dikt.css +share/kde/apps/dikt/diktui.rc +share/kde/apps/dikt/format.conf +share/kde4/services/dict.protocol diff --git a/textproc/dikt/distinfo b/textproc/dikt/distinfo new file mode 100644 index 00000000000..22a0ac830de --- /dev/null +++ b/textproc/dikt/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/05/23 21:07:12 cheusov Exp $ + +SHA1 (dikt-2d.tbz) = 3b858ba81247608e94ec919fa3fa8c60cd089c71 +RMD160 (dikt-2d.tbz) = 24a854954f92b9bdc0e0d5f011f4e976c2e6906f +Size (dikt-2d.tbz) = 55785 bytes |