notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
ve NTHU-CS Maple BBS 2.36 BBS-like editor
1.1 chinese on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.1Version of this port present on the latest quarterly branch.
Maintainer: gaod@hychen.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: GPLv1 GPLv2 GPLv3
WWW:
http://netlab.cse.yzu.edu.tw/~statue/freebsd/zh-tut/ve.html
Description:
NTHU-CS Maple BBS 2.36 BBS-like editor Besides normal functions, it has some great features for programmers -- goto line (ESC-G) cut & paste cross files (Ctrl-G to see ve.hlp) block shift left/right (ESC-J/K, Ctrl-G to see ve.hlp) parenthesis matching (ESC-[) seaching (Ctrl-S, ESC-n, ESC-p) (matching start of line, case sensitive/in-sensitive, forward/backward) undo line (ESC - '-', or ESC-_ ) undelete lines (ESC-u) ... emacs-like hot-key ve is a tiny editor, about 60K. It's woju's favorite UNIX editor. The most obvious weakness of ve is changing TABs into Spaces. So please don't use ve to edit TAB-important files, such as Makefile, sendmail.cf, syslog.conf... etc.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. bin/ve
  2. share/ve/ve.hlp
  3. /usr/local/share/licenses/zh-ve-1.1/catalog.mk
  4. /usr/local/share/licenses/zh-ve-1.1/LICENSE
  5. /usr/local/share/licenses/zh-ve-1.1/GPLv1
  6. /usr/local/share/licenses/zh-ve-1.1/GPLv2
  7. /usr/local/share/licenses/zh-ve-1.1/GPLv3
Collapse this list.
Dependency lines:
  • zh-ve>0:chinese/ve
To install the port:
cd /usr/ports/chinese/ve/ && make install clean
To add the package, run one of these commands:
  • pkg install chinese/ve
  • pkg install zh-ve
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: zh-ve
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (ve-1.1.tgz) = cbb6d0d2c4dd8ba68d96954c7519c94daefebcedfc285c0406e8a2029c317116 SIZE (ve-1.1.tgz) = 28527

Packages (timestamps in pop-ups are UTC):
zh-ve
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.11.11.11.11.1-1.1-
FreeBSD:13:quarterly1.11.11.11.11.11.11.11.1
FreeBSD:14:latest1.11.11.11.11.11.1-1.1
FreeBSD:14:quarterly1.11.1-1.11.11.11.11.1
FreeBSD:15:latest1.11.1n/a1.1n/a1.11.11.1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
chinese_ve
USES:
ncurses
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (4 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/vanilla/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/vanilla/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/vanilla/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/vanilla/
Collapse this list.

Number of commits found: 32

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.1
20 Jul 2022 14:21:00
commit hash: 25fe59a33ef000c1e61b9135490822d4b5069764commit hash: 25fe59a33ef000c1e61b9135490822d4b5069764commit hash: 25fe59a33ef000c1e61b9135490822d4b5069764commit hash: 25fe59a33ef000c1e61b9135490822d4b5069764 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
chinese: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <intron@intron.ac>
  *  Bo-Yi Wu <appleboy.tw@gmail.com>
  *  Chih-Hsin Chang <chihhsin@cs.nctu.edu.tw>
  *  Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
  *  David O'Brien (obrien@FreeBSD.org)
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  Eric L. Camachat <eric@camachat.org>
  *  Foxfair Hu <foxfair@FreeBSD.org>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Gasol Wu <gasol.wu@gmail.com>
  *  Gea-Suan Lin <gslin@gslin.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.1
01 Feb 2016 21:13:11
Revision:407774Original commit files touched by this commit
marino search for other commits by this committer
chinese/ve: document ncurses requirement (USES+=ncurses), respect LDFLAGS

Also link with libncurses, not libtermcap

approved by:	infrastructure blanket
1.1
20 Dec 2014 17:29:48
Revision:375016Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.1
23 Feb 2014 15:20:55
Revision:345731Original commit files touched by this commit
sunpoet search for other commits by this committer
- Allow build with clang
- Respect CC
- Support STAGEDIR
- While I'm here:
  - Add LICENSE
  - Use PLIST_DIRS/PLIST_FILES instead of PLIST

PR:		ports/186932
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
1.1
20 Sep 2013 16:01:22
Revision:327713Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese)
1.1
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.1
23 Dec 2009 02:54:50
Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 1.1.

PR:             ports/141902
Submitted by:   maintainer
1.0_3
07 Oct 2009 06:10:05
Original commit files touched by this commit
avl search for other commits by this committer
- Fix the terminal initial problem with color redraw
- Pass maintainership to submitter

PR:             ports/137858
Submitted by:   Hung-Yi Chen <gaod@hychen.org>
1.0_2
28 Aug 2009 17:37:26
Original commit files touched by this commit
linimon search for other commits by this committer
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.

Hat:            portmgr
1.0_2
05 Jan 2009 17:27:29
Original commit files touched by this commit
pav search for other commits by this committer
- Remove conditional checks relevant only on FreeBSD 5.x and older
1.0_2
02 Jan 2009 08:06:15
Original commit files touched by this commit
chinsan search for other commits by this committer
- Fix compiling warning.

PR:                     ports/129819
Submitted by:           Hung-Yi Chen <gaod@hychen.org>
1.0_1
06 May 2008 21:50:00
Original commit files touched by this commit
pav search for other commits by this committer
- Unbreak build after tty changes

Submitted by:   Ed Schouten <ed@80386.nl>
1.0_1
01 May 2008 14:08:18
Original commit files touched by this commit
chinsan search for other commits by this committer
- Use termios instead of sgtty.

PR:             ports/119115, ports/122889
Submitted by:   Ed Schouten <ed@80386 dot nl>
1.0
29 Jan 2007 15:55:10
Original commit files touched by this commit
rafan search for other commits by this committer
- Remove chinsan2.twbbs.org, distfiles moved to LOCAL

PR:             108392, 108393, 108394, 108395, 108396, 108397, 108398, 108399,
108400, 108401
Submitted by:   chinsan (maintainer)
1.0
03 Oct 2006 15:34:44
Original commit files touched by this commit
chinsan search for other commits by this committer
Change the following ports to my FreeBSD.org email.
Approved by:    delphij (mentor)

archivers/pecl-bz2/Makefile
archivers/pecl-lzf/Makefile
archivers/pecl-rar/Makefile
audio/fapg/Makefile
audio/pecl-id3/Makefile
chinese/CJKUnifonts/Makefile
chinese/auto-tw-l10n/Makefile
chinese/dfsongsd/Makefile
chinese/fortunetw/Makefile
chinese/gcin/Makefile
chinese/joe/Makefile
chinese/joe2/Makefile
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0
20 Mar 2006 21:58:01
Original commit files touched by this commit
pav search for other commits by this committer
NTHU-CS Maple BBS 2.36 BBS-like editor

ve is a tiny editor, about 60K. It's woju's favorite UNIX editor.
The most obvious weakness of ve is changing TABs into Spaces. So
please don't use ve to edit TAB-important files, such as Makefile,
sendmail.cf, syslog.conf... etc.

PR:             ports/92248
Submitted by:   chinsan <chinsan.tw@gmail.com>
1.0
14 Jan 2006 21:15:52
Original commit files touched by this commit
pav search for other commits by this committer
- Remove expired ports
1.0
24 Nov 2005 23:02:13
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
1.0
26 Oct 2005 15:57:51
Original commit files touched by this commit
garga search for other commits by this committer
- Mark it as DEPRECATED
- Set EXPIRATION_DATE

PR:             ports/88040
Submitted by:   Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
1.0
25 Jul 2005 21:58:10
Original commit files touched by this commit
linimon search for other commits by this committer
Reset bouncing maintainer address.  These ports are now available for
adoption.

Note that I have left the maintainer's own ftp site as a MASTERSITE
because it still appears to be active (for now, anyways).

Hat:    portmgr
1.0
08 Jan 2005 15:50:05
Original commit files touched by this commit
sem search for other commits by this committer
- Pass maintainership to submitter

PR:             ports/75730
Submitted by:   statue(at)freebsd.netlab.cse.yzu.edu.tw
1.0
25 Oct 2004 13:39:57
Original commit files touched by this commit
edwin search for other commits by this committer
Clean up time for email addresses MIA!
If you know new email addresses for the people involved, please send-pr it!

<mcsi@agava.com>: host relay.agava.net.ru[195.161.118.3] said: 550
    <mcsi@agava.com>: User unknown in local recipient table (in reply to RCPT
    TO command)

<woju@bbsmail.ntu.edu.tw> (expanded from <woju@bbsmail>): Host or domain name
    not found. Name service error for name=bbsmail.ntu.edu.tw type=A: Host not
    found

<esoha@attbi.com>: host gateway.attbi.com[204.127.198.6] said: 551 not our
    customer (in reply to RCPT TO command)

<crow@nektor.hu>: host mail.kapu.hu[195.70.32.236] said: 550 unknown user (in
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
1.0
31 Dec 2003 00:24:03
Original commit files touched by this commit
leeym search for other commits by this committer
add extrapatch and unbreak this port on -current.

PR:             60343
Submitted by:   leeym
Approved by:    maintainer timeout (2 weeks)
1.0
06 Dec 2003 21:56:24
Original commit files touched by this commit
linimon search for other commits by this committer
Mark broken on 5.x (varargs).  Informed maintainer.
1.0
22 Oct 2003 23:46:06
Original commit files touched by this commit
kris search for other commits by this committer
Respect CC and CFLAGS
1.0
21 Feb 2003 11:06:31
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
15 Apr 2001 13:31:13
commit hash: fp1.12592@dev.null.freshports.orgcommit hash: fp1.12592@dev.null.freshports.orgcommit hash: fp1.12592@dev.null.freshports.orgcommit hash: fp1.12592@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
change master site   remove one strange md5 checksum (there were 2 md5 checksum
of 1 file)    
08 Oct 2000 00:38:35
commit hash: fp1.4710@dev.null.freshports.orgcommit hash: fp1.4710@dev.null.freshports.orgcommit hash: fp1.4710@dev.null.freshports.orgcommit hash: fp1.4710@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category chinese to new layout.  

Number of commits found: 32