aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-07-18 19:54:53 +0800
committergahr <gahr@FreeBSD.org>2013-07-18 19:54:53 +0800
commit4cb172524754294678b859158b8863a05dc5badb (patch)
treee909faf7a40593ccf5f52456ad4977a2f49ad187 /editors
parent50530948932104683719b471f47b3db608ae430e (diff)
downloadfreebsd-ports-gnome-4cb172524754294678b859158b8863a05dc5badb.tar.gz
freebsd-ports-gnome-4cb172524754294678b859158b8863a05dc5badb.tar.zst
freebsd-ports-gnome-4cb172524754294678b859158b8863a05dc5badb.zip
- Remove editors/code-browser and lang/copper, which fail to build on
most environments
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/code-browser/Makefile41
-rw-r--r--editors/code-browser/distinfo2
-rw-r--r--editors/code-browser/pkg-descr14
-rw-r--r--editors/code-browser/pkg-plist17
5 files changed, 0 insertions, 75 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 5f25eab32238..e878098f26d1 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -43,7 +43,6 @@
SUBDIR += calligra-l10n-sv
SUBDIR += calligra-l10n-tr
SUBDIR += chexedit
- SUBDIR += code-browser
SUBDIR += codeeditor
SUBDIR += codelite
SUBDIR += color-mate
diff --git a/editors/code-browser/Makefile b/editors/code-browser/Makefile
deleted file mode 100644
index a72fdfd0f846..000000000000
--- a/editors/code-browser/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= code-browser
-PORTVERSION= 4.6
-CATEGORIES= editors
-MASTER_SITES= http://tibleiz.net/download/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-
-MAINTAINER= gahr@FreeBSD.org
-COMMENT= Folding text editor
-
-BUILD_DEPENDS= copper-llvm:${PORTSDIR}/lang/copper
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-USE_GNOME= gtk20
-USE_GMAKE= yes
-MAKE_JOBS_UNSAFE= yes
-
-DATADIR= ${PREFIX}/share/${PORTNAME}-4
-
-.include <bsd.port.pre.mk>
-
-ONLY_FOR_ARCHS= i386 amd64 sparc64
-ONLY_FOR_ARCHS_REASON= does not build on ${ARCH}; signal 11 errors during build
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g ; \
- s|^CC|#CC|g ; \
- s|^CFLAGS|#CFLAGS|g ; \
- s|x86_64|amd64|g ; \
- s|@$$(|$$(|g' ${WRKSRC}/Makefile
-
-post-install:
-.if !defined(NOPORTDOCS)
- (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \* ${DOCSDIR})
- (cd ${WRKSRC}/samples && ${COPYTREE_SHARE} \* ${DOCSDIR}/samples)
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/editors/code-browser/distinfo b/editors/code-browser/distinfo
deleted file mode 100644
index 4f04fd5ac801..000000000000
--- a/editors/code-browser/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (code-browser-4.6-src.tar.gz) = d6cb4dba414c89d798bc5e7c3944269527b4c1eab1fb4bcccc923b8e1d1a731e
-SIZE (code-browser-4.6-src.tar.gz) = 924216
diff --git a/editors/code-browser/pkg-descr b/editors/code-browser/pkg-descr
deleted file mode 100644
index 9cc16bfb5b39..000000000000
--- a/editors/code-browser/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Code Browser is a folding and outlining editor.
-
-The editor is between a traditional text editor, a smalltalk class browser and
-a web browser like mozilla. It displays a structured text file (marker-based
-folding) hierarchically using multiple panes.
-
-It is especially designed to keep a good overview of the code of large
-projects.
-
-It supports syntax highlighting for C, C++, C#, VB.Net, Java, Python, Ruby,
-Pascal, TeX, Makefile, XML, HTML and CSS. Custom syntax highlighting can also
-be added.
-
-WWW: http://code-browser.sourceforge.net/
diff --git a/editors/code-browser/pkg-plist b/editors/code-browser/pkg-plist
deleted file mode 100644
index 0edb7e0039e8..000000000000
--- a/editors/code-browser/pkg-plist
+++ /dev/null
@@ -1,17 +0,0 @@
-bin/code-browser
-%%DATADIR%%/config/preferences.cbc
-%%DATADIR%%/config-optional/AVR-asm.cbc
-%%DATADIR%%/config-optional/perforce.cbc
-%%DATADIR%%/config-optional/torque.cbc
-%%PORTDOCS%%%%DOCSDIR%%/code-browser.chm
-%%PORTDOCS%%%%DOCSDIR%%/samples/files/code-browser.xml
-%%PORTDOCS%%%%DOCSDIR%%/samples/files/string.cpp
-%%PORTDOCS%%%%DOCSDIR%%/samples/files/string.h
-%%PORTDOCS%%%%DOCSDIR%%/samples/scripts.cbs
-%%PORTDOCS%%%%DOCSDIR%%/samples/tutorial.txt
-@dirrm %%DATADIR%%/config-optional
-@dirrm %%DATADIR%%/config
-@dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/samples/files
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/samples
-%%PORTDOCS%%@dirrm %%DOCSDIR%%