diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-01-30 06:26:40 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-01-30 06:26:40 +0000 |
commit | 4f308d1f65b46357191dc8f408c0aacf9c81dcc6 (patch) | |
tree | 8b4de92ce5a2466d3d342b287a6c3ba4a48b1b3a /editors | |
parent | - Update to 1.12 (diff) |
-Back out - portname conflicts with editors/yui
PR: ports/120135
Notes
Notes:
svn path=/head/; revision=206437
Diffstat (limited to 'editors')
-rw-r--r-- | editors/yui/Makefile | 38 | ||||
-rw-r--r-- | editors/yui/distinfo | 3 | ||||
-rw-r--r-- | editors/yui/pkg-descr | 20 | ||||
-rw-r--r-- | editors/yui/pkg-plist | 17 |
4 files changed, 0 insertions, 78 deletions
diff --git a/editors/yui/Makefile b/editors/yui/Makefile deleted file mode 100644 index d587a42fa4be..000000000000 --- a/editors/yui/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: yui -# Date created: 19 Mar 2007 -# Whom: Rashid N. Achilov <citycat4@ngs.ru> -# -# $FreeBSD$ -# - -PORTNAME= yui -PORTVERSION= 3.2.03 -PORTREVISION= 1 -CATEGORIES= editors -MASTER_SITES= http://www.askd.ru/~shelton/fileZ/ - -MAINTAINER= achilov-rn@askd.ru -COMMENT= Rich-featured multi-windows console text editor - -USE_BZIP2= yes -USE_AUTOTOOLS= autoconf:261 - -MAN1= y.1 - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "ia64" || ${ARCH} == "amd64" -BROKEN= Does not compile on 64-bit arch -.endif - -post-install: - ${LN} -sf ${PREFIX}/lib/yui/help_eng.html ${PREFIX}/lib/yui/yhelp.html - -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in BUGS CHANGES COPYRIGHT TODO COPYRIGHT.ITK - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/editors/yui/distinfo b/editors/yui/distinfo deleted file mode 100644 index 11d7c2cad40f..000000000000 --- a/editors/yui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (yui-3.2.03.tar.bz2) = 82da5487583a1b6d6d98751770ee2f18 -SHA256 (yui-3.2.03.tar.bz2) = 289129d617d0367cd83196e19ed6e45a77ddc8fb68e81c062d51615c6eb8b20f -SIZE (yui-3.2.03.tar.bz2) = 734419 diff --git a/editors/yui/pkg-descr b/editors/yui/pkg-descr deleted file mode 100644 index ec7bf4cb5d26..000000000000 --- a/editors/yui/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -y is a multi-windowed console text editor, primarly intended for program- -mers and system administrators. - -y main features is: - - Multi-windows interface with up and down menu lines - - Pulldown menus - - Operable window list - - Copy/paste between windows - - Inter-windows search and replace - - Help window with ablility to browse manual pages and info files - - Internal terminal window - - Internal GDB interface with ability to set up breakpoints - inside text window - - Status saving - you can load 20 files from your program project - by one click - - C-style and HTML-style Syntax highlight - - Stream and columnar blocks with saving block features - - Ability to edit huge (hundred of Mb) files - -Rashid N. Achilov (citycat4@ngs.ru) diff --git a/editors/yui/pkg-plist b/editors/yui/pkg-plist deleted file mode 100644 index e0d3c9afd23c..000000000000 --- a/editors/yui/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/y -lib/yui/colormap -lib/yui/colortrans -lib/yui/help_eng.html -lib/yui/help_rus.html -lib/yui/highlight -lib/yui/highlight_html -lib/yui/keymap -lib/yui/options -lib/yui/yhelp.html -%%PORTDOCS%%%%DOCSDIR%%/BUGS -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT -%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.ITK -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm lib/yui |