- Update to version 3.2.06 [1]
- Fix spelling error in pkg-descr - Trim Makefile header PR: ports/177228 [1] Submitted by: Rashid N. Achilov <citycat4@ngs.ru> (maintainer)
This commit is contained in:
parent
d1f32a3e5d
commit
4ca7f16ff3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315488
4 changed files with 20 additions and 17 deletions
|
@ -1,23 +1,21 @@
|
|||
# New ports collection makefile for: yui
|
||||
# Date created: 19 Mar 2007
|
||||
# Whom: Rashid N. Achilov <citycat4@ngs.ru>
|
||||
#
|
||||
# Created by: Rashid N. Achilov <citycat4@ngs.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= yui
|
||||
PORTVERSION= 3.2.04
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 3.2.06
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://openoffice.mirahost.ru/fileZ/software/ \
|
||||
http://citycat4.land.ru/ \
|
||||
http://myooo.ru/FreeBSD/
|
||||
MASTER_SITES= http://www.sheltonsoft.ru/fileZ/software/ \
|
||||
http://www.askd.ru/~shelton/design/
|
||||
|
||||
MAINTAINER= citycat4@ngs.ru
|
||||
COMMENT= Rich-featured multi-windows console text editor
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= autoconf
|
||||
USE_AUTOTOOLS= autoconf aclocal
|
||||
|
||||
ACLOCAL_ARGS+= -I m4
|
||||
|
||||
MAKE_ENV+= LIBPATH=${PREFIX}/lib
|
||||
|
||||
MAN1= y.1
|
||||
|
||||
|
@ -30,11 +28,14 @@ BROKEN= Does not compile on sparc64
|
|||
post-install:
|
||||
${LN} -sf ${PREFIX}/lib/yui/help_eng.html ${PREFIX}/lib/yui/yhelp.html
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if $(PORT_OPTIONS:MDOCS)
|
||||
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
||||
.for file in BUGS CHANGES COPYRIGHT TODO COPYRIGHT.ITK THANKS
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (yui-3.2.04.tar.bz2) = 9242948f6325918a59a479a637c9058502bbee867f18dfd3d1e6b40b73bb0074
|
||||
SIZE (yui-3.2.04.tar.bz2) = 736762
|
||||
SHA256 (yui-3.2.06.tar.bz2) = 4bfae3abf7d68ce2b11a17643346fe20a6770686c5b285f12f47a85ba568617d
|
||||
SIZE (yui-3.2.06.tar.bz2) = 736482
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
y is a multi-windowed console text editor, primarly intended for program-
|
||||
mers and system administrators.
|
||||
y is a multi-windowed console text editor, primarily intended for
|
||||
programmers and system administrators.
|
||||
|
||||
y main features is:
|
||||
- Multi-windows interface with up and down menu lines
|
||||
|
@ -7,7 +7,7 @@ y main features is:
|
|||
- Operable window list
|
||||
- Copy/paste between windows
|
||||
- Inter-windows search and replace
|
||||
- Help window with ablility to browse manual pages and info files
|
||||
- Help window with ability to browse manual pages and info files
|
||||
- Internal terminal window
|
||||
- Internal GDB interface with ability to set up breakpoints
|
||||
inside text window
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
bin/y
|
||||
lib/yui/README
|
||||
lib/yui/README.utf8
|
||||
lib/yui/colormap
|
||||
lib/yui/colortrans
|
||||
lib/yui/help_eng.html
|
||||
|
|
Loading…
Reference in a new issue