aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
Commit message (Collapse)AuthorAgeFilesLines
* Update to the latest version.Kevin Lo2017-02-043-21/+72
| | | | | | | | PR: 216762 Submitted by: Martin Birgmeier <la5lbtyi@aon.at> Notes: svn path=/head/; revision=433319
* Update to 6.001Raphael Kubo da Costa2017-02-042-4/+4
| | | | Notes: svn path=/head/; revision=433311
* Generate fontconfig cache on installation. This prevents cache creationTijl Coosemans2017-02-016-12/+28
| | | | | | | in every user's home directory when they first run an X11 Linux program. Notes: svn path=/head/; revision=433087
* Enable i386 support to Linux CentOS 7 ports.Tijl Coosemans2017-01-311-0/+24
| | | | | | | PR: 216646 Notes: svn path=/head/; revision=432953
* - Autodetect the installed linux_base port and use LINUX_DEFAULT only asTijl Coosemans2017-01-319-51/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a last resort. - Construct a list of DISTFILES for every architecture (amd64, i386). Select one list for regular make and all lists for make makesum so linux ports can have one combined distinfo file. - Set DIST_SUBDIR?=centos so there's only one copy of common distfiles. - Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter. - Regenerate all distinfo files. - For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib, lib64 and sbin into symbolic links to the same directory under usr. This fixes the problem where some programs/libraries exist under / on FreeBSD and /usr on Linux or vice versa and then depending on the order of search paths Linux programs may run/load FreeBSD programs/libraries and fail. - Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so Linux programs can find desktop theme icons. This eliminates the need for x11-themes/linux*-hicolor-icon-theme. - Rename pkg-plist.x86_64 to pkg-plist.amd64. - Regenerate all pkg-plist files. - Add @preexec to linux_base pkg-plist that moves existing files in bin, lib, lib64, sbin and icons to the new destination before the directories are turned into symbolic links. - Remove several empty directories from linux_base ports. - Sweep over all linux ports: use consistent style, remove old CONFLICTS, remove unused pkg-descr files, add NLS option,... - Remove old linux arts, esound and openssl-compat ports. Notes: svn path=/head/; revision=432937
* Change the MAINTAINER line to my FreeBSD.org address in the ports I maintainMatthew Rezny2017-01-301-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9380 Notes: svn path=/head/; revision=432850
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-202-2/+2
| | | | Notes: svn path=/head/; revision=431996
* Update Linux CentOS 7 ports to 7.3.1611. While 7.2 had semi-official i386Tijl Coosemans2017-01-194-38/+10
| | | | | | | | | | | | | | | packages there are no such packages for 7.3 yet so i386 support has been marked IGNORE for now. Change DIST_SUBDIR to just "centos" so distfiles that remain the same between major versions don't have to be redownloaded. Remove fmake hacks from linux.mk. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=431882
* Update to 6.0Raphael Kubo da Costa2017-01-192-4/+4
| | | | Notes: svn path=/head/; revision=431856
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+0
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* - Update Mozilla's Open Source Type Family Fira to versions 4.203 (Sans)Alexey Dokuchaev2017-01-175-53/+91
| | | | | | | | | | | | and 3.202 (Code & Mono) - Remove UFO source files installation option: they are no longer offered for download from carrois.com and probably of low interest to end-user - Update mastersites, WWW references, and port description text TIMESTAMP (Fira_Sans_4_2.zip) = 1477043341 Notes: svn path=/head/; revision=431726
* Fix encodings.dir pathBaptiste Daroussin2017-01-131-0/+6
| | | | | | | | PR: 170108 Modified: hiroto.kagotani@gmail.com Notes: svn path=/head/; revision=431430
* http://github.com redirects to the https version.Mathieu Arnold2017-01-131-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=431346
* Make 64 bit Linux packages the default on amd64.Tijl Coosemans2017-01-121-1/+1
| | | | Notes: svn path=/head/; revision=431245
* Update to 1.204Carlo Strub2017-01-012-5/+5
| | | | | | | | PR: 213272 Approved by: maintainer (via personal mail) Notes: svn path=/head/; revision=430255
* Drop support for Linux Fedora 10 (ports part)Rene Ladan2016-12-315-77/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | games/dsnake only worked with linux-f10 Should fix INDEX audio/linux-f10-sdl_mixer audio/linux-f10-pulseaudio-libs audio/linux-f10-freealut audio/linux-f10-arts audio/linux-f10-esound audio/linux-f10-libogg audio/linux-f10-alsa-plugins-oss audio/linux-f10-openal audio/linux-f10-openal-soft audio/linux-f10-nas-libs audio/linux-f10-alsa-lib audio/linux-f10-libvorbis audio/linux-f10-libaudiofile audio/linux-f10-mikmod databases/linux-f10-sqlite3 devel/linux-f10-dbus-glib devel/linux-f10-sdl12 devel/linux-f10-libglade2 devel/linux-f10-devtools devel/linux-f10-allegro devel/linux-f10-nspr devel/linux-f10-dbus-libs devel/linux-f10-libsigc++20 devel/linux-f10-ncurses-base dns/linux-f10-libasyncns emulators/linux_base-f10 emulators/linux-f10 ftp/linux-f10-curl games/dsnake graphics/linux-f10-sdl_image graphics/linux-f10-sdl_ttf graphics/linux-f10-glew graphics/linux-f10-ungif graphics/linux-f10-png graphics/linux-f10-tiff graphics/linux-f10-dri graphics/linux-f10-jpeg graphics/linux-f10-libGLU graphics/linux-f10-gdk-pixbuf graphics/linux-f10-libmng graphics/linux-f10-cairo graphics/linux-f10-imlib lang/linux-f10-tcl85 lang/linux-f10-libg2c multimedia/linux-f10-libtheora multimedia/linux-f10-libv4l net/linux-f10-openldap net/linux-f10-nss_ldap print/linux-f10-cups-libs security/linux-f10-gnutls security/linux-f10-nss security/linux-f10-openssl security/linux-f10-libgpg-error security/linux-f10-libtasn1 security/linux-f10-libgcrypt security/linux-f10-libssh2 security/linux-f10-cyrus-sasl2 sysutils/linux-f10-procps textproc/linux-f10-aspell textproc/linux-f10-expat textproc/linux-f10-scim-gtk textproc/linux-f10-scim-libs textproc/linux-f10-libxml2 x11/linux-f10-xorg-libs x11-fonts/linux-f10-fontconfig x11-themes/linux-f10-qtcurve-gtk2 x11-themes/linux-f10-hicolor-icon-theme x11-toolkits/linux-f10-qt45 x11-toolkits/linux-f10-gtk2 x11-toolkits/linux-f10-openmotif x11-toolkits/linux-f10-pango accessibility/linux-f10-atk archivers/linux-f10-ucl archivers/linux-f10-upx Notes: svn path=/head/; revision=430144
* Move DISTVERSIONPREFIX to the right location after r430012.Raphael Kubo da Costa2016-12-301-1/+1
| | | | Notes: svn path=/head/; revision=430013
* Update to 5.001.Raphael Kubo da Costa2016-12-303-9/+36
| | | | | | | While here, also install some documentation files. Notes: svn path=/head/; revision=430012
* Reset ports per maintainer request.Rene Ladan2016-12-261-3/+2
| | | | | | | | PR: 215557 Submitted by: A.J. "Fonz" van Werven (maintainer) Notes: svn path=/head/; revision=429499
* - Update to 1.0.3Wen Heping2016-12-202-3/+4
| | | | Notes: svn path=/head/; revision=428973
* Use ${FONTSDIR} instead of %%FONTSDIR%% in PLIST_FILES. No revision bump sinceEmanuel Haupt2016-12-131-1/+1
| | | | | | | | | this is a no-op. Notified by: mat Notes: svn path=/head/; revision=428529
* Add emojione-color-font-ttf 1.3, color emoji font using EmojiOne UnicodeEmanuel Haupt2016-12-134-0/+41
| | | | | | | 9.0. Notes: svn path=/head/; revision=428510
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-083-2/+3
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibilityTijl Coosemans2016-12-081-1/+1
| | | | | | | | links that were added in r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428129
* http://github.com redirects to https://github.com, spare everyone a redirect.Mathieu Arnold2016-12-021-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427548
* - Add sourceserifpro-ttf 1.017Sunpoet Po-Chuan Hsieh2016-11-266-0/+49
| | | | | | | | | | Source Serif Pro is a set of OpenType fonts to complement the Source Sans Pro family. WWW: https://github.com/adobe-fonts/source-serif-pro Notes: svn path=/head/; revision=427151
* - Use Roman fonts version as PORTVERSIONSunpoet Po-Chuan Hsieh2016-11-261-4/+3
| | | | | | | - Add LICENSE_FILE Notes: svn path=/head/; revision=427150
* - Update to 2.030R-ro/1.050R-itSunpoet Po-Chuan Hsieh2016-11-262-5/+6
| | | | | | | | | - Add LICENSE_FILE Changes: https://github.com/adobe-fonts/source-code-pro/releases Notes: svn path=/head/; revision=427149
* - Update to 2.37Sunpoet Po-Chuan Hsieh2016-11-203-4/+6
| | | | | | | Changes: http://dejavu-fonts.org/wiki/Changelog Notes: svn path=/head/; revision=426663
* Remove broken optionAntoine Brodin2016-11-081-4/+1
| | | | Notes: svn path=/head/; revision=425769
* - Add LICENSEDmitry Marakasov2016-11-074-10/+13
| | | | | | | | | - Add missing depends - Regenerate patches - Fix WWW: Notes: svn path=/head/; revision=425604
* Update to 1.5.2Baptiste Daroussin2016-11-052-3/+4
| | | | Notes: svn path=/head/; revision=425432
* x11-fonts/roboto-fonts-ttf: Update to 2.134Carlos J. Puga Medina2016-10-285-4/+90
| | | | | | | | | | | | | - Update roboto-fonts-ttf to 2.134 - Fix fontconfing incompatibilities - Pass maintainership to submitter PR: 213514 Submitted by: Vladimir Kondratyev <wulf@cicgroup.ru> Approved by: koobs (mentor) Notes: svn path=/head/; revision=424798
* All 3 types of fonts are obsoleted in the port. Use official site toAndrey A. Chernov2016-10-242-10/+10
| | | | | | | download their most recent versions. Notes: svn path=/head/; revision=424542
* Move shareware notice to pkg-message and cleanup.Jimmy Olgeni2016-10-232-7/+8
| | | | Notes: svn path=/head/; revision=424514
* x11-fonts/sharefonts: add NO_ARCH and reduce diff with x11-fonts/freefonts.Jimmy Olgeni2016-10-231-2/+3
| | | | Notes: svn path=/head/; revision=424513
* x11-fonts/freefonts: fix path in pkg-message and set NO_ARCH.Jimmy Olgeni2016-10-233-13/+15
| | | | | | | | | | Remove obsolete reference to /etc/X11/XF86Config. PR: 213686 Submitted by: freebsd@dreamchaser.org Notes: svn path=/head/; revision=424512
* Use WenQuanYi Zen Hei Sharp instead of WenQuanYi Bitmap Song.Xin LI2016-10-212-2/+2
| | | | | | | | | | The former is a TrueType font with embedded dotted font, and have better compatibility. Submitted by: intron <intron intron ac> Notes: svn path=/head/; revision=424378
* Reassign makc's ports back to the pool.Raphael Kubo da Costa2016-10-201-1/+1
| | | | | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far. Notes: svn path=/head/; revision=424339
* Add Linux CentOS 7 infrastructure ports.Tijl Coosemans2016-10-196-0/+95
| | | | | | | | | | | | | Mk/Uses/linux.mk changes: - Add support for architecture neutral (noarch) distfiles. - Add support for 64-bit only ports: set IGNORE on i386 and don't install 32-bit compat libraries on amd64. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D7886 Notes: svn path=/head/; revision=424259
* Provide a NEWVERDANA option (off by default) to install the y2006Jimmy Olgeni2016-10-193-5/+19
| | | | | | | | | | | | | version of Verdana. Some glyphs of Verdana Bold y2006 are not rendered correctly by freetype in anti-aliased mode. PR: 213512 Submitted by: Vladimir Kondratyev Notes: svn path=/head/; revision=424233
* Sync webfonts collection with mscorefonts2.Jimmy Olgeni2016-10-174-18/+57
| | | | | | | | | | | | | - Update Arial, Times, Trebuchet and Verdana fonts to y2006 version. - Include ClearType fonts: Calibri, Cambria, Consolas, Constantia, Corbel. Add LICENSE information while I'm here. PR: 213512 Submitted by: Vladimir Kondratyev Notes: svn path=/head/; revision=424121
* Update to 1.06 and add NO_ARCH.Adam Weinberger2016-10-102-3/+5
| | | | | | | Changes: https://metacpan.org/changes/distribution/Font-TTF Notes: svn path=/head/; revision=423725
* Mark BROKEN: unfetchableAntoine Brodin2016-10-011-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=423038
* x11-fonts/oldschool-pc-fonts: add new portJan Beich2016-09-305-0/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 212984 Submitted by: matthew@reztek.cz The Ultimate Oldschool PC Font Pack started out with the idea of paying tribute to ancient PCs and their bitmapped, pre-GUI typography (if you can call it that). It was inspired by similar efforts that cover other vintage machines: classic system fonts from the Amiga, C64, Apple II, Mac, ZX Spectrum, Atari 8-bit/ST etc. are all celebrated. On the other hand, the IBM PC and its clones seem to get little love... except for that one VGA text mode font (which has been remade numerous times, to varying degrees of success). This collection is here to remedy that, and to bring you pixel-perfect remakes of various type styles from text-mode era PCs - in modern, multi-platform, Unicode-compatible TrueType form (plus straight bitmap versions). Although the goal is to make it a complete resource, the main focus is on hardware character sets: the kind that's located in a ROM chip on the system board or graphics card, which is what you'd see by default when working in text (or graphics) mode. Software-loadable fonts are also within the scope of this collection (if associated with a particular machine or display system), so some of these have also made it in. http://int10h.org/oldschool-pc-fonts/ Notes: svn path=/head/; revision=422977
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534 Notes: svn path=/head/; revision=421635
* - Convert to USES=fonts to fix a package installation problem.Tijl Coosemans2016-09-084-173/+122
| | | | | | | - Install upstream fonts.alias. Notes: svn path=/head/; revision=421564
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans2016-09-052-14/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=421387
* Should be NO_WRKSUBDIRPawel Pekala2016-08-271-1/+1
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=420969