WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: submitting ex-vi for TCL x86_64 to repo  (Read 3343 times)

tinycorelinux

  • Guest
submitting ex-vi for TCL x86_64 to repo
« on: September 12, 2020, 09:35:57 PM »
Code: [Select]
Title:          ex-vi.tcz
Description:    The traditional vi
Version:        3.7
Author:         Bill Joy
Original-site:  http://ex-vi.sourceforge.net/
Copying-policy: BSD
Size:           172K
Extension_by:   ONE
Tags:           editor
Comments:       It adds support for international character sets,
                including multibyte encodings such as UTF-8,
                and some minor enhancements that were not
                present in BSD vi 3.7.
current:        2005/03/25 Release
                * vi no longer dies with a segmentation fault
                if a line does not fit on the screen after an insertion.
                * The 'p' command now works correctly if the buffer
                contains a partial line with multibyte characters.
                * Traditional regular expressions sometimes failed
                to operate correctly since the last release.
Requirements: TCL11.x for x86_64
Download Link List:
    1.Link removed due to forum policy violation.
    2.Link removed because it reports a "connection was reset" error.
NOTE: I've tested all the extensions. If you find any problems in the use process, please let me know and I will try my best to repair them in time.
Thank you for your support.


    [EDIT]: Download links removed.  Rich
« Last Edit: September 14, 2020, 06:25:32 AM by Rich »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: submitting ex-vi for TCL x86_64 to repo
« Reply #1 on: September 14, 2020, 12:54:04 AM »
In future, please submit to the email address in the instructions in http://wiki.tinycorelinux.net/doku.php?id=wiki:creating_extensions

Please note:

* man, doc and info files should be separated into an ex-vi-man extension
* the startup script doesn't look correct:
Code: [Select]
#! /bin/sh
sudo rm /bin/vi
ln -s /usr/local/ex-vi/usr/local/bin/ex /bin
* in any case, /usr/local/bin/vi is before /bin/vi in the default $PATH
* it would be better to use /usr/local/lib/vi rather than /usr/local/libexec
* Is the empty directory /var/preserve required?
« Last Edit: October 27, 2022, 09:06:20 PM by Rich »

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: submitting ex-vi for TCL x86_64 to repo
« Reply #2 on: September 14, 2020, 07:04:04 AM »
Hi ONE
The  Forum Rules and Guidelines  state:
Quote
2. No attachments/links of binary extensions
Found here:
http://forum.tinycorelinux.net/index.php/topic,7738.0.html

You are not allowed to post binary attachments, or direct links to external binaries.
You may post a link that takes you  to an external site, where someone can then choose to download something.

Extension submittals may not be made in the forum.
Extension submittals must be E-mailed to the address listed at the end of this Wiki:
http://wiki.tinycorelinux.net/doku.php?id=wiki:creating_extensions#submitting

Only if you can not attach the extension to your E-mail, then you may E-mail a link where it can be downloaded from.

Edit: I saved copies of your links if you need them.
« Last Edit: October 27, 2022, 07:47:00 PM by Rich »

tinycorelinux

  • Guest
Re: submitting ex-vi for TCL x86_64 to repo
« Reply #3 on: September 15, 2020, 05:50:31 PM »
In future, please submit to the email address in the instructions in http://wiki.tinycorelinux.net/doku.php?id=wiki:creating_extensions
OK

Please note:

* man, doc and info files should be separated into an ex-vi-man extension
* the startup script doesn't look correct:
Code: [Select]
#! /bin/sh
sudo rm /bin/vi
ln -s /usr/local/ex-vi/usr/local/bin/ex /bin
* in any case, /usr/local/bin/vi is before /bin/vi in the default $PATH
* it would be better to use /usr/local/lib/vi rather than /usr/local/libexec
OK

* Is the empty directory /var/preserve required?
No, I'm just trying to make sure it's complete.
« Last Edit: October 27, 2022, 09:05:44 PM by Rich »

tinycorelinux

  • Guest
Re: submitting ex-vi for TCL x86_64 to repo
« Reply #4 on: September 15, 2020, 05:58:47 PM »
Code: [Select]
[quote author=Rich link=topic=24298.msg153808#msg153808 date=1600092244]
Hi ONE
The  Forum Rules and Guidelines  state:
[quote]2. No attachments/links of binary extensions[/quote]
Found here:
http://forum.tinycorelinux.net/index.php/topic,7738.0.html
Sorry, Thank you for reminding me.

You are not allowed to post binary attachments, or direct links to external binaries.
You may post a link that takes you  to an external site, where someone can then choose to download something.
Does the email support such a large attachment? It is said that email only supports 20-30m attachments at most?

Extension submittals may not be made in the forum.
Extension submittals must be E-mailed to the address listed at the end of this Wiki:
http://wiki.tinycorelinux.net/doku.php?id=wiki:creating_extensions#submitting
Because I don't have an email, I send it here. It's very difficult to use Gmail or Google in China.

Edit: I saved copies of your links if you need them.
Thanks!
« Last Edit: October 27, 2022, 07:46:36 PM by Rich »

Offline neonix

  • Sr. Member
  • ****
  • Posts: 302
Re: submitting ex-vi for TCL x86_64 to repo
« Reply #5 on: September 16, 2020, 01:44:51 AM »
Quote from: ONE link=topic=24298.msg153827#msg153827
Because I don't have an email, I send it here. It's very difficult to use Gmail or Google in China.
You can send private message using this forum to Juanito.