Port details |
- ved Visual editor (easy to learn, fast, and lean)
- 2024.03.21 editors
=4 2023.09.28Version of this port present on the latest quarterly branch. - Maintainer: fuz@FreeBSD.org
 - Port Added: 2001-01-01 11:12:48
- Last Update: 2024-10-30 09:00:36
- Commit Hash: 99d3c91
- People watching this port, also watch:: cdrtools, libevent, newfile, p5-MIME-Tools, autoconf
- License: CDDL
- WWW:
- https://codeberg.org/schilytools/schilytools
- Description:
- Ved is a fast and easy to learn screen oriented editor, that implements
no file size limits. The user interface is somewhere between emacs and
vi and does not limit the work speed even of experienced users.
Ved has been inspired by an editor of the same name that appeared in
1980 as system editor on UNOS (the first UNIX clone).
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/editors/ved/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/ved
- pkg install ved
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ved
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1711028230
SHA256 (schily-2024-03-21.tar.bz2) = 76db022e450c1791a00e69780b55d18a2e3fc39b5ff870996433f87312032024
SIZE (schily-2024-03-21.tar.bz2) = 4869239
Packages (timestamps in pop-ups are UTC):
- Master port: devel/schilybase
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- smake : devel/smake
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- Library dependencies:
-
- libschily.so : devel/schilybase
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Run
-
- misc/schilytools
Configuration Options:
- ===> The following configuration options are available for ved-2024.03.21:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- editors_ved
- USES:
- tar:bz2 compiler gettext-runtime iconv
- 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) |
This is a slave port. You may also want to view the commits to the master port: devel/schilybase |
Commit | Credits | Log message |
2024.03.21 30 Oct 2024 09:00:36
    |
Robert Clausecker (fuz)  |
*/*: move WWW for all schilytools ports to Codeberg
Seems like Sourceforge has given up on hosting old schily's project
websites. Consistently point to our Codeberg page instead. |
2023.09.28 06 Nov 2023 10:03:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
2022.09.18 19 Sep 2022 15:37:34
    |
Neel Chauhan (nc)  Author: Robert Clausecker |
devel/schilybase: update to 2022-09-18
- point MASTER_SITES to new upstream
- split bosh from sysutils/schilyutils into new port shells/bosh
- stop installing pfbosh, a SunOS-only feature
- install jsh as jbosh to avoid a conflict
- patch shell names in man pages
- point WWW to subproject-specific sites if available
- misc/schilytools: deprecate man2html component
- devel/schilybase: add missing file to pkg-plist
- make test suite work better
- do not pass INS_*BASE/DESTDIR to smake tests
- account for devel/sccs placing files in /tmp
- make sh/tests/common/test-common find bosh after
we patched out the hardlink to sh
- Test suite passes on armv7 except for archivers/star.
Will have to investigate further.
- sysutils/schilyutils: add vctags command
I forgot about that one when I made the port initially.
The ctags link is not installed to avoid conflicts.
Changelog: http://fuz.su/pub/schilytools/AN-2022-09-18.txt
PR: 266475 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2021.09.18_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2021.09.18_2 07 Jul 2022 05:35:24
    |
Fernando Apesteguía (fernape)  Author: Robert Clausecker |
devel/schilybase: 2022 schilytools touchup
Following Jörg Schilling's death in 2021, this is a light touch up of
the port in preparation of future updates at the project's new home.
- Jörg's domains have started to run out. Change the WWW to our new
project lest they point to some unrelated site.
- Instead of building profiled libraries and then throwing them out,
have -PROFILE not build these in the first place.
- Enable symbol versioning for hardening against mismatched library
versions. While tested well on Linux, this option was never enabled
on FreeBSD due to Jörg's lack of experience with the system. Given
that the toolchain is pretty much the same, little to now issues are
to be expected.
- Relax schilybase dependency to just LIB_DEPENDS to simplify partial
upgrades. This is reasonably safe now that symbol versioning has
been enabled.
WWW: https://codeberg.org/schilytools/schilytools
ChangeLog: https://codeberg.org/schilytools/schilytools
PR: 265040
Reported by: fuz@fuz.su (maintainer) |
1.7_1 01 Jul 2021 21:11:52
    |
Juraj Lutter (otis)  Author: Robert Clausecker |
misc/schilytools: Consolidate old schily's tools
- Update and consolidate schily's tools into more reasonable state
- Transfer maintenance to Robert Clausecker <fuz@fuz.su>
From Robert Clausecker <fuz@fuz.su> (new maintainer):
In 2018, Jörg Schilling consolidated all his projects into the
schilytools project and stopped providing new separate releases for the
individual projects (such as cdrtools, smake, star, and ved). Hence,
the FreeBSD ports of these projects have been stuck on outdated versions
for years.
With this changeset, the schilytools are added to the ports collection
as a collection of 10 ports: (Only the first 15 lines of the commit message are shown above ) |
1.7_1 15 May 2014 16:05:40
  |
garga  |
Removed some expired ports:
2014-05-12 archivers/star: Depends on deprecated smake
2014-05-12 editors/ved: Depends on deprecated smake
2014-04-12 japanese/chasen: Unmaintained since 2001 |
1.7_1 11 Apr 2014 07:59:26
  |
bapt  |
Chase smake deprecation
With hat: portmgr |
1.7_1 20 Sep 2013 16:36:24
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
1.7_1 10 Nov 2011 05:38:32
 |
linimon  |
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr |
1.7_1 16 Jul 2011 05:22:44
 |
linimon  |
Does not compile on any sparc64 version. |
1.7_1 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.7_1 17 Sep 2010 09:09:49
 |
linimon  |
Mark as broken on sparc64-7.
Hat: portmgr |
1.7_1 01 Sep 2010 08:18:27
 |
wen  |
- Unbreak on -8 and -current
PR: ports/150153
Submitted by: Anderson Eduardo <anderson@secover.com.br> |
1.7 21 Dec 2009 02:19:12
 |
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
1.7 25 Apr 2008 23:11:46
 |
pav  |
- Mark BROKEN on -CURRENT: error: conflicting types for 'fexecve'
Reported by: pointyhat |
1.7 07 May 2006 10:55:47
 |
edwin  |
Remove USE_REINPLACE from all categories starting with E |
1.7 26 Nov 2005 01:48:16
 |
pav  |
- Add SHA256 |
1.7 08 Feb 2005 19:30:20
 |
sem  |
- Unbreak on amd64. As reported it builds well on it.
PR: ports/77034
Submitted by: Johan van Selst <johans(at)stack.nl> |
1.7 15 Dec 2004 15:24:25
 |
krion  |
Update to version 1.7
PR: ports/75111
Submitted by: Ports Fury |
1.6_1 23 Feb 2004 05:20:31
 |
kris  |
BROKEN on !i386 and !amd64: Does not compile |
1.6_1 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.6 31 Jan 2004 02:35:32
 |
arved  |
Fix build on AMD64 |
1.6 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
1.6 06 Nov 2003 20:24:17
 |
krion  |
- Update to version 1.6
- Unbreak on -current
PR: 59006
Submitted by: Ports Fury |
1.5 03 Nov 2003 07:23:24
 |
linimon  |
Reset maintainer to ports@FreeBSD.org. Requested by: kris. |
1.5 04 Jun 2003 22:43:38
 |
kris  |
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris |
1.5 18 May 2003 09:56:14
 |
kris  |
BROKEN on 5.1: does not compile |
1.5 07 Mar 2003 06:00:45
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
16 Jan 2001 17:33:20
    |
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
01 Jan 2001 14:12:48
    |
alex  |
Add ved 1.5, a small and fast screen-oriented editor. |