Port details |
- yui Rich-featured multi-windows console text editor
- 3.2.06 editors
=0 3.2.06Version of this port present on the latest quarterly branch.
- DEPRECATED: Unmaintained upstream
This port expired on: 2018-09-30
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2007-03-28 09:21:39
- Last Update: 2018-09-30 10:39:44
- SVN Revision: 480949
- License: BSD3CLAUSE
- Description:
- 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
- Pulldown menus
- Operable window list
- Copy/paste between windows
- Inter-windows search and replace
- 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
- 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)
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: yui
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (yui-3.2.06.tar.bz2) = 4bfae3abf7d68ce2b11a17643346fe20a6770686c5b285f12f47a85ba568617d
SIZE (yui-3.2.06.tar.bz2) = 736482
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for yui-3.2.06:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- autoreconf tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.06 30 Sep 2018 10:39:44 |
rene |
Remove expired ports:
2018-09-29 net/ntp-devel: Use net/ntp instead
2018-09-29 net/xrdp-devel: Use net/xrdp instead
2018-09-29 net/tigervnc-devel: Use net/tigervnc instead
2018-09-29 net/unison-devel: Use net/unison instead
2018-09-30 textproc/p5-IDNA-Punycode: Deprecated by upstream
2018-08-15 graphics/gnustep-slideshowkit: unknown license
2018-08-15 graphics/gnustep-slideshow: depends on expiring
graphics/gnustep-slideshowkit
2018-09-30 security/lockdown: Renders system unbootable
2018-09-30 devel/p5-Search-Binary: Deprecated by upstream, use
List::BinarySearch instead
2018-09-30 devel/p5-ExtUtils-Command: ExtUtils::Command has been re-incorporated
to ExtUtils-MakeMaker since 7.06, use devel/ExtUtils-MakeMaker instead
2018-09-30 editors/yui: Unmaintained upstream
2018-09-29 x11/tint-devel: Use x11/tint instead |
3.2.06 26 Aug 2018 11:09:39 |
tobik |
editors/yui: Mark as broken on FreeBSD 12.0
../twww/libw3t.a(w3man.o): In function `HTLoadMan':
w3man.cc:(.text+0x2ff): undefined reference to `HTAnchor_physical'
w3man.cc:(.text+0x79a): undefined reference to `HTAtom_for'
w3man.cc:(.text+0x7a6): undefined reference to `HTAtom_for'
...
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/yui-3.2.06.log
- Deprecate it; it appears to be unmaintained upstream with no real
existing home |
3.2.06 23 Dec 2017 14:27:08 |
tijl |
Convert to USES=autoreconf. |
3.2.06 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
3.2.06 27 May 2017 22:16:51 |
linimon |
Mark some ports failing on armv6, for errors classified as "linker_error".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
3.2.06 30 Apr 2017 00:44:33 |
linimon |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
3.2.06 09 Apr 2017 09:02:11 |
amdmi3 |
- Add LICENSE
- Switch to options helpers
- Don't install useless docfiles |
3.2.06 01 Feb 2017 05:29:06 |
jbeich |
editors/yui: partially unbreak with clang 4.0
main.cc:1153:36: error: ordered comparison between pointer and zero ('char *'
and 'int')
while( fgets( buf1024, 1023, f ) > 0 ) {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
main.cc:1768:39: error: ordered comparison between pointer and zero ('char *'
and 'int')
while( fgets( buf1024, 1023, f ) > 0 ) {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
main.cc:1865:35: error: ordered comparison between pointer and zero ('char *'
and 'int')
while( fgets( buf1024, 1023, f ) > 0 ) {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
main.cc:1948:35: error: ordered comparison between pointer and zero ('char *'
and 'int')
while( fgets( buf1024, 1023, f ) > 0 ) {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
main.cc:2030:39: error: ordered comparison between pointer and zero ('char *'
and 'int') (Only the first 15 lines of the commit message are shown above ) |
3.2.06 14 Nov 2016 07:47:48 |
linimon |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
3.2.06 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
3.2.06 27 Oct 2014 12:19:13 |
bapt |
Cleanup plist |
3.2.06 15 Jul 2014 23:30:06 |
adamw |
Add DOCS to OPTIONS for ports that have PORTDOCS in the plist. |
3.2.06 15 Jul 2014 15:10:55 |
adamw |
Remove unnecessary bsd.port.options.mk inclusion. |
3.2.06 01 Jun 2014 19:33:35 |
antoine |
Unbreak
Reported by: pkg-fallout |
3.2.06 27 May 2014 15:13:09 |
vanilla |
Stageify.
Approved by: portmgr@ |
3.2.06 10 May 2014 18:42:01 |
antoine |
Maintainer no longer wishes to maintain those ports
With hat: portmgr |
3.2.06 20 Sep 2013 16:36:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
3.2.06 28 Mar 2013 16:35:19 |
pawel |
- 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) |
3.2.04_2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.2.04_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
3.2.04_2 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
3.2.04_2 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
3.2.04_1 09 Dec 2008 09:49:18 |
linimon |
Mark as broken on sparc64. While here, pet portlint.
Hat: portmgr |
3.2.04_1 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
3.2.04_1 15 Aug 2008 00:03:18 |
edwin |
update editors/yui up to latest release
This port updates editors/yui up to latest release. Also
it changes download location - from our corporate site to
my hosting also as friendly sites. In source, yui takes one
patch, which (as said their author) unbreaks build on 64-bit
archs. This patch was done NOT by me.
PR: ports/126401
Submitted by: "Rashid N. \"CityCat\" Achilov" <citycat4@ngs.ru> |
3.2.03_1 09 Jul 2008 12:03:34 |
edwin |
From: "Rashid N. Achilov" <achilov-rn@askd.ru>
To: edwin@freebsd.org
Edwin, can you change for all my ports maintainer address from
achilov-rn@askd.ru to citycat4@ngs.ru? |
3.2.03_1 01 Feb 2008 11:14:30 |
linimon |
Mark as broken on all 64-bit archs. |
3.2.03_1 30 Jan 2008 08:53:09 |
rafan |
- Restore editors/yui from accidental removal |
3.2.03_1 30 Jan 2008 06:26:40 |
beech |
-Back out - portname conflicts with editors/yui
PR: ports/120135 |
3.2.03_1 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
3.2.03 15 Aug 2007 08:51:12 |
itetcu |
Mark broken on 64 bit archs.
PR: ports/115510
Submitted by: Rashid N. Achilov (maintainer) |
3.2.03 27 Jul 2007 13:34:45 |
rafan |
- Update to 3.2.03
- Refine pkg-descr
PR: ports/114858
Submitted by: Rashid N. Achilov <achilov-rn at askd.ru> |
3.2.02 28 Mar 2007 09:21:25 |
miwi |
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
- 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 Syntax highlight
Rashid N. Achilov (citycat4@ngs.ru)
PR: ports/110836
Submitted by: Rashid N. Achilov <citycat4 at ngs.ru> |