aboutsummaryrefslogtreecommitdiff
path: root/editors/zoinks/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-1/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209683
* - UnbreakMartin Wilke2007-11-051-6/+4
| | | | | | | | | | | - Fix build with gcc 4.2 PR: 117776 Submitted by: pietro cerutti <gahr@gahr.ch> Approved by: portmgr (pav) Notes: svn path=/head/; revision=202506
* Mark as broken with gcc4.2.Mark Linimon2007-10-021-1/+7
| | | | Notes: svn path=/head/; revision=200598
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Support WITHOUT_NLSKirill Ponomarev2004-07-111-1/+8
| | | | Notes: svn path=/head/; revision=113384
* 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-271-2/+2
| | | | | | | | 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-061-0/+35
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