Commit graph

1840 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
9f6d4589c3 Take maintainership 2018-01-12 14:25:41 +00:00
Rene Ladan
30433f0c7f Return kevlo's ports to the pool, he handed in his commit bit.
With hat:	portmgr-secretary
2018-01-12 11:21:07 +00:00
Kurt Jaeger
14ec59e35f x11-fonts/encodings: one more /usr/local replaced by $PREFIX
PR:		170852
Submitted by:	remko
2018-01-12 10:55:33 +00:00
Kurt Jaeger
d9c2e2cf0b x11-fonts/encodings: expect $PATH to work, use ${PREFIX} instead of hardcoded /usr/local
PR:		170852
Submitted by:	bapt
2018-01-12 09:30:42 +00:00
Kurt Jaeger
328a97e595 x11-fonts/encodings: run mkfontscale to fix encodings.dir post-install
- Since only *.enc.gz files are installed while the encodings.dir file is
  genareted for directories containing both *.enc and *.enc.gz files,
  the installed encodings.dir file includes bogus entries for *.enc.
- It causes libfontenc to fail to find encoding files, then X to fail to
  open TrueType fonts with some encodings such as ascii-0 or jisx0208.1990-0.

PR:		170852
Submitted by:	hiroto.kagotani@gmail.com, Jia-Shiun Li <jiashiun@gmail.com>
2018-01-12 09:16:20 +00:00
Alexey Dokuchaev
a247b2f47d Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
2018-01-11 14:18:01 +00:00
Joseph Mingrone
23f57e8443 New port, x11-fonts/nerd-fonts: Developer-targeted fonts with glyphs
PR:		224808
Submitted by:	gregf@hugops.pw (maintainer)
Reviewed by:	brd
2018-01-01 16:52:08 +00:00
Tobias Kortkamp
8afd0ccf18 New port: x11-fonts/meslo
Meslo LG is a customized version of Apple's Menlo-Regular font
(which is a customized Bitstream Vera Sans Mono).

WWW: https://github.com/andreberg/Meslo-Font

PR:		220202
Submitted by:	Johannes Lundberg <johalun0@gmail.com>
2017-12-26 04:40:27 +00:00
Steve Wills
34db6d85df x11-fonts/font-awesome: Update to 5.0.2
PR:		224569
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2017-12-24 18:38:57 +00:00
Niclas Zeising
4d94f44387 Fix build. Add missing USES=localbase.
Apologies for the breakage.
2017-12-24 08:54:09 +00:00
Niclas Zeising
71402f05fa Update to 1.2.0
This update ports xfs to use libXfont2.
2017-12-23 23:01:08 +00:00
Niclas Zeising
873404458f Partly revert r457111 so that I can commit this with the proper commit
message.

No need to fiddle with PORTEPOCH since we're going back to this version in a
moment.

Pointy Hat to:	zeising
Approved by:	portmgr (not really, but I need to get around a commit hook)
2017-12-23 22:54:20 +00:00
Niclas Zeising
61f4f49909 Update to 1.1 2017-12-23 22:43:41 +00:00
Sunpoet Po-Chuan Hsieh
15f8334d7b Add PORTSCOUT 2017-12-20 14:37:32 +00:00
Sunpoet Po-Chuan Hsieh
246fab4109 Add PORTSCOUT 2017-12-20 14:37:27 +00:00
Sunpoet Po-Chuan Hsieh
d24db9b23b Add PORTSCOUT 2017-12-20 14:37:23 +00:00
Dmitry Marakasov
7cb8ed057c - Add LICENSE
- Unsilence installation commands
- Update WWW

Approved by:	portmgr blanket
2017-12-20 09:00:38 +00:00
Niclas Zeising
e7344ff424 Update libXfont ports.
Update libXfont to 1.5.4.
Update libXfont2 to 2.0.3.

This fixes several security vulnerabilities.

MFH:		2017Q4
Security:	08a125f3-e35a-11e7-a293-54e1ad3d6335
		3b9590a1-e358-11e7-a293-54e1ad3d6335
2017-12-17 19:01:19 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Raphael Kubo da Costa
8b5aa6ef40 Update to 2.005 2017-11-21 12:27:12 +00:00
Raphael Kubo da Costa
a2661ffd0b Update to 2.006 2017-11-21 12:24:23 +00:00
Yuri Victorovich
dbf3e90411 New port: x11-fonts/google-fonts: Collection of freely redistributable TrueType fonts from Google
PR:		223652
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13091
2017-11-18 16:45:49 +00:00
Niclas Zeising
f5fd12ebf4 Update to 4.46
PR:		223645 (some ideas from)
Submitted by:	Dmitry Wagin
2017-11-15 20:54:46 +00:00
Niclas Zeising
a29f2e2cf5 Sort the plist alphabetically, to make it easier to work with.
No need to bump portrevision, since this is cosmetic only.
2017-11-15 20:49:29 +00:00
Raphael Kubo da Costa
d847d22e5a Update to 2.005. 2017-11-15 11:13:49 +00:00
Yuri Victorovich
d0e020f5d0 x11-fonts/font-awesome: Updated pkg-descr to reflect the fact that only desktop fonts are installed.
The change is originally requested by Adam Weinberger <adamw@FreeBSD.org>.

PR:		223616
Approved by:	tcberner (mentor), Dmitri Goutnik <dg@syrec.org> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13054
2017-11-12 20:50:42 +00:00
Rene Ladan
38c94a687d x11-fonts/alfont: fix build and undeprecate, also clean up fetching.
Somehow I failed to see this patch earlier when the port originally expired.

PR:		213600
Submitted by:	timon at timon.net.nz
Approved by:	maintainer timeout (nemysis@, 1 year)
MFH:		2017Q4
2017-11-12 12:35:22 +00:00
Raphael Kubo da Costa
de52913935 Update to 7.200. 2017-11-12 10:15:27 +00:00
Raphael Kubo da Costa
e4a32c6207 Update to 2.004. 2017-11-12 10:12:52 +00:00
Raphael Kubo da Costa
ae1faaea41 Update to 2.004. 2017-11-12 10:11:55 +00:00
Yuri Victorovich
61282a01c6 New port: x11-fonts/font-awesome: Suite of 675 pictographic icons from Font Awesome
PR:		223616
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13054
2017-11-12 09:35:29 +00:00
Jimmy Olgeni
e929aea23c Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
2017-11-02 21:41:47 +00:00
Tijl Coosemans
b7fad8b86f Update Linux CentOS 7 ports to 7.4.1708. 2017-10-26 19:23:18 +00:00
Raphael Kubo da Costa
b0a48fcacb Update to 3.000.
- Upstream dropped its custom "Hack" license in favor of the standard MIT
  license.
- OTF fonts are no longer provided; switch to installing the TTF version.
2017-10-26 16:52:38 +00:00
Raphael Kubo da Costa
030f65a909 Update to 2.003 2017-10-24 17:03:26 +00:00
Raphael Kubo da Costa
17ac8f4bbd Update to 2.003 2017-10-24 17:02:50 +00:00
Sunpoet Po-Chuan Hsieh
08e6261363 Use LICENSE_FILE instead of LICENSE_FILE_* 2017-10-07 09:27:57 +00:00
Sunpoet Po-Chuan Hsieh
42806d04e5 Expand _LICENSE_PERMS_DEFAULT 2017-10-01 10:06:44 +00:00
Sunpoet Po-Chuan Hsieh
51996cc1fe Add LICENSE
PR:		222357 (based on)
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2017-10-01 10:01:45 +00:00
Antoine Brodin
2e471498d2 Revert r450923 and unbreak
With hat:	portmgr
2017-09-29 19:17:27 +00:00
Sunpoet Po-Chuan Hsieh
805d7e4c25 Add LICENSE
PR:		222357 (based on)
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2017-09-29 17:00:08 +00:00
Raphael Kubo da Costa
92c220485e Update to 2.002. 2017-09-22 12:37:47 +00:00
Raphael Kubo da Costa
36ed4ed79b Update to 2.002. 2017-09-22 12:37:04 +00:00
Mathieu Arnold
3fcd0e41de Remove USES=execinfo.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:28 +00:00
Tobias C. Berner
fd490b1e04 x11-fonts/ohsnap: updating the maintainer e-mail address
PR:		222184
Submitted by:	lbdm@privacychain.ch (maintainer)
2017-09-16 05:43:01 +00:00
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Raphael Kubo da Costa
b5794fa73f Reorder PORTREVISION and DISTVERSIONPREFIX. 2017-09-10 10:33:56 +00:00
Raphael Kubo da Costa
e71f4ec1b7 Update to 2.001. 2017-09-10 10:33:20 +00:00
Dmitry Marakasov
3cdebdc559 - Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
2017-08-30 09:01:37 +00:00
Jung-uk Kim
9a82124203 - Update to 10.0.06.
- Reset maintainership.
- Rewrite makefiles to make x11-fonts/gnu-unifont-ttf a slave port to
x11-fonts/gnu-unifont.
- Clarify license.

PR:		220616
Approved by:	maintainer timeout (> 1 month)
2017-08-28 22:23:57 +00:00