aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
Commit message (Collapse)AuthorAgeFilesLines
* Add patch that fixes a buffer overflow.Florent Thoumie2007-10-302-0/+12
| | | | | | | | Requested by: miwi Approved by: portmgr (pav, erwin) Notes: svn path=/head/; revision=202445
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-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 Notes: svn path=/head/; revision=201947
* Replace ttmkfdir by mkfontscale & mkfontdir to install correct files.Thierry Thomas2007-10-211-7/+12
| | | | | | | | PR: ports/117252 Submitted by: Steven G. Kargl <kargl (at) troutmask.apl.washington.edu> Notes: svn path=/head/; revision=201720
* Replace ttmkfdir by mkfontscale & mkfontdir to install correct files.Thierry Thomas2007-10-211-8/+13
| | | | | | | | PR: ports/117251 Submitted by: Steven G. Kargl <kargl (at) troutmask.apl.washington.edu> Notes: svn path=/head/; revision=201719
* - Drop MaintainershipMartin Wilke2007-10-091-1/+1
| | | | Notes: svn path=/head/; revision=201170
* Update to 1.0.5 (security fix).Florent Thoumie2007-10-082-5/+4
| | | | | | | | PR: pots/116878 Submitted by: Rene Ladan <r.c.ladan@gmail.com> Notes: svn path=/head/; revision=201090
* - Sort category MakefilesAndrew Pantyukhin2007-10-051-3/+3
| | | | | | | | Inspired by: Jason Harris <jharris@widomaker.com> Howto: http://twiki.cenkes.org/Cenkes/SortingCategoryMakefiles Notes: svn path=/head/; revision=200970
* Replace #!/usr/bin/perl with ${PERL}. Bump PORTREVISION.Hiroki Sato2007-09-281-1/+4
| | | | | | | PR: ports/116703 Notes: svn path=/head/; revision=200261
* Dominic is a new dad, and will be too busy for a while to work on ports.Mark Linimon2007-09-241-2/+1
| | | | | | | Congratulations :-) Notes: svn path=/head/; revision=200026
* new port: x11-fonts/fonts-indicEdwin Groothuis2007-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> Notes: svn path=/head/; revision=200018
* Update to 2.20Michael Johnson2007-09-194-283/+4
| | | | Notes: svn path=/head/; revision=199749
* - Update X.org ports to 7.3.Florent Thoumie2007-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@ Notes: svn path=/head/; revision=199427
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 2.7Andrew Pantyukhin2007-09-032-4/+4
| | | | Notes: svn path=/head/; revision=198707
* - Reduce dependencies[1].Hiroki Sato2007-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] Notes: svn path=/head/; revision=198644
* Update to 2.19Michael Johnson2007-08-063-8/+4
| | | | Notes: svn path=/head/; revision=197218
* Add a missing dependency on docbook-410 when building fontconfig withJoe Marcus Clarke2007-07-281-0/+1
| | | | | | | | | | DocBook support. PR: 114504 Submitted by: "Pawel Pekala" <c0rn@o2.pl> Notes: svn path=/head/; revision=196492
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-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 Notes: svn path=/head/; revision=196111
* - Drop maintainershipPav Lucistnik2007-07-162-2/+2
| | | | | | | Requested by: Panagiotis Astithas <past@ebs.gr> (maintainer) Notes: svn path=/head/; revision=195711
* Update to 2.18Michael Johnson2007-07-043-6/+10
| | | | Notes: svn path=/head/; revision=194894
* Compile with FONTCACHE by default as before Xorg 7 and add WITHOUT_XFS_CACHEDejan Lesjak2007-07-021-1/+9
| | | | | | | | for disabling this that also comments out relevant entries in default config file. Notes: svn path=/head/; revision=194696
* Update to 1.0.3.Dejan Lesjak2007-07-023-5/+5
| | | | | | | | | | Replace one line pkg-plist with PLIST_FILES. PR: ports/113590 Submitted by: chinsan Notes: svn path=/head/; revision=194690
* Update to 1.0.1.Dejan Lesjak2007-07-023-5/+5
| | | | | | | | | | Replace one line pkg-plist with PLIST_FILES. PR: ports/113591 Submitted by: chinsan Notes: svn path=/head/; revision=194689
* - Update to 2.6Andrew Pantyukhin2007-06-292-6/+5
| | | | Notes: svn path=/head/; revision=194431
* Update to 2.17Michael Johnson2007-06-272-4/+4
| | | | Notes: svn path=/head/; revision=194340
* Update to 2.16Michael Johnson2007-06-252-5/+4
| | | | Notes: svn path=/head/; revision=194238
* Update to release 3, to make fetchable again.Thierry Thomas2007-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 Notes: svn path=/head/; revision=192580
* Clenup share/X11 directory upon deinstall.Dejan Lesjak2007-05-301-0/+1
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=192430
* move from X11BASE to LOCALBASEOliver Lehmann2007-05-271-2/+2
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=192038
* Fix the build of x11-fonts/xmbdfed with gcc42.Giorgos Keramidas2007-05-271-0/+10
| | | | | | | | | PR: ports/113019 Submitted by: keramida Approved by: pav Notes: svn path=/head/; revision=192032
* LIBERATION font software consists of TrueType-OpenType formatted font softwareThierry Thomas2007-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/> Notes: svn path=/head/; revision=191798
* . change the prefix (/usr/X11 -> %{LOCALBASE}) at the configuration file; [1]Boris Samorodov2007-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) Notes: svn path=/head/; revision=191618
* Clean up pkg-message a bit:Dmitry Morozovsky2007-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) Notes: svn path=/head/; revision=191615
* Remove; moved to x11-fonts/encodingsPav Lucistnik2007-05-205-113/+0
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=191569
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-19314-2445/+3860
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 2.5Andrew Pantyukhin2007-04-152-4/+4
| | | | Notes: svn path=/head/; revision=189975
* Sync fontconfig with the fd.o git repository to fix a bug rendering DejaVuJoe Marcus Clarke2007-04-142-1/+81
| | | | | | | | | | fonts in Qt-based applications. PR: 110873 Obtained from: Freedesktop git (fontconfig module) Notes: svn path=/head/; revision=189941
* - update to 0.41Yen-Ming Lee2007-04-062-4/+4
| | | | Notes: svn path=/head/; revision=189320
* - Update to 2.4Andrew Pantyukhin2007-04-042-4/+10
| | | | Notes: svn path=/head/; revision=189186
* - Correct pkg-plist for newer fontconfigRong-En Fan2007-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) Notes: svn path=/head/; revision=188977
* - Change my email.Stanislav Sedov2007-03-271-1/+1
| | | | | | | Suggested by: skv Notes: svn path=/head/; revision=188599
* Portlint:Jeremy Messenger2007-03-261-1/+1
| | | | | | | -INSTALLS_SHLIB -> USE_LDCONFIG. Notes: svn path=/head/; revision=188410
* Include bsd.port.pre.mk before checking OPTIONS. Thanks my mentor forDryice Dong Liu2007-03-261-3/+5
| | | | | | | | | pointing this out. Totally my fault :( Approved by: itetcu (mentor) Notes: svn path=/head/; revision=188369
* - fix plistDryice Dong Liu2007-03-262-2/+22
| | | | | | | | | | | - better fontconfig support - optional alias - bump PORTREVISION Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=188362
* Do not install config file as these fonts will automatically be loadedJoe Marcus Clarke2007-03-242-8/+2
| | | | | | | | | | | with fontconfig-2.4.2. By installing the config file, it is no longer possible to override Bitstream fonts in the users ~/.fonts.conf file. PR: 110544 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Notes: svn path=/head/; revision=188209
* - Fix plistPav Lucistnik2007-03-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=187983
* - Revert my previous commit; it was totally bogusPav Lucistnik2007-03-221-1/+0
| | | | Notes: svn path=/head/; revision=187982
* - Fix plist for reference portPav Lucistnik2007-03-211-0/+1
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=187830
* Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEJoe Marcus Clarke2007-03-1916-62/+1610
| | | | | | | | | | | | | | | | releases in that it focuses more on stability and functionality than on new features. Not that it doesn't have its share of new and exciting items. See http://www.gnome.org/start/2.18/ for all the goodies in this release. GNOME 2.18 for FreeBSD would not have been possible without the hard work of the FreeBSD GNOME Team and our intrepid band of testers including J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi, Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen, Phillip Neumann, Franz Klammer, and Neal Delmonico. Notes: svn path=/head/; revision=187702
* Adding port x11-fonts/p5-Font-TTFMetrics, a Perl module for parsing TTF files.Aaron Dalton2007-03-185-0/+50
| | | | Notes: svn path=/head/; revision=187676