diff options
author | rxg <rxg@pkgsrc.org> | 2006-01-29 17:46:45 +0000 |
---|---|---|
committer | rxg <rxg@pkgsrc.org> | 2006-01-29 17:46:45 +0000 |
commit | f2e8706c86ee55a9c1a0dc0dbe1829f310131158 (patch) | |
tree | 30a59c5480b814ff35b5706fa1f3985af9382b6b /misc | |
parent | ac70c96f4982b6159e656cc31c0d128b83c6ab59 (diff) | |
download | pkgsrc-f2e8706c86ee55a9c1a0dc0dbe1829f310131158.tar.gz |
Intial import rox-memo-1.9.5.
Reminds you about things for ROX.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rox-memo/DESCR | 3 | ||||
-rw-r--r-- | misc/rox-memo/Makefile | 35 | ||||
-rw-r--r-- | misc/rox-memo/PLIST | 25 | ||||
-rw-r--r-- | misc/rox-memo/distinfo | 5 |
4 files changed, 68 insertions, 0 deletions
diff --git a/misc/rox-memo/DESCR b/misc/rox-memo/DESCR new file mode 100644 index 00000000000..cda3d9db97f --- /dev/null +++ b/misc/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/misc/rox-memo/Makefile b/misc/rox-memo/Makefile new file mode 100644 index 00000000000..b567b874154 --- /dev/null +++ b/misc/rox-memo/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/29 17:46:45 rxg Exp $ +# + +DISTNAME= Memo-1.9.5 +PKGNAME= rox-memo-1.9.5 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/} +EXTRACT_SUFX= .tgz + +MAINTAINER= rxg@NetBSD.org +HOMEPAGE= http://rox.sourceforge.net/desktop/node/159 +COMMENT= Reminds you about things + +DEPENDS+= rox-lib>=2.0.2nb2:../../devel/rox-lib + +WRKSRC= ${WRKDIR}/${DISTNAME}/Memo +DIST_SUBDIR= rox + +NO_BUILD= yes + +PYTHON_PATCH_SCRIPTS= AppRun + +INSTALLATION_DIRS= share/rox/Memo + +SUBST_CLASSES+= lib +SUBST_MESSAGE.lib= Fixing hardcoded paths for ROX-Lib. +SUBST_STAGE.lib= post-patch +SUBST_FILES.lib= findrox.py +SUBST_SED.lib= -e 's,/usr/local/lib,${PREFIX}/share/rox,g' + +do-install: + cd ${WRKSRC} && ${PAX} -rw . ${PREFIX}/share/rox/Memo + +.include "../../lang/python/application.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/rox-memo/PLIST b/misc/rox-memo/PLIST new file mode 100644 index 00000000000..178b6027b01 --- /dev/null +++ b/misc/rox-memo/PLIST @@ -0,0 +1,25 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/29 17:46:45 rxg Exp $ +share/rox/Memo/.DirIcon +share/rox/Memo/Alarm.py +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/Messages/dist +share/rox/Memo/Messages/it.gmo +share/rox/Memo/Messages/it.po +share/rox/Memo/Messages/tips.py +share/rox/Memo/Messages/update-po +share/rox/Memo/Options.xml +share/rox/Memo/ShowAll.py +share/rox/Memo/Window.py +share/rox/Memo/findrox.py +share/rox/Memo/memos.py +share/rox/Memo/pretty_time.py +@dirrm share/rox/Memo/Messages +@dirrm share/rox/Memo/Help +@dirrm share/rox/Memo diff --git a/misc/rox-memo/distinfo b/misc/rox-memo/distinfo new file mode 100644 index 00000000000..5752fa62b4f --- /dev/null +++ b/misc/rox-memo/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/01/29 17:46:45 rxg Exp $ + +SHA1 (rox/Memo-1.9.5.tgz) = 4329dbd22d10e8a80050a49d33ad8fecb93ce1c4 +RMD160 (rox/Memo-1.9.5.tgz) = 7cba8890ef5d6239441975171b6843918453899a +Size (rox/Memo-1.9.5.tgz) = 29322 bytes |