aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
Commit message (Collapse)AuthorAgeFilesLines
* - Reassign to the heap after jsa@'s bit was taken in for safekeepingFrederic Culot2014-10-231-1/+1
| | | | Notes: svn path=/head/; revision=371393
* - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,Marcus von Appen2014-10-192-4/+3
| | | | | | | | | x11-fonts/, x11-toolkits and x11-wm to new USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371203
* Remove @dirrm's from my ports plistsPawel Pekala2014-10-131-1/+0
| | | | Notes: svn path=/head/; revision=370822
* - Modernize plist [1]Alex Kozlov2014-10-132-3/+2
| | | | | | | | | | - Add NO_ARCH PR: 194081 (based on) [1] Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer) [1] Notes: svn path=/head/; revision=370754
* Update CentOS base to 6.5, add userland portsJohannes Jost Meixner2014-09-226-3/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Fedora 10 infrastructure ports have been in use since June 2009 and, while having served a great deed, have become unsupported upstream and hence affected by unfixed security vulnerabilities. In addition to that, many recent Linux binaries need newer libc / stdlibc++ versions. This commit adds the linux-c6- userland as drop-in replacement for the -f10 infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5. If you want to switch to linux-c6 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 Additionally, please add the following line to /etc/sysctl.conf: compat.linux.osrelease=2.6.18 Upgrading procedures are shown in /usr/ports/UPDATING. This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in November 2013, using and extending mav@'s work. It has been tested extensively and most reported issues were already fixed. Please report any additional bug or "features" to the emulation mailing list. Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's filed Issues and Pull requests on GitHub, PR: 186820 Differential Revision: https://reviews.freebsd.org/D793 Reviewed by: allanjude, antoine, bapt, rene Approved by: portmgr (antoine, bapt) Approved by: koobs (mentor) Sponsored by: Perceivon Hosting Inc. Notes: svn path=/head/; revision=368845
* x11-fonts/sgifonts: Use $TAR instead of $EXTRACT_CMDJohn Marino2014-09-161-1/+1
| | | | | | | | | | Currently, FreeBSD defines EXTRACT_CMD as $TAR, but DragonFly does not have a default value for EXTRACT_CMD. Using $TAR instead of $EXTRACT_CMD is a No-Op for FreeBSD, but restores the build on DragonFly which got disrupted as a result of the previous commit. Notes: svn path=/head/; revision=368303
* devel/glib12 x11-toolkits/gtk12:Tijl Coosemans2014-09-131-1/+1
| | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0 Notes: svn path=/head/; revision=368108
* - Drop indefinite article from COMMENTJason E. Hale2014-09-122-11/+19
| | | | | | | | | | | | | | - Add LICENSE_FILE and remove it from PORTDOCS - Use NO_WRKSUBDIR to avoid redefining WRKSRC - Create and install font indexes - Simplify PORTDOCS installation - Bump PORTREVISION PR: 193542 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer) Notes: svn path=/head/; revision=368067
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Undiagnosed ARMv6 core dump occurs when using GCC with fontconfig.Sean Bruno2014-09-032-5/+15
| | | | | | | | | | | Avoid this crash and resore compiles via CLANG. PR: 183536 Submitted by: mazhe@alkumuna.eu Reviewed by: kwm Notes: svn path=/head/; revision=367209
* Support STAGEDIR.Vanilla I. Shu2014-09-012-33/+50
| | | | | | | | PR: ports/193173 Submitted by: Ports Fury. Notes: svn path=/head/; revision=366853
* Remove trailing slash to pass make check-plistAntoine Brodin2014-08-243-3/+3
| | | | Notes: svn path=/head/; revision=366020
* Canonicalize a few LICENSE_PERMSAntoine Brodin2014-08-221-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=365614
* x11-fonts/gnu-unifont and x11-fonts/gnu-unifont-ttf: 6.3.x -> 7.0.03Kurt Jaeger2014-08-154-16/+16
| | | | | | | | | PR: 192003 Submitted by: vmagerya@gmail.com Approved by: bsdports@gmail.com (maintainer) Notes: svn path=/head/; revision=365041
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-0813-13/+13
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category X. CR: D511 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=364347
* In some straightforward cases, protect documentation behindAdam Weinberger2014-08-042-2/+4
| | | | | | | | PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure. Notes: svn path=/head/; revision=363960
* - Add run-depend on fc-cache, it's called from plistDmitry Marakasov2014-08-011-2/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=363705
* x11-fonts/proggy_fonts: support stageWilliam Grzybowski2014-07-311-3/+1
| | | | | | | | PR: 192261 Submitted by: fullermd over-yonder net Notes: svn path=/head/; revision=363591
* UnbreakAntoine Brodin2014-07-301-2/+2
| | | | Notes: svn path=/head/; revision=363504
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-294-4/+4
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363399
* Convert a bunch of USE_XZ to USES=tar:xz.Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363392
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-292-4/+2
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Rename x11-*/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-298-19/+11
| | | | | | | Finally, this is the last of it. Notes: svn path=/head/; revision=363358
* x11-fonts/fira: update 3.110 -> 3.111Bartek Rutkowski2014-07-252-9/+9
| | | | | | | | | PR: 191937 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> Approved by: marino (mentor) Notes: svn path=/head/; revision=362878
* - Use @fcfontsdirSunpoet Po-Chuan Hsieh2014-07-232-10/+6
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=362685
* - Sort BUILD_DEPENDSSunpoet Po-Chuan Hsieh2014-07-231-3/+3
| | | | Notes: svn path=/head/; revision=362678
* - Use @fcfontsdirSunpoet Po-Chuan Hsieh2014-07-222-9/+6
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=362562
* - Fix BUILD_DEPENDSSunpoet Po-Chuan Hsieh2014-07-221-2/+3
| | | | Notes: svn path=/head/; revision=362560
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2014-07-223-23/+11
| | | | | | | | | - Use @fcfontsdir - Simplify FONTDIR - Cleanup Makefile Notes: svn path=/head/; revision=362557
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2014-07-221-14/+11
| | | | | | | | - Cosmetic change - Take maintainership Notes: svn path=/head/; revision=362556
* Revert updating fontsproto 2.1.3 (only works for libXfont >= 1.5)Baptiste Daroussin2014-07-214-7/+8
| | | | | | | | | | Revert updating libXfonts 1.5.0 (only works with xorg-server >= 1.16.0) Update libXfonts to 1.4.8 which was the intention at the beginning... Pointyhay to: bapt Notes: svn path=/head/; revision=362402
* Update to 1.5.0Baptiste Daroussin2014-07-206-613/+4
| | | | | | | Strip binaries Notes: svn path=/head/; revision=362395
* Update to 2.1.3Baptiste Daroussin2014-07-202-3/+3
| | | | Notes: svn path=/head/; revision=362394
* x11-fonts/indic-ttf: Restore missing MALAYALAM option, then clean upJohn Marino2014-07-201-42/+20
| | | | | | | | | | | | | | | The MALAYALAM option was in place but not actually defined, so it apparently got lost somewhere along the way. Restore it, then simplify the port using OPTIONS_SUB=yes. The definitions of FONTSDIR and CONFAVAILDIR weren't liked on DragonFly poudriere so those were reworked to something more robust. While here pet portlint and do some cosmetic alignments. PR: 190822 Submitted by: Christopher Hall Notes: svn path=/head/; revision=362368
* x11-fonts/wqy: clean up pkg-plist after stage attemptJohn Marino2014-07-192-3/+4
| | | | Notes: svn path=/head/; revision=362244
* x11-fonts/alef: small fixes in MakefileKurt Jaeger2014-07-181-2/+3
| | | | | | | | PR: 191944 Submitted by: cjpugmed@gmail.com (maintainer) Notes: svn path=/head/; revision=362201
* x11-fonts/alef: fix COMMENTKurt Jaeger2014-07-181-1/+1
| | | | | | | Submitted by: Eitan Adler Notes: svn path=/head/; revision=362185
* New port: x11-fonts/alefKurt Jaeger2014-07-185-0/+54
| | | | | | | | | | | | | | | | | Alef has been designed to meet very high standards whilst at a very small size. It was created under the consideration of its primary use for digital media, and overcomes great challenges in the rendition of small characters and cross-platform adjustment. The font supports Hebrew and various European Languages. WWW: http://alef.hagilda.com/ PR: 191939 Submitted by: cjpugmed@gmail.com (maintainer) Notes: svn path=/head/; revision=362183
* Fix plist: add missing OTF fonts.Kevin Lo2014-07-162-0/+29
| | | | | | | Pointed out: lwhsu Notes: svn path=/head/; revision=362030
* Noto is Google's font family that aims to support all the world's languages.Kevin Lo2014-07-165-0/+161
| | | | | | | Its design goal is to achieve visual harmonization across languages. Notes: svn path=/head/; revision=362029
* Add DOCS option to the remaining staged ports where PORTDOCS appearsAdam Weinberger2014-07-162-0/+4
| | | | | | | in the plist. Notes: svn path=/head/; revision=362026
* x11-fonts/cyberbit-ttfonts: stage, assign maintainership to submitter, cleanupSteve Wills2014-07-156-94/+47
| | | | | | | | | | | | | | | - Stage - Assign maintainership to submitter - Fix grammar in COMMENT - Cleanup installation - Cleanup docs - Use pkg-message instead of ${ECHO_CMD} PR: 191854 Submitted by: A.J. "Fonz" van Werven <freebsd@skysmurf.nl> Notes: svn path=/head/; revision=361995
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-153-0/+6
| | | | Notes: svn path=/head/; revision=361981
* Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple whileAdam Weinberger2014-07-052-23/+15
| | | | | | | | | we're here. Remove any other references to NOPORT*. Approved by: portmgr (blanket for modernization) Notes: svn path=/head/; revision=360704
* Remove NOPORTDOCS.Adam Weinberger2014-07-041-4/+2
| | | | Notes: svn path=/head/; revision=360685
* - Update from 3.108 to 3.110Danilo Egea Gondolfo2014-07-044-22/+14
| | | | | | | | | | - Update WWW and MASTER_SITES PR: ports/191608 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> Notes: svn path=/head/; revision=360651
* 1: Stagify.Vanilla I. Shu2014-07-042-15/+4
| | | | | | | 2: use @fcfontsdir. Notes: svn path=/head/; revision=360632
* 1: Stagify.Vanilla I. Shu2014-07-042-10/+9
| | | | | | | | 2: use @fontsdir 3: add depends to makefontscale, bump version. Notes: svn path=/head/; revision=360631
* Stagify, use @fcfontsdir.Vanilla I. Shu2014-07-042-22/+17
| | | | Notes: svn path=/head/; revision=360629
* Stagify, use @fcfontsdir on pkg-plist.Vanilla I. Shu2014-07-042-21/+6
| | | | Notes: svn path=/head/; revision=360621