diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/rox-edit/Makefile | 35 | ||||
-rw-r--r-- | editors/rox-edit/distinfo | 1 | ||||
-rw-r--r-- | editors/rox-edit/pkg-comment | 1 | ||||
-rw-r--r-- | editors/rox-edit/pkg-descr | 1 | ||||
-rw-r--r-- | editors/rox-edit/pkg-plist | 28 |
6 files changed, 67 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 1b052791bcdc..4d00f0693bd3 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -130,6 +130,7 @@ SUBDIR += psgml-emacs20 SUBDIR += psgml-mule SUBDIR += psgml-xemacs21-mule + SUBDIR += rox-edit SUBDIR += sam SUBDIR += scite SUBDIR += semi diff --git a/editors/rox-edit/Makefile b/editors/rox-edit/Makefile new file mode 100644 index 000000000000..72d205fc16cc --- /dev/null +++ b/editors/rox-edit/Makefile @@ -0,0 +1,35 @@ +# Ports collection Makefile for: rox-edit +# Date created: Jan 13 2003 +# Whom: olgeni@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= rox-edit +PORTVERSION= 1.9.0 +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= rox +DISTNAME= edit-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= olgeni@FreeBSD.org + +RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ + ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib + +USE_PYTHON= yes + +post-extract: + @${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM} + +do-build: + @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} + @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} + +do-install: + @${MKDIR} ${PREFIX}/apps + @${CP} -r ${WRKSRC}/Edit ${PREFIX}/apps/ + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/apps/Edit + +.include <bsd.port.mk> diff --git a/editors/rox-edit/distinfo b/editors/rox-edit/distinfo new file mode 100644 index 000000000000..96224afc4d9f --- /dev/null +++ b/editors/rox-edit/distinfo @@ -0,0 +1 @@ +MD5 (edit-1.9.0.tgz) = 443a7e3a2c4cc0972389af63f8d88bf3 diff --git a/editors/rox-edit/pkg-comment b/editors/rox-edit/pkg-comment new file mode 100644 index 000000000000..22f18963e334 --- /dev/null +++ b/editors/rox-edit/pkg-comment @@ -0,0 +1 @@ +Text editor for the ROX desktop diff --git a/editors/rox-edit/pkg-descr b/editors/rox-edit/pkg-descr new file mode 100644 index 000000000000..27c5bf7670ed --- /dev/null +++ b/editors/rox-edit/pkg-descr @@ -0,0 +1 @@ +A simple text editor for the ROX desktop. diff --git a/editors/rox-edit/pkg-plist b/editors/rox-edit/pkg-plist new file mode 100644 index 000000000000..bc6e7e857e2d --- /dev/null +++ b/editors/rox-edit/pkg-plist @@ -0,0 +1,28 @@ +apps/Edit/.DirIcon +apps/Edit/AppInfo.xml +apps/Edit/AppRun +apps/Edit/EditWindow.py +apps/Edit/EditWindow.pyc +apps/Edit/EditWindow.pyo +apps/Edit/Help/COPYING +apps/Edit/Help/Changes +apps/Edit/Help/README +apps/Edit/Options.xml +apps/Edit/buffer.py +apps/Edit/buffer.pyc +apps/Edit/buffer.pyo +apps/Edit/findrox.py +apps/Edit/findrox.pyc +apps/Edit/findrox.pyo +apps/Edit/goto.py +apps/Edit/goto.pyc +apps/Edit/goto.pyo +apps/Edit/process.py +apps/Edit/process.pyc +apps/Edit/process.pyo +apps/Edit/search.py +apps/Edit/search.pyc +apps/Edit/search.pyo +@dirrm apps/Edit/Help +@dirrm apps/Edit +@unexec rmdir %D/apps 2>/dev/null || true |