summaryrefslogtreecommitdiffstats
path: root/x11-fonts
Commit message (Collapse)AuthorAgeFilesLines
* Fontmatrix is a graphical font manager. Targeted audience are mostlymiwi2008-02-165-0/+75
| | | | | | | | | | | | | adventurous graphic designers and typesetters who deal with hundreds and even more fonts during their work - browsing the endless lists of font dialogs. Basically, the Fontmatrix helps doing three things: activation and deactivation of fonts, tagging fonts and fontbook generation. WWW: http://www.fontmatrix.net PR: ports/120250 Submitted by: Max Brazhnikov <makc at issp.ac.ru>
* Update my address.wxs2008-02-041-1/+1
| | | | Approved by: garga (mentor)
* - Dependancy fixtabthorpe2008-01-271-3/+4
| | | | | | PR: ports/119924 Submitted by: Vlad V. Teterya <vlad@vlad.uz.ua> (maintainer) Sponsored by: FreeBSD Bug-a-thon #3
* Fix PCF Font parser buffer overflow (CVE-2008-0006).flz2008-01-232-1/+25
| | | | Security: http://www.vuxml.org/freebsd/fe2b6597-c9a4-11dc-8da8-0008a18a9961.html
* Update to 2.22ahze2008-01-013-28/+26
| | | | | PR: ports/118522 Submitted By: Xin LI
* - Update to 0.43gabor2007-12-263-7/+8
|
* pass maintainership to Intron <intron@intron.ac>dryice2007-12-241-1/+1
| | | | Approved by: Intron <intron@intron.ac> (new maintainer)
* Remove extra whitespace.olgeni2007-12-231-1/+1
|
* fix the fonts.alias directory. Thanks Intron <intron@intron.ac> for pointingdryice2007-12-231-2/+2
| | | | | | out. Submitted by: Intron <intron@intron.ac>
* Update to 2.21ahze2007-12-213-23/+23
|
* Add patch that fixes a buffer overflow.flz2007-10-302-0/+12
| | | | | Requested by: miwi Approved by: portmgr (pav, erwin)
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-242-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* Replace ttmkfdir by mkfontscale & mkfontdir to install correct files.thierry2007-10-211-7/+12
| | | | | PR: ports/117252 Submitted by: Steven G. Kargl <kargl (at) troutmask.apl.washington.edu>
* Replace ttmkfdir by mkfontscale & mkfontdir to install correct files.thierry2007-10-211-8/+13
| | | | | PR: ports/117251 Submitted by: Steven G. Kargl <kargl (at) troutmask.apl.washington.edu>
* - Drop Maintainershipmiwi2007-10-091-1/+1
|
* Update to 1.0.5 (security fix).flz2007-10-082-5/+4
| | | | | PR: pots/116878 Submitted by: Rene Ladan <r.c.ladan@gmail.com>
* - Sort category Makefilessat2007-10-051-3/+3
| | | | | Inspired by: Jason Harris <jharris@widomaker.com> Howto: http://twiki.cenkes.org/Cenkes/SortingCategoryMakefiles
* Replace #!/usr/bin/perl with ${PERL}. Bump PORTREVISION.hrs2007-09-281-1/+4
| | | | PR: ports/116703
* Dominic is a new dad, and will be too busy for a while to work on ports.linimon2007-09-241-2/+1
| | | | Congratulations :-)
* new port: x11-fonts/fonts-indicedwin2007-09-245-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | I'm not able to find good Indic fonts in the ports. Fedora's Lohit project has some great fonts for a whole bunch of Indian languages and many Linux distros provide it in their repos. Here's a link to Gentoo's ebuild: http://www.gentoo-portage.com/media-fonts/fonts-indic A collection of Indic fonts by the Lohit project. The package supports most Indian languages: - Bengali - Gujarati - Hindi - Kannada - Malayalam - Oriya - Punjabi - Tamil - Telugu WWW: http://fedoraproject.org/wiki/Lohit PR: ports/116460 Submitted by: Naresh V <nareshov@gmail.com>
* Update to 2.20ahze2007-09-194-283/+4
|
* - Update X.org ports to 7.3.flz2007-09-1315-11/+29
| | | | | | | | - Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25. I hope that nobody will be bored enough on Christmas to remove them on that day. Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-7/+1
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* - Update to 2.7sat2007-09-032-4/+4
|
* - Reduce dependencies[1].hrs2007-09-023-11/+19
| | | | | | | | | | - Add WITHOUT_X11 knob support; necessary for fixing WITHOUT_X11 support of textproc/docproj [2]. - Some style fixes. PR: ports/115509 [1] Reported by: brian[2]
* Update to 2.19ahze2007-08-063-8/+4
|
* Add a missing dependency on docbook-410 when building fontconfig withmarcus2007-07-281-0/+1
| | | | | | | DocBook support. PR: 114504 Submitted by: "Pawel Pekala" <c0rn@o2.pl>
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-232-2/+0
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Drop maintainershippav2007-07-162-2/+2
| | | | Requested by: Panagiotis Astithas <past@ebs.gr> (maintainer)
* Update to 2.18ahze2007-07-043-6/+10
|
* Compile with FONTCACHE by default as before Xorg 7 and add WITHOUT_XFS_CACHElesi2007-07-021-1/+9
| | | | | for disabling this that also comments out relevant entries in default config file.
* Update to 1.0.3.lesi2007-07-023-5/+5
| | | | | | | Replace one line pkg-plist with PLIST_FILES. PR: ports/113590 Submitted by: chinsan
* Update to 1.0.1.lesi2007-07-023-5/+5
| | | | | | | Replace one line pkg-plist with PLIST_FILES. PR: ports/113591 Submitted by: chinsan
* - Update to 2.6sat2007-06-292-6/+5
|
* Update to 2.17ahze2007-06-272-4/+4
|
* Update to 2.16ahze2007-06-252-5/+4
|
* Update to release 3, to make fetchable again.thierry2007-06-022-5/+5
| | | | | | | Note: this is just a repackaging, wich fixes typos in the License, but no font has been modified. Reported by: pointyhat via Kris
* Clenup share/X11 directory upon deinstall.lesi2007-05-301-0/+1
| | | | Pointed out by: kris
* move from X11BASE to LOCALBASEoliver2007-05-271-2/+2
| | | | bump PORTREVISION
* Fix the build of x11-fonts/xmbdfed with gcc42.keramida2007-05-271-0/+10
| | | | | | PR: ports/113019 Submitted by: keramida Approved by: pav
* LIBERATION font software consists of TrueType-OpenType formatted font softwarethierry2007-05-256-0/+94
| | | | | | | | | | | | for rendering LIBERATION typefaces in sans serif, serif, and monospaced character styles. There are three sets: Sans (a substitute for Arial, Albany, Helvetica, Nimbus Sans L, and Bitstream Vera Sans), Serif (a substitute for Times New Roman, Thorndale, Nimbus Roman, and Bitstream Vera Serif) and Mono (a substitute for Courier New, Cumberland, Courier, Nimbus Mono L, and Bitstream Vera Sans Mono). <https://www.redhat.com/promo/fonts/>
* . change the prefix (/usr/X11 -> %{LOCALBASE}) at the configuration file; [1]bsam2007-05-236-18/+27
| | | | | | | | | | | | . do REINPLACE at post-patch instead of post-install; [2] . don't let the linux fc-cache mess up the native cache file (delete [3] the binary and the man); . add some comments to the Makefile. PR: 110632 [1] Submitted by: Karol Kwiatkowski <karol.kwiat at gmail.com> [1] Suggested by: pav [2], netchild [3] Approved by: portmgr (pav)
* Clean up pkg-message a bit:marck2007-05-232-11/+3
| | | | | | | | | - support for XFree86 3.x has been dropped - mention xorg before XFree86 as it is default X system for long time PR: ports/112867 Approved by: maintainer Approved by: portmgr (erwin)
* Remove; moved to x11-fonts/encodingspav2007-05-205-113/+0
| | | | Approved by: portmgr (implicit)
* - Welcome X.org 7.2 \o/.flz2007-05-19314-2445/+3860
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 2.5sat2007-04-152-4/+4
|
* Sync fontconfig with the fd.o git repository to fix a bug rendering DejaVumarcus2007-04-142-1/+81
| | | | | | | fonts in Qt-based applications. PR: 110873 Obtained from: Freedesktop git (fontconfig module)
* - update to 0.41leeym2007-04-062-4/+4
|
* - Update to 2.4sat2007-04-042-4/+10
|
* - Correct pkg-plist for newer fontconfigrafan2007-04-022-1/+1
| | | | | | PR: ports/111113 Submitted by: Maxim Samsonov <xors at mne.ru> Approved by: Vlad V. Teterya <vlad at vlad.uz.ua> (maintainer)
OpenPOWER on IntegriCloud