aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
Commit message (Collapse)AuthorAgeFilesLines
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Update to 2.005Raphael Kubo da Costa2017-11-212-4/+4
| | | | Notes: svn path=/head/; revision=454605
* Update to 2.006Raphael Kubo da Costa2017-11-212-4/+4
| | | | Notes: svn path=/head/; revision=454604
* New port: x11-fonts/google-fonts: Collection of freely redistributable ↵Yuri Victorovich2017-11-186-0/+4723
| | | | | | | | | | | | TrueType fonts from Google PR: 223652 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13091 Notes: svn path=/head/; revision=454448
* Update to 4.46Niclas Zeising2017-11-153-6/+32
| | | | | | | | PR: 223645 (some ideas from) Submitted by: Dmitry Wagin Notes: svn path=/head/; revision=454292
* Sort the plist alphabetically, to make it easier to work with.Niclas Zeising2017-11-151-201/+201
| | | | | | | No need to bump portrevision, since this is cosmetic only. Notes: svn path=/head/; revision=454291
* Update to 2.005.Raphael Kubo da Costa2017-11-152-4/+4
| | | | Notes: svn path=/head/; revision=454232
* x11-fonts/font-awesome: Updated pkg-descr to reflect the fact that only ↵Yuri Victorovich2017-11-122-0/+5
| | | | | | | | | | | | | desktop fonts are installed. The change is originally requested by Adam Weinberger <adamw@FreeBSD.org>. PR: 223616 Approved by: tcberner (mentor), Dmitri Goutnik <dg@syrec.org> (maintainer) Differential Revision: https://reviews.freebsd.org/D13054 Notes: svn path=/head/; revision=454082
* x11-fonts/alfont: fix build and undeprecate, also clean up fetching.Rene Ladan2017-11-122-12/+123
| | | | | | | | | | | | Somehow I failed to see this patch earlier when the port originally expired. PR: 213600 Submitted by: timon at timon.net.nz Approved by: maintainer timeout (nemysis@, 1 year) MFH: 2017Q4 Notes: svn path=/head/; revision=454035
* Update to 7.200.Raphael Kubo da Costa2017-11-123-6/+5
| | | | Notes: svn path=/head/; revision=454031
* Update to 2.004.Raphael Kubo da Costa2017-11-122-4/+4
| | | | Notes: svn path=/head/; revision=454030
* Update to 2.004.Raphael Kubo da Costa2017-11-122-4/+4
| | | | Notes: svn path=/head/; revision=454029
* New port: x11-fonts/font-awesome: Suite of 675 pictographic icons from Font ↵Yuri Victorovich2017-11-125-0/+42
| | | | | | | | | | | Awesome PR: 223616 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13054 Notes: svn path=/head/; revision=454027
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-021-2/+2
| | | | | | | This round is @FreeBSD.org residents except teams. Notes: svn path=/head/; revision=453381
* Update Linux CentOS 7 ports to 7.4.1708.Tijl Coosemans2017-10-262-9/+9
| | | | Notes: svn path=/head/; revision=452945
* Update to 3.000.Raphael Kubo da Costa2017-10-263-13/+11
| | | | | | | | | - Upstream dropped its custom "Hack" license in favor of the standard MIT license. - OTF fonts are no longer provided; switch to installing the TTF version. Notes: svn path=/head/; revision=452927
* Update to 2.003Raphael Kubo da Costa2017-10-242-4/+4
| | | | Notes: svn path=/head/; revision=452785
* Update to 2.003Raphael Kubo da Costa2017-10-242-4/+4
| | | | Notes: svn path=/head/; revision=452784
* Use LICENSE_FILE instead of LICENSE_FILE_*Sunpoet Po-Chuan Hsieh2017-10-071-3/+1
| | | | Notes: svn path=/head/; revision=451453
* Expand _LICENSE_PERMS_DEFAULTSunpoet Po-Chuan Hsieh2017-10-011-3/+3
| | | | Notes: svn path=/head/; revision=451041
* Add LICENSESunpoet Po-Chuan Hsieh2017-10-011-0/+12
| | | | | | | | PR: 222357 (based on) Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=451039
* Revert r450923 and unbreakAntoine Brodin2017-09-291-10/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=450930
* Add LICENSESunpoet Po-Chuan Hsieh2017-09-291-0/+10
| | | | | | | | PR: 222357 (based on) Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=450923
* Update to 2.002.Raphael Kubo da Costa2017-09-222-4/+4
| | | | Notes: svn path=/head/; revision=450367
* Update to 2.002.Raphael Kubo da Costa2017-09-222-4/+4
| | | | Notes: svn path=/head/; revision=450366
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* x11-fonts/ohsnap: updating the maintainer e-mail addressTobias C. Berner2017-09-161-1/+1
| | | | | | | | PR: 222184 Submitted by: lbdm@privacychain.ch (maintainer) Notes: svn path=/head/; revision=449943
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-152-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Reorder PORTREVISION and DISTVERSIONPREFIX.Raphael Kubo da Costa2017-09-101-1/+1
| | | | Notes: svn path=/head/; revision=449532
* Update to 2.001.Raphael Kubo da Costa2017-09-103-6/+16
| | | | Notes: svn path=/head/; revision=449531
* - Add NO_ARCHDmitry Marakasov2017-08-302-1/+2
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=448966
* - Update to 10.0.06.Jung-uk Kim2017-08-285-43/+37
| | | | | | | | | | | | | - Reset maintainership. - Rewrite makefiles to make x11-fonts/gnu-unifont-ttf a slave port to x11-fonts/gnu-unifont. - Clarify license. PR: 220616 Approved by: maintainer timeout (> 1 month) Notes: svn path=/head/; revision=448889
* Use PKGNAMESUFFIXSunpoet Po-Chuan Hsieh2017-08-221-6/+7
| | | | | | | | - Move USE_GITHUB section downward - Take maintainership Notes: svn path=/head/; revision=448551
* Use PKGNAMESUFFIXSunpoet Po-Chuan Hsieh2017-08-221-1/+2
| | | | Notes: svn path=/head/; revision=448549
* Use PKGNAMESUFFIXSunpoet Po-Chuan Hsieh2017-08-221-1/+2
| | | | Notes: svn path=/head/; revision=448548
* New port: x11-fonts/ohsnapTobias C. Berner2017-08-016-0/+79
| | | | | | | | | | | | | Monospaced font based on Artwiz Snap with bold and a version with status icons. https://sourceforge.net/projects/osnapfont/ PR: 221057 Submitted by: Le Baron d'Merde <lebarondemerde@gmx.com> Notes: svn path=/head/; revision=447027
* x11-fonts/powerline-fonts: update to new snapshotSteve Wills2017-07-273-89/+161
| | | | Notes: svn path=/head/; revision=446712
* Deprecate ports BROKEN for more than 6 monthsAntoine Brodin2017-07-221-0/+2
| | | | Notes: svn path=/head/; revision=446387
* Update to 4.46.0Tobias Kortkamp2017-07-192-4/+4
| | | | | | | Changes: http://www.ax86.net/2017/07/16/terminus-ttf-4-46-0-released Notes: svn path=/head/; revision=446200
* Update X.org WWWsDmitry Marakasov2017-07-1457-57/+57
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=445750
* Update to 2.0001Raphael Kubo da Costa2017-07-052-4/+4
| | | | Notes: svn path=/head/; revision=445086
* Update to 2.0-rc2Raphael Kubo da Costa2017-06-282-4/+4
| | | | Notes: svn path=/head/; revision=444571
* Update to 2.0rc1Raphael Kubo da Costa2017-06-252-5/+7
| | | | Notes: svn path=/head/; revision=444263
* Do not silence installation messagesSunpoet Po-Chuan Hsieh2017-06-191-2/+2
| | | | Notes: svn path=/head/; revision=443895
* Fix plist.Raphael Kubo da Costa2017-06-092-0/+3
| | | | Notes: svn path=/head/; revision=443009
* Use https in WWW and MASTER_SITES.Raphael Kubo da Costa2017-06-092-2/+2
| | | | Notes: svn path=/head/; revision=443004
* Set NO_ARCH=yes.Raphael Kubo da Costa2017-06-091-0/+1
| | | | | | | The port only installs .ttf files. Notes: svn path=/head/; revision=443002
* Fix check-sanity after WTFPL additionAntoine Brodin2017-05-111-2/+0
| | | | Notes: svn path=/head/; revision=440617
* - Update to 0.6.0Martin Wilke2017-05-056-27/+159
| | | | | | | | PR: 217289 Submitted by: maintainer Notes: svn path=/head/; revision=440152
* Update to 1.0.5Kevin Lo2017-05-032-3/+4
| | | | Notes: svn path=/head/; revision=440013