From ac90cca0d7204db7735f7fcdc7aa3457e9b518d9 Mon Sep 17 00:00:00 2001 From: rxg Date: Sun, 29 Jan 2006 17:39:33 +0000 Subject: Intial import rox-edit-2.0. Simple text editor for ROX. --- editors/rox-edit/DESCR | 7 +++++++ editors/rox-edit/Makefile | 39 +++++++++++++++++++++++++++++++++++++++ editors/rox-edit/PLIST | 40 ++++++++++++++++++++++++++++++++++++++++ editors/rox-edit/distinfo | 5 +++++ 4 files changed, 91 insertions(+) create mode 100644 editors/rox-edit/DESCR create mode 100644 editors/rox-edit/Makefile create mode 100644 editors/rox-edit/PLIST create mode 100644 editors/rox-edit/distinfo (limited to 'editors/rox-edit') diff --git a/editors/rox-edit/DESCR b/editors/rox-edit/DESCR new file mode 100644 index 00000000000..6344b5bf16b --- /dev/null +++ b/editors/rox-edit/DESCR @@ -0,0 +1,7 @@ +ROX-Edit is an editor for the ROX environment. + +To start Edit, either click on its icon in a filer window or drag +a file onto it. + +A window appears with a small tool bar and a text area showing the file. +You can right-click on the window for a menu. diff --git a/editors/rox-edit/Makefile b/editors/rox-edit/Makefile new file mode 100644 index 00000000000..8789b1ea2ec --- /dev/null +++ b/editors/rox-edit/Makefile @@ -0,0 +1,39 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/29 17:39:33 rxg Exp $ +# + +DISTNAME= edit-2.0 +PKGNAME= rox-${DISTNAME} +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/} +EXTRACT_SUFX= .tgz + +MAINTAINER= rxg@NetBSD.org +HOMEPAGE= http://rox.sourceforge.net/desktop/node/20 +COMMENT= Simple text editor for ROX + +DEPENDS+= rox-lib>=2.0.2nb2:../../devel/rox-lib + +WRKSRC= ${WRKDIR}/${DISTNAME}/Edit +DIST_SUBDIR= rox + +NO_BUILD= yes + +PYTHON_PATCH_SCRIPTS= AppRun tests/testreplace.py + +INSTALLATION_DIRS= share/rox/Edit + +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' + +post-patch: + @${FIND} ${WRKSRC} -name 'CVS' -print | ${XARGS} ${RM} -rf + @${RM} -f ${WRKSRC}/.cvsignore + +do-install: + cd ${WRKSRC} && ${PAX} -rw . ${PREFIX}/share/rox/Edit + +.include "../../lang/python/application.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/rox-edit/PLIST b/editors/rox-edit/PLIST new file mode 100644 index 00000000000..2157985e3af --- /dev/null +++ b/editors/rox-edit/PLIST @@ -0,0 +1,40 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/29 17:39:33 rxg Exp $ +share/rox/Edit/.DirIcon +share/rox/Edit/AppInfo.xml +share/rox/Edit/AppRun +share/rox/Edit/Edit.xml +share/rox/Edit/EditWindow.py +share/rox/Edit/Help/COPYING +share/rox/Edit/Help/Changes +share/rox/Edit/Help/README +share/rox/Edit/Messages/de.gmo +share/rox/Edit/Messages/de.po +share/rox/Edit/Messages/dist +share/rox/Edit/Messages/es.gmo +share/rox/Edit/Messages/es.po +share/rox/Edit/Messages/fr.gmo +share/rox/Edit/Messages/fr.po +share/rox/Edit/Messages/it.gmo +share/rox/Edit/Messages/it.po +share/rox/Edit/Messages/tips.py +share/rox/Edit/Messages/update-po +share/rox/Edit/Messages/zh_CN.gmo +share/rox/Edit/Messages/zh_CN.po +share/rox/Edit/Messages/zh_TW.gmo +share/rox/Edit/Messages/zh_TW.po +share/rox/Edit/Options.xml +share/rox/Edit/buffer.py +share/rox/Edit/diff.py +share/rox/Edit/findrox.py +share/rox/Edit/goto.py +share/rox/Edit/images/marker.png +share/rox/Edit/images/rox-diff.png +share/rox/Edit/images/rox-word-wrap.png +share/rox/Edit/search.py +share/rox/Edit/setup.py +share/rox/Edit/tests/testreplace.py +@dirrm share/rox/Edit/tests +@dirrm share/rox/Edit/images +@dirrm share/rox/Edit/Messages +@dirrm share/rox/Edit/Help +@dirrm share/rox/Edit diff --git a/editors/rox-edit/distinfo b/editors/rox-edit/distinfo new file mode 100644 index 00000000000..e5760b72c4f --- /dev/null +++ b/editors/rox-edit/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/01/29 17:39:33 rxg Exp $ + +SHA1 (rox/edit-2.0.tgz) = 28741374baa1c0e7b09cfde672071599255f69c2 +RMD160 (rox/edit-2.0.tgz) = 112c5196ea5709471cfb6f3c5987e914f0f20344 +Size (rox/edit-2.0.tgz) = 61195 bytes -- cgit v1.2.3