aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
Commit message (Collapse)AuthorAgeFilesLines
* #define fc_atomic_ptr_cmpexch() for mips/mips64 to supported functions. Fixessbruno2014-12-091-0/+20
| | | | | | | | | build on these arch's PR: 195794 Submitted by: sson Reviewed by: kwm Approved by: mentor (implicit)
* - Cleanup PLISTsunpoet2014-12-081-3/+0
|
* Update to version 0.4riggs2014-12-082-3/+5
| | | | | | | | While on it: Set NO_ARCH=yes PR: 195741 Submitted by: 6yearold@gmail.com (maintainer)
* Update to 1.6.5.rakuco2014-12-062-4/+4
| | | | | | | | Changes, as described in the README: 1.6.4 - Fix line height on Mac. Move all the italic glyphs to the left. Adjust some accents. 1.6.5 - Make italics visible on Windows.
* Chase update of fontconfig to 2.11.1.kwm2014-12-052-1/+3
|
* Update fontconfig to 2.11.1.kwm2014-12-045-25/+46
| | | | | | | | | | | | While here: - Drop :keepla from USES=libtool - Use INSTALL_TARGET for stripping - Sprinkle some carrier returns in the post-install target so they stay within 77 char length. - Switch to @sample for config file - Remove @dirrm[try]'s from plist PR: 195595 Submitted by: delphij@
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-266-18/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* Cleanup plistantoine2014-11-141-2/+0
|
* Upgrade CentOS to 6.6xmj2014-11-113-8/+6
| | | | | | | | | | | | | | | | | | - Upgrade all things linux-c6- to CentOS 6.6 - Add ports: devel/linux-c6-libsigc++20 graphics/linux-c6-gdk-pixbuf [1] graphics/linux-c6-glx-utils - Add pkg-plists for net/linux-c6-openldap and security/linux-c6-cyrus-sasl2 - Misc. cleanups Differential Revision: https://reviews.freebsd.org/D1108 Submitted by: kmoore [1] Reviewed by: rene (emulation) Approved by: portmgr (swills) Approved by: swills (mentor) Sponsored by: Perceivon Hosting Inc.
* - Remove a few remaining $Id$ from pkg-plistsak2014-11-071-1/+0
| | | | Approved by: portmgr (mat)
* Convert to @fcbapt2014-10-312-5/+2
|
* Convert to @fcbapt2014-10-312-5/+2
| | | | | | Bump portrevision previous version didn't work as expected Reported by: peter
* - Reassign to the heap after jsa@'s bit was taken in for safekeepingculot2014-10-231-1/+1
|
* - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,mva2014-10-202-4/+3
| | | | | | x11-fonts/, x11-toolkits and x11-wm to new USES=python Approved by: portmgr (implicit)
* Remove @dirrm's from my ports plistspawel2014-10-141-1/+0
|
* - Modernize plist [1]ak2014-10-132-3/+2
| | | | | | | - Add NO_ARCH PR: 194081 (based on) [1] Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer) [1]
* Update CentOS base to 6.5, add userland portsxmj2014-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.
* x11-fonts/sgifonts: Use $TAR instead of $EXTRACT_CMDmarino2014-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.
* devel/glib12 x11-toolkits/gtk12:tijl2014-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
* - Drop indefinite article from COMMENTjhale2014-09-132-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)
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Undiagnosed ARMv6 core dump occurs when using GCC with fontconfig.sbruno2014-09-032-5/+15
| | | | | | | | Avoid this crash and resore compiles via CLANG. PR: 183536 Submitted by: mazhe@alkumuna.eu Reviewed by: kwm
* Support STAGEDIR.vanilla2014-09-012-33/+50
| | | | | PR: ports/193173 Submitted by: Ports Fury.
* Remove trailing slash to pass make check-plistantoine2014-08-253-3/+3
|
* Canonicalize a few LICENSE_PERMSantoine2014-08-221-1/+1
| | | | With hat: portmgr
* x11-fonts/gnu-unifont and x11-fonts/gnu-unifont-ttf: 6.3.x -> 7.0.03pi2014-08-164-16/+16
| | | | | | PR: 192003 Submitted by: vmagerya@gmail.com Approved by: bsdports@gmail.com (maintainer)
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-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)
* In some straightforward cases, protect documentation behindadamw2014-08-042-2/+4
| | | | | PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure.
* - Add run-depend on fc-cache, it's called from plistamdmi32014-08-011-2/+3
| | | | Approved by: portmgr blanket
* x11-fonts/proggy_fonts: support stagewg2014-07-311-3/+1
| | | | | PR: 192261 Submitted by: fullermd over-yonder net
* Unbreakantoine2014-07-311-2/+2
|
* Convert some more USE_BZIP2 to USES=tar:bzip2adamw2014-07-304-4/+4
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Convert a bunch of USE_XZ to USES=tar:xz.adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-302-4/+2
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Rename x11-*/ patch-xy patches to reflect the files they modify.adamw2014-07-308-19/+11
| | | | Finally, this is the last of it.
* x11-fonts/fira: update 3.110 -> 3.111robak2014-07-252-9/+9
| | | | | | PR: 191937 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> Approved by: marino (mentor)
* - Use @fcfontsdirsunpoet2014-07-232-10/+6
| | | | - Bump PORTREVISION for package change
* - Sort BUILD_DEPENDSsunpoet2014-07-231-3/+3
|
* - Use @fcfontsdirsunpoet2014-07-232-9/+6
| | | | - Bump PORTREVISION for package change
* - Fix BUILD_DEPENDSsunpoet2014-07-231-2/+3
|
* - Remove leading indefinite article from COMMENTsunpoet2014-07-233-23/+11
| | | | | | - Use @fcfontsdir - Simplify FONTDIR - Cleanup Makefile
* - Remove leading indefinite article from COMMENTsunpoet2014-07-231-14/+11
| | | | | - Cosmetic change - Take maintainership
* Revert updating fontsproto 2.1.3 (only works for libXfont >= 1.5)bapt2014-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
* Update to 1.5.0bapt2014-07-216-613/+4
| | | | Strip binaries
* Update to 2.1.3bapt2014-07-212-3/+3
|
* x11-fonts/indic-ttf: Restore missing MALAYALAM option, then clean upmarino2014-07-211-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
* x11-fonts/wqy: clean up pkg-plist after stage attemptmarino2014-07-192-3/+4
|
* x11-fonts/alef: small fixes in Makefilepi2014-07-181-2/+3
| | | | | PR: 191944 Submitted by: cjpugmed@gmail.com (maintainer)
* x11-fonts/alef: fix COMMENTpi2014-07-181-1/+1
| | | | Submitted by: Eitan Adler
* New port: x11-fonts/alefpi2014-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)
* Fix plist: add missing OTF fonts.kevlo2014-07-162-0/+29
| | | | Pointed out: lwhsu
* Noto is Google's font family that aims to support all the world's languages.kevlo2014-07-165-0/+161
| | | | Its design goal is to achieve visual harmonization across languages.
* Add DOCS option to the remaining staged ports where PORTDOCS appearsadamw2014-07-162-0/+4
| | | | in the plist.
* x11-fonts/cyberbit-ttfonts: stage, assign maintainership to submitter, cleanupswills2014-07-166-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>
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-163-0/+6
|
* Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple whileadamw2014-07-052-23/+15
| | | | | | we're here. Remove any other references to NOPORT*. Approved by: portmgr (blanket for modernization)
* Remove NOPORTDOCS.adamw2014-07-051-4/+2
|
* - Update from 3.108 to 3.110danilo2014-07-054-22/+14
| | | | | | | - Update WWW and MASTER_SITES PR: ports/191608 Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
* 1: Stagify.vanilla2014-07-042-15/+4
| | | | 2: use @fcfontsdir.
* 1: Stagify.vanilla2014-07-042-10/+9
| | | | | 2: use @fontsdir 3: add depends to makefontscale, bump version.
* Stagify, use @fcfontsdir.vanilla2014-07-042-22/+17
|
* Stagify, use @fcfontsdir on pkg-plist.vanilla2014-07-042-21/+6
|
* 1: Stagify.vanilla2014-07-042-51/+16
| | | | 2: use @fcfontsdir.
* 1: Stagify.vanilla2014-07-042-20/+9
| | | | | 2: USES=tar:bzip2 3: use @fc.
* Stagify, switch to use @fontsdir.vanilla2014-07-042-12/+3
|
* Stagify.vanilla2014-07-042-19/+5
|
* Stagifybapt2014-07-032-23/+12
| | | | | | | | | | | While I'm here: - Reassign maintainership - Use @fontsdir instead of custom code - Do not run mkfontdir/mkfontscale while building the package - Remove mkfontdir/mkfontscale from build depends PR: 191568 Submitted by: lgfbsd@be-well.ilk.org
* Unbreak INDEXantoine2014-07-031-1/+0
|
* Unbreak INDEXantoine2014-07-031-1/+0
|
* x11-fonts/paratype,x11-fonts/profont: STAGEifybsam2014-07-032-17/+8
|
* Use options and stagingbf2014-07-032-6/+18
|
* x11-fonts/doulos{,-compact}: STAGEifybsam2014-07-032-28/+8
|
* First batch at resetting maintainership on ports that have not been staged andbapt2014-07-0310-10/+10
| | | | | | without any pending PR With hat: portmgr
* - Convert x11-toolkits/neXtaw to USES=libtool and bump dependent portstijl2014-07-012-7/+5
| | | | - Add stage support to x11-fonts/nexfontsel
* Adjust COMMENT to the current nitpicking standards.rakuco2014-06-291-1/+1
|
* - Fix Q/A testmiwi2014-06-281-1/+2
| | | | Fix Suggested by: antoine
* - Chase database/sqlite3 slib bumpmiwi2014-06-281-1/+1
| | | | Approved by: portmgr (myself)
* Add x11-fonts/hasklig.rakuco2014-06-285-0/+41
| | | | | | | | | | | Hasklig is a Haskell code font with monospaced ligatures based on Source Code Pro font. It adds nice representations of such operators like (->), (>>=), (-<) and so on. WWW: http://github.com/i-tu/Hasklig PR: 191152 Submitted by: arrowdodger <6yearold@gmail.com>
* - Stage supportmiwi2014-06-282-14/+9
| | | | PR: 190782
* - Update to 3.108miwi2014-06-275-60/+95
| | | | | | | | | | | | | | - Change MASTER_SITES, use canonical and mirror [1] - Add Technical Documentation and UFO source files [1] - Add USES=zip - Remove TTF - Remove SUB_LIST - Change pkg-descr, pkg-plist and pkg-message - Remove x11-fonts/mkfontdir from BUILD_DEPENDS and pkg-plist - Remove mkfontscale from pkg-plist - Remove X font server instructions from pkg-message PR: 190810
* Convert GMAKE to MAKE_CMDbapt2014-06-251-1/+1
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* Switch back to @fc now that pkg_install to support itbapt2014-06-121-3/+1
|
* Fix up @fc for traditional pkg_add/pkg_create systems,mandree2014-06-122-2/+4
| | | | | | using @exec/@unexec fc-cache -s %%PREFIX%%/%%FONTDIR%% and @dirrmtry. Approved by: portmgr (blanket "just fix it" approval)
* Update to 4.39zeising2014-06-122-3/+3
|
* - updates MAINTAINERcs2014-06-111-4/+6
| | | | | | | | | | - adds new maintainer's mirror to MASTER_SITES - eliminates "deprecated" use of MASTER_SITE_SUBDIR - adds specification of LICENSE - removes erroneous "x11" entry in CATEGORIES PR: 190657 Submitted by: A.J. "Fonz" van Werven
* Add staging support.olgeni2014-06-112-107/+102
| | | | - Use @fontsdir in pkg-plist.
* Add staging support.olgeni2014-06-112-86/+82
| | | | - Use @fontsdir in pkg-plist.
* Add staging support and cleanup.olgeni2014-06-103-63/+55
| | | | - Use @fontsdir in pkg-plist.
* Misc. improvements.olgeni2014-06-102-47/+52
| | | | | | | - Add LICENSE and remove license file from package. - Convert USE_BZIP2 to USES. - Add RUN_DEPENDS to fc-cache. - Use @fc in pkg-plist.
* Add staging support and cleanup.olgeni2014-06-103-137/+121
| | | | - Use @fc in pkg-plist.
* Support staging. The vendor's Makefile uses DESTDIR for its own purposesmi2014-06-102-6/+5
| | | | | -- it had to be renamed, because staging uses the same variable (without advertising it).
* Add staging support.olgeni2014-06-102-39/+33
| | | | | | - Fix COMMENT. - Use the @fc keyword in pkg-plist. - General cleanup.
* - Add stage supportdanilo2014-06-091-4/+3
| | | | | PR: ports/190801 Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
* - Convert USE_BZIP2 to USESdanilo2014-06-091-2/+1
|
* Remove all space characters from Makefile assignments.olgeni2014-06-091-1/+1
| | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
* - Update to 20131208madpilot2014-06-072-10/+7
| | | | | | | - Stagify PR: 190385 Submitted by: lichray@gmail.com (maintainer)
* - Stage supportmiwi2014-06-041-17/+6
| | | | | PR: 190173 Submitted by
* - Stage supportmiwi2014-06-031-5/+3
|
* Multiple ports: reset maintainerseadler2014-05-262-2/+2
| | | | | | | | | | | | | | Maintainers for these ports have been notified on 5 separate occasions over the course of several months about pending actions required. We really appreciate the time and effort you put in to maintain these ports. If you are still interested in helping to maintain these ports just reply to me or file a PR and I will happily assign the port to you again. Approved by: portmgr (implicit)
* Update to 1.6.3.rakuco2014-05-262-4/+4
| | | | | | | | Changes since v1.6.1: 1.6.2 - Make `+` symmetrical, align dots in `:` and `;`. 1.6.3 - Add block characters. Make the underscore visible on Windows. Generate better CSS.
* Whitespace (fix portlint warnings).olgeni2014-05-181-1/+0
|
* Unbreak with working MASTER_SITES.olgeni2014-05-181-2/+5
| | | | | PR: ports/189908 Submitted by: Jonas Hofmann <freebsd-pr@jhofmann.se>
* Unbreak with working MASTER_SITES.olgeni2014-05-181-5/+5
| | | | | PR: ports/189908 Submitted by: Jonas Hofmann <freebsd-pr@jhofmann.se>
* Update to 2.92.rakuco2014-05-173-35/+33
| | | | | | | | | | | | Packaging changes include: - Staging support. - Switch LICENSE to MIT following what upstream has done. - My repackaged tarball now contains the source BDF files, and the PCF files are generated as part of the build process to follow what upstream does more closely. To be clear, the only reason for me to keep a repackaged tarball is the fact that upstream just hosts a "dina.zip" with no version information and which can change at any moment.
* Move to USES=tar:bzip2garga2014-05-162-2/+2
|
* Fix X Font Service Protocol and Font metadata file handling vulnabilitieskwm2014-05-145-1/+610
| | | | | | Obtained from: upstream MFH: 2014Q2 Security: b060ee50-daba-11e3-99f2-bcaec565249c
* Mark as BROKEN: does not fetch.olgeni2014-05-131-0/+1
| | | | Noticed by: swills
* Mark as BROKEN: does not fetch.olgeni2014-05-131-0/+2
| | | | Noticed by: swills
* Convert to USES=libtool:keepla tar:bzip2.tijl2014-05-122-4/+4
|
* - Support stagingamdmi32014-05-112-12/+3
| | | | Approved by: portmgr blanket
* Sync text of LEGAL and RESTRICTED for x11-fonts/sharefonts.olgeni2014-05-111-2/+2
|
* Sync text of LEGAL and RESTRICTED for x11-fonts/freefonts.olgeni2014-05-111-2/+8
|
* - Support staging.rakuco2014-05-112-16/+4
| | | | | | | - Stop calling fontconfig on installation and deinstallation: fontconfig should be smart enough to manage its cache automatically. - Stop depending on and using mkfont{dir,scale}. Even though this is not a TTF font, most programs already use freetype and fontconfig.
* Drop maintainership.rakuco2014-05-111-1/+1
| | | | | | | I haven't used those fonts in a long while, and upstream has disappeared years ago. Approved by: portmgr (implicit)
* - Support staging.rakuco2014-05-114-29/+5
| | | | | | | | | - Remove pkg-message about editing xorg.conf, this should not be needed at all. - Stop calling fontconfig on installation and deinstallation: for one, we were not depending on fontconfig to begin with, and fontconfig should be smart enough to manage its cache automatically anyway. - Stop depending on and using mkfont{dir,scale}, this is a TTF font.
* - Support staging.rakuco2014-05-113-30/+4
| | | | | | | | | - Remove pkg-message about editing xorg.conf, this should not be needed at all. - Stop calling fontconfig on installation and deinstallation: for one, we were not depending on fontconfig to begin with, and fontconfig should be smart enough to manage its cache automatically anyway. - Stop depending on and using mkfont{dir,scale}, this is a TTF font.
* Support stagebapt2014-05-103-41/+12
| | | | Remove deprecated and useless pkg-req
* Carlito is metric-compatible with Calibri font.jkim2014-05-066-0/+61
| | | | | | Carlito comes in regular, bold, italic, and bold italic. WWW: https://code.google.com/p/chromium/issues/detail?id=280557
* Caladea is metric-compatible with Cambria font.jkim2014-05-066-0/+62
| | | | | | This font is sans-serif typeface family based on Lato. WWW: https://code.google.com/p/chromium/issues/detail?id=168879
* Convert all :U to :tu and :L to :tlbapt2014-05-052-2/+2
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* Remove expired ports:rene2014-05-046-82/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher 2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14 2014-04-30 net/asterisk14: Broken and unsupported 2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14 2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg 2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile 2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef 2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef 2014-05-01 net/py-spreadmodule: Depends on expired net/spread 2014-05-01 net/p5-Spread-Message: Depends on expired net/spread 2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread 2014-05-01 net/p5-Spread-Session: Depends on expired net/spread 2014-05-01 sysutils/wmmemload: Broken 2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012 2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012 2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 x11-wm/stumpwm: Broken for more than 4 months 2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only supports ancient AMD K8. 2014-05-01 net/pchar: Obsolete, abandoned 2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts
* Stage support.kevlo2014-04-251-12/+4
|
* Import comic-neue 1.1.kevlo2014-04-256-0/+62
| | | | | Comic Neue is a set of free fonts providing an alternative to Microsoft’s popular Comic Sans font.
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-235-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery)
* Support staging.thierry2014-04-231-10/+2
|
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-1717-12/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* - Use MAKE_CMDsunpoet2014-04-061-1/+1
|
* - Add LICENSEsunpoet2014-03-311-2/+5
| | | | | | | | | | - Pass maintainership to submitter - While I'm here: - Fix LICENSE - Remove leading indefinite article from COMMENT PR: ports/188057 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* Support stagebapt2014-03-302-12/+6
|
* - Support stagingamdmi32014-03-292-10/+8
| | | | | | | | | - Install into PREFIX, not LOCALBASE - Fix pkg-message displaying PR: 187344 Submitted by: amdmi3 Approved by: maintainer timeout, portmgr (blanket)
* Maintainer had asked to step down nearly a year ago. Sorry that it tooklinimon2014-03-291-1/+1
| | | | | | | | | | so long. Since this is a dependency of openoffice, try assigning it to office@. PR: 178383 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Approved by: bkoenig@alpha-tierchen.de (maintainer)
* - Fix fonts.dir and fonts.scalesunpoet2014-03-242-6/+6
| | | | | | | | - Fix pkg-message - Bump PORTREVISION for package change - While I'm here, use USES=tar:bzip2 Submitted by: J.R. Oldroyd <jr@opal.com>
* - Update to 3.005.rakuco2014-03-244-14/+19
| | | | | | | | | | | | - The port has a dedicated website now, switch MASTER_SITES and pkg-descr to it. - Use FONTDIR in pkg-plist to avoid some needless repetition. This is based on ports/187695 by bsam@, which update the port to 3.003 and contained some other differences I have decided not to incorporate. PR: ports/187695 Submitted by: bsam@
* Support stagingehaupt2014-03-181-10/+2
|
* - Support stagingehaupt2014-03-182-8/+3
| | | | - Use WWW: with a single space
* Support stagingehaupt2014-03-181-9/+3
|
* Support stagingehaupt2014-03-181-8/+2
|
* Support stagingehaupt2014-03-182-8/+3
|
* Support stagingehaupt2014-03-182-8/+3
|
* Support stagingehaupt2014-03-181-7/+2
|
* Support stagingehaupt2014-03-181-8/+3
|
* - Use USES=tar:xzsunpoet2014-03-141-1/+1
|
* Support stagingehaupt2014-03-141-4/+2
|
* Support stagingehaupt2014-03-141-4/+2
|
* Libarchive from 10/head is not able to extract the distfile so use infozipantoine2014-03-141-1/+1
| | | | | Reported by: pkg-fallout Submitted by: maintainer
* Unbreakantoine2014-03-121-1/+0
|
* Convert x* to USES=zipbapt2014-03-1137-37/+37
|
* - Change REINPLACE and alfont.c to fix memset(*out, 0, _msize(*out));nemysis2014-03-102-5/+6
| | | | | implicit declaration of function '_msize', needed for build future Port games/opensurge
* - Don't silence warningsnemysis2014-03-101-1/+1
|
* Unbreakantoine2014-03-091-7/+5
|
* - Stage supportmiwi2014-03-071-26/+8
| | | | Thanks to: antoine
* - Upgrade to 1.1.1;thierry2014-03-043-56/+97
| | | | | | - Stagify. Note: this installs fonts in Web Open Font Format (WOFF).
* - Fix URLs to avoid redirections;thierry2014-03-032-12/+8
| | | | | | - Support staging; - Deprecate, because it should be replaced by STIX Fonts.
* - Stage supportmiwi2014-03-021-1/+1
|
* - Stage supportmiwi2014-03-011-5/+4
|
* - Stage supportmiwi2014-02-273-23/+20
| | | | | | | - Update MASTER_SITES and WWW: line PR: 187043 Submitted by: Ports fury
* - Update to 20131024sunpoet2014-02-273-33/+37
| | | | - Update maintainer section
* - Stage supportmiwi2014-02-261-3/+2
|
* Update to version 20140214pawel2014-02-265-16/+35
| | | | | | PR: ports/186892 Submitted by: Vitaly Magerya <vmagerya@gmail.com> Approved by: maintainer
* Support stagingehaupt2014-02-261-7/+5
|
* x11-fonts/sharefonts: Actually support stage this timemarino2014-02-261-2/+2
|
* Support stagebapt2014-02-241-8/+4
|
* - Remove LICENSE_FILE for well-known licensessunpoet2014-02-241-6/+4
| | | | - Cosmetic change
* - Update to version 1.2pawel2014-02-234-20/+25
| | | | | | | | - Change maintainer's email address - Support staging PR: ports/186926 Submitted by: maintainer
* Remove trailing whitespaces from category x11-fontsehaupt2014-02-212-2/+2
|
* - Stage supportmiwi2014-02-211-8/+2
|
* - Add NLS optionsunpoet2014-02-172-53/+27
| | | | | - Support STAGEDIR - Reformat pkg-descr
* - Stage supportantoine2014-02-161-22/+11
| | | | | | - New LIB_DEPENDS syntax - Use OPTIONS helpers - Remove reference to deprecated NOPORTDATA
* - Stage supportmiwi2014-02-151-6/+2
|
* - Remove fontconfig from dependency listsunpoet2014-02-152-64/+51
| | | | | | | | - Turn LINKS option on by default - Update PLIST and PLIST_SUB: do not use _REL suffix - Simplify Makefile - Cosmetic change - Bump PORTREVISION for dependency and package change
* - Update to 1.04sunpoet2014-02-153-5/+5
| | | | Changes: http://search.cpan.org/dist/Font-TTF/Changes
* Rename x11-fonts/cosmic-sans-neue-mono to x11-fonts/fantasque-sans-mono, ↵rakuco2014-02-137-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | update to 1.6.1. The font was renamed upstream, so follow suit and rename the port. Changes since 1.3.1: 1.3.2 - Various fixes: playing again with bold m, moving accents again, taking care again of Powerline symbols, clean 8 and R. Add a few box drawing characters (for use with vim-indentline). Generate webfonts (goal: this font used for code samples on all cool languages' websites). Add a WIP medium version of the proportional font. 1.4 - Rename font to Fantasque Sans, because fantasque is the new cosmic. Make W look symetrical at big size. 1.4.1 - Drop Reserved Font Name. You can now subset, compress, hint and whatnot without worrying about renaming. Many small improvements (8, s , t, a, e, {, }, W, i, l, g...). 1.5 - Add regular italic version. Some small changes (Q, w, y, n). 1.6 - Add bold italic version. 1.6.1 - Simplify @ to make it look sharp at all sizes. Various fixes.
* - Generate and install fonts.dir and fonts.scalesunpoet2014-02-122-4/+12
| | | | | | | - Bump PORTREVISION for package change PR: ports/179965 Submitted by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru>
* - Fix staging supportsunpoet2014-02-121-1/+1
| | | | | PR: ports/184705 Submitted by: rk <hsn@sendmail.cz>
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-102-0/+4
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* Back to the futurbapt2014-02-101-1/+1
|
* Mark as deprecated unmaintained ports for which no public distfiles arebapt2014-02-101-0/+3
| | | | | | available for part or all the needed distfiles. Reported by: distillator
* - Fix plistmiwi2014-02-102-0/+2
|
* - Stage supportmiwi2014-02-091-8/+2
|
* Support staging.ehaupt2014-02-071-12/+6
|
* Support staging.ehaupt2014-02-071-12/+6
|
* - Support stagingehaupt2014-02-071-7/+4
| | | | - Don't install to LOCALBASE, use PREFIX
* Support staging.ehaupt2014-02-071-11/+7
|
* Support staging.ehaupt2014-02-071-11/+7
|
* Support staging.ehaupt2014-02-071-8/+8
|
* Support staging.ehaupt2014-02-071-10/+6
|
* - Support stagingehaupt2014-02-071-17/+17
| | | | | | | - Use shebangfix - Convert to new options framework - Don't conditionalize installation of documentation as it is now handled by the new options framework
* x11-fonts/nexfontsel: Unbreak on F10+ ?marino2014-02-061-1/+1
| | | | Required for DragonFly; this should fix FreeBSD 10 breakage.
* x11-fonts/ttmkfdir: Regen patch with DragonFly supportmarino2014-02-061-4/+5
|
* - Stage supportmiwi2014-02-031-3/+2
|
* - 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)