aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
Commit message (Collapse)AuthorAgeFilesLines
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-07-311-1/+2
| | | | Notes: svn path=/head/; revision=393340
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-07-311-0/+1
| | | | Notes: svn path=/head/; revision=393339
* - Update to 2.010R-ro/1.030R-itSunpoet Po-Chuan Hsieh2015-07-313-5/+12
| | | | | | | | | - Add NO_ARCH Changes: https://github.com/adobe-fonts/source-code-pro/releases Notes: svn path=/head/; revision=393338
* Unbreak INDEX, reverting r392921Antoine Brodin2015-07-263-23/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=392922
* 64 bit linuxulator support (not activated by default):Alexander Leidinger2015-07-263-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - most of the work was done by Alan Jude - all errors are mine - 64bit (may) have rough edges - I validated * that the 32bit part doesn't has deinstall regressions * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation later, when I dare to activate the 64bit linuxulator in the kernel) - the infrastructure part looks mature enough to let more test-bunnies get some experience with it - to use it you shall have no linux ports installed and have to specify (on your own risk) the following in make.conf before installing the ports: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits only, we decided to have it as an "overlay" instead of new ports. The 64bit part only installs 64bit executables, the 32bit ports can not be installed at the same time (if needed we can think of letting the 64bit overlay install the 32bit parts too, but given the CentOS 7 comment above...). Differential Revision: https://reviews.freebsd.org/D174 Submitted by: alanjude Sponsored by: Essen FreeBSD Hackathon 2015 Reviewed by: xmj, eadler (earlier versions) Approved by: portmgr (implicit, I remember blanked approval for linux parts loooong ago, punish me if you don't agree anymore) Notes: svn path=/head/; revision=392921
* Fix typo.Kevin Lo2015-07-021-1/+1
| | | | | | | Noticed by: lwhsu Notes: svn path=/head/; revision=391129
* Include Noto emoji.Kevin Lo2015-07-023-3/+12
| | | | | | | | PR: 201251 Submitted by: Sascha Brawer Notes: svn path=/head/; revision=391127
* - Mark BROKEN on 9.x: fails to extract:Dmitry Marakasov2015-06-271-0/+2
| | | | | | | | | | unzip: Failed to open '/portdistfiles//}' Submitted by: pkg-fallout Approved by: portmgr blanket Notes: svn path=/head/; revision=390683
* Update to 1.0.4Kevin Lo2015-06-263-6/+10
| | | | Notes: svn path=/head/; revision=390620
* Update to 4.102Carlo Strub2015-06-104-30/+49
| | | | | | | | PR: 200453 Submitted by: Horia Racoviceanu (maintainer) Notes: svn path=/head/; revision=389146
* Update to 5.000Matthew Seaman2015-05-302-4/+3
| | | | | | | Changes: http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=Gentium_download#2e93c7c7 Notes: svn path=/head/; revision=387951
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-222-6/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* - Update to 2.35Sunpoet Po-Chuan Hsieh2015-05-212-4/+3
| | | | | | | Changes: http://dejavu-fonts.org/wiki/Changelog Notes: svn path=/head/; revision=386960
* x11-fonts/tmu: Find new file source to unbreakJohn Marino2015-05-193-10/+17
| | | | | | | | | | | | | The distfile was available in an uncompressed form on Sourceforge. While here, mark as GPLv3 (copying file would have to be downloaded separately so it is not set) and simplify. I made several corrections and removals to the patch as submitted. PR: 200308 Submitted by: Ports Fury Notes: svn path=/head/; revision=386747
* MASTER_SITES cleanup.Mathieu Arnold2015-05-1417-26/+13
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Cleanup GH_* knobs: use DISTVERSIONSUFFIXSunpoet Po-Chuan Hsieh2015-05-132-3/+3
| | | | Notes: svn path=/head/; revision=386261
* Cleanup DIST* variables.Mathieu Arnold2015-05-114-8/+5
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Update ports in the remaining categories to not use GH_COMMIT.Mathieu Arnold2015-05-074-7/+5
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385665
* Fix build with Perl 5.21.1+Mathieu Arnold2015-04-202-0/+12
| | | | | | | | | | | | | Omitting % and @ on hash and array names is no longer permitted Really old Perl let you omit the @ on array names and the % on hash names in some spots. This has issued a deprecation warning since Perl 5.0, and is no longer permitted. With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=384376
* Misc X.org port updates:Koop Mast2015-04-1825-47/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update gccmakedep to 1.0.3. Update imake to 1.0.7. Update libpciaccess to 0.13.3. Update libdrm to 2.4.60. Update bitmap to 1.0.8. Update fstobdf to 1.0.6. Update iceauth to 1.0.7. Update libXdmcp to 1.1.2. Update libXp to 1.0.3. Update libXvMC to 1.0.9. Update libXxf86vm to 1.1.4. Update libxshmfence to 1.2. Update randrproto to 1.4.1. Update rgb to 1.0.6. Update sessreg to 1.1.0. Update xcb-util-cursor to 0.1.2. Update xedit to 1.2.2. Update xkbcomp to 1.3.0. Update xkeyboard-config to 2.14. Update xproto to 7.0.27. Update xf86-input-mouse to 1.9.1. Update xf86-input-synaptics to 1.8.2. Update xf86-video-i710 to 1.3.5. Update xf86-video-mga to 1.6.4. Update xf86-video-tdfx to 1.4.6. Update xf86-video-vmware to 13.1.0. Update bdftopcf to 1.0.5. Update font-util to 1.3.1. Update fslsfonts to 1.0.5. Update mkfontscale to 1.1.2. Update showfont to 1.0.5. Update xfs to 1.1.4. Update xfsinfo to 1.0.5. Remove :keepla from USES=libtool for X libraries in bsd.xorg.mk, and bump all affected ports. PR: 199400 Obtained from: Xorg-devel repo Notes: svn path=/head/; revision=384234
* - remove do_nadaJason Helfman2015-04-011-3/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=382959
* Mark as broken: no public distfilesBaptiste Daroussin2015-03-302-0/+4
| | | | Notes: svn path=/head/; revision=382760
* - Sort PLISTSunpoet Po-Chuan Hsieh2015-03-301-77/+77
| | | | Notes: svn path=/head/; revision=382716
* Convert to USES=metaportBaptiste Daroussin2015-03-281-7/+1
| | | | Notes: svn path=/head/; revision=382496
* Readd dependency removed by mistakeBaptiste Daroussin2015-03-282-11/+10
| | | | | | | Convert to a meta port Notes: svn path=/head/; revision=382487
* - Update to 20141012Sunpoet Po-Chuan Hsieh2015-03-252-7/+5
| | | | | | | | PR: 198892 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) Notes: svn path=/head/; revision=382264
* FONTDIR was replaced by FONTSDIR, so setting SUB_LIST is no longerJimmy Olgeni2015-03-241-1/+0
| | | | | | | necessary. Notes: svn path=/head/; revision=382169
* Bump PORTREVISION after the fonts path change and fix pkg-message.Jimmy Olgeni2015-03-242-2/+2
| | | | Notes: svn path=/head/; revision=382168
* Bump PORTREVISION after the fonts path change and fix pkg-message.Jimmy Olgeni2015-03-242-2/+2
| | | | Notes: svn path=/head/; revision=382167
* Bump PORTREVISION after the fonts path change and fix pkg-message.Jimmy Olgeni2015-03-242-2/+2
| | | | Notes: svn path=/head/; revision=382166
* Bump PORTREVISION after the fonts path change.Jimmy Olgeni2015-03-241-1/+1
| | | | Notes: svn path=/head/; revision=382160
* Bump PORTREVISION after the fonts path change.Jimmy Olgeni2015-03-241-0/+1
| | | | Notes: svn path=/head/; revision=382159
* Bump PORTREVISION after the fonts path change.Jimmy Olgeni2015-03-241-1/+1
| | | | Notes: svn path=/head/; revision=382158
* Bump PORTREVISION after the fonts path change.Jimmy Olgeni2015-03-241-1/+1
| | | | Notes: svn path=/head/; revision=382157
* Bump PORTREVISION after the fonts path change and fix pkg-message.Jimmy Olgeni2015-03-242-1/+2
| | | | Notes: svn path=/head/; revision=382156
* Bump PORTREVISION after the fonts path change.Jimmy Olgeni2015-03-241-1/+1
| | | | Notes: svn path=/head/; revision=382155
* Bump PORTREVISION after the fonts path change.Jimmy Olgeni2015-03-241-1/+1
| | | | Notes: svn path=/head/; revision=382154
* Bump both of those after the fonts path change.Mathieu Arnold2015-03-242-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=382101
* x11-fonts/libXfont: add CPE informationBartek Rutkowski2015-03-241-0/+3
| | | | | | | | | | - Maintainer's timeout (x11@FreeBSD.org) PR: 197738 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Notes: svn path=/head/; revision=382083
* Forgot to bump portrevision after moving the fonts to share/fontsBaptiste Daroussin2015-03-241-1/+1
| | | | Notes: svn path=/head/; revision=382082
* Bump a portrevision forgottenBaptiste Daroussin2015-03-241-1/+1
| | | | Notes: svn path=/head/; revision=382068
* Remove ttmkfdir, it has been replaced long ago by mkfontdir/mkfontscaleBaptiste Daroussin2015-03-2213-397/+0
| | | | Notes: svn path=/head/; revision=381966
* Remove part of the description that is not relevant anymoreBaptiste Daroussin2015-03-221-4/+0
| | | | Notes: svn path=/head/; revision=381965
* Fix minor typos in pkg-descr files.Jimmy Olgeni2015-03-221-1/+1
| | | | Notes: svn path=/head/; revision=381910
* x11-fonts/libFS: add CPE informationBartek Rutkowski2015-03-221-0/+3
| | | | | | | | | | - Maintainer's timeout (x11@FreeBSD.org) PR: 197718 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Notes: svn path=/head/; revision=381904
* Another missed bumpBaptiste Daroussin2015-03-221-0/+1
| | | | Notes: svn path=/head/; revision=381896
* Some missed bumpsBaptiste Daroussin2015-03-222-2/+2
| | | | Notes: svn path=/head/; revision=381895
* Fix font locationBaptiste Daroussin2015-03-221-1/+2
| | | | Notes: svn path=/head/; revision=381892
* Make fonts repecting XDGBaptiste Daroussin2015-03-21197-5897/+5550
| | | | | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports Notes: svn path=/head/; revision=381876
* Abstract the font locationBaptiste Daroussin2015-03-201-12/+14
| | | | | | | Ignore fonts.dir and fonts.scale Notes: svn path=/head/; revision=381783