aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/iiimf-le-canna
ModeNameSize
-rw-r--r--Makefile1574logstatsplainblame
-rw-r--r--distinfo204logstatsplainblame
d---------files197logstatsplain
-rw-r--r--pkg-descr248logstatsplainblame
-rw-r--r--pkg-plist188logstatsplainblame
dd arkpandora 2.04,krion2004-08-186-0/+133 | | | | | | | | | | | | | | | | | | | This font pack is designed for screen and print and as a "drop-in" replacement for Arial and Time New Roman, so people can stop using not-so-free Webfonts from Microsoft. You get the following fonts: Aerial, Aerial Mono, Tymes & Veranda (no this is not a typo). It will automatically make the fonts recognizable by the system. It also makes Aerial the default font for the Sans-Serif and Tymes the Serif font types. The fonts are derived from the Bitstream Vera fonts and are available under the same terms as Vera. PR: ports/70564 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> * - Use more correct path for fonts, to be exact, use X prefix andvs2004-08-133-43/+57 | | | | | | | | | install fonts to ${PREFIX}/lib/X11/fonts/urwfonts-ttf. - Add pkg-message with some description how to get X server to know about installed fonts. PR: ports/70375 Submitted by: Roman Bogorodskiy * Reset maintainer. Much thanks to Stijn for maintaining the ports so far!vs2004-08-101-1/+4 | | | | | PR: ports/70203 Submitted by: Stijn Hoop (maintainer) * Update XFree86 clients to 4.4 release. Release notes are available atmarcus2004-08-1019-40/+97 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://www.xfree86.org/4.4.0/RELNOTES.html PR: ports/67733 imake ports/67508 libraries ports/67510 clients ports/67513 server ports/67776 100dpi fonts ports/67777 75dpi fonts ports/67778 cyrillic fonts ports/67779 default bitmap fonts ports/67781 font encodings ports/67783 scalable fonts ports/67784 font server ports/67785 XFree86 meta-port ports/67775 documents ports/67786 manpages ports/67787 nest server ports/67788 print server ports/67789 virtual framebuffer server ports/56487 (Upgrading Xfree86-clients from ports overwrites xdm config files) ports/44252 (XFree86-4-Server port removes/overwrites config files) Submitted by: Dejan Lesjak (dejan DOT lesjak AT ijs DOT si) Additional changes by: anholt Jung-uk Kim (jkim AT niksun DOT com) arved Tested by: pointyhat linimon * I have forgotten to remove the lthack. The USE_LIBTOOL_VER and lthack shouldmezz2004-07-271-1/+1 | | | | not be together. * Register missing CONFLICTS, mostly on xorg-libraries-*anholt2004-07-271-1/+1 | | | | Reported by: Kent Stewart <kstewart@owt.com> * Use the correct version of libtool 13 -> 15 to avoid install the *.la files.mezz2004-07-261-1/+1 | * - Add a patch to support some Ghostscript fonts.hrs2004-07-253-11/+33 | | | | | | | - Use DOCSDIR. - Take maintainership. Approved by: linimon (mentor) * - Extend IGNORE message, point users to instructions how to switchpav2004-07-248-8/+8 | | | | | | from XFree86-4 to X.Org. Approved by: anholt (x11 hat) * - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-2432-108/+116 | | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl) * Start QT2 deorbit by removing expired ports.arved2004-07-235-60/+0 | * Change maintainer's mail.krion2004-07-211-1/+1 | | | | | | | Fix MASTER_SITES PR: ports/69338 Submitted by: maintainer * Canonicalize MASTER_SITES a bit, to ease sorting by dumb scripts (ranksites)eik2004-07-071-3/+3 | | | | Approved by: mi@aldan.algebra.com (maintainer) * Update to 2.2.3.marcus2004-07-032-3/+3 | * add a missing dependency to XFree86-4-clientsoliver2004-06-211-0/+2 | | | | Noted by: kris * A number of fonts which are useful for TV applicationsoliver2004-06-206-0/+100 | * New port: xorg-fontserver taken from X.Org release 6.7.0.anholt2004-06-116-0/+78 | * Sync with new bsd.autotools.mkade2004-06-051-1/+1 | * Register CONFLICTS on new xorg ports.anholt2004-05-316-0/+12 | * Add xorg-fonts-truetype, a port of the X.Org TrueType fonts (bitstream-veraanholt2004-05-317-0/+91 | | | | provided by the existing port). * Add xorg-fonts-miscbitmaps, a port of the X.Org "misc" bitmap fonts.anholt2004-05-316-0/+461 | * Add xorg-fonts-cyrillic, a port of the X.Org Cyrillic bitmap fonts.anholt2004-05-316-0/+133 | * Add xorg-fonts-75dpi, a port of the X.Org 75 dpi bitmap fonts.anholt2004-05-316-0/+1945 | * Add xorg-fonts-100dpi, a port of the X.Org 100 dpi bitmap fonts.anholt2004-05-316-0/+1945 | * Add xorg-fonts-encodings, a port of the X.Org font encoding files.anholt2004-05-316-0/+91 | * Add xorg-fonts-type1, a port of the X.Org Type1 fonts.anholt2004-05-316-0/+110 | * Start the QT2 deorbit by marking all ports that depend non-optionalarved2004-05-171-0/+3 | | | | | | on qt23 DEPRECATED Suggested by: eik * Remove conditional %%PORTDOCS%% since the docs will be installed no mattermarcus2004-05-121-132/+132 | | | | what. * Fix some portlint warnings, and use lthack to eliminate the needs for amarcus2004-05-123-145/+136 | | | | | | patch. Submitted by: krion * Update to 1.4.2, fixing a buffer overflow in dirfile.c.anholt2004-05-076-40/+5 | * Display install instructions using pkg-message.olgeni2004-05-029-31/+34 | * Move install instructions to pkg-message.olgeni2004-05-023-10/+11 | * Move install instructions from pkg-descr to pkg-message.olgeni2004-05-013-10/+11 | | | | | PR: 65529 Submitted by: Jason Bacon <bacon(at)smithers.neuro.mcw.edu> * Add artwiz-aleczapka 1.3, a set of (improved) artwiz fonts.thierry2004-05-016-0/+80 | | | | | PR: 66106 Submitted by: Matt Lancereau <matt@rimasec.net> * Use the right MTREE_FILEarved2004-04-191-0/+1 | | | | Reported by: kris * - Update maintainer's addresspav2004-04-172-2/+2 | | | | | PR: ports/65663 Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp> (maintainer) * Tidy up whitespace.trevor2004-04-111-1/+1 | * Use SORT macro. Clarify COMMENT. Use PLIST_DIRS. Drop maintainership.trevor2004-04-071-3/+3 | * Add gentium 1.0.1, gentium TrueType font collection.thierry2004-04-0413-0/+381 | | | | | | PR: 65044 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: mat (mentor) * Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2 | | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651 * SIZEify (maintainer timeout)trevor2004-03-3122-0/+34 | * SIZE update jumbo-commit.bms2004-03-251-0/+1 | | | | Submitted by: trevor * Declare CONFLICTS between freedesktop.org X extension/library ports andlofi2004-03-251-0/+2 | | | | XFree86-libraries. * Update to 2.1.6 with the official freetype2-2.1.7 fix.marcus2004-03-233-61/+3 | * Fix build with freetype2-2.1.7.marcus2004-03-223-0/+36 | * - Fix build with new freetypepav2004-03-223-5/+44 | * Add size data, approved by maintainers.trevor2004-03-211-0/+1 | * Add size data.nork2004-03-201-0/+1 | | | | | Submitted by: trevor Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan. * Revert a portion of the font rendering code that enforces strict bitmap fontmarcus2004-03-192-0/+58 | | | | | sizes. This was causing a problem loading certain fonts. This code is now equivalent to Xft-2.1.2. * SIZE-ify my ports.thierry2004-03-191-0/+1 | | | | | Submitted by: Trevor Johnson <trevor@FreeBSD.org> Approved by: mat (mentor). * Add SIZE data.olgeni2004-03-196-0/+6 | | | | Submitted by: trevor * Update to 4.7, patch 1. Notable changes in this release:naddy2004-03-195-43/+36 | | | | | | | * Completely revamped the PSF font import/export system to make it actually useable. * Changed to use FreeType 2. * Miscellaneous fixes. * Add size data, approved by maintainers.trevor2004-03-192-0/+2 | * - Add SIZE to GNOME portspav2004-03-181-0/+1 | | | | Submitted by: trevor * SIZEify.trevor2004-03-183-0/+3 | * Add libXft after a repo-copy from Xft and update to 2.1.5. libXft is simplymarcus2004-03-173-6/+6 | | | | | a renamed version of the Xft port after it was added to the Freedesktop X11 libs project. * Remove Xft. This port has been renamed libXft.marcus2004-03-176-106/+0 | * "Update" to 2.2.2, the latest stable release with a PORTEPOCH bump.marcus2004-03-176-678/+19 | * o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-141-2/+2 | | | | o Bump $PORTREVISION. * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. * Avoid "size unknown" error by setting DISABLE_SIZE.trevor2004-03-131-0/+1 | * - Style: s/@freebsd.org/@FreeBSD.org/pav2004-03-041-1/+1 | * - Fix MASTER_SITESclement2004-02-231-1/+1 | | | | | PR: 63235 Submitted by: Dominic Mitchell <dom@happygiraffe.net> (maintainer) * Apply studly caps to "FreeBSD".trevor2004-02-071-1/+1 | * Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-0614-7/+7 | * Use PLIST_FILES.trevor2004-02-068-5/+5 | | | | Reviewed by: marcus * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0410-6/+10 | | | | (Part 1) * patch fromtrevor2004-02-014-12/+4 | | | | | | | | <URL:http://people.freebsd.org/~trevor/ports/freeze-5.2/linux-misc-depends.diff> to fix dependencies: these ports need ports/archivers/rpm for their do-install, so they can can use the rpm2cpio that accompanies it Reviewed by: silence (two months) from portmgr and freebsd-ports-bugs * Make fetchable, add some mirrors from gimp-devel.olgeni2004-01-301-1/+5 | | | | Noticed by: kris * SIZEify.trevor2004-01-308-0/+9 | * Add size data.trevor2004-01-281-0/+1 | * Add size data.trevor2004-01-281-0/+1 | * Update to 1.4.1anholt2004-01-253-16/+5 | * No member of the kde@ team has touched anything related to Qt2 in ages, sowill2004-01-241-1/+1 | | | | stop pretending to maintain these ports. * Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-1/+1 | * New port: Prerelease version of libXfont from freedesktop.org:anholt2003-12-225-0/+60 | | | | | | | | X font libary Testing is encouraged, but please do not use these ports as dependencies until they are updated to release tarballs and the XFree86 ports have been updated to depend on them. * - Use canonical form (ports@FreeBSD.org) in MAINTAINER linesergei2003-12-211-1/+1 | * s/rpm2cpio/rpm2cpio.pl/ after the recent update of archivers/rpm2cpio (thenetchild2003-12-125-10/+10 | | | | | | | | | | script was renamed to solve a conflict with archivers/rpm) to fix possible build problems. I've tested this with lang/icc. Any new errors because of this commit in one of the modified ports may be because the ports previously may have used rpm2cpio from archivers/rpm instead of the used {EXTRACT,BUILD}_DEPENDS archivers/rpm2cpio. * Add Code2000, a shareware Unicode reference font. It contains over 34000 glyphs!pav2003-12-096-0/+158 | | | | | | | You should pay $5 to the author if you find this useful. PR: ports/60056 Submitted by: Thierry Thomas <thierry@pompo.net> * - On many systems, ttmkfdir was the only reason to install freetype1.pav2003-12-096-103/+59 | | | | | | | Here is ttmkfdir that uses freetype2 as a backend. PR: ports/60055 Submitted by: Thierry Thomas <thierry@pompo.net> * Fix packing list.trevor2003-11-213-3/+6 | * Define USE_PERL5_BUILD, not erroneous USE_PERL.trevor2003-11-201-1/+1 | | | | Submitted by: Oliver Eikemeier * Define USE_PERL to make Perl available for (mostly deprecated)trevor2003-11-201-0/+1 | | | | "perl -pi -e" construction. * new port providing Truetype fonts to use with Linux programstrevor2003-11-204-0/+57 | * Decrease PORTREVISION from 2 to 0. I hope no one has installedtrevor2003-11-193-0/+3 | | | | these yet. * new Linux/i386 binary port of Fontconfigtrevor2003-11-1910-0/+163 | * USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-173-3/+0 | * Move these ports to the new arabic category after the repocopies. Fixwill2003-11-1620-368/+0 | | | | | | | up dependencies and add this incident to MOVED. PR: (closed already) 57507, 57508, 57510, 57512, 57513, 57515 Submitted by: Samy Al Bahra <samy@kerneled.com> * Switch MAINTAINER to x11@FreeBSD.org for group maintaining of these ports.anholt2003-11-126-6/+6 | * utilize SITE_PERLijliao2003-10-243-87/+86 | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> * Make fetchable.trevor2003-10-211-1/+2 | | | | nods to: fenner's survey and www.alltheweb.com * New Port: x11-fonts/ppantsfontsedwin2003-10-037-0/+62 | | | | | | | | Two small angular fonts, one suitable for terminals and another for general x11 usage, created by PixelMoose. PR: ports/54152 Submitted by: Dominic Marks <dom@cus.org.uk> * New arabic port: khototedwin2003-10-035-0/+84 | | | | | | | | This port contains a collection of some of the most popular Arabic fonts created and used by the Arabic UNIX community. PR: ports/57512 Submitted by: Samy Al Bahra <samy@kerneled.com> * New arabic port: kacst_fontsedwin2003-10-036-0/+68 | | | | | | | | | This port contains a collection of TrueType Arabic fonts created by the King Abdulaziz Scientific organization in Saudi Arabia. PR: ports/57510 Submitted by: Samy Al Bahra <samy@kerneled.com> * New arabic port: ae_fonts_ttfedwin2003-10-036-0/+154 | | | | | | | | | This port contains a collection of some of the most popular Arabic fonts created and used by the Arabic UNIX community. This truetype font set was developed at Arabeyes. PR: ports/57508 Submitted by: Samy Al Bahra <samy@kerneled.com> * New arabic port: ae_fonts_monoedwin2003-10-036-0/+62 | | | | | | | | Some popular PCF Arabic fonts created and used by the Arabic UNIX community. PR: ports/57507 Submitted by: Samy Al Bahra <samy@kerneled.com> * Update vertion to 1.2.1taoka2003-09-303-4/+4 | | | | | PR: 57396 Submitted by: IIJIMA Hiromitsu <delmonta@ht.sakura.ne.jp> * Fix typo in MASTER_SITES, add MASTER_SITE_SUBDIR.olgeni2003-09-283-3/+6 | | | | | PR: 57291 Submitted by: Mark Linimon <linimon@lonesome.com> * Cease FreeBSD port maintainershipsedwin2003-09-241-1/+1 | | | | | | | | | | I don't have the time to give to many of the ports I maintain at the moment. I wasn't expecting to be so busy this summer ... Please set all my ports back to ports@freebsd.org. PR: ports/56935 Submitted by: Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet <sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com> * Add a new MASTER_SITE since the Fontconfig site went away.marcus2003-09-183-4/+3 | * Remove fontilus. It has been rolled into gnomecontrolcenter2.marcus2003-09-186-79/+0 | * Bump PORTREVISION for previous commit.kris2003-08-171-1/+1 | * Switch to tcl/tk 8.4 and add tcl84 virtual categorykris2003-08-171-3/+3 | * 1) Move install code to Makefile rather than in patch.olgeni2003-08-034-48/+13 | | | | | | 2) Use type1inst to generale fonts.scale, and remove another patch. #2 suggested by: Pedro F. Giffuni <giffunip@yahoo.com> * RESTRICTED implies NO_CDROM and NO_PACKAGEkris2003-07-311-2/+0 | * a) Fix some additional undetected fonts,maho2003-07-282-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)maho2003-07-271-0/+107 | | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> (former maintainer) * Fix dependence on rpm2cpio.trevor2003-07-201-2/+2 | | | | Submitted by: Phil Pennock * This is a first for me. Correct a typo in the patch _name_ so the patchmarcus2003-07-192-1/+1 | | | | actually gets applied. * Revert some of the FreeType code in fontconfig to fix some font renderingmarcus2003-07-192-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 andmarcus2003-07-192-0/+16 | | | | Mozilla-based browsers. * Update to 2.2.90.marcus2003-07-183-2/+4 | * Correct misplaced spacesarved2003-07-101-2/+2 | | | | | PR: 54269 Submitted by: Dominic Marks <dom@cus.org.uk> * Remove WWW tag: the referenced page does not say anything about the fontsolgeni2003-07-032-4/+0 | | | | any more. * Unbreak fetch: use MASTER_SITES_SOURCEFORGE.olgeni2003-06-301-1/+1 | * Use MASTER_SITES_SOURCEFORGE.olgeni2003-06-301-1/+1 | * Unbreak fetch using MASTER_SITES_SOURCEFORGE.olgeni2003-06-301-1/+1 | * update maintainer's email address.leeym2003-06-241-2/+2 | | | | | PR: 53658 Submitted by: Dominic Marks <dom@cus.org.uk> * Update to 2.2.1.marcus2003-06-182-2/+2 | * Utilize USE_GNOME= pkgconfig.adamw2003-06-171-3/+1 | * Change to my FreeBSD.org addresserwin2003-06-131-1/+1 | * Fix master siteache2003-06-021-1/+1 | * imaintainer-update x11-fonts/p5-Font-TTF to 0.34edwin2003-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 othermarcus2003-05-1522-992/+120 | | | | rendering bugs. * Reset Maintainer addressarved2003-04-301-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 fontolgeni2003-04-276-8/+6 | | | | | | configuration. Suggested by: Matt Mills <matt_mills@btopenworld.com> * Add a patch to fix PCF glyph problems.marcus2003-04-254-2/+74 | | | | Obtained from: Xft CVS * Convert to new GNOME infrastructure, and sign over to gnome@.marcus2003-04-221-5/+2 | * Update to 2.2.0, the fontastic-everything-finally-works release.marcus2003-04-224-71/+2 | * Remove USE_GNOMENG.marcus2003-04-212-2/+0 | * Add patch to avoid dereferencing a NULL pointer in freetype2. This fixesmarcus2003-04-192-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 '\'.marcus2003-04-181-1/+1 | * At least one person had problems fetching 2.1.94. Add another dist site.marcus2003-04-181-1/+2 | | | | Reported by: ijliao * Update to the release version, 1.10.marcus2003-04-176-78/+77 | * Update to 2.1.94.marcus2003-04-172-2/+2 | * Make the fonts.dir more detailed, i.e. qualify the font names with fulladamw2003-04-162-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.trevor2003-04-161-1/+1 | | | | Submitted by: Michal Pasternak * Update to 2.1.93.marcus2003-04-137-104/+13 | * Do not install the included mozilla fonts: x11-fonts/mozilla-fontsolgeni2003-04-133-106/+13 | | | | already exists... * Fix a segfault that can occur when mixing RENDER and non-RENDER fonts.marcus2003-04-074-2/+42 | | | | Obtained from: XFree86 CVS * * Allow these ports to build in a read-only ${PORTSDIR} [1]marcus2003-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 beingmarcus2003-04-052-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 loopmarcus2003-04-054-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.marcus2003-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 solvemarcus2003-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 GNOMEmarcus2003-03-292-6/+2 | | | | | | installation from packages. Reported by: murray * Make sure the include directory exists before trying to copy files intomarcus2003-03-292-0/+6 | | | | | | | it. PR: 50392 Submitted by: edwin * Set proper dependency.shige2003-03-251-2/+4 | | | | | PR: ports/49024 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> * Unbreak by merging changes from ports/49029 (patch-aa).olgeni2003-03-241-279/+319 | * Move cabextract dependency from BUILD_DEPENDS to EXTRACT_DEPENDS todemon2003-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.confmarcus2003-03-142-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-develanholt2003-03-1215-50/+97 | | | | | | | for being outdated. Thank you to all the testers and people who submitted patches for this update. Approved by: portmgr * Update portkeichii2003-03-113-66/+98 | | | | | PR: 49029 Submitted by: gugod@gugod.org * Home page and MASTER_SITE moved.olgeni2003-03-092-2/+2 | | | | Approved by: kris * Clear moonlight beckons.ade2003-03-0732-16/+16 | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. * Force ldconfig to run before pkg-install to fix a problem where the usermarcus2003-03-061-0/+1 | | | | | | | | may have booted the machine without having /usr/X11R6/lib. Thus ldconfig never cached it. This should fix the sprious Error 1 failures when running post-install. Reported by: anholt * Sync with XFree86 4.3.0 release.marcus2003-03-034-2/+554 | | | | | | | | * Finishes off the UTF-16 APIs * Fixes bugs with non-Render enabled servers * Adds a missing zero-sized check to one of the core rendering routines Obtained from: XFree86 CVS * Sync fontconfig with the XFree86 4.3.0 release.marcus2003-03-032-1/+213 | | | | | | | | | * Fixes a segfault * Performs country-independent matching for Chinese languages * Finishes off the UTF-16 conversion code * Adds a section on local.conf to fontconfig.3 Obtained from: XFree86 CVS * Retire comment file.trevor2003-03-012-1/+1 | * * Set LC_ALL to C in MAKE_ENV to avoid creating non-well-formed XMLmarcus2003-03-012-1/+13 | | | | | | | * Allow CJK users to use fixed-width TrueType fonts [1] Submitted by: perky Obtained from: fontconfig CVS [1] * * Install fc-cache and fc-list manpages [1]marcus2003-02-283-3/+9 | | | | | | | * Quiet portlint with regard to pkg-descr * De-pkg-comment Requested by: Gord Broom <gord@selfstyled.dyndns.org> [1]