diff options
author | cjep <cjep@pkgsrc.org> | 2002-06-01 20:11:45 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-06-01 20:11:45 +0000 |
commit | 397aa1809bb0e25499915b9686657bbe62976d65 (patch) | |
tree | 03fd8e034077eb88e7ec285523a41a8e013c27ac /sysutils | |
parent | 2195382b12557a6dde7a89850a7f543bc28f0cbe (diff) | |
download | pkgsrc-397aa1809bb0e25499915b9686657bbe62976d65.tar.gz |
Initial import of the ROX editor program, ROX-Edit v0.1.2, into the
NetBSD packages collection.
ROX-Edit is a ROX application for editing text files.
Submitted by Rui-Xiang Guo in PR#16319. Thanks!
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rox-edit/DESCR | 7 | ||||
-rw-r--r-- | sysutils/rox-edit/Makefile | 39 | ||||
-rw-r--r-- | sysutils/rox-edit/PLIST | 16 | ||||
-rw-r--r-- | sysutils/rox-edit/distinfo | 4 |
4 files changed, 66 insertions, 0 deletions
diff --git a/sysutils/rox-edit/DESCR b/sysutils/rox-edit/DESCR new file mode 100644 index 00000000000..6344b5bf16b --- /dev/null +++ b/sysutils/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/sysutils/rox-edit/Makefile b/sysutils/rox-edit/Makefile new file mode 100644 index 00000000000..dafb8d981b4 --- /dev/null +++ b/sysutils/rox-edit/Makefile @@ -0,0 +1,39 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/01 20:11:45 cjep Exp $ +# + +DISTNAME= Edit-0.1.2 +PKGNAME= rox-edit-0.1.2 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/} +EXTRACT_SUFX= .tgz + +MAINTAINER= rxg@netbsd.org +HOMEPAGE= http://rox.sourceforge.net/ +COMMENT= simple text editor for ROX + +DEPENDS+= rox-lib>=0.1.4:../../sysutils/rox-lib + +DIST_SUBDIR= rox + +NO_CONFIGURE= yes +NO_BUILD= yes + +WRKSRC= ${WRKDIR}/Edit + +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-edit/PLIST b/sysutils/rox-edit/PLIST new file mode 100644 index 00000000000..09ecfa8f013 --- /dev/null +++ b/sysutils/rox-edit/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/01 20:11:45 cjep Exp $ +share/rox/Edit/AppIcon.xpm +share/rox/Edit/AppInfo.xml +share/rox/Edit/AppRun +share/rox/Edit/EditWindow.py +share/rox/Edit/Help/COPYING +share/rox/Edit/Help/README +share/rox/Edit/Options.xml +share/rox/Edit/findrox.py +share/rox/Edit/icons/Close.xpm +share/rox/Edit/icons/Help.xpm +share/rox/Edit/icons/Save.xpm +share/rox/Edit/icons/Up.xpm +@dirrm share/rox/Edit/icons +@dirrm share/rox/Edit/Help +@dirrm share/rox/Edit diff --git a/sysutils/rox-edit/distinfo b/sysutils/rox-edit/distinfo new file mode 100644 index 00000000000..0be6c580448 --- /dev/null +++ b/sysutils/rox-edit/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/01 20:11:45 cjep Exp $ + +SHA1 (rox/Edit-0.1.2.tgz) = a2390e23de8dca1fc42b44c88d9608ea60bb6341 +Size (rox/Edit-0.1.2.tgz) = 12382 bytes |