Tiny Core Extensions > TCE News

submitting ex-vi for TCL x86_64 to repo

(1/2) > >>

tinycorelinux:

--- Code: ---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

--- End code ---
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

Juanito:
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: ---#! /bin/sh
sudo rm /bin/vi
ln -s /usr/local/ex-vi/usr/local/bin/ex /bin

--- End code ---
* 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?

Rich:
Hi ONE
The  Forum Rules and Guidelines  state:

--- Quote ---2. No attachments/links of binary extensions
--- End quote ---
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.

tinycorelinux:

--- Quote from: Juanito on September 14, 2020, 03: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

--- End quote ---
OK


--- Quote from: Juanito on September 14, 2020, 03:54:04 AM ---Please note:

* man, doc and info files should be separated into an ex-vi-man extension
* the startup script doesn't look correct:
--- Code: ---#! /bin/sh
sudo rm /bin/vi
ln -s /usr/local/ex-vi/usr/local/bin/ex /bin

--- End code ---
* 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

--- End quote ---
OK


--- Quote from: Juanito on September 14, 2020, 03:54:04 AM ---* Is the empty directory /var/preserve required?

--- End quote ---
No, I'm just trying to make sure it's complete.

tinycorelinux:

--- Code: ---[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

--- End code ---
Sorry, Thank you for reminding me.


--- Quote from: Rich on September 14, 2020, 10:04:04 AM ---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.

--- End quote ---
Does the email support such a large attachment? It is said that email only supports 20-30m attachments at most?


--- Quote from: Rich on September 14, 2020, 10:04:04 AM ---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

--- End quote ---
Because I don't have an email, I send it here. It's very difficult to use Gmail or Google in China.


--- Quote from: Rich on September 14, 2020, 10:04:04 AM ---Edit: I saved copies of your links if you need them.

--- End quote ---
Thanks!

Navigation

[0] Message Index

[#] Next page

Go to full version