summaryrefslogtreecommitdiff
path: root/editors/ng
AgeCommit message (Collapse)AuthorFilesLines
2001-09-06MASTER_SITES and HOMEPAGE changed.hubertf1-3/+3
Reported in PR 13882 by Hiroyuki Yanai <fk200329@fsinet.or.jp>
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-18Updatejun4-28/+23
ng-1.4 to ng-1.4.3 PR update patch made by Hiroyuki Yanai <fk200329@fsinet.or.jp> >Number: 12211 >Category: pkg >Synopsis: editors/ng is upgraded to v1.4.3. >Originator: Hiroyuki Yanai Changes: - Code clean up for ANSI-C - dired can treat symbolic link - Undo bug fix - fill-paragraph loop bug fix
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-15Fix program on ELF.wiz2-4/+4
2000-10-21remove superfluous empty linewiz1-2/+1
2000-10-19Ng is a very light weight Emacs clone editor, written in C.hubertf7-0/+99
It doesn't have Lisp(that means very limited customization is available). Since you can invoke it very quickly (compared with real GNU Emacs), it is useful in dealing with changing small file a bit. Ng(Nihongo Micro Gnu Emacs) is a Mg(Micro Gnu Emacs)'s japanese port. Ng supports EUC, JIS and SJIS code. Ng also have (rather simple) C-mode. It is also very useful even if you don't need Japanese support. Submitted in PR 11240 by Jun Ebihara <jun@soum.co.jp>