aboutsummaryrefslogtreecommitdiff
path: root/editors/zoinks
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Support WITHOUT_NLSKirill Ponomarev2004-07-112-2/+9
| | | | Notes: svn path=/head/; revision=113384
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* - Update to version 0.3.7Kirill Ponomarev2003-10-272-3/+3
| | | | | | | | PR: 58577 Submitted by: maintainer Notes: svn path=/head/; revision=92323
* int main(void) { int i=0; while (++i<=500) { printf("I will double check my ↵Edwin Groothuis2003-10-131-1/+1
| | | | | | | commits next time.\n"); } Notes: svn path=/head/; revision=91027
* Fix dependency, add intl.5Edwin Groothuis2003-10-131-0/+2
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=90996
* new port for ports tree (editors/zoinks)Edwin Groothuis2003-10-064-0/+49
Zoinks is a programmer's editor and development environment for Unix/X11 systems. The editor has features similar to Mac text editors like MPW and CodeWarrior. It also has some features for HTML authoring. Zoinks supports comparing/diffing files and directory hierarchies. It also supports inputting and editing multi-byte text (e.g. Japanese and other Asian languages). PR: ports/54886 Submitted by: Mike Lockwood <mike@mikelockwood.com> Notes: svn path=/head/; revision=90440