summaryrefslogtreecommitdiff
path: root/sysutils/rox-memo
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-06-02 08:46:16 +0000
committercjep <cjep@pkgsrc.org>2002-06-02 08:46:16 +0000
commitcc1574567363c014f618ef83b7fac4001d777160 (patch)
treed2e44d357f8511c2671b6075dd014c3024357e00 /sysutils/rox-memo
parent7e8d1329a3a6d32efba9075d15116bbae8e9d75f (diff)
downloadpkgsrc-cc1574567363c014f618ef83b7fac4001d777160.tar.gz
Initial import of ROX-memo 1.0.0 to the NetBSD Packages Collection.
Memo is a ROX application which you can use to store appointments and 'TODO' items. It displays the next few entries in a small window and can also be instructed to beep and bring up a window with a message later. Provided by Rui-Xiang Guo in PR#16322. Thanks!
Diffstat (limited to 'sysutils/rox-memo')
-rw-r--r--sysutils/rox-memo/DESCR3
-rw-r--r--sysutils/rox-memo/Makefile39
-rw-r--r--sysutils/rox-memo/PLIST19
-rw-r--r--sysutils/rox-memo/distinfo4
4 files changed, 65 insertions, 0 deletions
diff --git a/sysutils/rox-memo/DESCR b/sysutils/rox-memo/DESCR
new file mode 100644
index 00000000000..cda3d9db97f
--- /dev/null
+++ b/sysutils/rox-memo/DESCR
@@ -0,0 +1,3 @@
+Memo is a ROX application which you can use to store appointments and 'TODO'
+items. It displays the next few entries in a small window and can also be
+instructed to beep and bring up a window with a message later.
diff --git a/sysutils/rox-memo/Makefile b/sysutils/rox-memo/Makefile
new file mode 100644
index 00000000000..c25c9cc2ec7
--- /dev/null
+++ b/sysutils/rox-memo/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/02 08:46:16 cjep Exp $
+#
+
+DISTNAME= Memo-1.0.0
+PKGNAME= rox-memo-1.0.0
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= rxg@netbsd.org
+HOMEPAGE= http://rox.sourceforge.net/
+COMMENT= Reminds you about things
+
+DEPENDS+= rox-lib>=0.1.4:../../sysutils/rox-lib
+
+DIST_SUBDIR= rox
+
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+WRKSRC= ${WRKDIR}/Memo
+
+PYTHON_PATCH_SCRIPTS= AppRun
+
+post-patch:
+ ${SED} -e s:"/usr/local/lib":"${PREFIX}/share/rox":g \
+ < ${WRKSRC}/findrox.py \
+ > ${WRKSRC}/findrox.py.1
+ ${MV} -f ${WRKSRC}/findrox.py.1 ${WRKSRC}/findrox.py
+
+pre-install:
+ ${RM} -f ${WRKSRC}/AppRun.tmp
+
+do-install:
+ ${CP} -Rf ${WRKSRC} ${PREFIX}/share/rox
+
+.include "../../lang/python/application.buildlink.mk"
+.include "../../x11/pygtk/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/rox-memo/PLIST b/sysutils/rox-memo/PLIST
new file mode 100644
index 00000000000..95a15a6d5bf
--- /dev/null
+++ b/sysutils/rox-memo/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/02 08:46:16 cjep Exp $
+share/rox/Memo/Alarm.py
+share/rox/Memo/AppIcon.xpm
+share/rox/Memo/AppInfo.xml
+share/rox/Memo/AppRun
+share/rox/Memo/Arrow.py
+share/rox/Memo/EditBox.py
+share/rox/Memo/Help/COPYING
+share/rox/Memo/Help/Changes
+share/rox/Memo/Help/README
+share/rox/Memo/Memo.py
+share/rox/Memo/TimeDisplay.py
+share/rox/Memo/choices.py
+share/rox/Memo/findrox.py
+share/rox/Memo/memos.py
+share/rox/Memo/menus.py
+share/rox/Memo/support.py
+@dirrm share/rox/Memo/Help
+@dirrm share/rox/Memo
diff --git a/sysutils/rox-memo/distinfo b/sysutils/rox-memo/distinfo
new file mode 100644
index 00000000000..816e823aeca
--- /dev/null
+++ b/sysutils/rox-memo/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/06/02 08:46:16 cjep Exp $
+
+SHA1 (rox/Memo-1.0.0.tgz) = d5faf0e518050d394d8e7d994f131f1e199eacbf
+Size (rox/Memo-1.0.0.tgz) = 18429 bytes