aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
Commit message (Collapse)AuthorAgeFilesLines
* 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]
* De-pkg-comment.marcus2003-02-262-1/+1
|
* Remove duplicate patch.sobomax2003-02-251-23/+0
| | | | | Poked by: kris Pointy hat to: sobomax
* Suppress command echo.olgeni2003-02-234-10/+10
|
* De-pkg-comment my ports + some more.olgeni2003-02-2312-6/+6
|
* * Install the Xft manpagemarcus2003-02-234-4/+14
| | | | * De-pkg-comment
* De-pkg-comment.nork2003-02-232-1/+1
|
* Distfile was re-rolled again (only HTML and punctuation changes to themarcus2003-02-221-1/+1
| | | | COPYRIGHT).
* De-pkg-comment.knu2003-02-2122-11/+11
|
* Add a RUN_DEPENDS on fontconfig as well.marcus2003-02-211-0/+1
|
* Looks like we do need fc-cache since the cache files seem to vary slightlymarcus2003-02-213-13/+7
| | | | from machine to machine.
* De-pkg-comment.knu2003-02-2110-5/+5
|
* Unbreak on -current: use INT_MAX instead of MAXINT.sobomax2003-02-211-0/+23
|
* * Don't depend on fontconfig (instead, package fonts.cache-1 with the port)marcus2003-02-203-21/+22
| | | | * Only install local.conf if one doesn't already exist
* * The distfile was rerolled (only HTML formatting changes) so correctmarcus2003-02-203-22/+55
| | | | | | | | checksum * Do not depend on ttmkfdir, but instead package the fonts.dir with the port [1] Suggested by: nectar [1]
* Add urwfonts-ttf 1.0.7b18, unicode TrueType fonts from URW extendedsobomax2003-02-195-0/+74
| | | | by Valek Filippov.
* Remove redundant -p from ${MKDIR}.marcus2003-02-191-1/+1
|
* Add bitstream-vera, a collection of 10 high-quality TrueType fonts thatmarcus2003-02-196-0/+139
| | | | | | look really nice in GNOME 2. Inspired by: x11-fonts/webfonts
* Remove the Xft.h -> Xft2.h hack.marcus2003-02-181-4/+0
|
* Remove the renaming of Xft headers and library from the Xft (Xft2) port.anholt2003-02-1810-88/+178
| | | | | | | | Remove installing of Xft1 from XFree86-4-libraries, and add dependencies to the Xft port by all the ports that use it along with whatever patches are necessary. Approved by: portmgr (kris), marcus
* Add fontilus, a font viewer and thumbnailer for Nautilus.marcus2003-02-167-0/+87
|
* Make and install gzip-ed .pcf files -- save over 1.5Mb...mi2003-02-012-135/+135
| | | | | No PORTREVISION bump, since packaging did not work 'till 5 minutes ago anyway.
* The port installs into X11BASE -- spell that fact as USE_X_PREFIX, toomi2003-02-012-6/+9
| | | | | | | -- to help packaging. While here, reword pkg-message a bit to reflect reality. Reported by: kris
* Use the full path to /sbin/sysctlkris2003-01-301-1/+1
| | | | Noticed by: 'make index' in crontab
* Cyrillic X11 bitmap fonts from CYR-RFX projectmi2003-01-268-0/+220
| | | | Obtained from: NetBSD (somewhat)
* Noone cares about having ports that actually build and then don't crash,green2003-01-254-24/+0
| | | | so why should I?
* Make the xft-config script use -lXft2, not the old -lXft. This willgreen2003-01-254-0/+24
| | | | potentially unbreak all the ports which depend on x11-fonts/Xft.
* Install fontconfig's manpage.marcus2003-01-241-1/+5
|
* Make this port PREFIX?=${X11BASE} rather than USE_X_PREFIX, because it doesn'tanholt2003-01-241-2/+9
| | | | | | use the X libraries and will be depended on for the 4.3 ports. Reviewed by: marcus
* Make sure fc-cache is run after installation for both the port andmarcus2003-01-222-0/+18
| | | | | | package. PR: 47283
* Add pcf2bdf(1.04), a converter X font from Portable Compilednork2003-01-207-0/+67
| | | | | | Format to Bitmap Distribution Format. Obtained from: NetBSD
* Update to 2.1. According to the release notes, more symbols have beenmarcus2003-01-204-8/+6
| | | | exported in this release such that QT 3.x should link against it.
* Update to 2.1.marcus2003-01-202-4/+3
|
* USE_PERL_BUILD=yesmi2003-01-071-0/+1
|
* Make Xft conditional on having XFree86 4.x installed. Also add a notemarcus2003-01-072-2/+18
| | | | about adding an additional check with XFree86 4.3 gets added to the tree.
* Find bdftopcf in x11/XFree86-4-clients instead of the (almost) obsoletemi2003-01-061-1/+1
| | | | x11/XFree86.
* fix master siteijliao2003-01-031-1/+1
| | | | Submitted by: maintainer
* add another master siteijliao2002-12-301-1/+2
| | | | | PR: 46623 Submitted by: maintainer
* Fix buildpat2002-12-151-0/+9
| | | | Submitted by: bento
* Fix build on -CURRENT.naddy2002-11-304-14/+38
| | | | Notified by: bento
* Maintainer update to version 3.96_2edwin2002-11-174-1/+353
| | | | | PR: ports/45340 Submitted by: Kang-min Liu <gugod@gugod.org>
* The Terminus Font is designed for long (8 and more hours per day) workvanilla2002-11-146-0/+110
| | | | | | | | | | | with computers. Version 3.96 contains 528 characters, which cover code pages ISO8859-1, ISO8859-2, ISO8859-5, ISO8859-15, Windows-1250, Windows-1251, Windows-1252, IBM-437, KOI8-R, KOI8-U, KOI8-E, KOI8-F, Bulgarian-MIK, Paratype-PT154, Paratype-PT254, IBM-855, IBM-866 and Macintosh-Ukrainian. PR: ports/45281 Submitted by: Kang-min Liu <gugod@gugod.org>
* The MASTER_SITE's DNS has changed. Make this port fetchable once more.marcus2002-11-131-1/+1
| | | | Submitted by: Miklos <miklos@microsux.dk>
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-1110-10/+5
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-0710-5/+10
| | | | Approved by: pat
* A "patch-message" target is already used by bsd.port.mk.naddy2002-11-031-3/+1
|
* Fix typoes on MAINTAINER address.perky2002-11-021-2/+2
| | | | Submitted by: Dominic Marks <D.Marks@student.umist.ac.uk>
* Correct the default font path.marcus2002-10-241-2/+2
| | | | Submitted by: boris karlov <borman@blank.spb.ru>
* Make fetchable.trevor2002-10-121-5/+2
|
* Change spaces to tabs (portlint).trevor2002-10-121-6/+6
|
* Update maintainer addressperky2002-10-081-2/+2
| | | | | PR: 43820 Submitted by: Dominic Marks <d.marks@students.umist.ac.uk>
* Install the headers in the ${X11BASE}/include/X11/Xft directory formarcus2002-10-088-30/+70
| | | | | better portability. To avoid conflicts, the Xft.h from this port will be installed as Xft2.h.
* Fix a problem with the shared library installation.marcus2002-10-082-5/+44
|
* Add a lib number to the fontconfig dependency.marcus2002-10-072-2/+2
|
* Add Xft 2.0, a client-sided font rendering engine for X applications.marcus2002-10-0715-0/+261
|
* Add fontconfig, an XML-based font configuration API for X.marcus2002-10-079-0/+102
|
* Update to 0.32pat2002-10-063-2/+4
| | | | | | | Add WWW tag PR: ports/43618 Submitted by: maintainer
* Fix distfile survey issues with X ports, update bsd.sites.mk to includeanholt2002-09-221-1/+1
| | | | | | | more working X mirrors and remove a local distfiles site that hasn't been updating. Approved by: portmgr
* Don't try to fetch the new fonts from MASTER_SITE_XFREEanholt2002-09-191-4/+5
|
* Update koi8-r fonts from their official source. More fonts added as resultache2002-09-153-14/+24
| | | | and old fonts becomes more koi8-r conformant.
* Comment out koi8-u stuff until it will be implemented properly, i.e.ache2002-09-151-8/+9
| | | | as addition to koi8-r fonts, not as replacement for them.
* Remove directory on deinstallkris2002-09-151-0/+1
|
* Add Ukrainian characters (koi8-u) obtained from x11-fonts/geminifonts andsobomax2002-09-0362-4267/+11
| | | | | | move all patches into a single PATCHFILE. Bump PORTREVISION. Suggested by: mi
* Recognise koi8-u encoding. Bump PORTREVISION.sobomax2002-09-022-0/+93
|
* Deploy USE_GNOMENG infrastructurelioux2002-09-021-1/+2
| | | | | PR: 42310 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-021-2/+3
| | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
* Attempt to fix the century-old problems with those fonts wrt Russian letterssobomax2002-08-2761-0/+4267
| | | | | | | | | | | .. .. e and E: in two fonts those letters were mapped to a different chars than specified by koi8-r standard, while in another one they were completely absent. Bump PORTREVISION. While being here, note that the fonts aren't quite `Cyrillic' - they all miss letters found in cyrillic languages other than Russian particularly all letters specific for Ukrainian language.
* Add back Konstantinos Konstantinidis as the maintainer. He hastrevor2002-08-262-1/+3
| | | | | | responded to the message I sent to his duth.gr address. He seems interested in maintaining the port. Although he did not say that he wishes to use that address, it is the only working one I know.
* Install all files in one go, instead of invoking install(1) for eachmi2002-08-261-6/+2
| | | | | | one. Approved by: maintainer
* New set of bitmapped fonts. For some reason does not show up in KDE, butalane2002-08-258-0/+91
| | | | | | | | | | X definitely sees it, since the fonts work with xterm -fn fontname. I'll let that be a PR if someone wants to submit it. Committed with some cleanup; see PR for details. PR: 41994 Submitted by: Dominic Marks <dominic_marks@btinternet.com>
* grammar fixtrevor2002-08-251-1/+1
|
* Bump PORTREVISION. Users who installed the port in the past weretrevor2002-08-251-0/+1
| | | | | | | | | | not told that the Arial Unicode font has a different, much more restrictive, license than the other fonts. They were only shown the less restrictive license. Since they did not see the Unicode license, they did not have a chance to make sure they were not in violation of it. The license mentioned by the port now matches the actual license, and the PORTREVISION bump will encourage them to update.
* whitespace changes suggested by portlint -acttrevor2002-08-251-5/+4
|
* The distfiles were removed from the publisher's sites, so use atrevor2002-08-252-5/+11
| | | | | | | | | | different set of master sites. The home page is no longer worth reading, so remove its URL from pkg-descr. Noticed by: Miguel Mendez Obtained from: www.alltheweb.com FTP search (in part) Submitted by: Amar Takhar, Christian Brueffer, blackend and myself PR: 41716 and 41775
* Remove the Arial Unicode font. Its license is much more restrictivetrevor2002-08-254-27/+1
| | | | | | | | | than the license on the other fonts, and it can no longer be downloaded from its publisher. Remove the RESTRICTED line because the remaining fonts have fewer restrictions on redistribution via the Internet. Reviewed by: no objection from ports list
* Set MAINTAINER to ports@FreeBSD.org, since e-mail to the existingtrevor2002-08-252-3/+1
| | | | | maintainer bounces with "451 daemon.gr: Name server timeout". Submitted by: alane
* Don't try and guess the malloc() prototype, that's what system headerskris2002-08-241-0/+10
| | | | are for.
* Mark BROKEN since source only available via CVS for nowlioux2002-08-241-0/+4
| | | | | PR: 41896 Submitted by: maintainer
* Grab all the qt2/kde2 ports with no maintainer and put them under kde@alane2002-08-231-1/+1
| | | | maintainership.
* Apply changes in LANG (ja_JP.EUC -> ja_JP.eucJP)mita2002-08-092-5/+5
|
* . Replace MASTER_SITE which hasn't worked since February 2001 with oneglewis2002-08-091-1/+1
| | | | | | that does. Submitted by: distfiles survey
* gzip Wraphelp.c and put it in local_distfiles, to help users having troublesanholt2002-08-023-3/+3
| | | | | | | | downloading it. Move freebsd-glide3headers there too. Update BUILD_DEPENDS for font ports to catch new requirements as of 4.2.0. PR: 40362, 40759 Approved by: des (mentor)
* upgrade to 0.31ijliao2002-07-192-3/+3
| | | | | | | assume maintainership PR: 40764 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Take over maintainership of XFree86-4 ports. Add patches to fix libGLU onanholt2002-07-156-6/+6
| | | | | | | | -current, fix the DRI with Wine, update the config files for the X ports, and fix many of them to allow continuing of the X build after interruption (it used to clean and rebuild). Approved by: will, des (mentor)
* Add a dependency seen in the bento log.trevor2002-07-051-1/+2
|
* Move USE_X_PREFIX up - make sure we install in ${X11BASE}.anders2002-06-241-2/+2
|
* Inadvertently, I did not remove these lines when I got rid of thetrevor2002-06-201-4/+0
| | | | | | use of the temporary file, and so "make do-extract" was broken. reported by: dougb
* Use a pipe instead of a temporary file.trevor2002-06-191-2/+3
|
* Prefer the rpm2cpio from ports/archivers/rpm2cpio to the (conflicting)trevor2002-06-191-1/+1
| | | | | one from ports/archivers/rpm, because the former is much smaller and depends only on Perl.
* Quiet this port.trevor2002-06-191-15/+15
| | | | Submitted by: dougb
* Unbreak this port by patching the Makefile to use bmake syntax ratherglewis2002-06-181-0/+11
| | | | | than GNU make syntax. Depending on gmake would have been overkill in comparison to how simple the patch was, IMO.
* fix locale messages in some dialog boxijliao2002-06-182-0/+12
| | | | | | | | bump portrevision PR: 35325 Submitted by: Kang-min Liu <b7506056@csie.ntu.edu.tw> Approved by: maintainer timeout (1 month since I mailed him)
* Move to my space on ${MASTER_SITE_LOCAL}. It was under billf's, but the filepetef2002-06-091-1/+1
| | | | the file is no longer there.
* Install under local/. Clarify PKGMESSAGE.trevor2002-05-311-7/+8
|
* new port of the fonts from the SGI ProPack 1.4 for Linux, from atrevor2002-05-315-0/+63
| | | | suggestion by Ryan Dooley
* add xfontselector 0.9.4ijliao2002-05-236-0/+44
| | | | X Font Selector
* add missing entry into plistijliao2002-05-231-0/+1
|
* Use tk83.petef2002-05-191-3/+4
| | | | | | PR: 35362 Submitted by: Alan Eldridge <ports@geeksrus.net> Approved by: maintainer timeout
* Unbreak: add a dependency to XFree86-4-clients for bdftopcf ifpetef2002-05-191-2/+6
| | | | XFREE86_VERSION is 4.
* BROKEN: Does not buildkris2002-05-181-0/+2
|
* add p5-Font-TTF 0.28ijliao2002-04-296-0/+129
| | | | Perl module for TrueType font hacking
* - Unbreak Build for STABLE or XFREE86_VERSION=3dinoex2002-04-201-3/+7
| | | | | | | | | | | | | | | $ make XFREE86_VERSION=3 all-depends-list /usr/ports/x11/XFree86 $ make XFREE86_VERSION=4 all-depends-list /usr/ports/converters/libiconv /usr/ports/devel/bison /usr/ports/devel/gettext /usr/ports/devel/gmake /usr/ports/devel/imake-4 /usr/ports/print/freetype2 /usr/ports/x11/XFree86-4-clients /usr/ports/x11/XFree86-4-libraries
* Add a missing run dependency on mkfontdir.petef2002-04-011-0/+2
| | | | Reported by: bento
* Remove stray empty linekris2002-03-311-1/+0
|
* Remove #include <malloc.h>kris2002-03-311-0/+5
|
* XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgradeswill2002-03-1717-41/+100
| | | | | | | | | [1] Upgrade to 4.2.0. [2] Allow Wraphelp.c to be fetched by default, set HasXdmAuth=YES by default. Submitted by: [1] sf, taguchi@tohoku.iij.ad.jp Approved by: [2] core
* Adjust in accordance with the new location of freetype1 includessobomax2002-03-142-2/+2
| | | | (${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
* Last attempt to fix the prefix problem was just a revert of fenner's changespat2002-02-021-2/+5
| | | | | | so fix that and just add USE_X_PREFIX before .include <bsd.port.pre.mk> Noticed by: Tadayuki OKADA <tadayuki@mediaone.net>
* Fix to install to the proper prefix (default: /usr/X11R6)pat2002-02-021-3/+1
| | | | | PR: 34533 Submitted by: bmah
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-293-6/+6
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Update to 1.0.shige2002-01-222-4/+3
|
* Include bsd.port.pre.mk in order to get XFREE86_VERSION defined.fenner2002-01-221-1/+4
| | | | Submitted by: distfile survey
* Fix build problem: gzip would stop and ask to overwrite files if the fontsolgeni2002-01-211-3/+2
| | | | are already installed (no portrevision bump is needed).
* Update to 0.21.jim2002-01-215-123/+252
| | | | | PR: 34091 Submitted by: maintainer
* New ports: x11-fonts/mkbold, x11-fonts/mkitalicsada2002-01-2111-0/+64
| | | | | | These are perl scripts that generate bold|italic fonts from existent bitmap fonts. Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
* Add lfpfonts-var, some variable width fonts for X11.olgeni2002-01-206-0/+146
|
* Add lfpfonts-fix, more fixed width fonts for X11.olgeni2002-01-206-0/+126
|
* Update to 4.5.1pat2002-01-052-3/+9
| | | | | PR: 33339 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* New port gfe version 0.0.4: GTK+-based .bdf font editor for Xlioux2001-12-287-0/+148
| | | | | PR: 33228 Submitted by: Bruce M Simpson <bms@spc.org>
* - PORTDOCS policepat2001-12-242-5/+4
| | | | | - DOCSDIR support to some - Brush out some lint
* add mkfontaliasijliao2001-10-157-0/+91
| | | | | | | Python script to make fonts.alias files for X PR: 30840 Submitted by: Stijn Hoop <stijn@win.tue.nl>
* Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer ↵dwcjr2001-09-241-2/+1
| | | | | | | | exists. PR: 30497 Submitted by: Dan Larsson Approved by: will
* Remove giffunip@asme.org as the maintainer: he no longer has the abilitykris2001-08-241-1/+1
| | | | | | | to maintain these ports. Any non-committer who wants to grab one let me know. Approved by: old maintainer
* Change my email address to petef@FreeBSD.org for the ports I maintain.petef2001-08-231-1/+1
| | | | Reviewed by: ade
* Change MASTER_SITE to maintainer's site due to unavail distfiles.dwcjr2001-08-121-1/+1
| | | | | PR: 29561 Submitted by: maintainer
* Get rid of 'X11R6.4' from pkg-comment.sf2001-06-176-6/+6
| | | | XFree86-4.1.0 is based on X11R6.5.1.
* purge XFree86-4-fontLatin2.sf2001-06-161-1/+0
| | | | Submitted by: Dave Cornejo <dave@dogwood.com>
* update to 4.1.0.sf2001-06-1228-454/+3401
| | | | | | | | get rid of version number from comments in Makefile, pkg-comment and pkg-descr. -fontLatin2 has been integrated into -75dpi and -100dpi. Reviewed by: maintainer
* Use X11BASE with ttmkfdir to avoid PATH problemmarkp2001-06-121-1/+1
| | | | | PR: 27755 Approved by: maintainer
* Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.netroam2001-06-071-1/+1
| | | | | | PR: 27923 Submitted by: maintainer Reviewed by: awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)
* - Unbroke;sobomax2001-06-053-20/+18
| | | | | | | - update maintainer's e-mail. PR: 27888 Submitted by: maintainer
* Put back NO_PACKAGE - its absence doesn't provide any substantial benefits,sobomax2001-05-191-0/+1
| | | | | | | while may cause license violation. As the maintainer said: "It doesn't make sense to take the risk for such a low return." So be it... Submitted by: maintainer
* Updated distinfo - apparently trebuc32.exe has been updated from versionijliao2001-05-192-2/+1
| | | | | | | | | 1.15 to 1.22 (cheers Mikhail). Also removed NO_PACKAGE, it doesn't seem to be justified. PR: 27365 Submitted by: MAINTAINER
* An interface to Adobe font metrics filesvanilla2001-05-116-0/+51
| | | | | PR: ports/26860 Submitted by: Pete Fritchman <petef@databits.net>
* Remove ms-fonts from the list.mi2001-05-031-1/+0
|
* The webfonts port already provides for all this... Sorry...mi2001-05-035-97/+0
|
* Automate the download and install of the .ttf fonts MicroSoft ismi2001-05-026-0/+98
| | | | | | | | | | | | | | | | | giving away on http://www.microsoft.com/typography/fontpack/default.htm As much as their "Install these high quality TrueType fonts, and whenever you visit a Web site that specifies them, you'll see pages exactly as the site designer intended" irritates me, the fonts are usefull and contain multiple character sets too. The MicroSoft's EULA: http://www.microsoft.com/typography/fontpack/eula.htm allows for unlimited copying and distribution, but not for profit, hence the disabled package building :( The fonts can be used for other-than-X11 applications and do NOT need the X_PREFIX.
* Add bdfresize 1.5, a tool for resizing BDF format font.will2001-04-076-0/+42
| | | | | PR: 26263 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
* o fix MASTER_SITE_SUBDIR.sf2001-03-297-0/+7
| | | | | | o unbreak -clients when USA_RESIDENT does not set. Submitted by: Mori Kouji <mori@tri.asanuma.co.jp>
* update to 4.0.3.sf2001-03-2619-534/+723
| | | | | | | | | | | o use internal freetype2 for consistency with x11/XFree86-4. o added xthreads obtained from x11/XFree86-4. o install "ws" type config sample for xdm. o build DRI only if kernel source installed in /sys. o fix Riva128/SGRAM driver(patch-riva_hw.c). PR: 24338(4.0.2) Submitted by: maintainer, keith
* Add missing "p" in "http:"fenner2001-03-251-1/+1
|
* fix pkg_delete if lib/X11/fonts/local/fonts.dir is not empty.sf2001-03-151-1/+1
| | | | | ===> Deinstalling for bitmap-fonts-1.0.p4 pkg_delete: post-deinstall script returned error status
* Update to 1.0.p4.shige2001-03-083-15/+14
|
* Move this ports to appropriate place.takawata2001-02-228-153/+0
| | | | Submitted by:MAINTAINER
* Adding monafonts ,x11 kanji propotial fonts.takawata2001-02-218-0/+153
| | | | Submitted by:nobutaka@nobutaka.com
* Commited, thanks.mi2001-02-084-71/+79
| | | | | PR: ports/24506 Submitted by: mi
* Style fixes for x11-fonts.olgeni2001-02-067-7/+7
|
* Use tabs only to indent assignments (whitespace only).olgeni2001-02-051-1/+1
|
* Fix typo: particularily -> particularlyolgeni2001-02-011-1/+1
|
* Take over maintainership.olgeni2001-02-011-1/+1
|
* Fix some typos.olgeni2001-02-011-4/+4
| | | | PR: 20561 (and one more fix: "particularly")
* Use proper capitalization (freebsd.org -> FreeBSD.org)olgeni2001-01-243-3/+3
| | | | Noted by: sobomax
* Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org)olgeni2001-01-243-3/+3
|
* New port: TrueType core fonts for the Web.clive2001-01-207-0/+164
| | | | | PR: 24431 Submitted by: Konstantinos Konstantinidis <kkonstan@duth.gr>
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-174-17/+17
|
* Update master site and home page.trevor2001-01-102-2/+2
| | | | | PR: 24192 Submitted by: Joseph Scott <joseph@randomnetworks.com> and myself
* Add geminifonts 1.0, a set of ukrainian koi8-u fonts for X.will2000-12-047-0/+143
| | | | | PR: 22425 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Typo: 100dpi --> 75dpisada2000-12-032-2/+2
|
* Maintainer update to better handle X 4dougb2000-11-261-2/+9
| | | | | PR: ports/22844 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* PORTNAME is fontDefaultBitmaps, not fontDefaultBitmap.asami2000-11-261-1/+1
|
* jmk-x11-fonts, Jim Knoble's font package for Xsanpei2000-11-186-0/+159
| | | | | PR: ports/20722 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-081-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.
* Revert previous commit and just change 6 to ${XAWVER}. (The previousasami2000-11-031-7/+2
| | | | | version didn't work anyway, since USE_IMAKE was defined after include of bsd.port.pre.mk....)
* Fix the following problem:taoka2000-11-031-1/+6
| | | | | | | In XFree86-4, version of libneXtaw is 7 instead of "6" in XFree86-3. (Is it true ?) Obtained from: bento
* Tell users that not all these fonts are free.trevor2000-10-152-1/+5
| | | | | PR: 21907 Submitted by: Dag-Erling Smørgrav
* Some of these fonts are not freely redistributable. Add RESTRICTEDtrevor2000-10-151-0/+1
| | | | | | | line and describe some of the restrictions. PR: 21907 Submitted by: Dag-Erling Smørgrav <des@yes.no>
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-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.
* Correct CATEGORIES - make first category in the CATEGORIES list matching parentsobomax2000-10-041-1/+1
| | | | directory.
* Remove an unwanted .orig file from the PLIST, and fix a coupleade2000-09-183-3/+4
| | | | | | | of typos in the pkg/DESCR. PORTREVISION bumped. PR: 20562 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Add urwfonts 1.0, another font collection for X.will2000-09-167-0/+160
| | | | | PR: 20560 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Add nucleus 0.77, another font package (some mozilla stuff in there).will2000-09-167-0/+186
| | | | | PR: 20559 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients andasami2000-09-122-2/+16
| | | | | | RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. Submitted by: bento
* Add depend-mechanism on XFree86-4.shige2000-09-101-1/+7
| | | | Submitted by: asami
* Typo (X11_BASE -> X11BASE).asami2000-08-261-1/+1
| | | | Submitted by: bento (well, sort of)
* Update to 4.0.1. Remove libraries from -clients. Try to extractasami2000-08-2518-127/+188
| | | | | | only what each port needs. Other miscellaneous bug fixes. Submitted by: maintainer
* Delete extra directories after pkg_deletetaoka2000-08-251-0/+2
| | | | Obtained from: bento
* To delete extra files and directories after pkg_deletetaoka2000-08-252-0/+9
| | | | Obtained from: asami
* Make these COMMENT files conform to Handbook standard.will2000-08-111-1/+1
| | | | | PR: 20269 Submitted by: Ports Fury
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-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
* - Fix MASTER_SITESkevlo2000-07-223-179/+179
| | | | | | - Use gzip to compress font files PR: 20105 Submitted by: Ports Fury
* Fix PLIST.knu2000-07-191-0/+4
| | | | | PR: ports/20034 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
* Activate bitmap-fonts instead of bitmap-font.shige2000-07-191-1/+1
|
* Repo-copy from x11-fonts/bitmap-font.shige2000-07-193-18/+23
| | | | Change distfile: this port's distfile only includes bitmap font files.
* Update to 3.0.will2000-07-162-2/+2
| | | | | PR: 19933 Submitted by: Ports Fury
* Tidy up COMMENT.sobomax2000-07-131-1/+1
| | | | | PR: 19799 Submitted by: Nishimura Takashi <takashi@ueda.info.waseda.ac.jp>
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-291-1/+2
| | | | MASTER_SITE_LOCAL site.
* Add the only file I missed it the last p5-* mega-update.will2000-06-171-0/+11
| | | | Patch submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.will2000-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>
* Make PLIST match BSD.x11.dist. Mostly cosmetic (added/deleted @dirrmasami2000-06-104-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
* Split up XFree86-4 into several pieces. Pretty green, please test with care.asami2000-06-0837-0/+1447
| | | | | Submitted by: taguchi@tohoku.iij.ad.jp Approved (in spirit) by: jmz (XFree86 port maintainer)
* Fixed taipei16.bdf in this porttaoka2000-06-081-0/+38
| | | | | | | (Xserver crashes if you use the old one) PR: 17612 Submitted by: Christopher Hall <hsw@acm.org>
* Remove empty fonts.dir and fonts.alias files. (Note chinese/kcfonts stillasami2000-06-011-0/+1
| | | | leaves fonts.alias behind -- it is not removing any entries from that file.)
* Updated to 2.0.2taoka2000-05-302-2/+2
| | | | | Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> PR: 18284
* Update to version 4.4.steve2000-05-293-9/+16
| | | | | PR: 18749 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Adding mozilla-fonts version 1.0.steve2000-05-017-0/+164
| | | | | | | A bunch of fonts for Netscape/Mozilla. PR: 17301 Submitted by: dom@myrddin.demon.co.uk
* Update to 8.3.shige2000-04-262-3/+4
| | | | Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsivekris2000-04-242-2/+2
| | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-1013-37/+37
|
* portlint:mharo2000-03-211-3/+2
| | | | | remove blank line move BUILD_DEPENDS to DEPENDS section
* Make TTF support not optional, it never come into package otherwiseache2000-02-292-15/+6
|
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Update to 8.2.shige2000-02-083-4/+4
|
* Updated MASTER_SITEStaoka2000-01-162-2/+3
| | | | | Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Obtained from: direct contact
* Update version to 4.3.3.imura2000-01-154-8/+17
| | | | | | | (and add WWW: line into pkg/DESCR) PR: 15947 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Fix MASTER_SITESimura2000-01-152-3/+5
| | | | | | | - Add WWW: line into pkg/DESCR PR: 15946 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Added intlfontstaoka2000-01-081-0/+1
|
* Free X11 fonts for all characters that Emacs can handletaoka2000-01-088-0/+375
|
* Upgrade to 8.1.shige1999-12-244-12/+19
|
* Work around the fact that Tcl's exec treats non-empty stderr as ansteve1999-11-273-6/+39
| | | | | | | indication of error. Also update to use Tk version 8.2. PR: 14292 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Bump freetype's lib numberjseger1999-11-252-2/+2
|
* Update to 4.2.jfieber1999-11-164-29/+16
| | | | | PR: ports/13595 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
* Update to 8.0.shige1999-11-062-7/+6
| | | | Fix unfetchable problem.
* Update to 7.19.07.shige1999-10-222-3/+3
|
* Fix unfetchable problem.shige1999-10-222-6/+7
|