| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
build on these arch's
PR: 195794
Submitted by: sson
Reviewed by: kwm
Approved by: mentor (implicit)
|
| |
|
|
|
|
|
|
|
|
| |
While on it:
Set NO_ARCH=yes
PR: 195741
Submitted by: 6yearold@gmail.com (maintainer)
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
Approved by: portmgr (mat)
|
| |
|
|
|
|
|
|
| |
Bump portrevision previous version didn't work as expected
Reported by: peter
|
| |
|
|
|
|
|
|
| |
x11-fonts/, x11-toolkits and x11-wm to new USES=python
Approved by: portmgr (implicit)
|
| |
|
|
|
|
|
|
|
| |
- Add NO_ARCH
PR: 194081 (based on) [1]
Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer) [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
| |
Avoid this crash and resore compiles via CLANG.
PR: 183536
Submitted by: mazhe@alkumuna.eu
Reviewed by: kwm
|
|
|
|
|
| |
PR: ports/193173
Submitted by: Ports Fury.
|
| |
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
| |
PR: 192003
Submitted by: vmagerya@gmail.com
Approved by: bsdports@gmail.com (maintainer)
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 192261
Submitted by: fullermd over-yonder net
|
| |
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
|
|
|
| |
Finally, this is the last of it.
|
|
|
|
|
|
| |
PR: 191937
Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
Approved by: marino (mentor)
|
|
|
|
| |
- Bump PORTREVISION for package change
|
| |
|
|
|
|
| |
- Bump PORTREVISION for package change
|
| |
|
|
|
|
|
|
| |
- Use @fcfontsdir
- Simplify FONTDIR
- Cleanup Makefile
|
|
|
|
|
| |
- Cosmetic change
- Take maintainership
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Strip binaries
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
PR: 191944
Submitted by: cjpugmed@gmail.com (maintainer)
|
|
|
|
| |
Submitted by: Eitan Adler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Pointed out: lwhsu
|
|
|
|
| |
Its design goal is to achieve visual harmonization across languages.
|
|
|
|
| |
in the plist.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
| |
|
|
|
|
|
|
| |
we're here. Remove any other references to NOPORT*.
Approved by: portmgr (blanket for modernization)
|
| |
|
|
|
|
|
|
|
| |
- Update WWW and MASTER_SITES
PR: ports/191608
Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
|
|
|
|
| |
2: use @fcfontsdir.
|
|
|
|
|
| |
2: use @fontsdir
3: add depends to makefontscale, bump version.
|
| |
|
| |
|
|
|
|
| |
2: use @fcfontsdir.
|
|
|
|
|
| |
2: USES=tar:bzip2
3: use @fc.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
without any pending PR
With hat: portmgr
|
|
|
|
| |
- Add stage support to x11-fonts/nexfontsel
|
| |
|
|
|
|
| |
Fix Suggested by: antoine
|
|
|
|
| |
Approved by: portmgr (myself)
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
PR: 190782
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
using @exec/@unexec fc-cache -s %%PREFIX%%/%%FONTDIR%% and @dirrmtry.
Approved by: portmgr (blanket "just fix it" approval)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
- Use @fontsdir in pkg-plist.
|
|
|
|
| |
- Use @fontsdir in pkg-plist.
|
|
|
|
| |
- Use @fontsdir in pkg-plist.
|
|
|
|
|
|
|
| |
- Add LICENSE and remove license file from package.
- Convert USE_BZIP2 to USES.
- Add RUN_DEPENDS to fc-cache.
- Use @fc in pkg-plist.
|
|
|
|
| |
- Use @fc in pkg-plist.
|
|
|
|
|
| |
-- it had to be renamed, because staging uses the same variable (without
advertising it).
|
|
|
|
|
|
| |
- Fix COMMENT.
- Use the @fc keyword in pkg-plist.
- General cleanup.
|
|
|
|
|
| |
PR: ports/190801
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
|
| |
|
|
|
|
|
|
|
| |
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
| |
- Stagify
PR: 190385
Submitted by: lichray@gmail.com (maintainer)
|
|
|
|
|
| |
PR: 190173
Submitted by
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
PR: ports/189908
Submitted by: Jonas Hofmann <freebsd-pr@jhofmann.se>
|
|
|
|
|
| |
PR: ports/189908
Submitted by: Jonas Hofmann <freebsd-pr@jhofmann.se>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
Obtained from: upstream
MFH: 2014Q2
Security: b060ee50-daba-11e3-99f2-bcaec565249c
|
|
|
|
| |
Noticed by: swills
|
|
|
|
| |
Noticed by: swills
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
| |
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
| |
I haven't used those fonts in a long while, and upstream has disappeared
years ago.
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
Remove deprecated and useless pkg-req
|
|
|
|
|
|
| |
Carlito comes in regular, bold, italic, and bold italic.
WWW: https://code.google.com/p/chromium/issues/detail?id=280557
|
|
|
|
|
|
| |
This font is sans-serif typeface family based on Lato.
WWW: https://code.google.com/p/chromium/issues/detail?id=168879
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Comic Neue is a set of free fonts providing an alternative to Microsoft’s
popular Comic Sans font.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
| |
|
|
|
|
|
|
|
|
|
| |
- Install into PREFIX, not LOCALBASE
- Fix pkg-message displaying
PR: 187344
Submitted by: amdmi3
Approved by: maintainer timeout, portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
| |
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 pkg-message
- Bump PORTREVISION for package change
- While I'm here, use USES=tar:bzip2
Submitted by: J.R. Oldroyd <jr@opal.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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@
|
| |
|
|
|
|
| |
- Use WWW: with a single space
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reported by: pkg-fallout
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
implicit declaration of function '_msize', needed for build future
Port games/opensurge
|
| |
|
| |
|
|
|
|
| |
Thanks to: antoine
|
|
|
|
|
|
| |
- Stagify.
Note: this installs fonts in Web Open Font Format (WOFF).
|
|
|
|
|
|
| |
- Support staging;
- Deprecate, because it should be replaced by STIX Fonts.
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Update MASTER_SITES and WWW: line
PR: 187043
Submitted by: Ports fury
|
|
|
|
| |
- Update maintainer section
|
| |
|
|
|
|
|
|
| |
PR: ports/186892
Submitted by: Vitaly Magerya <vmagerya@gmail.com>
Approved by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
| |
- Cosmetic change
|
|
|
|
|
|
|
|
| |
- Change maintainer's email address
- Support staging
PR: ports/186926
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
- Support STAGEDIR
- Reformat pkg-descr
|
|
|
|
|
|
| |
- New LIB_DEPENDS syntax
- Use OPTIONS helpers
- Remove reference to deprecated NOPORTDATA
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Font-TTF/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
PR: ports/179965
Submitted by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru>
|
|
|
|
|
| |
PR: ports/184705
Submitted by: rk <hsn@sendmail.cz>
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
| |
available for part or all the needed distfiles.
Reported by: distillator
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Don't install to LOCALBASE, use PREFIX
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Use shebangfix
- Convert to new options framework
- Don't conditionalize installation of documentation as it is now handled by
the new options framework
|
|
|
|
| |
Required for DragonFly; this should fix FreeBSD 10 breakage.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
to 20131020.
PR: ports/183298
Submitted by: Vitaly Magerya <vmagerya (at) gmail.com>
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
We have OFL11 in the database, so there's no need to set all those LICENSE
parameters manually.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Approved by: kwm (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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@)
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Reported by: mat@
Pointyhat to: kwm@ for not checking font ports :/
|
|
|
|
| |
Stagify.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Add stage support
PR: ports/184862
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
| |
Noticed by: kwm
|
|
|
|
|
|
|
|
| |
This should silence all QAT messages about leftover font files.
Bump portrevision for all affected ports.
Original idea: bapt
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
|
|
|
|
|
| |
their own packages and still on pkg 1.1.4 can upgrade.
With hat: portmgr
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
- Nuke NOPORTDOCS, those ports are already IGNOREd with NOPORTDOCS
Approved by: kwm (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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}
|
|
|
|
|
|
| |
- Stage support
Approved by: kwm (maintainer)
|
|
|
|
| |
- Support STAGEDIR
|
|
|
|
|
| |
Use a LIB_DEPEND line to replace a RUN_/BUILD_ lines for fontconfig.
Stageify.
|
|
|
|
|
| |
. use new LIB_DEPENDS syntax;
. USE_GMAKE=yes -> USES=gmake.
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Font-TTF/Changes
|
|
|
|
|
| |
Submitted by: rakuco@
Pointyhat to: tabthorpe@
|
| |
|
|
|
|
|
|
| |
- Hand over to python@ team, they will probably take better care of it
Discussed with: mva, wg
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
| |
I had to bump PORTREVISION, as it changes the parameter passed to fc-cache.
Submitted by: olgeni@
|
| |
|
|
|
|
|
| |
. Simplify Makefile
. Move pkg-message to files/pkg-message.in and use SUB_FILES
|
|
|
|
|
| |
. Simplify Makefile
. Move pkg-message to files/pkg-message.in and use SUB_FILES
|
|
|
|
|
|
|
| |
alphabet which directly descends from Inconsolata Hellenic supporting modern
Greek.
Submitted by: Ilya A. Arkhipov <rum1cro@yandex.ru>
|
|
|
|
| |
- Expire port as it has no master site
|
|
|
|
| |
- Expire port as it has no master site
|
|
|
|
|
|
|
| |
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
|
|
|
|
|
|
|
|
| |
the mtree (remaining categories)
- Add note on mtree change to CHANGES
Approved by: portmgr (bdrewery)
|