non port: graphics/py-pyglet/Makefile |
Number of commits found: 72 |
Wednesday, 8 Nov 2023
|
18:31 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update 2.0.9 → 2.0.10
4e1186f |
Monday, 31 Jul 2023
|
18:03 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update 2.0.8 → 2.0.9
fabbc62 |
Tuesday, 25 Jul 2023
|
17:51 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update 2.0.7 → 2.0.8
8534c55 |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
3d9a815 |
Thursday, 11 May 2023
|
11:52 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update 2.0.6 → 2.0.7
43981ee |
Tuesday, 2 May 2023
|
17:12 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update 2.0.5 → 2.0.6
ea3f04e |
Wednesday, 22 Mar 2023
|
21:03 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update 2.0.4 → 2.0.5
63f9901 |
Thursday, 2 Feb 2023
|
17:49 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update 2.0.3 → 2.0.4
8188a98 |
Wednesday, 11 Jan 2023
|
15:58 Dmitry Marakasov (amdmi3)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
77d6847 |
Monday, 9 Jan 2023
|
18:47 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update 2.0.2.1 → 2.0.3
763b14f |
Thursday, 22 Dec 2022
|
15:38 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update 2.0.2 → 2.0.2.1
cbddc1f |
Tuesday, 20 Dec 2022
|
17:38 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update 2.0.1 → 2.0.2
4f54231 |
Monday, 5 Dec 2022
|
19:28 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update 2.0.0 → 2.0.1
768d939 |
Monday, 21 Nov 2022
|
17:23 Dmitry Marakasov (amdmi3)
*/*: switch my ports from USES=pytest to USE_PYTHON=pytest
Suggested by: sunpoet
f8e9da8 |
17:23 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update to 2.0.0
- Preserve pyglet 1.x as graphics/py-pyglet1
- Add mutual conflicts between graphics/py-pyglet1 and graphics/py-pyglet
- Switch all consumers to graphics/py-pyglet1 as it's likely
that no consumer is compatible with pyglet 2.x yet
0ab36cf |
Monday, 26 Sep 2022
|
15:45 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update 1.5.26 → 1.5.27
2a9ea65 |
Thursday, 8 Sep 2022
|
20:30 Dmitry Marakasov (amdmi3)
*/*: preserve all WWWs for my ports
15d936e |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Tuesday, 31 May 2022
|
11:21 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update 1.5.24 → 1.5.26
8fa5a04 |
Friday, 13 May 2022
|
18:53 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update 1.5.23 → 1.5.24
Add missing opengl depends, enable testing and remove obsolete conflict
8075dba |
Tuesday, 22 Mar 2022
|
17:18 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update 1.5.22 → 1.5.23
a1a0224 |
Wednesday, 2 Mar 2022
|
12:10 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update 1.5.21 → 1.5.22
b5ed919 |
Thursday, 25 Nov 2021
|
21:40 Stefan Eßer (se)
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
04b9da4 |
Tuesday, 21 Sep 2021
|
13:48 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update to 1.5.21
55cb888 |
Thursday, 9 Sep 2021
|
19:13 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update to 1.5.20
41003cb |
Tuesday, 24 Aug 2021
|
17:59 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update to 1.5.19
d267a47 |
Monday, 28 Jun 2021
|
10:47 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update to 1.5.18
ce61362 |
Sunday, 23 May 2021
|
20:35 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update to 1.5.17
f229a7a |
Tuesday, 20 Apr 2021
|
17:33 Dmitry Marakasov (amdmi3)
graphics/py-pyglet: update to 1.5.16
bb4e8eb |
Wednesday, 7 Apr 2021
|
23:19 Dmitry Marakasov (amdmi3)
Remove useless Created by: headers mentioning me
5823922 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 12 Feb 2021
|
17:55 amdmi3
- Update to 1.5.15
 |
Friday, 8 Jan 2021
|
14:34 amdmi3
- Update to 1.5.14
 |
Monday, 28 Dec 2020
|
16:37 amdmi3
- Update to 1.5.13
 |
Saturday, 21 Nov 2020
|
22:45 amdmi3
- Update to 1.5.11
 |
Monday, 16 Nov 2020
|
16:02 amdmi3
- Update to 1.5.10
 |
Tuesday, 10 Nov 2020
|
00:02 amdmi3
- Update to 1.5.9
 |
Monday, 19 Oct 2020
|
20:59 amdmi3
- Update to 1.5.8
 |
Friday, 3 Jul 2020
|
13:25 amdmi3
- Update to 1.5.7
 |
Sunday, 14 Jun 2020
|
16:56 amdmi3
- Update to 1.5.6
 |
Sunday, 3 May 2020
|
15:38 amdmi3
- Update to 1.5.5
 |
00:09 amdmi3
- Update to 1.5.4
 |
Thursday, 9 Apr 2020
|
21:31 amdmi3
- Update to 1.5.3
 |
Tuesday, 31 Mar 2020
|
18:38 amdmi3
- Update to 1.5.2
 |
Wednesday, 4 Mar 2020
|
15:24 amdmi3
- Update to 1.5.0
 |
Friday, 24 Jan 2020
|
15:08 amdmi3
- Update to 1.4.10
 |
Tuesday, 7 Jan 2020
|
14:55 amdmi3
- Update to 1.4.9
 |
Thursday, 12 Dec 2019
|
19:54 amdmi3
- Update to 1.4.8
 |
Tuesday, 2 May 2017
|
15:39 amdmi3
- Update to 1.2.4
- Undeprecate
 |
Friday, 3 Mar 2017
|
16:00 mat
Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.
In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed. The remaining must not
be of use to anyone.
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 14 Sep 2016
|
15:59 mat
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 29 Sep 2014
|
14:42 amdmi3
- Convert to USES=python
- Convert IGNORE to ONLY_FOR_ARCHS
 |
Wednesday, 10 Sep 2014
|
20:50 gerald
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
 |
Thursday, 8 May 2014
|
18:18 amdmi3
- Clarify license
 |
Wednesday, 16 Apr 2014
|
18:28 zeising
The FreeBSD x11@ and graphics team proudly presents
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)
 |
Friday, 24 Jan 2014
|
05:40 ohauer
- fix INDEX building (remove forgotten \ in r340875)
 |
01:25 amdmi3
- Add dependency on avbin
- Install more docs
PR: 182517
Submitted by: nemysis
 |
Wednesday, 25 Dec 2013
|
23:29 antoine
Convert the tree to USES=openal
Approved by: portmgr (bapt)
 |
Monday, 16 Dec 2013
|
18:18 amdmi3
- Use '.' instead of '*' in COPYTREE_* all over my ports
Suggested by: danfe
 |
17:40 amdmi3
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested
by Porter's Handbook
 |
Wednesday, 30 Oct 2013
|
16:45 amdmi3
- Add LICENSE
- Bump PORTREVISION
 |
14:30 amdmi3
- Support staging
- Use new LIB_DEPENDS syntax
 |
14:24 amdmi3
- Revert 332027: please don't touch my ports
 |
00:46 nemysis
- Bump PORTREVISION
- Add license (BSD)
- Use the new format for LIB_DEPENDS
- Add dependency for multimedia/avbin
- Change DOCS and add DEMOS, add DOCS and EXAMPLES Options
- Add DEMOS to default Options
- Support STAGEDIR and add OPTIONS_SUB
- Remove IGNORE for not i386
- Add demos Astraea and Noisy, add Icons, Desktop entry files
- Add pkg-message to display demos usage
- Change pkg-plist, add demos
PR: ports/182517
Submitted by: nemysis (self)
Approved by: pawel / wg (mentors, implicit), maintainer timeout
 |
Friday, 20 Sep 2013
|
18:35 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
 |
Tuesday, 18 Jun 2013
|
11:46 amdmi3
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
 |
Monday, 3 Oct 2011
|
14:58 amdmi3
- Mark IGNORE on !i386, it's just broken in many ways
PR: 133747
Submitted by: Da Rock <rock_on_the_web@hotmail.com>
 |
Wednesday, 25 May 2011
|
15:28 amdmi3
Forced commit to note that PR related to the recent update was really 157012,
not "1.1.4"
 |
14:41 amdmi3
- Update to 1.1.4
PR: 1.1.4
Submitted by: Zhihao Yuan <lichray@gmail.com>
 |
Monday, 25 Jan 2010
|
19:15 pav
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation
PR: ports/142123
Submitted by: mva
Tested by: pointyhat exp-run
Approved by: portmgr (hat)
 |
Friday, 31 Oct 2008
|
12:11 amdmi3
pyglet provides an object-oriented programming interface for
developing games and other visually-rich applications for Windows,
Mac OS X and Linux. Some of the features of pyglet are:
* No external dependencies or installation requirements. For most
application and game requirements, pyglet needs nothing else besides
Python, simplifying distribution and installation.
* Take advantage of multiple windows and multi-monitor desktops.
pyglet allows you to use as many windows as you need, and is fully
aware of multi-monitor setups for use with fullscreen games.
* Load images, sound, music and video in almost any format. pyglet
can optionally use AVbin to play back audio formats such as MP3,
OGG/Vorbis and WMA, and video formats such as DivX, MPEG-2, H.264,
WMV and Xvid.
pyglet is provided under the BSD open-source license, allowing you
to use it for both commerical and other open-source projects with
very little restriction.
WWW: http://pyglet.org/
 |
Number of commits found: 72 |