summaryrefslogtreecommitdiff
path: root/x11-fonts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update maintainer address to matthew@FreeBSD.orgMatthew Seaman2012-02-092-2/+2
| | | | | | | Approved by: shaun (mentor) Notes: svn path=/head/; revision=290797
* - Update to 4.7.5Jason Helfman2012-02-064-39/+58
| | | | | | | | | | | | | | | while here... - add in LICENSE installation via framework - run fc-cache on de-install - drop X11BASE PR: ports/164319 Submitted by: giffunip at tutopia.com Reviewed by: crees, rene Approved by: maintainer ( timeout + 3d) Notes: svn path=/head/; revision=290501
* - update PT Mono font to 1.001 (released at 23 Jan)Ruslan Makhmatkhanov2012-01-292-3/+3
| | | | | | | | Reported by: pav (via pointyhat) Approved by: maintainer (via mail) Notes: svn path=/head/; revision=290068
* - Update to 0.5.14Martin Wilke2012-01-283-11/+5
| | | | | | | | PR: 164175 Submitted by: Ports Fury Notes: svn path=/head/; revision=289954
* Remove the former official website, which is down.Thierry Thomas2012-01-231-1/+0
| | | | | | | | | | Note: I have been notified that Code2000 (with Code2001 and Code2002) are now downloadable from Sourceforge, but according to http://en.wikipedia.org/wiki/Talk:Code2000 this could be a fake, it's why I don't update the port now. Notes: svn path=/head/; revision=289691
* - update to 20110915Ruslan Makhmatkhanov2012-01-232-3/+3
| | | | | | | | PR: 164392 Submitted by: Zhihao Yuan <lichray at gmail dot com> (maintainer) Notes: svn path=/head/; revision=289646
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-213-3/+3
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* Google has created a set of fonts for it's ChromeOS Operating system.Baptiste Daroussin2012-01-196-0/+90
| | | | | | | | | | | | | | | The three standard ones closely mimic the most popular ones for the Windows platform and the linuxso-called Liberation fonts but are available under an OpenFont license. Tinos, Arimo and Cousine, appear to be variations of the old standard Times, Arial and Courier. PR: ports/164229 Submitted by: Pedro Giffuni Notes: svn path=/head/; revision=289495
* Update maintainer email addressChris Rees2012-01-161-1/+1
| | | | | | | | PR: ports/164211 Submitted by: Niclas Zeising <zeising@daemonic.se> (maintainer) Notes: svn path=/head/; revision=289349
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - update to 0.7Ruslan Makhmatkhanov2012-01-114-11/+9
| | | | | | | | PR: 164001 Submitted by: Nikola Lecic <nikola.lecic at anthesphoria dot net> (maintainer) Notes: svn path=/head/; revision=288950
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* - add new monospaced fontRuslan Makhmatkhanov2012-01-013-1/+5
| | | | | | | | PR: 163740 Submitted by: Alexey Illarionov <littlesavage at rambler dot ru> (maintainer) Notes: svn path=/head/; revision=288370
* End WWW CPAN URL with a "/"Emanuel Haupt2011-12-281-1/+1
| | | | Notes: svn path=/head/; revision=288161
* Fix MAINTAINERSteven Kreuzer2011-12-241-1/+1
| | | | Notes: svn path=/head/; revision=287979
* - Readd with better namePawel Pekala2011-11-306-0/+73
| | | | | | | | | | | | | | | | | Anonymous Pro (2009) is a family of four fixed-width fonts designed especially with coding in mind. Characters that could be mistaken for one another (O, 0, I, l, 1, etc.) have distinct shapes to make them easier to tell apart in the context of source code. Author: Mark Simonson <mark@marksimonson.com> WWW: http://www.ms-studio.com/FontSales/anonymouspro.html PR: ports/162614 Submitted by: Norberto Lopes <nlopes.ml@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=286675
* Remove port to change it's namePawel Pekala2011-11-306-73/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286674
* Anonymous Pro (2009) is a family of four fixed-width fonts designedPawel Pekala2011-11-296-0/+73
| | | | | | | | | | | | | | | | | especially with coding in mind. Characters that could be mistaken for one another (O, 0, I, l, 1, etc.) have distinct shapes to make them easier to tell apart in the context of source code. Author: Mark Simonson <mark@marksimonson.com> WWW: http://www.ms-studio.com/FontSales/anonymouspro.html PR: ports/162614 Submitted by: Norberto Lopes <nlopes.ml@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=286644
* - Update to 0.5.12Martin Wilke2011-11-253-12/+11
| | | | | | | | | PR: 162826 Submitted by: Ports Fury Feature safe: yes Notes: svn path=/head/; revision=286415
* Remove CMAKE_USE_PTHREAD from the ports using it.Raphael Kubo da Costa2011-11-141-1/+0
| | | | | | | | | | | This setting has not had any effect since r1.13 to bsd.cmake.mk, as it was only useful when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (miwi) Feature safe: yes Notes: svn path=/head/; revision=285744
* Make @dirrms conditional for %%DOCSDIR%% on NOPORTDOCSChris Rees2011-11-131-1/+1
| | | | | | | | | | PR: ports/162136 Submitted by: 4720@hushmail.com Approved by: [no rejections from any maintainer within 14 days] Feature safe: yes Notes: svn path=/head/; revision=285709
* freetype font should depend on fontconfig rather than mkfontdirKevin Lo2011-11-103-26/+39
| | | | | | | Pointed out by: Jan Beich <jbeich at tormail dot net> Notes: svn path=/head/; revision=285402
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-094-4/+0
| | | | Notes: svn path=/head/; revision=285379
* Initial import of ubuntu-font 0.80Kevin Lo2011-11-095-0/+82
| | | | | | | | | | | The Ubuntu Font Family are a set of matching new libre/open fonts in development during 2010--2011. The development is being funded by Canonical Ltd on behalf the wider Free Software community and the Ubuntu project. The technical font design work and implementation is being undertaken by Dalton Maag. Notes: svn path=/head/; revision=285329
* - Fix build on FreeBSD 10.0Martin Wilke2011-10-291-0/+1
| | | | | | | Notes: all x11@ ports fixed for FreeBSD 10 Notes: svn path=/head/; revision=284612
* - Fix build on FreeBSD 10Martin Wilke2011-10-281-0/+1
| | | | Notes: svn path=/head/; revision=284559
* - Fix build on FreeBSD 10Martin Wilke2011-10-281-0/+1
| | | | Notes: svn path=/head/; revision=284545
* - Fix build on FreeBSD 10Beat Gaetzi2011-10-271-0/+1
| | | | | | | Approved by: miwi Notes: svn path=/head/; revision=284455
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-246-11/+2
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-242-5/+2
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval). Notes: svn path=/head/; revision=284225
* fix fetchBrendan Fabeny2011-10-182-4/+14
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=283746
* Add doulos-compact 4.110, Doulos SIL TrueType font collection, compactBrendan Fabeny2011-10-145-0/+84
| | | | | | | variant. Notes: svn path=/head/; revision=283539
* Add charis-compact 4.110, Charis SIL TrueType font collection, compactBrendan Fabeny2011-10-145-0/+89
| | | | | | | variant. Notes: svn path=/head/; revision=283538
* update to 4.110Brendan Fabeny2011-10-146-36/+34
| | | | Notes: svn path=/head/; revision=283537
* - Reassign to the heapThomas Abthorpe2011-10-141-1/+1
| | | | | | | Noticed by: dougb Notes: svn path=/head/; revision=283536
* Add direct run dependency on databases/py-sqlite3Doug Barton2011-09-281-1/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=282544
* Finish applying actual patchDoug Barton2011-09-262-1/+16
| | | | | | | | PR: ports/156119 Submitted by: maintainer Notes: svn path=/head/; revision=282420
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - use PORTDATA instead of long pkg-plistEitan Adler2011-09-232-126/+2
| | | | | | | | | | | - fix error with locale.bindtextdomain PR: ports/156119 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) Approved by: sahil (mentor) Notes: svn path=/head/; revision=282213
* - update mkfontscale to 1.0.9Eitan Adler2011-09-182-3/+3
| | | | | | | | | | | | | | | | - update oclock to 1.0.2 - update twm to 1.0.7 - update xmodmap to 1.0.4 - update xorg-macros to 1.15.0 - update xprop to 1.2.1 - update xvinfo to 1.1.1 - update xwininfo to 1.1.2 Approved by: bapt (mentor) Obtained from: xorg-devel repo Notes: svn path=/head/; revision=281942
* 2011-09-01 x11-wm/epiwm: AbandonwareBaptiste Daroussin2011-09-077-102/+0
| | | | | | | | | | | | | | | | | | | | | 2011-09-01 x11-toolkits/p5-GdkPixbuf: Disappear from CPAN 2011-09-01 x11-toolkits/XawPlus: No more public distfiles 2011-09-01 x11-fonts/gnome-font-sampler: No more public distfiles 2011-09-01 x11/xvattr: No more public distfiles 2011-09-01 www/xitami: No more public distfiles 2011-09-01 www/webredirect: No more public distfiles 2011-09-01 www/webglimpse: No more public distfiles 2011-09-01 www/squishdot: No more public distfiles 2011-09-01 www/py-forgethtml: No more public distfiles 2011-09-01 www/mmosaic: No more public distfiles 2011-09-01 www/ljsm: No more public distfiles 2011-09-01 www/ljpms: No more public distfiles 2011-09-01 www/ashe: No more public distfiles 2011-09-01 textproc/europass-xsl: BROKEN for more than 6 month 2011-09-01 textproc/carthage: No more public distfiles Notes: svn path=/head/; revision=281368
* Relinquish to the pool.Alexey Dokuchaev2011-09-011-1/+1
| | | | Notes: svn path=/head/; revision=280954
* Remove myself from MAINTAINERAndrey A. Chernov2011-08-301-1/+1
| | | | Notes: svn path=/head/; revision=280749
* Update my mail address in the ports I maintain.Raphael Kubo da Costa2011-08-281-1/+1
| | | | | | | Approved by: avilla Notes: svn path=/head/; revision=280636
* Geocities has been gone for almost 2 years now, so let's removeDoug Barton2011-08-231-2/+0
| | | | | | | | | references to it. Deprecate ports whose only MASTER_SITE is (was) geocities Notes: svn path=/head/; revision=280250
* - Update MASTER_SITESSunpoet Po-Chuan Hsieh2011-08-221-1/+1
| | | | | | | | Reported by: pointyhat Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) Notes: svn path=/head/; revision=280145
* - Update to 4.36Steve Wills2011-08-202-11/+11
| | | | | | | | | | | - Pass maintainership to submitter PR: ports/159526 Submitted by: Niclas Zeising <niclas.zeising@gmail.com> Approved by: multiple maintainer timeouts (>6 months) Notes: svn path=/head/; revision=280083
* - Add hanazono-fonts-ttf 20110516Sunpoet Po-Chuan Hsieh2011-08-176-0/+69
| | | | | | | | | | | | | | | | Hanazono Mincho typeface is a CJK TrueType font that developed with a support of Grant-in-Aid for Publication of Scientific Research Results from Japan Society for the Promotion of Science and the International Research Institute for Zen Buddhism (IRIZ), Hanazono University. also with volunteers who work together on glyphwiki.org. WWW: http://fonts.jp/hanazono/ PR: ports/159767 Submitted by: Zhihao Yuan <lichray@gmail.com> Notes: svn path=/head/; revision=279869
* Fix the build if xmlto is present.Koop Mast2011-08-111-0/+2
| | | | | | | | | PR: ports/159676 Reported by: Andrei Lavreniyuk <andy.lavr@gmail.com> With hat: x11@ Notes: svn path=/head/; revision=279482