summaryrefslogtreecommitdiff
path: root/misc/kmemaid
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-10-12 22:21:55 +0000
committerwiz <wiz@pkgsrc.org>2005-10-12 22:21:55 +0000
commit965b5dba4face0072b3d04037f49e4d070aa63ed (patch)
tree4ac801120f34553e75ce97f92085b405d1b9404d /misc/kmemaid
parent13d175387f873965d5082534700f508cc67610cd (diff)
downloadpkgsrc-965b5dba4face0072b3d04037f49e4d070aa63ed.tar.gz
Initial import of kmemaid-0.4.7.0:
This is a client for MemAid, a flash card program with a twist, that makes your memorisation process more efficient by using a neural network to optimally sched ule your reviews. This client is based on KDE.
Diffstat (limited to 'misc/kmemaid')
-rw-r--r--misc/kmemaid/DESCR5
-rw-r--r--misc/kmemaid/Makefile21
-rw-r--r--misc/kmemaid/PLIST20
-rw-r--r--misc/kmemaid/distinfo6
-rw-r--r--misc/kmemaid/patches/patch-aa13
5 files changed, 65 insertions, 0 deletions
diff --git a/misc/kmemaid/DESCR b/misc/kmemaid/DESCR
new file mode 100644
index 00000000000..a01e98aca1e
--- /dev/null
+++ b/misc/kmemaid/DESCR
@@ -0,0 +1,5 @@
+This is a client for MemAid, a flash card program with a twist,
+that makes your memorisation process more efficient by using a
+neural network to optimally sched ule your reviews.
+
+This client is based on KDE.
diff --git a/misc/kmemaid/Makefile b/misc/kmemaid/Makefile
new file mode 100644
index 00000000000..6aa687d31e8
--- /dev/null
+++ b/misc/kmemaid/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/12 22:21:55 wiz Exp $
+#
+
+DISTNAME= kmemaid-0.4.7.0
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=memaid/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://memaid.sourceforge.net/
+COMMENT= MemAid flash card program (KDE interface)
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+CONFIGURE_ENV+= kde_appsdir=${PREFIX:Q}/share/kde/applnk
+CONFIGURE_ENV+= kde_datadir=${PREFIX:Q}/share/kde/apps
+CONFIGURE_ENV+= kde_htmldir=${PREFIX:Q}/share/doc/kde/HTML
+CONFIGURE_ENV+= kde_icondir=${PREFIX:Q}/share/kde/icons
+
+.include "../../x11/kdelibs3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/kmemaid/PLIST b/misc/kmemaid/PLIST
new file mode 100644
index 00000000000..c3f9c881221
--- /dev/null
+++ b/misc/kmemaid/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/12 22:21:55 wiz Exp $
+bin/kmemaid
+share/kde/applnk/Applications/kmemaid.desktop
+share/kde/apps/kmemaid/kmemaidui.rc
+share/doc/kde/HTML/en/kmemaid/common
+share/doc/kde/HTML/en/kmemaid/edit_elements_correct.png
+share/doc/kde/HTML/en/kmemaid/edit_elements_search.png
+share/doc/kde/HTML/en/kmemaid/first_start.png
+share/doc/kde/HTML/en/kmemaid/index.cache.bz2
+share/doc/kde/HTML/en/kmemaid/index.docbook
+share/doc/kde/HTML/en/kmemaid/memorize_answer.png
+share/doc/kde/HTML/en/kmemaid/memorize_hint.png
+share/doc/kde/HTML/en/kmemaid/memorize_question.png
+share/doc/kde/HTML/en/kmemaid/new_element.png
+share/doc/kde/HTML/en/kmemaid/preferences.png
+share/doc/kde/HTML/en/kmemaid/show_all_elements.png
+share/kde/icons/locolor/16x16/apps/kmemaid.png
+share/kde/icons/locolor/32x32/apps/kmemaid.png
+@dirrm share/doc/kde/HTML/en/kmemaid
+@dirrm share/kde/apps/kmemaid
diff --git a/misc/kmemaid/distinfo b/misc/kmemaid/distinfo
new file mode 100644
index 00000000000..032743145af
--- /dev/null
+++ b/misc/kmemaid/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/10/12 22:21:55 wiz Exp $
+
+SHA1 (kmemaid-0.4.7.0.tar.bz2) = de52329044b654ba5175b678f7ed5466422f639e
+RMD160 (kmemaid-0.4.7.0.tar.bz2) = 3ee21c6fd1ca918da838700a58e3b9ef1969508b
+Size (kmemaid-0.4.7.0.tar.bz2) = 715756 bytes
+SHA1 (patch-aa) = 3489521673e0d737986780f9449b5ffa863a0898
diff --git a/misc/kmemaid/patches/patch-aa b/misc/kmemaid/patches/patch-aa
new file mode 100644
index 00000000000..ad12e81f01d
--- /dev/null
+++ b/misc/kmemaid/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/10/12 22:21:55 wiz Exp $
+
+--- configure.orig 2003-11-20 18:12:22.000000000 +0100
++++ configure
+@@ -21948,7 +21948,7 @@ fi
+
+ jpeg_incdirs="$includedir /usr/include /usr/local/include $kde_extra_includes"
+
+-jpeg_incdir=NO
++jpeg_incdir=${PREFIX}/include
+ for i in $jpeg_incdirs;
+ do
+ for j in jpeglib.h;