summaryrefslogtreecommitdiff
path: root/x11-fonts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* a) Fix some additional undetected fonts,Maho Nakata2003-07-272-11/+18
| | | | | | | | namely the amsps and cmps fonts. b) bump portrevision PR: 54892 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* Updated the foundries. Especially for print/gsfont (See also PR #54647)Maho Nakata2003-07-271-0/+107
| | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> (former maintainer)
* Fix dependence on rpm2cpio.Trevor Johnson2003-07-201-2/+2
| | | | Submitted by: Phil Pennock
* This is a first for me. Correct a typo in the patch _name_ so the patchJoe Marcus Clarke2003-07-192-1/+1
| | | | actually gets applied.
* Revert some of the FreeType code in fontconfig to fix some font renderingJoe Marcus Clarke2003-07-182-1/+644
| | | | | | issues with Adboe fonts (particularly Helvetica and Times). Reported by: many
* Fix a problem with certain languages not having any fonts in Mozilla andJoe Marcus Clarke2003-07-182-0/+16
| | | | Mozilla-based browsers.
* Update to 2.2.90.Joe Marcus Clarke2003-07-183-2/+4
|
* Correct misplaced spacesTilman Keskinoz2003-07-091-2/+2
| | | | | PR: 54269 Submitted by: Dominic Marks <dom@cus.org.uk>
* Remove WWW tag: the referenced page does not say anything about the fontsJimmy Olgeni2003-07-022-4/+0
| | | | any more.
* Unbreak fetch: use MASTER_SITES_SOURCEFORGE.Jimmy Olgeni2003-06-291-1/+1
|
* Use MASTER_SITES_SOURCEFORGE.Jimmy Olgeni2003-06-291-1/+1
|
* Unbreak fetch using MASTER_SITES_SOURCEFORGE.Jimmy Olgeni2003-06-291-1/+1
|
* update maintainer's email address.Yen-Ming Lee2003-06-241-2/+2
| | | | | PR: 53658 Submitted by: Dominic Marks <dom@cus.org.uk>
* Update to 2.2.1.Joe Marcus Clarke2003-06-172-2/+2
|
* Utilize USE_GNOME= pkgconfig.Adam Weinberger2003-06-161-3/+1
|
* Change to my FreeBSD.org addressErwin Lansing2003-06-121-1/+1
|
* Fix master siteAndrey A. Chernov2003-06-011-1/+1
|
* imaintainer-update x11-fonts/p5-Font-TTF to 0.34Edwin Groothuis2003-05-222-2/+2
| | | | | | | update to 0.34 PR: ports/52560 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Update to 2.1.2. This wraps up a lot of our patches, and fixes some otherJoe Marcus Clarke2003-05-1422-992/+120
| | | | rendering bugs.
* Reset Maintainer addressTilman Keskinoz2003-04-291-1/+1
| | | | | Submitted by: Brett Taylor <brett@peloton.radford.edu> (old maintainer) PR: 51601-51606
* Always use "/etc/X11/XF86Config" as the default file for fontJimmy Olgeni2003-04-266-8/+6
| | | | | | configuration. Suggested by: Matt Mills <matt_mills@btopenworld.com>
* Add a patch to fix PCF glyph problems.Joe Marcus Clarke2003-04-254-2/+74
| | | | Obtained from: Xft CVS
* Convert to new GNOME infrastructure, and sign over to gnome@.Joe Marcus Clarke2003-04-221-5/+2
|
* Update to 2.2.0, the fontastic-everything-finally-works release.Joe Marcus Clarke2003-04-224-71/+2
|
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-202-2/+0
|
* Add patch to avoid dereferencing a NULL pointer in freetype2. This fixesJoe Marcus Clarke2003-04-182-0/+47
| | | | | | | | a crash with certain monotype fonts such as the Windows FixedSys fonts. Note, the real fix should go into freetype2, but I'm still waiting for feedback from them. Obtained from: Fontconfig CVS
* Add a missing '\'.Joe Marcus Clarke2003-04-171-1/+1
|
* At least one person had problems fetching 2.1.94. Add another dist site.Joe Marcus Clarke2003-04-171-1/+2
| | | | Reported by: ijliao
* Update to the release version, 1.10.Joe Marcus Clarke2003-04-176-78/+77
|
* Update to 2.1.94.Joe Marcus Clarke2003-04-162-2/+2
|
* Make the fonts.dir more detailed, i.e. qualify the font names with fullAdam Weinberger2003-04-152-14/+15
| | | | | | | | X-style font names. PORTREVISION bump. PR: 50976 Submitted by: Michal Pasternak <dotz@irc.pl> Approved by: Dominic Marks <dom@cus.org.uk> (maintainer)
* Chase home page.Trevor Johnson2003-04-151-1/+1
| | | | Submitted by: Michal Pasternak
* Update to 2.1.93.Joe Marcus Clarke2003-04-137-104/+13
|
* Do not install the included mozilla fonts: x11-fonts/mozilla-fontsJimmy Olgeni2003-04-123-106/+13
| | | | already exists...
* Fix a segfault that can occur when mixing RENDER and non-RENDER fonts.Joe Marcus Clarke2003-04-064-2/+42
| | | | Obtained from: XFree86 CVS
* * Allow these ports to build in a read-only ${PORTSDIR} [1]Joe Marcus Clarke2003-04-051-2/+1
| | | | | | * Remove USE_GNOMENG macro Requested by: Cory Bajus <cbajus@mts.net> [1]
* fontconfig-config is no longer installed. Therefore, Xft wasn't beingJoe Marcus Clarke2003-04-042-2/+4
| | | | | | | | | linked against libfontconfig. This broke KDE since KDE expected libfontconfig to be imported via Xft. GNOME was okay since it uses pkg-config, and explicitly linked against fontconfig. Reported by: Benjamin Lutz <benlutz@datacomm.ch> Bjarne Wichmann Petersen <kde.nospam@mekanix.dk>
* Revert previous commit since it caused an infinite recursion loopJoe Marcus Clarke2003-04-044-40/+2
| | | | | | in XFree86-clients. I'll commit this to pango instead. Requested by: will
* Borrow a little from kdelibs3, and add a dependency on the scalable fonts.Joe Marcus Clarke2003-04-044-8/+42
| | | | | Also, run fc-cache here as well as in fontconfig just to make sure we have some fonts installed.
* Update to 2.1.92. This is a hacked development version that should solveJoe Marcus Clarke2003-04-0416-326/+420
| | | | | | | | most of the Xft/fontconfig problems people are experiencing. Note that in this version, font caches do not have to exist for Xft applications to function properly. PR: 50482
* Add -f to fc-cache to force a font cache build. This fixes GNOMEJoe Marcus Clarke2003-03-282-6/+2
| | | | | | installation from packages. Reported by: murray
* Make sure the include directory exists before trying to copy files intoJoe Marcus Clarke2003-03-282-0/+6
| | | | | | | it. PR: 50392 Submitted by: edwin
* Set proper dependency.Shigeyuki Fukushima2003-03-251-2/+4
| | | | | PR: ports/49024 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Unbreak by merging changes from ports/49029 (patch-aa).Jimmy Olgeni2003-03-241-279/+319
|
* Move cabextract dependency from BUILD_DEPENDS to EXTRACT_DEPENDS toDmitry Sivachenko2003-03-191-2/+2
| | | | | | unbreak the build on systems without cabextract. Approved by: kris
* Fix a bug in fontconfig's configure script that was causing fonts.confJoe Marcus Clarke2003-03-132-2/+13
| | | | | | | | | | to not include /usr/X11R6/lib/X11/fonts if XFree86 was not installed. This was in turn leading to crashes in things such as xclock. This bug has been filed with fontconfig's Bugzilla as bug #45. Reported by: many Brought to my attention by: anholt Approved by: portmgr (will)
* Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-develEric Anholt2003-03-1115-50/+97
| | | | | | | for being outdated. Thank you to all the testers and people who submitted patches for this update. Approved by: portmgr
* Update portMichael C . Wu2003-03-113-66/+98
| | | | | PR: 49029 Submitted by: gugod@gugod.org
* Home page and MASTER_SITE moved.Jimmy Olgeni2003-03-082-2/+2
| | | | Approved by: kris
* Clear moonlight beckons.Ade Lovett2003-03-0732-16/+16
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.