diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-01 18:14:04 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-01 18:14:04 +0800 |
commit | 18e76325bc32844df366d6fbc2284ba8295fb32c (patch) | |
tree | e64e40337eeaf7e5a151bf430fbb0f92225d7972 /editors/glimmer | |
parent | 112508c5f33863dc5b3cab7b573f1ffdb6f4304f (diff) | |
download | freebsd-ports-gnome-18e76325bc32844df366d6fbc2284ba8295fb32c.tar.gz freebsd-ports-gnome-18e76325bc32844df366d6fbc2284ba8295fb32c.tar.zst freebsd-ports-gnome-18e76325bc32844df366d6fbc2284ba8295fb32c.zip |
Add codecommander - a simple code editor with Python scripting capabilities for
GNOME desktop.
Obtained from: http://www.gnome.org/
Diffstat (limited to 'editors/glimmer')
-rw-r--r-- | editors/glimmer/Makefile | 44 | ||||
-rw-r--r-- | editors/glimmer/distinfo | 1 | ||||
-rw-r--r-- | editors/glimmer/files/patch-aa | 11 | ||||
-rw-r--r-- | editors/glimmer/pkg-comment | 1 | ||||
-rw-r--r-- | editors/glimmer/pkg-descr | 6 | ||||
-rw-r--r-- | editors/glimmer/pkg-plist | 52 |
6 files changed, 115 insertions, 0 deletions
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 |