aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
Commit message (Collapse)AuthorAgeFilesLines
* - Stage supportmiwi2014-02-021-5/+2
|
* Update x11-fonts/gnu-unifont and x11-fonts/gnu-unifont-ttf from 20080907thierry2014-01-276-31/+26
| | | | | | | | to 20131020. PR: ports/183298 Submitted by: Vitaly Magerya <vmagerya (at) gmail.com> Approved by: maintainer
* AllegroFont is an Allegro wrapper for the wonderful FreeType2 librarynemysis2014-01-274-0/+97
| | | | | | | | | | | that makes Allegro (amongst other things) able to load and render TTF and many other famous font formats. Other feature is that it is able to render the fonts antialiased. WWW: http://opensnc.sourceforge.net/alfont/ PR: ports/180216 Submitted by: nemysis (self)
* Switch to fetching the font from GitHub.rakuco2014-01-242-8/+10
| | | | | | | | Upstream pointed out that the font is also hosted on GitHub, which is easier to fetch and more reliable than the download link on their website. We can also track the version numbers more easily now, so switch to using them instead of a date in PORTVERSION.
* Remove stray file that is not part of the port.rakuco2014-01-241-1/+0
| | | | | | It was not sent as part of the PR that originated the port, and most likely was added by mistake (it is also not referenced by the other files in the port).
* Update to new release and fix `make checksum'.rakuco2014-01-232-3/+3
| | | | | | | | | | Upstream uses the same URL to serve a new zip file, which broke make checksum when they released a new version. I have contacted them about this. Changelog: - Fixed Dcroat in all the fonts - Removed aphostrophe Opentype replacement - Added some kerning pairs
* Fix properties on pkg-plistbapt2014-01-227-7/+0
|
* Simplify LICENSE for the Fira fonts.rakuco2014-01-221-4/+1
| | | | | We have OFL11 in the database, so there's no need to set all those LICENSE parameters manually.
* The Fira font family was designed to cover the legibility needs for anemysis2014-01-217-0/+109
| | | | | | | | | | | | | | large range of handsets varying in screen quality and rendering. It comes in a Sans Serif with 4 weights (light, regular, medium and bold) all accompanied by italic styles. The package also includes a Mono Spaced variant with 2 weights (regular and bold). Available formats: Open Type, True Type WWW: http://mozilla.github.io/Fira/ PR: ports/182414 Submitted by: horia
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Add staging support and cleanup.olgeni2014-01-092-117/+118
|
* Add staging support and cleanup.olgeni2014-01-082-53/+52
|
* Add staging support and cleanup.olgeni2014-01-082-120/+121
|
* Update libXfont to 1.4.7zeising2014-01-082-3/+3
| | | | | | | This is a security fix and it is important to update, since it might lead to a privilege escalation if the X server is run as root (which is the default) Security: CVE-2013-6462
* Part 2 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-2/+0
|
* Add an orphaned man page to plistantoine2014-01-021-0/+1
| | | | Approved by: kwm (maintainer)
* Add x11-fonts/clearsans.rakuco2014-01-025-0/+45
| | | | | | | | | | | | Clear Sans is a versatile OpenType font for screen, print, and Web. It was designed with on-screen legibility and glanceability in mind. It strikes a balance between contemporary, professional, and stylish expression and thoroughly functional purpose. It has a sophisticated and elegant personality at all sizes, and its thoughtful design becomes even more evident at the thin weight. WWW: https://01.org/clear-sans
* Remove expired ports:rene2013-12-317-141/+0
| | | | | | | 2013-12-30 security/dazuko: Currently, the project has not an active development and maintainer 2013-12-31 mail/p5-Mail-SPF-Query: Use mail/p5-Mail-SPF instead 2013-12-31 x11-fonts/etlfonts: master site gone 2013-12-31 net/gateway6: Unsupported upstream, consider using net/gogoc
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkohauer2013-12-312-2/+2
| | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@)
* Add x11-fonts/bitter.rakuco2013-12-285-0/+42
| | | | | | | | | | | A "contemporary" slab serif typeface for text, especially designed for comfortably reading on any computer or device. The robust design started from the austerity of the pixel grid, based on rational rather than emotional principles. It combines the large x-heights and legibility of the humanistic tradition with subtle characteristics in the characters that inject a certain rhythm to flowing texts. WWW: http://www.huertatipografica.com/fonts/bitter-ht
* Make the confdir variable in fontconfig.pc have a correctly expanded value.kwm2013-12-282-1/+11
| | | | | Reported by: mat@ Pointyhat to: kwm@ for not checking font ports :/
* Update to 2.11.0.kwm2013-12-275-135/+21
| | | | Stagify.
* Add x11-fonts/alegreya-sans.rakuco2013-12-265-0/+68
| | | | | | | | | | | | | Alegreya Sans is a humanist sans serif family with a calligraphic feeling that conveys a dynamic and varied rhythm. This gives a pleasant feeling to readers of long texts. Alegreya Sans provides for advanced typography with OpenType Features such as small caps, ligatures, fractions, four set of figures, super and subscript characters, ordinals, localized accent forms for Catalan, Guarani, Romanian, Turkish and others. WWW: http://www.huertatipografica.com/fonts/alegreya-sans-ht
* Use NO_WRKSUBDIR=yes instead of WRKSRC=${WRKDIR}.rakuco2013-12-252-2/+2
|
* Update freetype to 2.5.2.kwm2013-12-252-7/+39
| | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587
* Actually make the port installable, sigh.rakuco2013-12-251-5/+5
|
* Add x11-fonts/vollkorn-ttf.rakuco2013-12-255-0/+51
| | | | | | | | | It intends to be a quiet, modest and well working text face for bread and butter use. Unlike its examples in the book faces from the renaissance until today, it has dark and meaty serifs and a bouncing and healthy look. It might be used as body type as well as for headlines or titles. WWW: http://friedrichalthausen.de/vollkorn/
* Remove expired ports:rene2013-12-217-65/+0
| | | | | | | | | | | | 2013-12-18 x11-fonts/ppantsfonts: Broken for more than 6 month 2013-12-19 x11-toolkits/gtksourceview-sharp: Depends on expired devel/mono-tools 2013-11-18 devel/mono-tools: Broken for more than 6 month 2013-12-19 textproc/p5-XML-SAXDriver-Sablotron: Depends on expired textproc/p5-XML-Sablotron 2013-11-18 textproc/p5-XML-Sablotron: Broken for more than 6 month 2013-11-18 net/freeswitch-core: Broken for more than 6 month 2013-12-19 misc/freeswitch-pizzademo: Depends on expired net/freeswitch-core 2013-12-19 misc/freeswitch-scripts: Depends on expired net/freeswitch-core 2013-12-19 www/p5-HTML-Webmake: Depends on expired textproc/p5-XML-Sablotron
* - Support USE_GITHUBdanilo2013-12-191-8/+16
| | | | | | | - Add stage support PR: ports/184862 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Really bump portrevision.zeising2013-12-191-1/+1
| | | | Noticed by: kwm
* Try to fix font handling for xorg fonts when using staging and pkgng.zeising2013-12-1938-0/+38
| | | | | | | | This should silence all QAT messages about leftover font files. Bump portrevision for all affected ports. Original idea: bapt
* Reset maintainer for llwang@infor.orgkoobs2013-12-181-1/+1
| | | | | | | | | | Reset maintainership for llwang@infor.org due to multiple timeouts and email address permanent failure. Return all ports to the free pool except py-numpy, which is taken under the wing of the python@ team. We thank you for your contribution to the FreeBSD project Approved by: portmgr
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]zeising2013-12-1661-97/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2] Approved by: portmgr (bdrewery), core (jhb) [0]
* - Chase r336083 and bump all ports using NO_ARCH so that users buildingbdrewery2013-12-112-0/+2
| | | | | | their own packages and still on pkg 1.1.4 can upgrade. With hat: portmgr
* Update to 1.3.1.rakuco2013-12-102-4/+4
| | | | | | | From the changelog: Various fixes: still cleaning m and w, reworked all ogoneks, changed a bit the dollar, moved some accents, eliminated glitches around Powerline symbols.
* - Stage support for all -reference portsantoine2013-12-101-2/+0
| | | | | | - Nuke NOPORTDOCS, those ports are already IGNOREd with NOPORTDOCS Approved by: kwm (maintainer)
* Mark all my architecture independent ports using shell/perl/PHP asmatthew2013-12-092-18/+22
| | | | | | | | | | | | | NO_ARCH=yes While here, fix a few other niggles: net/phpldapadmin -- remove indefinite article from COMMENT www/p5-RT* -- fix comments referencing the different versions of RT x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the install targets; rework the handling of ${FONTPATH}
* - Update list of man pages (1 disappeared, 6 new)antoine2013-12-073-66/+192
| | | | | | - Stage support Approved by: kwm (maintainer)
* - Move post-install: to do-install:sunpoet2013-12-071-11/+6
| | | | - Support STAGEDIR
* Add patch to fix build with freetype 2.5.1.kwm2013-12-063-7/+22
| | | | | Use a LIB_DEPEND line to replace a RUN_/BUILD_ lines for fontconfig. Stageify.
* . allow staging;bsam2013-12-021-4/+3
| | | | | . use new LIB_DEPENDS syntax; . USE_GMAKE=yes -> USES=gmake.
* Add x11-fonts/cosmic-sans-neue-mono.rakuco2013-11-265-0/+43
| | | | | | | A programming font, designed with functionality in mind, and with some wibbly-wobbly handwriting-like fuzziness that makes it unassumingly cool. WWW: http://openfontlibrary.org/en/font/cosmic-sans-neue-mono
* Fix expiration dates, they should be *December* 18th, not November 18th.rene2013-11-221-1/+1
|
* Deprecated ports broken for more than 6 monthbapt2013-11-221-0/+3
|
* - Update to 1.03sunpoet2013-11-123-5/+8
| | | | Changes: http://search.cpan.org/dist/Font-TTF/Changes
* - Remove auto-accepttabthorpe2013-11-071-1/+0
| | | | | Submitted by: rakuco@ Pointyhat to: tabthorpe@
* Support STAGEDIR.vanilla2013-11-076-87/+80
|
* - Tighten USE_PYTHON as it said to be not compatible with Python 3.x+danfe2013-11-071-2/+2
| | | | | | - Hand over to python@ team, they will probably take better care of it Discussed with: mva, wg
* Add py-bdflib, a (Python) library for working with BDF font files.danfe2013-11-065-0/+76
|
* Fix a warning "Having multiple values in <test> isn't supported and maydelphij2013-11-062-42/+111
| | | | | | | | | | not work as expected" when using the latest x11-fonts/fontconfig. This is similar to r326328 (ports/181701). Reported by: Eric Camachat <eric.camachat gmail.com> Submitted by: maintainer PR: ports/182865
* - Update LICENSE accordingly, now that OFL10 and OFL11 are definedtabthorpe2013-11-0516-60/+16
| | | | With hat: portmgr
* Fix a typo in the plist's @exec entry.rakuco2013-11-052-1/+2
| | | | | | I had to bump PORTREVISION, as it changes the parameter passed to fc-cache. Submitted by: olgeni@
* Use the newly-added OFL11 license in my x11-fonts ports.rakuco2013-11-042-8/+2
|
* . Support STAGEgarga2013-11-012-12/+8
| | | | | . Simplify Makefile . Move pkg-message to files/pkg-message.in and use SUB_FILES
* . Support STAGEgarga2013-11-012-11/+6
| | | | | . Simplify Makefile . Move pkg-message to files/pkg-message.in and use SUB_FILES
* Inconsolata LGC is a modified version of Inconsolata with added the Cyrillicdanfe2013-10-304-0/+52
| | | | | | | alphabet which directly descends from Inconsolata Hellenic supporting modern Greek. Submitted by: Ilya A. Arkhipov <rum1cro@yandex.ru>
* - Convert from pkg-req to pkg-messageeadler2013-10-291-0/+2
| | | | - Expire port as it has no master site
* - Convert from pkg-req to pkg-messageeadler2013-10-292-10/+3
| | | | - Expire port as it has no master site
* - Support stagingmakc2013-10-231-12/+4
| | | | | | | - Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-222-2/+0
| | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery)
* - Convert to USES+=tkgahr2013-10-141-13/+8
| | | | | - Minor Makefile refactor - STAGE-clean
* Add stage support for linux-f10-* ports maintained by emulation@rene2013-10-061-3/+3
| | | | (category x11-fonts).
* Add support for STAGEDIRpawel2013-10-061-9/+4
|
* Stagify, fix license definitionbapt2013-10-041-9/+3
|
* Stagifybapt2013-10-041-10/+2
|
* Stagifybapt2013-10-041-9/+3
|
* - Changed tabs to spaces in pkg-descrvg2013-10-033-6/+5
| | | | | | - Changed MASTER_SITES Approved by: eadler (mentor)
* The FreeBSD graphics/x11 team proudly presentszeising2013-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a kwm, zeising production: MESA 9.1.6 Starring: Mesa 9.1.6, including libGL, libGLU and dri (new xorg only) Addition of libEGL and libglesv2 KMS support for ATI graphics cards in 10-current (new xorg only) Improved sparc64 support for new xorg. [1] pixman 0.30.2, including shlib bump and portrevision bumps libX11 1.6.2 Make absolute pointing devices work with x11-drivers/xf86-input-mouse x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver) Also starring: Updates to drivers and other libraries and utilities Additional notes: When updating MESA related ports (libGL, dri) you need to remove old versions first. See UPDATING for details. PR: ports/181962 [2] Submitted by: marius [1] zeising [2] Exp-run by: bdrewery Approved by: portmgr (bdrewery) Thanks to all who helped testing!
* Update to 0.0.15.kwm2013-09-283-10/+6
| | | | | | Update LIB_DEPEND syntax, USE_GMAKE => USES=gmake. Enable stage support. Also run fc-cache so cache files will get updated after font removal.
* - Stageifymatthew2013-09-271-9/+4
|
* - Support stagingmatthew2013-09-271-8/+4
|
* - Remove NO_STAGE as these have been tested to be safebdrewery2013-09-251-1/+0
| | | | With hat: portmgr
* Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-runbapt2013-09-244-4/+0
| | | | Exp-run by: bdrewery
* - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-211-1/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-21164-229/+209
| | | | x11-fonts)
* Update to 2.10.95.kwm2013-09-204-6/+124
| | | | | | | | | This contains some fixes for user config files. Depend on GCC for arm, or fc-cache will Segfault. [1] Use new LIB_DEPENDS style, remove leading artikel from COMMENT PR: ports/181372 [1] Submitted by: Chie Taguchi <taguchi.ch@gmail.com> [1]
* Convert to new perl frameworkbapt2013-09-172-13/+6
| | | | Convert USE_GMAKE to USES
* - convert to the new perl5 frameworkaz2013-09-132-4/+2
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* - convert to the new perl5 frameworkaz2013-09-122-12/+5
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* Keep using the old FreeBSD makebapt2013-09-111-4/+2
|
* - Use single space after WWW:sunpoet2013-09-081-1/+1
|
* Remove the manual setting of the -j argument to make -- the hackmi2013-09-051-2/+0
| | | | | predates MAKE_JOBS_(UN)?SAFE and is no longer necessary. No other changes.
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Track down the latest USE_GNOME=pkgconfigbapt2013-09-021-7/+3
|
* - Update to 2.34sunpoet2013-08-282-4/+4
| | | | | | Changes: http://dejavu-fonts.org/wiki/Changelog#Changes_from_2.33_to_2.34 PR: ports/181560 Submitted by: naddy
* - Cleanup Makefile headersunpoet2013-08-282-11/+2
|
* x11-fonts/code2001: Add WWW fieldmarino2013-08-261-0/+2
| | | | Suggested by: thierry
* Remove the former official site.thierry2013-08-261-7/+2
| | | | Dpotted by: marino
* x11-fonts/code2001: Remove obsolete MASTER_SITEmarino2013-08-262-10/+3
| | | | | | code2000.net has been parked, but html is returned instead of the distfile. This causes a checksum failure. Removed to expose the backup site. Also, DISTFILES value was hardcoded to avoid confusing portlint
* Update to 0.0.14.kwm2013-08-232-3/+3
| | | | | | | | - Large improvement to shapes of latin and extended latin glyphs - Improvements to the numeral shapes - Greatly improved horizontal metrics of regular weight - Corrected maths - Corrected outlines & metrics of Cyrillics
* - Cleanup Makefile headersunpoet2013-08-211-13/+9
| | | | | | | - Pet portlint: - Remove duplicate MAN1 macro - Use *_DEPENDS+= - Cosmetic change
* - Convert to new perl frameworksunpoet2013-08-211-2/+3
|
* - Remove MAKE_JOBS_SAFE variableak2013-08-152-2/+0
| | | | Approved by: portmgr (bdrewery)
* Update to 1.4.5zeising2013-08-142-4/+4
| | | | Obtained from: xorg development repo
* Update to 4.114bf2013-08-064-16/+15
|
* - Convert to new perl frameworkaz2013-08-033-8/+7
| | | | - Trim Makefile header
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.kwm2013-07-318-76/+33
| | | | | | | | | | | | | | | | | | | | This update updates Glib20 to 2.36 and Gtk+ 3.8 * The gio-fam-backend port that used gamin for the GFileMonitor API is gone. It is replaced by a GIO kqueue implementation developed as part of a NetBSD GSoC 2011 project by Dimitry Matveev. * Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0 pkgconfig file [1]. This broke static linking and newer binutils. * Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to prevent creation of / root/.cache dir. Defaults to build & run depend, but :build and :run switches available. * New x11-toolkits/pangox-compat port and companion USE_GNOME component for pangox support which was removed from the pango port. Add it to ports still using pangox API. Exp-run by: bapt@ PR: ports/178958 [1] Submitted by: emaste@ [1]
* - Ops, Restore do-build targetaz2013-07-281-0/+3
|
* - switch simple inline replacement from perl to sedaz2013-07-281-3/+2
| | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
* In 2004, Red Hat has released five Indian language fonts as open sourcegabor2013-07-245-0/+83
| | | | | | | | | | | | | | | licensed under the GPL. In 2011 Red Hat relicensed fonts under SIL OFL 1.1 license. The fonts named Lohit which means Red in Sanskrit. Currently, the font family supports 21 Indian languages: Assamese, Bengali, Devanagari (Hindi, Kashmiri, Konkani, Maithili, Marathi, Nepali, Sindhi, Santali, Bodo, Dogri), Gujarati, Kannada, Malayalam, Manipuri, Oriya, Punjabi, Tamil, and Telugu. Now, Fedora Project and its contributors took the responsibility to consolidate the further efforts and improvements of the Lohit fonts. Lohit Fonts are Unicode 6.0 compatible. WWW: https://fedorahosted.org/lohit/
* The Andika font is designed to work on systems and with applications thatgabor2013-07-245-0/+83
| | | | | | | | | | | | | | | | | | | | provide support for TrueType fonts and for Unicode character encoding. This includes Microsoft Windows 9x or greater, as well as recent versions of the Mac OS (version 9.0 and later), and also some implementations of Unix / Linux (TrueType font support on Unix and Linux may depend upon the particular applications in use). On some systems (true, at least, of 32-bit Windows), it can also be used with older applications that use legacy, industry-standard, 8-bit character encodings. The preceding characterization of system requirements describes the minimum needed to display characters. Realizing the full capabilities of this font involves additional requirements. This font is designed to work with either of two advanced font technologies, Graphite or OpenType. To take advantage of the advanced typographic capabilities of this font, you must be using applications that provide an adequate level of support for Graphite and OpenType. WWW: http://scripts.sil.org/cms/scripts/page.php?item_id=Andika
* - Changed my emailvg2013-07-222-2/+2
| | | | | | - Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors)
* Fix usage of the license framework, so that packaging can happen and the ↵bapt2013-07-223-3/+3
| | | | | | ports not be considered as restricted Reported by: pkg-fallout
* Update to 1.1.1zeising2013-07-172-3/+5
|
* Convert my ports to current standardspawel2013-07-112-12/+5
| | | | | | | | - Switch USE_GMAKE to USES=gmake - Define supported options so users can see them in config dialogs - Use OPTIONS_SUB for plist alteration - Convert to options macros for better readability - Use PORTDOCS where it makes sense
* Add x11-fonts/comfortaa-ttf.rakuco2013-06-306-0/+66
| | | | Comfortaa is a stylish and modern sans-serif true type font.
* Convert to USES=imakebapt2013-06-291-7/+3
|
* New USES imake to handle the dependency on imake.bapt2013-06-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port
* Fix some fonts.dir leftovers reported by poudriereantoine2013-06-283-5/+15
| | | | | | While here, trim Makefile header and finish PORT_OPTIONS conversion Approved by: portmgr (miwi)
* Really bump portrevision.zeising2013-06-271-0/+1
|
* Switch to use x11-fonts/dejavu instead of x11-fonts/bitstream-vera.zeising2013-06-271-1/+1
| | | | | | | | dejavu is based on bitstream-vera but contains more glyphs. Bump portrevision. PR: ports/175432 Submitted by: Raphael Kubo da Costa <rakuco@FreeBSD.org>
* Update to 0.0.13.kwm2013-06-192-3/+3
| | | | | | | | | | | - many l/rbearking tweaks - extra symbols for Shell (bug #657957) - balanced shape for s and S - balanced shape for 6 and 9 - balanced 2 and 3 - improved hhints - OT anchors for accents - contrast tweaks to bold (b, B, e)
* Add x11-fonts/gohufont.rakuco2013-06-185-0/+57
| | | | | | | | | | Gohufont is a monospace bitmap font well suited for programming and terminal use. It is intended to be very legible and offers very discernable glyphs for all characters, including signs and symbols. The small 11 px version is perfect for laptops and netbooks as it enables to fit more text into their small screens. The 14 px is ideal for desktop screens where you sit farther away from it and the 11 px would be too small.
* Fix security issues in xorg client libraries.zeising2013-06-052-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most libraries were updated to newer versions, in some cases patches were backported instead. Most notably, x11/libX11 was updated to 1.6.0 Security: CVE-2013-1981 CVE-2013-1982 CVE-2013-1983 CVE-2013-1984 CVE-2013-1985 CVE-2013-1986 CVE-2013-1987 CVE-2013-1988 CVE-2013-1989 CVE-2013-1990 CVE-2013-1991 CVE-2013-1992 CVE-2013-1993 CVE-2013-1994 CVE-2013-1995 CVE-2013-1996 CVE-2013-1997 CVE-2013-1998 CVE-2013-1999 CVE-2013-2000 CVE-2013-2001 CVE-2013-2002 CVE-2013-2003 CVE-2013-2004 CVE-2013-2005 CVE-2013-2062 CVE-2013-2063 CVE-2013-2064 CVE-2013-2066
* - Finish removal of support for Linux 2.4 in bsd.linux-apps.mk andrene2013-05-306-518/+0
| | | | | | | | | | | | | | | | | bsd.linux-rpm.mk. The default linux version is now Fedora 10. - Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6, emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3. While there, remove superfluous -p argument from ${MKDIR}. - Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from astro/google-earth. - Remove expired Fedora Core 4 ports which were only used on FreeBSD 7 and below. - Update LEGAL and MOVED PR: ports/176877 Submitted by: myself Approved by: portmgr (bapt) Exp-run by: bapt
* The FreeBSD x11 team proudly presentszeising2013-05-2568-401/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing!
* Update to 1.0.5zeising2013-05-202-3/+3
|
* Fix extractionbapt2013-05-101-6/+4
| | | | While here add shebangfix
* Fix buildbapt2013-05-051-1/+1
|
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-294-14/+7
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* - Update to 1.050sunpoet2013-04-262-3/+3
|
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-253-3/+3
| | | | Approved by: portmgr (bapt)
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-232-2/+2
|
* - Update to 1.23.0sunpoet2013-04-214-23/+19
| | | | | | | | | | - Pet portlint: add my LOCAL to MASTER_SITES - Temporarily comment LICENSE_* due to the removal of LICENSE in tarball - Sort BUILD_DEPENDS - Cleanup Makefile header - Fix typo and reformat pkg-descr Feature safe: yes
* - Update to 1.017sunpoet2013-04-203-4/+5
| | | | | | | | | - Pet portlint PR: ports/177965 Submitted by: sunpoet (myself) Approved by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer) Feature safe: yes
* - Update to 1.040sunpoet2013-04-193-4/+4
| | | | | | - Fix non-ASCII character in pkg-descr Feature safe: yes
* All supported version of FreeBSD have a bsdtar version that support ↵bapt2013-04-181-8/+3
| | | | | | | | extracting rpm. Remove now useless dependency on rpm2cpio Feature safe: yes
* Adding MASTER_SITE_LOCAL, in order to make it fetchable behind a proxy.thierry2013-04-131-3/+3
| | | | | Suggested by: tijl Approved by: portmgr (miwi)
* Fix make fetch.rakuco2013-03-311-1/+1
| | | | | | | | | | http://www.ms-studio.com currently HTTP 301 redirects to http://www.marksimonson.com, which seems to be the font author's current website. Point MASTER_SITES to the new domain. Approved by: portmgr (miwi)
* For perl@ owned ports:eadler2013-03-291-6/+2
| | | | | - Fix COMMENT - Trim header
* Style: tab -> space.eadler2013-03-291-1/+1
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* update to 4.112bf2013-03-234-16/+8
|
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Convert to new options framework left unconverted ports in x* categoriesbapt2013-03-221-4/+4
|
* -Update to 2.3.1.mezz2013-03-204-13/+120
| | | | | | | | | | | -Update the header. In this version has removed the xft-config, but I have brought it back to avoid require test in the pointyhat-exp/tinderbox to see if it will break old ports that needs xft-config. PR: ports/176801 Submitted by: Pierre Guinoiseau <pierre@guinoiseau.eu>
* "aaargh, quoted Makefile variables"eadler2013-03-193-7/+4
| | | | Approved by: portmgr (bapt)
* Update to 1.0.4zeising2013-03-122-9/+4
| | | | Obtained from: xorg development repo
* Update to 1.0.4zeising2013-03-122-9/+4
| | | | Obtained from: xorg development repo
* Update to 1.0.4zeising2013-03-122-9/+4
| | | | Obtained from: xorg development repo
* Update to 1.1.0zeising2013-03-122-9/+5
| | | | Obtained from: xorg development repo
* Update to 1.0.7zeising2013-03-122-8/+5
| | | | Obtained from: xorg development repo
* Update to 1.0.4zeising2013-03-122-9/+4
| | | | Obtained from: xorg development repo
* Update to 1.3.0zeising2013-03-122-8/+7
| | | | Obtained from: xorg development repo
* Update to 1.0.4zeising2013-03-122-9/+5
| | | | Obtained from: xorg development repo
* Add a new xorg module, to use with USE_XORG: xorg-macros. This modulezeising2013-03-121-3/+1
| | | | | | | | | | | pulls in devel/xorg-macros. Convert all ports that depends on xorg-macros to use this USE_XORG. Split up the long XORG_MODULES= list in bsd.xorg.mk to have only one module on each line. Add xorg-macros dependency to xorg-server. Reviewed by: kwm, bapt Obtained from: xorg development repo (partly)
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-081-8/+4
| | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo
* - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocationlwhsu2013-03-041-6/+2
|
* - Update MASTER_SITESmiwi2013-03-031-3/+2
| | | | | | | - Pass maintainership to submitter PR: 176360 Submitted by: Javad Kouhi <javad.kouhi@gmail.com>
* - BROKEN distfile mismatchmiwi2013-02-211-0/+2
| | | | | | | > Attempting to fetch http://cus.org.uk/~dom/distfiles/ppants-fonts/ppantsfonts-default-0.7.tar.gz fetch: http://cus.org.uk/~dom/distfiles/ppants-fonts/ppantsfonts-default-0.7.tar.gz: size unknown fetch: http://cus.org.uk/~dom/distfiles/ppants-fonts/ppantsfonts-default-0.7.tar.gz: size of remote file is not known ppantsfonts-default-0.7.tar.gz -1 B 25 kBps
* Convert Makefile headers to the new format.olgeni2013-02-183-15/+3
|
* Update to 1.0.4zeising2013-02-142-8/+5
|
* - Update to 1.02 [1]culot2013-02-143-17/+32
| | | | | | | | - Add LICENSE (Artistic 2) Changes: http://search.cpan.org/dist/Font-TTF/Changes PR: ports/176005 [1] Submitted by: Gea-Suan Lin <gslin@gslin.org>
* Various spelling correctionscrees2013-02-091-1/+1
| | | | | | | | | | PR: ports/175331 Submitted by: Christoph Mallon Approved by: No objections within three weeks from any maintainer While here, style and duplicate phrase fixes in bsdcflow pkg-descr Submitted by: mi
* - Fix all cases of 'No newline at end of file' in ports treeak2013-02-015-5/+5
| | | | Approved by: portmgr (bapt)
* New upstream release, 2.001.rakuco2013-01-282-4/+4
| | | | | | | | | | | | | | | | From the FONTLOG: - 'Consola Mono Bold' - fixed a bug with different width of glyphs: 028B - SMALL LETTER V WITH HOOK 03B0 - GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS 03C5 - GREEK SMALL LETTER UPSILON 03CB - GREEK SMALL LETTER UPSILON WITH DIALYTIKA 03CD - GREEK SMALL LETTER UPSILON WITH TONOS Thanks Raphael! In practice, this means Consola Mono Bold is now correctly identified as having 'mono' spacing by Fontconfig, which in turn allows Qt-based applications to list the "Consola Mono" family as monospaced.
* - Strip header at request of original creatortabthorpe2013-01-272-10/+2
| | | | | Submitted by: trevor With hat: portmgr
* Convert Makefile headers to the new format in my ports.olgeni2013-01-266-30/+0
|
* Adjust LICENSE_PERMS.rakuco2013-01-251-1/+1
| | | | | I got confused by the description in bsd.licenses.mk and thought the pkg-* and dist-* permissions were actually negating these permissions.
* Consola Mono is a monospaced font created for programming, text editors andrakuco2013-01-256-0/+66
| | | | | | terminal-use. It is licensed under the SIL Open Font License v1.1.
* Update MASTER_SITES.wxs2013-01-161-1/+1
|
* Update to 0.0.12.kwm2012-12-212-4/+4
| | | | Us USE_PKGCONFIG instead of USE_GNOME=pkgconfig
* Belatedly commit removal of the original x11-fonts/gentium which wasmatthew2012-12-176-172/+0
| | | | | | moved to x11-fonts/gentium-plus in r308966 Submitted by: linimon
* Rework the gentium and gentium-basic font portsmatthew2012-12-1611-107/+140
| | | | | | | | | - Rename gentium to gentium-plus tracking upstream changes - Use the generic facilities provided in bsd.xorg.mk for handling font installation, rather than rolling our own. This allows removing files/fonts.dir from both ports. - Add LICENSE, and so modify pkg-message not to mention licensing - Use PLIST_FILES and PORTDOCS rather than a separate pkg-plist file
* Trim remaining untrimmed headers on my portsmatthew2012-12-151-8/+2
| | | | | Where BUILD_DEPENDS and RUN_DEPENDS have the same value, initialise RUN_DEPENDS from BUILD_DEPENDS
* Remove the header for ports I created.wxs2012-12-131-5/+0
| | | | | | For dns/openresolv give proper attribution. This was a copy/paste mistake the submitter made, which incorrectly gave me attribution for that file. I did not create it.
* - Update to 1.013swills2012-12-102-3/+3
| | | | | PR: ports/174261 Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
* Add x11-fonts/dina.rakuco2012-12-105-0/+57
| | | | | | Dina is a monospace bitmap font, primarily aimed at programmers. It is relatively compact to allow a lot of code on screen, while (hopefully) clear enough to remain readable even at high resolutions.
* Undeprecate by switching to Gentoo's mirrors. The software may be obsolete, andmi2012-12-082-7/+33
| | | | | | | | | that may be a reason to kill it, but the sources surely surely remain out there. Enable parallelized building and silence the noisiest of the warnings while I'm here. Feature safe: yes
* - update to 1.038bapt2012-11-242-4/+4
| | | | Feature safe: yes
* Upgrade to 2.00.1.thierry2012-11-143-13/+9
| | | | | | | | Note: Current release does not includes Liberation Sans Narrow font due to licensing problems. Please refer to older releases for Liberation Sans Narrow font. Feature safe: yes
* 2012-11-09 x11-fonts/tolkien-ttf: Does not fetch: there are no more public ↵bapt2012-11-116-93/+0
| | | | | | distfiles Feature safe: yes
* Fix installing this port as a user (e.g., INSTALL_AS_USER=1) bygerald2012-11-041-2/+1
| | | | | | | ignoring the error code after a call to ${LDCONFIG}. Approved by: maintainer timeout (3 months) Feature safe: yes
* 2012-10-20 x11-themes/metacity-ana-theme: No more public distfilesbapt2012-10-2611-235/+0
| | | | | | | | | | | | | | | | | | | | | | | | | 2012-10-20 x11-themes/gtk-ana-theme: No more public distfiles 2012-10-20 x11-fonts/getbdf: No more public distfiles 2012-10-20 x11-fonts/arkpandora: No more public distfiles 2012-10-20 x11-clocks/wmdate: No more public distfiles 2012-10-20 x11/multi-gnome-terminal: depends on deprecated gnome1 things 2012-10-20 www/wacko: No more public distfiles 2012-10-20 sysutils/wtmp-tools: No more public distfiles 2012-10-20 sysutils/reed: No more public distfiles 2012-10-20 sysutils/pdumpfs-rsync: No more public distfiles 2012-10-20 sysutils/pdumpfs-clean: No more public distfiles 2012-10-20 sysutils/netdump-server: No more public distfiles 2012-10-20 sysutils/nctop: No more public distfiles 2012-10-20 sysutils/memgrep: No more public distfiles 2012-10-20 sysutils/logserial: No more public distfiles 2012-10-20 sysutils/dupfind: No more public distfiles 2012-10-20 sysutils/dump9660: No more public distfiles 2012-10-20 sysutils/desktopbsd-tools: No more public distfiles 2012-10-20 sysutils/agef: No more public distfiles Remove a bunch of expired ports Feature safe: yes
* - Update MASTER_SITESjhale2012-10-252-8/+8
| | | | | | | | | | | | - Respect MANPREFIX - Add LICENSE (MIT) - Trim Makefile header - Add WWW to pkg-descr PR: ports/172256 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: makc, avilla (mentors, implicit) Feature safe: yes
* - Update MASTER_SITESjhale2012-10-202-7/+3
| | | | | | | | | | - Update WWW - Trim Makefile header PR: ports/172071 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: makc, avilla (mentors, implicit) Feature safe: yes
* Mark as DEPRECATED since there are no more public distfiles available.rakuco2012-10-101-0/+3
| | | | EXPIRATION_DATE set to 2012-11-09.
* Clean up the headers of the ports I maintain.rakuco2012-10-071-5/+0
|
* Change headers of all ports maintained by me to new formatgarga2012-10-052-10/+2
|
* - Update to 1.010swills2012-10-032-6/+6
| | | | | PR: ports/172296 Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
* Source Code Pro was designed by Paul D. Hunt as a companion to Source Sans.swills2012-09-266-0/+79
| | | | | | | | | | | | | | | This complementary family was adapted from the Source design due to a request to create a monospaced version for coding applications. Source Code Pro currently supports a wide range of languages using Latin script, and includes all the characters in the Adobe Latin 4 glyph set. As an open source project, it is expected that incremental updates will be made over time to extend glyph set coverage and functionality. WWW: http://sourceforge.net/projects/sourcecodepro.adobe/ PR: ports/171935 Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp>
* Update to 0.0.10.1.kwm2012-09-252-3/+3
|
* - update to 1.036bapt2012-09-252-8/+4
|
* - Reassign to the heap due to mail bouncestabthorpe2012-09-221-6/+2
| | | | With hat: portmgr
* Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's ↵bapt2012-09-213-0/+9
| | | | distilator)
* Update to 0.0.10.kwm2012-09-202-13/+6
| | | | Revamp header, pet portlint for shared library version.
* - update to 1.034bapt2012-09-192-6/+6
|
* Unbreak by setting another MASTER_SITE.rakuco2012-09-171-3/+1
| | | | | | PR: ports/170901 Submitted by: Green Dog <fiziologus@gmail.com> Approved by: obscure9@gmail.com (maintainer timeout; 24 days)
* - Update to version 20120503pawel2012-09-072-14/+16
| | | | - Fix spacing
* Source Sans Pro: Adobe’s first open source type familybapt2012-08-206-0/+92
| | | | | | | | | | | | | | | | | Source Sans Pro was designed by Paul D. Hunt as Adobe's first open source typeface family, conceived primarily as a typeface for user interfaces. Source Sans Pro draws inspiration from the clarity and legibility of twentieth-century American gothic typeface designs. Source Sans Pro currently supports a wide range of languages using Latin script, and includes all the characters in the Adobe Latin 4 glyph set. As an open source project, it is expected that incremental updates will be made over time to extend glyph set coverage and functionality. WWW: http://sourceforge.net/projects/sourcesans.adobe/ PR: ports/170568 Submitted by: pfg@
* - Reassign nork@ ports to the heaptabthorpe2012-08-161-1/+1
| | | | | | - Thank you for your years of service, we hope to see you back Approved by: portmgr
* Fix typos and make small modifications in COMMENT (according to Porter'scs2012-08-031-1/+1
| | | | | | Handbook) Approved by: portmgr@ (implicit)
* Fix typos in COMMENTcs2012-07-291-1/+1
| | | | Approved by: portmgr@ (implicit)
* - Convert my ports to new options frameworkmakc2012-07-271-4/+6
| | | | | - use CONFLICTS_INSTALL - other minor changes
* Fix typos in COMMENTcs2012-07-241-1/+1
|
* Update to version 4.38.zeising2012-07-202-5/+9
| | | | | | Adds a new option, TD1, which places '~' vertically centered on the line. Approved by: kwm (mentor)
* - Convert to new options frameworksunpoet2012-07-091-11/+12
| | | | - Cosmetic change
* Convert to options-ngzeising2012-07-041-20/+21
| | | | Approved by: kwm (mentor)
* Change maintainer address to my FreeBSD.org mail address.zeising2012-07-031-1/+1
| | | | Approved by: kwm (mentor)
* Upgrade to 1.1.0.thierry2012-07-033-44/+63
| | | | | PR: ports/169460 Submitted by: Dmitry <dmitry2004 (at) yandex.ru>
* s/X11BASE/LOCALBASE/, or equivalent.dougb2012-06-252-3/+3
| | | | The X11BASE variable is long gone, however these ports were not updated.
* Update to 0.0.9.kwm2012-06-112-3/+3
| | | | | - initial support for Cyrillic - uppercase Greek
* Update to version 0.7.6. [1]bsam2012-06-104-13/+17
| | | | | | | | | | | | Change the pkg-descr. [2] NOTE: the name of the regular font has changed from Junicode-Regular.ttf to Junicode.ttf! PR: ports/168891 [1] Submitted by: bsam (me), [1] Nikola Lecic [2] Approved by: Nikola Lecic (maintainer) [1]
* Add new port x11-fonts/gbdfed:makc2012-06-099-0/+112
| | | | | | | | | | | | | | | gbdfed is a GTK-based BDF font editor. It can import: - Metafont PK/GF fonts - Han Bitmap Font Format (HBF) fonts - Linux console (PSF, CP, and EGA/VGA) fonts - Sun VF fonts, OpenType (OTF & TTF) fonts Alternatively it can load a font from the X server. Export is supported to PSF2 Linux console fonts and HEX fonts. WWW: http://sofia.nmsu.edu/~mleisher/Software/gbdfed/ PR: ports/168726 Submitted by: Zhihao Yuan <lichray at gmail.com>
* Convert my ports to optionsNGpawel2012-06-081-1/+3
|
* - Update to 20120421sylvio2012-06-072-4/+5
| | | | | PR: ports/168724 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* - Convert all my remaining ports to OPTIONSngmatthew2012-06-052-2/+6
| | | | | | | | | | | | | | | | | | | | | Files affected: databases/mysql-connector-java/Makefile databases/phpmyadmin/Makefile mail/sa-utils/Makefile net/phpldapadmin/Makefile security/apg/Makefile textproc/sphinxsearch/Makefile www/p5-RT-Authen-ExternalAuth/Makefile www/p5-RT-Extension-LDAPImport/Makefile www/p5-RT-Extension-SLA/Makefile www/p5-RTx-Calendar/Makefile www/rt40/Makefile www/rt40/Makefile.cpan x11-fonts/gentium/Makefile x11-fonts/gentium-basic/Makefile Approved by: shaun (mentor)
* - update png to 1.5.10dinoex2012-06-013-3/+3
|
* Convert to new options frameworkbapt2012-05-311-43/+45
|
* - Fix buildpav2012-05-311-0/+10
| | | | Submitted by: maintainer
* - Fix a typomiwi2012-05-281-1/+1
| | | | | PR: 165584 Submitted by: Janne Snabb <snabb@epipe.com>
* Fix plist by adding missing man pages.kwm2012-05-242-16/+16
| | | | Submitted by: pointyhat via Pav
* Update to 2.9.0.mezz2012-05-214-11/+15
|
* Update to 0.0.8.kwm2012-05-102-4/+4
|
* Add LinLibertineG fonts:bapt2012-04-246-0/+85
| | | | | | | | | Graphite versions of Linux Libertine and Linux Biolinum font families for LibreOffice and OpenOffice.org. Fonts with ligatures, true small caps, old style numbers, proportional or monospaced numbers, capital spacing, automatic thousand separation, true superscript and subscript, diagonal and nut fractions, different numbering styles: number to number name conversion (in more than 20 languages), footnote numbering styles; right aligned footnote numbers, etc
* Add patch from upstream to fix a C++11 issue in fontconfig. This fixes thekwm2012-04-242-1/+27
| | | | | | | | build of libreoffice with Clang on current. And possible other C++ users of fontconfig. Submitted by: Buganini (via bapt@) on #freebsd-office Obtained by: fontconfig git
* - Mark BROKEN: unfetchablepav2012-04-201-0/+2
| | | | Reported by: pointyhat
* Set the expiration date for all ports which depend upon linux_base-fc4 tonetchild2012-04-151-0/+2
| | | | | | | | | | | | | the EoL of the last 7.x release. The 7.x branch is the only supported FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator environment (linux_base-f10 doesn't work there). I didn't bump the portrevision, this is mostly done as a hint for ports committers to tell them that at least the emulation@-owned ports need to stay until then (even the forbidden ones). The dependent ports need to go at the same time, but are free to be deleted before. Discussed with: bsam
* - update to 20120202rm2012-04-112-3/+3
| | | | | PR: 166743 Submitted by: Zhihao Yuan <lichray at gmail dot com> (maintainer)
* - add new "PT Mono Bold" fontrm2012-04-013-7/+8
| | | | | | PR: 166537 Submitted by: Alexey Illarionov <littlesavage at rambler dot ru> (maintainer) Feature safe: yes
* Fix patching.kwm2012-03-131-11/+9
| | | | | | Submitted by: Sebastien Santoro <dereckson@espace-win.org> Jan Henrik Sylvester <me@janh.de> Feature safe: yes
* Do proper input validation for libXfont. This is for CVE-2011-2895.kwm2012-03-132-0/+104
| | | | Feature safe: yes
* Update to 1.202cs2012-03-052-3/+3
| | | | | | PR: ports/165696 Submitted by: Lowell Gilbert <lgfbsd@be-well.ilk.org> (maintainer) Approved by: glarkin@ (mentor, implicit)
* - switch to self-made versioned distfile namesrm2012-02-292-9/+9
| | | | | | PR: 165356 Submitted by: Alexe Illarionov <littlesavage at rambler dot ru> (maintainer, via mail) Reported by: Volodymyr Kostyrko <c.kworr at gmail dot com>
* The fonts xorg meta port should depend on the fonts sub-meta portskwm2012-02-281-6/+6
| | | | | | | | | | | (100dpi, 75dpi, cyrillic, etc) instead of files installed by fonts of these sub-meta ports. This solves issues where some fonts meta ports where not installed properly, because xorg-fonts thought them allready installed. PR: ports/165254 Reported by: Niclas Zeising <zeising@daemonic.se>
* Roboto is a sans serif typeface family designed to be modern yetrm2012-02-236-0/+79
| | | | | | | | | | | emotional. It was introduced as the font used for Android 4.0 "Ice Cream Sandwich". This typeface is designed for high resolution mobile devices so it includes several typefaces for text in different sizes. WWW: http://developer.android.com/design/style/typography.html PR: 165342 Submitted by: Winston Weinert <winstonw at lavabit dot com>
* - actually bump PORTREVISION, sorry for this.rm2012-02-151-1/+1
|
* - update checksum for PTMonoOFL.zip once again. This font was updated upstream.rm2012-02-152-3/+3
| | | | | Requested by: maintainer (by mail) Reported by: pav (pointyhat)
* Update maintainer address to matthew@FreeBSD.orgmatthew2012-02-102-2/+2
| | | | Approved by: shaun (mentor)
* - Update to 4.7.5jgh2012-02-074-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)
* - update PT Mono font to 1.001 (released at 23 Jan)rm2012-01-302-3/+3
| | | | | Reported by: pav (via pointyhat) Approved by: maintainer (via mail)
* - Update to 0.5.14miwi2012-01-293-11/+5
| | | | | PR: 164175 Submitted by: Ports Fury
* Remove the former official website, which is down.thierry2012-01-241-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.
* - update to 20110915rm2012-01-232-3/+3
| | | | | PR: 164392 Submitted by: Zhihao Yuan <lichray at gmail dot com> (maintainer)
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-223-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
* Google has created a set of fonts for it's ChromeOS Operating system.bapt2012-01-206-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
* Update maintainer email addresscrees2012-01-171-1/+1
| | | | | PR: ports/164211 Submitted by: Niclas Zeising <zeising@daemonic.se> (maintainer)
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* - update to 0.7rm2012-01-114-11/+9
| | | | | PR: 164001 Submitted by: Nikola Lecic <nikola.lecic at anthesphoria dot net> (maintainer)
* - The proper acronym for Apache Software License 2 is really AL2tabthorpe2012-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
* - add new monospaced fontrm2012-01-013-1/+5
| | | | | PR: 163740 Submitted by: Alexey Illarionov <littlesavage at rambler dot ru> (maintainer)
* End WWW CPAN URL with a "/"ehaupt2011-12-281-1/+1
|
* Fix MAINTAINERskreuzer2011-12-251-1/+1
|
* - Readd with better namepawel2011-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
* Remove port to change it's namepawel2011-11-306-73/+0
| | | | Feature safe: yes
* Anonymous Pro (2009) is a family of four fixed-width fonts designedpawel2011-11-306-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
* - Update to 0.5.12miwi2011-11-263-12/+11
| | | | | | PR: 162826 Submitted by: Ports Fury Feature safe: yes
* Remove CMAKE_USE_PTHREAD from the ports using it.rakuco2011-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
* Make @dirrms conditional for %%DOCSDIR%% on NOPORTDOCScrees2011-11-141-1/+1
| | | | | | | PR: ports/162136 Submitted by: 4720@hushmail.com Approved by: [no rejections from any maintainer within 14 days] Feature safe: yes