summaryrefslogtreecommitdiffstats
path: root/x11-fonts
Commit message (Collapse)AuthorAgeFilesLines
* Really use libneXtawvs2005-08-291-1/+3
| | | | | PR: ports/85392 Submitted by: Ports Fury
* Move setup instructions to PKGMESSAGE.olgeni2005-08-283-10/+11
|
* - Update to 1.13ahze2005-08-282-3/+4
|
* - Remove ttmkfdir dependency and do not use it, using static method bymezz2005-08-283-122/+667
| | | | | | | | | | | | | | | | | | | | | | | add fonts.dir in webfonts/files/. It's easier on us for no prefer what to use tools. For example, if you install Xorg and why do you need ttmkfdir when there have mkfontscale and mkfontdir that came with Xorg? - Add run fc-cache like bitstream-vera port has, useful for the new Xorg/XFree86 and other desktops. - Remove the rename, leave the default alone to avoid cause a few apps crash. - Move LICENSE in DOCSDIR instead in font directory. - Remove too many targets, they aren't need and the complicate isn't need too. - Correct the extract way, now it will extracting in WRKSRC. - Remove WITH_NETSCAPE_ALIASES, there's no Netscape 4.x in ports tree. - A few other cleans up. BTW: If it causes any different language font problem, please let me know and I will be happy to try to fix it. PR: ports/84201 Approved by: Konstantinos Konstantinidis <konstand@gmail.com> (maintainer) Tested by: keramida (Greek font)
* - Update CJK patch to fix bug which caused Firefox to crash on startuppav2005-07-152-5/+6
| | | | Submitted by: chinsan <chinsan.tw@gmail.com>
* - Readd WITH_CJK knob with an updated patchpav2005-07-152-0/+8
| | | | Submitted by: nobutaka
* - Remove WITH_CJK knob and patch, it was merged into 2.1.7pav2005-07-142-8/+0
| | | | Submitted by: chinsan <chinsan.tw@gmail.com>
* - Restore distinfo for WITH_CJK knobpav2005-07-141-0/+2
| | | | | PR: ports/83446 Submitted by: chinsan <chinsan.tw@gmail.com>
* Update to 2.1.7.marcus2005-07-144-71/+5
|
* Change the software's Makefile to run `mkfontdir' in the destinationmi2005-07-112-1/+18
| | | | | | directory after install instead of the ${WRKSRC} after build. This works around a bug in Xorg's mkfontdir, which lists both -- the bdf-sources and the pcf-binary fonts -- in the generated fonts.dir.
* Update to 0.35erwin2005-07-063-65/+57
|
* - Update to 1.11ahze2005-06-222-3/+3
|
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-175-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD tools to strip binaries anymore, so it's not neccesary anymore to override STRIP and STRIP_CMD. - USE_LINUX_PREFIX implies NO_MTREE now. - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries instead upon the native FreeBSD libraries. - The variable LINUX_BASE_PORT contains a string which is suitable as an item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the default (or overriden) linux base, ${LINUX_BASE_PORT} should be used instead of a hardcoded reference. - Change all ports to comply to the "new world order". - The Ports Collection now allows to override the default linux_base port. Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}). - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base port and if USE_LINUX isn't set to "yes" (case insensitive), the port will be marked as IGNORE. [1] - Readd USE_LINUX knobs into several ports and make several uses of a conditional dependency ("USE_LINUX?=") into an unconditional one ("USE_LINUX=") which where removed/changed by Trevor to allow the use of alternative linux_base ports. While this is a nice goal, the implementation resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob in this commit is supposed to fix the problem while keeping the feature. Basicaly this includes a backout of Trevor's commit, to prevent confusion I mention it here explicitely. - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports. Chase dependencies for this. - Changes to make linux_devtools installable on amd64, remove some stray device nodes (they don't work on recent OS versions and aren't really needed). - Make linux_base-8 PREFIX clean and remove some stray device nodes. Additionally tell a little bit more about how to setup NIS/YP [2]. - Update the PGSQL dependency in the linux-opengroupware port to a recent version (the old one isn't available anymore), I don't know if this works (at least it isn't more broken than before). - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux ports, the former path exists already and gets populated by other packages too (PREFIX=LINUXPREFIX!). - Fix some obvious (non-linuxolator) bugs in some linux ports while being there. - Bump PORTREVISION where neccesary. Requested by: portmgr (linimon) [1] Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2] Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout) Tested on: ports cluster (kris) Reviewed by: silence on emulation@ Superseedes PR: 69997 Maintainer approval from: chris@chrisburkert.de cracauer@cons.org des girgen jamie@bishopston.net mezz mi nivit@users.sf.net pat simond@irrelevant.org riggs@rrr.de Udo.Schweigert@Siemens.com
* Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).lesi2005-06-158-24/+13
|
* Upgrade to XFree86 4.5.0.lesi2005-06-1518-33/+46
| | | | | | | | | | | | | | | | | | Ports changes: - Drop dependency on x11/wrapper. X server already contains this code (programs/Xserver/os/utils.c rev. 3.58). - Install default SecurityPolicy with XFree86-4-libraries, thus avoiding plists and who-owns-what complications between different fooServer ports. Copy default file to real one if that doesn't exist and remove both upon uninstall if they are the same. - Revert change to Imake.rules rev. 3.132 in devel/imake-4 port, since couple of ports break with this change (devel/imake-4/files/patch-Imake.rules) - Add grehans patches for PPC [1] - Several of directories that were previously in /etc/mtree/BSD.x11-4.dist were moved to respective ports pkg-plists PR: [1] 78345, 78346, 78348, 78352, 78353, 78354, 78355, 78356
* - Update to 1.10ahze2005-05-222-3/+3
|
* Add mgopen.jylefort2005-05-206-0/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The MgOpen typefaces are freely available and contain glyphs for viewing texts in Greek (written in the monotoniko system). The MgOpen typeface collection is composed of the following typefaces: - MgOpenCanonica is a serif typeface, based on the design of Times Roman. - MgOpenCosmetica is a sans-serif typeface, based on the design of Optima. - MgOpenModata is another sans-serif typeface. - MgOpenModerna is a sans-serif typeface, based on the design of Helvetica. Each family contains four fonts, namely all the combinations of regular and bold weight and upright and italic (or oblique) shape. All the fonts contain glyphs for the latin and greek alphabets (using the monotoniko system), while the fonts of the Canonica family also contain all the glyphs necessary for viewing Greek texts written in the polytoniko system. All the fonts use the Unicode encoding for characters and are in the TrueType format. The fonts, in their initial release, have some characters missing (the most important one being the Euro symbol). These shortcomings will be fixed in future releases. WWW: http://www.ellak.gr/fonts/mgopen/ PR: ports/81137 Submitted by: Panagiotis Astithas <past@ebs.gr>
* - MASTER_SITE is dead, mirror distfilepav2005-05-201-1/+3
| | | | Reported by: krismail
* Add wqy.jylefort2005-05-144-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | The wqy font includes all the CJK characters covered by the Unicode Standard 4.0. This font is created by merging GNU Unifont (by Roman Czyborra <roman@czyborra.com> and David Starner <dvdeug@debian.org>) with GBK 16 font from yh-3.1 (Yan Huang Chinese Platform, Redflag Linux, http://www.redflag-linux.com/). The CJK Unified Ideographs (U+4E00~U+9FA5) are now complete, and the quality of the bitmaps has improved significantly. This release is part of an ongoing effort from the WenQuanYi Project to create high-quality open-source bitmap Chinese fonts. Currently only bitmap fonts are available. TTF fonts are in progress. WWW: http://wqy.sourceforge.net/en/ WWW: http://sitaphi.com/pub/song_jian_biao/ PR: ports/80878 Submitted by: Dryice Liu <dryice@liu.com.cn>
* - Change maintainer's mail address.vanilla2005-05-033-5/+5
| | | | | | | | - Change URL of {MASTER,PATCH}_SITES where I distribute sources/patches. - mkbold/mkitalic: Make portlint happy. PR: ports/80538 Submitted by: maintainer
* Add tolkien-ttf, a collection of the best JRR Tolkien TrueType fontslawrance2005-04-226-0/+92
| | | | | | | | based on Daniel Steven Smith encoding system. PR: ports/79396 Submitted by: Andrew <obscure9@gmail.com> Approved by: clement (mentor)
* - Update to 1.9ahze2005-04-182-3/+3
|
* Change my MAINTAINER email address to jylefort@FreeBSD.orgjylefort2005-04-122-2/+2
| | | | Approved by: adamw (mentor)
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update from 1.14 to 1.15 -- the older distfile is no longer available.mi2005-04-102-3/+3
| | | | Approved by: Thierry Thomas (maintainer)
* - Update to 3.0.1pav2005-04-103-7/+13
| | | | | PR: ports/79757 Submitted by: Ports Fury
* Remove XAWVER from neXtaw LIB_DEPENDS re. neXtaw will be depended upon justlesi2005-04-101-1/+1
| | | | | | | fine without explicit version in there, while specifying it can occasionally confuse (cf. ports/78527). Packages depend on specific versions of neXtaw and X libraries anyway and ports will get the right version number through imake.
* fix packaging on 4oliver2005-04-071-1/+1
| | | | | Sponsored by: Dejan Lesjak <dejan.lesjak@ijs.si> Noted by: pointyhat
* Update x11-fonts/mkbold-mkitalic to 0.09.danfe2005-04-063-5/+4
| | | | | PR: ports/79568 Submitted by: maintainer
* Fix a crash that can occur when using TrueType fonts. This should havemarcus2005-03-272-0/+13
| | | | | | | | | gone in with X.Org 6.8.2, but since we're using the external libXft library, it was missed. Reported by: adamw Obtained from: Freedesktop.org CVS Approved by: portmgr (implicit)
* Generate proper package listing when using new mtree from xorg-server port.lesi2005-03-182-1/+10
|
* Upgrade X.Org ports to 6.8.2.lesi2005-03-1730-150/+62
| | | | | | | | | | | | | | | | | | | | | Release notes are available at http://www.x.org/X11R6.8.2/doc/RELNOTES.html Thanks to kris and krion for running several cluster test builds, maintainers of GNOME for prompt responses, portmgr for postponing ports freeze for this update, testers on FreeBSD-X11@ list and others that I might have mised here. Also included: - fix for ATI Mobility on Dell Inspiron 7500 (obtained from Marc Aurele La France; obtained and tested by julian) - fix for kbd driver on Sparc64 (tested by Aaron Dudek, Michael G. Jung and Matthias Muthmann), which still appears to have problems with some keyboards - so - fix for kbd driver on PC98 (reported and tested by NAKAJI Hiroyuki; PR ports/77217) - fix for i810 on HP D530 (obtained from Egbert Eich; obtained and tested by Anders Nor Berle; PR ports/74757)
* Reset maintainer to ports@FreeBSD.orgskv2005-03-172-3/+1
| | | | Approved by: portmgr (krion)
* Update to the latest Firefly patchset. This patchset makes CJK TrueType fontsmarcus2005-03-163-13/+7
| | | | | | | prettier. PR: 78886 Submitted by: hamigua <hamigua@cuc.cn>
* - Update to 1.8ahze2005-03-143-12/+10
| | | | Thanks to lesi for not letting me go insane.
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
|
* Add mathfonts 4.1, mathematica fonts for MathML-enabled Mozilla.thierry2005-03-066-0/+120
| | | | | These fonts are required to display MathML pages with Mozilla or Firefox.
* Add texcm-ttf 20010117, teX's Computer Modern Fonts.thierry2005-03-066-0/+87
| | | | | These fonts are required to display MathML pages with Mozilla or Firefox.
* Remove hardcoding of MTREE_FILE. This is handled in bsd.port.mk sincelesi2005-03-061-1/+0
| | | | rev. 1.503 for ${PREFIX} == ${XPREFIX} cases.
* Add another MASTER_SITE. It's ridiculously slow (I neveradamw2005-03-051-1/+2
| | | | got above 4 Kbps), but at least that server's alive.
* Remove the now-redundant MTREE file selection code. This is handled inmarcus2005-03-042-12/+0
| | | | | | bsd.port.mk. Requested by: lesi
* Re-add the distinfo entries for the CJK patch.marcus2005-02-241-0/+2
| | | | | PR: 78032 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* Update to 0.07.hrs2005-02-232-4/+4
| | | | | | | | | | | | | | | | | The previous versions can generate corrupted output when the input BDF font file contains a '%' character. The users should update this port and rebuild all of BDF files generated by the old ones if any. Also, the previous versions have a possible format string vulnerability which can be triggered by a maliciously-crafted BDF font file. Reported by: SHIOZAKI Takehiko (st at be dot to), Tod McQuillin (devin at spamcop dot net) Suggested by: KANOU Hiroki (kanou at khdd dot net) Fixed by: caffeine@m13.alpha-net.ne.jp (Author) Approved by: KOMATSU Shinichiro (maintainer) Security: the previous versions have a format string vulnerability
* Update to 4.11.nork2005-02-205-56/+671
| | | | | | PR: ports/77762 Submitted by: Kang-min Liu <gugod@gugod.org> (maintainer) Pointed out by: pointyhat via kris
* Use x11-fonts/mkbold-mkitalic rather than x11-fonts/mkbold|mkitalic. Sonork2005-02-191-2/+2
| | | | | | | change dependency on x11-fonts/mkbold|mkitalic to x11-fonts/mkbold-mkitalic. Submitted by: KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp> Approved by: maintainer timeout (1 week)
* Use an alternate (working) MASTER_SITE which only has bzip2 distfiles.marcus2005-02-192-5/+4
|
* Use the correct plist.marcus2005-02-161-1/+9
|
* - Avoid dependency on X libraries [1]pav2005-02-152-4/+5
| | | | | | | - Portlint PR: ports/77503 [1] Submitted by: Rui Lopes <rui@ruilopes.com>
* - Play hide'n'seek with fd.o peoplepav2005-02-141-1/+1
| | | | Reported by: krismail
OpenPOWER on IntegriCloud