summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-08-01 10:14:04 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-08-01 10:14:04 +0000
commit4edeb899cf80f7dae3a077f41bed7f1d68ba63ec (patch)
tree09b99d3915cb63362981e68ca6c322babd967bba /editors
parentAdd asis, the Ada Semantic Interface Specification. (diff)
Add codecommander - a simple code editor with Python scripting capabilities for
GNOME desktop. Obtained from: http://www.gnome.org/
Notes
Notes: svn path=/head/; revision=31201
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/glimmer/Makefile44
-rw-r--r--editors/glimmer/distinfo1
-rw-r--r--editors/glimmer/files/patch-aa11
-rw-r--r--editors/glimmer/pkg-comment1
-rw-r--r--editors/glimmer/pkg-descr6
-rw-r--r--editors/glimmer/pkg-plist52
7 files changed, 116 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index c6afefcc0c42..b2108c7cf889 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -17,6 +17,7 @@
SUBDIR += bitmap-mule
SUBDIR += bpatch
SUBDIR += bvi
+ SUBDIR += codecommander
SUBDIR += color-mate
SUBDIR += cooledit
SUBDIR += custom-emacs
diff --git a/editors/glimmer/Makefile b/editors/glimmer/Makefile
new file mode 100644
index 000000000000..6baea76afbc3
--- /dev/null
+++ b/editors/glimmer/Makefile
@@ -0,0 +1,44 @@
+# New ports collection makefile for: codecommander
+# Date created: 1 August 2000
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= codecommander
+PORTVERSION= 0.9.7
+CATEGORIES= editors gnome python
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME:S/c/C/g}
+DISTNAME= ${PORTNAME:S/c/C/g}-${PORTVERSION}
+
+MAINTAINER= sobomax@FreeBSD.org
+
+BUILD_DEPENDS= python:${PORTSDIR}/lang/python
+LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
+RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
+ python:${PORTSDIR}/lang/python
+
+USE_X_PREFIX= yes
+#USE_GMAKE= yes
+USE_LIBTOOL= yes
+
+GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
+ --datadir=${PREFIX}/share/gnome
+CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
+ GTK_CONFIG="${GTK_CONFIG}" \
+ CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+post-extract:
+ @${PERL} -pi -e 's|-lpthread|-pthread|g ; \
+ s|-lpython|-lreadline -lcrypt -lpython|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
+ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
+
+.include <bsd.port.mk>
diff --git a/editors/glimmer/distinfo b/editors/glimmer/distinfo
new file mode 100644
index 000000000000..1ae6897d1db8
--- /dev/null
+++ b/editors/glimmer/distinfo
@@ -0,0 +1 @@
+MD5 (CodeCommander-0.9.7.tar.gz) = bea89effaf95578d5d0774f9065af516
diff --git a/editors/glimmer/files/patch-aa b/editors/glimmer/files/patch-aa
new file mode 100644
index 000000000000..94ffbd9dc392
--- /dev/null
+++ b/editors/glimmer/files/patch-aa
@@ -0,0 +1,11 @@
+--- src/build.C 2000/08/01 09:43:29 1.1
++++ src/build.C 2000/08/01 09:44:08
+@@ -2,7 +2,7 @@
+ #include <sys/types.h>
+ #include <unistd.h>
+
+-#ifdef __NetBSD__
++#if defined(__NetBSD__) || defined(__FreeBSD__)
+ #include <sys/wait.h>
+ #else
+ #include <sched.h>
diff --git a/editors/glimmer/pkg-comment b/editors/glimmer/pkg-comment
new file mode 100644
index 000000000000..7c65ab9a2b11
--- /dev/null
+++ b/editors/glimmer/pkg-comment
@@ -0,0 +1 @@
+A simple code editor with Python scripting capabilities for GNOME desktop
diff --git a/editors/glimmer/pkg-descr b/editors/glimmer/pkg-descr
new file mode 100644
index 000000000000..a4cc6a83a122
--- /dev/null
+++ b/editors/glimmer/pkg-descr
@@ -0,0 +1,6 @@
+CodeCommander is a simple code editor for use with just about any programming
+language. It is still in the development stages, but is fairly useful
+as a C/C++ editor with all the frills. The project's number one goal is
+stability. What good does a program do you if it crashes all the time?
+
+WWW: http://codecommander.sourceforge.net/
diff --git a/editors/glimmer/pkg-plist b/editors/glimmer/pkg-plist
new file mode 100644
index 000000000000..1d3aa4bb3f15
--- /dev/null
+++ b/editors/glimmer/pkg-plist
@@ -0,0 +1,52 @@
+bin/CodeCommander
+share/gnome/CodeCommander/docs/AUTHORS
+share/gnome/CodeCommander/docs/COPYING
+share/gnome/CodeCommander/docs/ChangeLog
+share/gnome/CodeCommander/docs/NEWS
+share/gnome/CodeCommander/docs/PROPS
+share/gnome/CodeCommander/docs/README
+share/gnome/CodeCommander/docs/TODO
+share/gnome/CodeCommander/languages/bash.lang
+share/gnome/CodeCommander/languages/cpp.lang
+share/gnome/CodeCommander/languages/html.lang
+share/gnome/CodeCommander/languages/java.lang
+share/gnome/CodeCommander/languages/lang.lang
+share/gnome/CodeCommander/languages/latex.lang
+share/gnome/CodeCommander/languages/make.lang
+share/gnome/CodeCommander/languages/perl.lang
+share/gnome/CodeCommander/languages/php.lang
+share/gnome/CodeCommander/languages/po.lang
+share/gnome/CodeCommander/languages/python.lang
+share/gnome/CodeCommander/languages/scheme.lang
+share/gnome/CodeCommander/languages/sgml.lang
+share/gnome/CodeCommander/languages/wml.lang
+share/gnome/CodeCommander/languages/xml.lang
+share/gnome/CodeCommander/languages/z80.lang
+share/gnome/CodeCommander/scripts/Delete_To_End.py
+share/gnome/CodeCommander/scripts/Delete_To_Start.py
+share/gnome/CodeCommander/scripts/ISO2HTML.py
+share/gnome/CodeCommander/scripts/Replace_Spaces.py
+share/gnome/CodeCommander/scripts/Replace_Tabs.py
+share/gnome/CodeCommander/scripts/To_Upper.py
+share/gnome/apps/Development/CodeCommander.desktop
+share/gnome/help/CodeCommander/C/bugs.html
+share/gnome/help/CodeCommander/C/customize.html
+share/gnome/help/CodeCommander/C/faq.html
+share/gnome/help/CodeCommander/C/gpl.html
+share/gnome/help/CodeCommander/C/index.html
+share/gnome/help/CodeCommander/C/menus.html
+share/gnome/help/CodeCommander/C/mission.html
+share/gnome/help/CodeCommander/C/preferences.html
+share/gnome/help/CodeCommander/C/properties.html
+share/gnome/help/CodeCommander/C/sessions.html
+share/gnome/help/CodeCommander/C/topic.dat
+share/gnome/pixmaps/code-commander.png
+share/gnome/pixmaps/codecommander-title.png
+share/locale/gl/LC_MESSAGES/CodeCommander.mo
+share/locale/ru/LC_MESSAGES/CodeCommander.mo
+@dirrm share/gnome/help/CodeCommander/C
+@dirrm share/gnome/help/CodeCommander
+@dirrm share/gnome/CodeCommander/scripts
+@dirrm share/gnome/CodeCommander/languages
+@dirrm share/gnome/CodeCommander/docs
+@dirrm share/gnome/CodeCommander