summaryrefslogtreecommitdiff
path: root/x11-fonts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.0.p4.Shigeyuki Fukushima2001-03-083-15/+14
| | | | Notes: svn path=/head/; revision=39228
* Move this ports to appropriate place.Takanori Watanabe2001-02-218-153/+0
| | | | | | | Submitted by:MAINTAINER Notes: svn path=/head/; revision=38560
* Adding monafonts ,x11 kanji propotial fonts.Takanori Watanabe2001-02-218-0/+153
| | | | | | | Submitted by:nobutaka@nobutaka.com Notes: svn path=/head/; revision=38547
* Commited, thanks.Mikhail Teterin2001-02-074-71/+79
| | | | | | | | PR: ports/24506 Submitted by: mi Notes: svn path=/head/; revision=38087
* Style fixes for x11-fonts.Jimmy Olgeni2001-02-057-7/+7
| | | | Notes: svn path=/head/; revision=38011
* Use tabs only to indent assignments (whitespace only).Jimmy Olgeni2001-02-041-1/+1
| | | | Notes: svn path=/head/; revision=37954
* Fix typo: particularily -> particularlyJimmy Olgeni2001-01-311-1/+1
| | | | Notes: svn path=/head/; revision=37847
* Take over maintainership.Jimmy Olgeni2001-01-311-1/+1
| | | | Notes: svn path=/head/; revision=37846
* Fix some typos.Jimmy Olgeni2001-01-311-4/+4
| | | | | | | PR: 20561 (and one more fix: "particularly") Notes: svn path=/head/; revision=37845
* Use proper capitalization (freebsd.org -> FreeBSD.org)Jimmy Olgeni2001-01-243-3/+3
| | | | | | | Noted by: sobomax Notes: svn path=/head/; revision=37538
* Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org)Jimmy Olgeni2001-01-243-3/+3
| | | | Notes: svn path=/head/; revision=37537
* New port: TrueType core fonts for the Web.Clive Lin2001-01-207-0/+164
| | | | | | | | PR: 24431 Submitted by: Konstantinos Konstantinidis <kkonstan@duth.gr> Notes: svn path=/head/; revision=37366
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-164-17/+17
| | | | Notes: svn path=/head/; revision=37252
* Update master site and home page.Trevor Johnson2001-01-092-2/+2
| | | | | | | | PR: 24192 Submitted by: Joseph Scott <joseph@randomnetworks.com> and myself Notes: svn path=/head/; revision=37026
* Add geminifonts 1.0, a set of ukrainian koi8-u fonts for X.Will Andrews2000-12-037-0/+143
| | | | | | | | PR: 22425 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=35633
* Typo: 100dpi --> 75dpiSADA Kenji2000-12-032-2/+2
| | | | Notes: svn path=/head/; revision=35622
* Maintainer update to better handle X 4Doug Barton2000-11-261-2/+9
| | | | | | | | PR: ports/22844 Submitted by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=35424
* PORTNAME is fontDefaultBitmaps, not fontDefaultBitmap.Satoshi Asami2000-11-251-1/+1
| | | | Notes: svn path=/head/; revision=35419
* jmk-x11-fonts, Jim Knoble's font package for XMIHIRA Sanpei Yoshiro2000-11-186-0/+159
| | | | | | | | PR: ports/20722 Submitted by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=35237
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-071-1/+1
| | | | | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days. Notes: svn path=/head/; revision=34892
* Revert previous commit and just change 6 to ${XAWVER}. (The previousSatoshi Asami2000-11-031-7/+2
| | | | | | | | version didn't work anyway, since USE_IMAKE was defined after include of bsd.port.pre.mk....) Notes: svn path=/head/; revision=34704
* Fix the following problem:Satoshi Taoka2000-11-021-1/+6
| | | | | | | | | | In XFree86-4, version of libneXtaw is 7 instead of "6" in XFree86-3. (Is it true ?) Obtained from: bento Notes: svn path=/head/; revision=34658
* Tell users that not all these fonts are free.Trevor Johnson2000-10-152-1/+5
| | | | | | | | PR: 21907 Submitted by: Dag-Erling Smørgrav Notes: svn path=/head/; revision=33849
* Some of these fonts are not freely redistributable. Add RESTRICTEDTrevor Johnson2000-10-151-0/+1
| | | | | | | | | | line and describe some of the restrictions. PR: 21907 Submitted by: Dag-Erling Smørgrav <des@yes.no> Notes: svn path=/head/; revision=33848
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-088-8/+8
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Correct CATEGORIES - make first category in the CATEGORIES list matching parentMaxim Sobolev2000-10-041-1/+1
| | | | | | | directory. Notes: svn path=/head/; revision=33401
* Remove an unwanted .orig file from the PLIST, and fix a coupleAde Lovett2000-09-173-3/+4
| | | | | | | | | | of typos in the pkg/DESCR. PORTREVISION bumped. PR: 20562 Submitted by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=32770
* Add urwfonts 1.0, another font collection for X.Will Andrews2000-09-167-0/+160
| | | | | | | | PR: 20560 Submitted by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=32671
* Add nucleus 0.77, another font package (some mozilla stuff in there).Will Andrews2000-09-167-0/+186
| | | | | | | | PR: 20559 Submitted by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=32669
* Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients andSatoshi Asami2000-09-122-2/+16
| | | | | | | | | RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. Submitted by: bento Notes: svn path=/head/; revision=32551
* Add depend-mechanism on XFree86-4.Shigeyuki Fukushima2000-09-101-1/+7
| | | | | | | Submitted by: asami Notes: svn path=/head/; revision=32495
* Typo (X11_BASE -> X11BASE).Satoshi Asami2000-08-251-1/+1
| | | | | | | Submitted by: bento (well, sort of) Notes: svn path=/head/; revision=31979
* Update to 4.0.1. Remove libraries from -clients. Try to extractSatoshi Asami2000-08-2518-127/+188
| | | | | | | | | only what each port needs. Other miscellaneous bug fixes. Submitted by: maintainer Notes: svn path=/head/; revision=31962
* Delete extra directories after pkg_deleteSatoshi Taoka2000-08-251-0/+2
| | | | | | | Obtained from: bento Notes: svn path=/head/; revision=31950
* To delete extra files and directories after pkg_deleteSatoshi Taoka2000-08-252-0/+9
| | | | | | | Obtained from: asami Notes: svn path=/head/; revision=31948
* Make these COMMENT files conform to Handbook standard.Will Andrews2000-08-111-1/+1
| | | | | | | | PR: 20269 Submitted by: Ports Fury Notes: svn path=/head/; revision=31525
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-032-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix MASTER_SITESKevin Lo2000-07-223-179/+179
| | | | | | | | | - Use gzip to compress font files PR: 20105 Submitted by: Ports Fury Notes: svn path=/head/; revision=30959
* Fix PLIST.Akinori MUSHA2000-07-191-0/+4
| | | | | | | | PR: ports/20034 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Notes: svn path=/head/; revision=30870
* Activate bitmap-fonts instead of bitmap-font.Shigeyuki Fukushima2000-07-191-1/+1
| | | | Notes: svn path=/head/; revision=30837
* Repo-copy from x11-fonts/bitmap-font.Shigeyuki Fukushima2000-07-193-18/+23
| | | | | | | Change distfile: this port's distfile only includes bitmap font files. Notes: svn path=/head/; revision=30836
* Update to 3.0.Will Andrews2000-07-152-2/+2
| | | | | | | | PR: 19933 Submitted by: Ports Fury Notes: svn path=/head/; revision=30668
* Tidy up COMMENT.Maxim Sobolev2000-07-131-1/+1
| | | | | | | | PR: 19799 Submitted by: Nishimura Takashi <takashi@ueda.info.waseda.ac.jp> Notes: svn path=/head/; revision=30573
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-291-1/+2
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* Add the only file I missed it the last p5-* mega-update.Will Andrews2000-06-171-0/+11
| | | | | | | Patch submitted by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=29659
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-171-7/+6
| | | | | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=29658
* Make PLIST match BSD.x11.dist. Mostly cosmetic (added/deleted @dirrmSatoshi Asami2000-06-094-6/+1
| | | | | | | | | | | | etc.) but I added five .o files to Server. When we move to these ports as default, BSD.x11.dist will be changed so we can get rid of all the @dirrm's. Submitted by: bento Notes: svn path=/head/; revision=29468
* Split up XFree86-4 into several pieces. Pretty green, please test with care.Satoshi Asami2000-06-0837-0/+1447
| | | | | | | | Submitted by: taguchi@tohoku.iij.ad.jp Approved (in spirit) by: jmz (XFree86 port maintainer) Notes: svn path=/head/; revision=29389
* Fixed taipei16.bdf in this portSatoshi Taoka2000-06-081-0/+38
| | | | | | | | | | (Xserver crashes if you use the old one) PR: 17612 Submitted by: Christopher Hall <hsw@acm.org> Notes: svn path=/head/; revision=29372
* Remove empty fonts.dir and fonts.alias files. (Note chinese/kcfonts stillSatoshi Asami2000-06-011-0/+1
| | | | | | | leaves fonts.alias behind -- it is not removing any entries from that file.) Notes: svn path=/head/; revision=29026