summaryrefslogtreecommitdiff
path: root/editors/rox-edit
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2003-01-13 11:23:11 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2003-01-13 11:23:11 +0000
commit758d5dce8a17527e36cc0c9d073f3b9fe2fb7025 (patch)
tree214c2aeef522e5a749848bc027e72860da463800 /editors/rox-edit
parentFix build on CURRENT. (diff)
Add rox-edit, a simple text editor for the ROX desktop.
Notes
Notes: svn path=/head/; revision=73035
Diffstat (limited to 'editors/rox-edit')
-rw-r--r--editors/rox-edit/Makefile35
-rw-r--r--editors/rox-edit/distinfo1
-rw-r--r--editors/rox-edit/pkg-comment1
-rw-r--r--editors/rox-edit/pkg-descr1
-rw-r--r--editors/rox-edit/pkg-plist28
5 files changed, 66 insertions, 0 deletions
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