summaryrefslogtreecommitdiff
path: root/editors/yudit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for -CURRENT, malloc.h->stdlib.hPatrick Li2002-01-021-0/+4
| | | | | | | Spotted by: Bento Notes: svn path=/head/; revision=52482
* - Upgrade to version 1.6Kevin Lo2001-02-113-27/+41
| | | | | | | | | | - I fix pkg-plist PR: 24966 Submitted by: MAINTAINER Notes: svn path=/head/; revision=38197
* Add USE_XLIB, USE_FREETYPE doesn't imply it anymore.Satoshi Asami2000-11-131-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=35064
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Give a proper DISTNAME in the new PORT{NAME,VERSION} regime.Steve Price2000-05-281-0/+1
| | | | Notes: svn path=/head/; revision=28805
* Update to 1.5 patch1Chris Piazza2000-05-202-3/+8
| | | | Notes: svn path=/head/; revision=28620
* Add MASTER_SITE and WWWChris Piazza2000-05-202-1/+4
| | | | Notes: svn path=/head/; revision=28619
* Remove empty comment linesChris Piazza2000-05-201-3/+0
| | | | Notes: svn path=/head/; revision=28618
* Finish converting editors/ to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27506
* Update to 1.5Satoshi Taoka2000-02-183-5/+17
| | | | | | | | PR: 16725 Submitted by: maintainer Notes: svn path=/head/; revision=25978
* Ports no longer need to pass CXXFLAGS to configure. bsd.port.mk does thisJeremy Lea2000-01-291-1/+1
| | | | | | | for them. Notes: svn path=/head/; revision=25296
* remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsMichael Haro1999-12-241-1/+1
| | | | | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=23999
* Bump freetype's lib numberJustin M. Seger1999-11-251-1/+1
| | | | Notes: svn path=/head/; revision=23312
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Update to vertion 1.3Satoshi Taoka1999-04-163-32/+38
| | | | | | | | PR: 11159 Submitted by: Chris Piazza cpiazza@home.net Notes: svn path=/head/; revision=17902
* Upgrade to v1.2.Jun Kuriyama1998-12-273-4/+19
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=15653
* Use libttf.3 of the new freetype 1.2Justin M. Seger1998-12-121-2/+2
| | | | Notes: svn path=/head/; revision=15309
* Multi-lingual unicode text editor with TTF support.Jun Kuriyama1998-12-075-0/+113
(with unicode converter and print utility) PR: ports/8136 Submitted by: Ricardas Cepas <rch@richard.eu.org> Notes: svn path=/head/; revision=15182