1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

1296 Commits

Author SHA1 Message Date
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
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)
2014-02-10 13:54:26 +00:00
Baptiste Daroussin
ce1c0bc3ed Back to the futur 2014-02-10 13:27:09 +00:00
Baptiste Daroussin
e6ef2c96d5 Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.

Reported by:	distillator
2014-02-10 12:58:54 +00:00
Martin Wilke
5086b78e68 - Fix plist 2014-02-10 06:34:18 +00:00
Martin Wilke
411e4d8528 - Stage support 2014-02-08 16:02:37 +00:00
Emanuel Haupt
3f6a19468c Support staging. 2014-02-07 15:44:06 +00:00
Emanuel Haupt
ca32f506bc Support staging. 2014-02-07 15:42:30 +00:00
Emanuel Haupt
7b10871538 - Support staging
- Don't install to LOCALBASE, use PREFIX
2014-02-07 15:40:16 +00:00
Emanuel Haupt
5f1cab0234 Support staging. 2014-02-07 15:35:47 +00:00
Emanuel Haupt
ce1468600e Support staging. 2014-02-07 15:34:32 +00:00
Emanuel Haupt
5ad05e7993 Support staging. 2014-02-07 15:32:37 +00:00
Emanuel Haupt
a92b519215 Support staging. 2014-02-07 15:29:41 +00:00
Emanuel Haupt
ed1f105be5 - Support staging
- Use shebangfix
- Convert to new options framework
- Don't conditionalize installation of documentation as it is now handled by
  the new options framework
2014-02-07 09:02:45 +00:00
John Marino
a8c1415875 x11-fonts/nexfontsel: Unbreak on F10+ ?
Required for DragonFly; this should fix FreeBSD 10 breakage.
2014-02-05 17:54:31 +00:00
John Marino
b64ccbe799 x11-fonts/ttmkfdir: Regen patch with DragonFly support 2014-02-05 17:48:45 +00:00
Martin Wilke
b3c0ac803f - Stage support 2014-02-03 11:11:36 +00:00
Martin Wilke
e4b77c9bda - Stage support 2014-02-02 11:00:11 +00:00
Thierry Thomas
0da24155ee Update x11-fonts/gnu-unifont and x11-fonts/gnu-unifont-ttf from 20080907
to 20131020.

PR:		ports/183298
Submitted by:	Vitaly Magerya <vmagerya (at) gmail.com>
Approved by:	maintainer
2014-01-26 23:15:37 +00:00
Rusmir Dusko
853bb8ff0c AllegroFont is an Allegro wrapper for the wonderful FreeType2 library
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)
2014-01-26 21:09:15 +00:00
Raphael Kubo da Costa
0d1b00e6ac Switch to fetching the font from GitHub.
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.
2014-01-23 22:03:42 +00:00
Raphael Kubo da Costa
3c6f40ae53 Remove stray file that is not part of the port.
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).
2014-01-23 21:39:40 +00:00
Raphael Kubo da Costa
21f0078267 Update to new release and fix `make checksum'.
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
2014-01-23 09:15:18 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Raphael Kubo da Costa
918d7f21d8 Simplify LICENSE for the Fira fonts.
We have OFL11 in the database, so there's no need to set all those LICENSE
parameters manually.
2014-01-21 20:47:06 +00:00
Rusmir Dusko
c8e1c36fe7 The Fira font family was designed to cover the legibility needs for a
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
2014-01-20 20:21:50 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Jimmy Olgeni
94b1dd8093 Add staging support and cleanup. 2014-01-09 15:18:54 +00:00
Jimmy Olgeni
553a8361e8 Add staging support and cleanup. 2014-01-08 13:24:28 +00:00
Jimmy Olgeni
6ce56b0c1a Add staging support and cleanup. 2014-01-08 13:22:46 +00:00
Niclas Zeising
b015a1fa41 Update libXfont to 1.4.7
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
2014-01-08 10:42:04 +00:00
Baptiste Daroussin
313cb94889 Part 2 at removing now useless FETCH_ARGS redifition 2014-01-03 01:12:59 +00:00
Antoine Brodin
0686bd0611 Add an orphaned man page to plist
Approved by:	kwm (maintainer)
2014-01-02 08:47:52 +00:00
Raphael Kubo da Costa
cfe7187881 Add x11-fonts/clearsans.
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
2014-01-01 16:50:03 +00:00
Rene Ladan
f8bf9bfdb2 Remove expired ports:
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
2013-12-31 10:07:43 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- 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@)
2013-12-30 20:55:18 +00:00
Raphael Kubo da Costa
540755c91e Add x11-fonts/bitter.
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
2013-12-27 19:11:29 +00:00
Koop Mast
cb37936fa6 Make the confdir variable in fontconfig.pc have a correctly expanded value.
Reported by:	mat@
Pointyhat to:	kwm@ for not checking font ports :/
2013-12-27 18:54:29 +00:00
Koop Mast
2fd44c965f Update to 2.11.0.
Stagify.
2013-12-27 15:52:50 +00:00
Raphael Kubo da Costa
83d2a9c508 Add x11-fonts/alegreya-sans.
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
2013-12-26 15:20:57 +00:00
Raphael Kubo da Costa
72aee68c1c Use NO_WRKSUBDIR=yes instead of WRKSRC=${WRKDIR}. 2013-12-24 23:22:35 +00:00
Koop Mast
b1bf1620a6 Update freetype to 2.5.2.
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
2013-12-24 21:22:21 +00:00
Raphael Kubo da Costa
78a985fc53 Actually make the port installable, sigh. 2013-12-24 17:48:14 +00:00
Raphael Kubo da Costa
07ac6f8756 Add x11-fonts/vollkorn-ttf.
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-24 16:34:46 +00:00
Rene Ladan
97f8402e5f Remove expired ports:
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
2013-12-20 19:02:51 +00:00
Danilo Egea Gondolfo
1a414053c7 - Support USE_GITHUB
- Add stage support

PR:		ports/184862
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 12:51:46 +00:00
Niclas Zeising
d468eb5b2e Really bump portrevision.
Noticed by:	kwm
2013-12-19 11:04:04 +00:00
Niclas Zeising
0406d5b04f Try to fix font handling for xorg fonts when using staging and pkgng.
This should silence all QAT messages about leftover font files.

Bump portrevision for all affected ports.

Original idea:		bapt
2013-12-19 10:49:00 +00:00
Kubilay Kocak
a1c3980ac8 Reset maintainer for llwang@infor.org
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
2013-12-18 10:38:33 +00:00
Niclas Zeising
47be7a61c9 Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
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]
2013-12-16 11:11:09 +00:00
Bryan Drewery
77197dd811 - Chase r336083 and bump all ports using NO_ARCH so that users building
their own packages and still on pkg 1.1.4 can upgrade.

With hat:	portmgr
2013-12-10 19:47:42 +00:00