Commit graph

1827 commits

Author SHA1 Message Date
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
Sunpoet Po-Chuan Hsieh
ced73fd343 Use PKGNAMESUFFIX
- Move USE_GITHUB section downward
- Take maintainership
2017-08-22 16:40:23 +00:00
Sunpoet Po-Chuan Hsieh
8abd7a7b49 Use PKGNAMESUFFIX 2017-08-22 16:40:12 +00:00
Sunpoet Po-Chuan Hsieh
5a74f8a314 Use PKGNAMESUFFIX 2017-08-22 16:40:08 +00:00
Tobias C. Berner
d8b474daf5 New port: x11-fonts/ohsnap
Monospaced font based on Artwiz Snap with bold and a version
with status icons.

https://sourceforge.net/projects/osnapfont/

PR:		221057
Submitted by:	Le Baron d'Merde <lebarondemerde@gmx.com>
2017-08-01 16:39:29 +00:00
Steve Wills
995aeebaa5 x11-fonts/powerline-fonts: update to new snapshot 2017-07-27 02:18:30 +00:00
Antoine Brodin
190ced69a2 Deprecate ports BROKEN for more than 6 months 2017-07-22 11:01:38 +00:00
Tobias Kortkamp
c7e8783be0 Update to 4.46.0
Changes:	http://www.ax86.net/2017/07/16/terminus-ttf-4-46-0-released
2017-07-19 14:30:54 +00:00
Dmitry Marakasov
fe7dc24bc0 Update X.org WWWs
Approved by:	portmgr blanket
2017-07-14 12:44:57 +00:00
Raphael Kubo da Costa
6971b7a6b2 Update to 2.0001 2017-07-05 16:41:52 +00:00
Raphael Kubo da Costa
0b53d67762 Update to 2.0-rc2 2017-06-28 12:24:34 +00:00
Raphael Kubo da Costa
50821363a3 Update to 2.0rc1 2017-06-25 13:39:02 +00:00
Sunpoet Po-Chuan Hsieh
cb096fcd39 Do not silence installation messages 2017-06-19 17:27:06 +00:00
Raphael Kubo da Costa
97a9c42eaf Fix plist. 2017-06-09 15:11:56 +00:00