diff options
author | cjep <cjep> | 2002-06-02 08:46:16 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-06-02 08:46:16 +0000 |
commit | a91fb6464e65533689be387d960d848f11089387 (patch) | |
tree | d2e44d357f8511c2671b6075dd014c3024357e00 | |
parent | a2b36c9c537c3f07289ea9d300b10aa3d6cac147 (diff) | |
download | pkgsrc-a91fb6464e65533689be387d960d848f11089387.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!
-rw-r--r-- | sysutils/rox-memo/DESCR | 3 | ||||
-rw-r--r-- | sysutils/rox-memo/Makefile | 39 | ||||
-rw-r--r-- | sysutils/rox-memo/PLIST | 19 | ||||
-rw-r--r-- | sysutils/rox-memo/distinfo | 4 |
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 |