non port: devel/py-simpy/Makefile |
SVNWeb
|
Number of commits found: 44 |
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
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>
|
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Mon, 13 Apr 2020
|
[ 11:52 wen ]
- Update to 3.0.13
|
Sun, 22 Jul 2018
|
[ 23:32 wen ]
- Update to 3.0.11
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Sep 2016
|
[ 10:49 wen ]
- Update to 3.0.10
|
Tue, 21 Jun 2016
|
[ 06:12 wen ]
- Update to 3.0.9
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 7 Mar 2016
|
[ 02:04 wen ]
- Remove unneeded line
|
[ 01:59 wen ]
- Update to 3.0.8
- Convert to autoplist
- Convert to optionNG
|
Mon, 4 Jan 2016
|
[ 09:58 rakuco ]
Fix plist after r405196.
The tarball from PyPI includes less documentation than the previous one.
Specifically, HTML documentation is not bundled and needs to be generated with
Sphinx. Documentation build files are also not present, as well as some .pyc
files created when the documentation was built.
MFH: 2016Q1
|
Sun, 3 Jan 2016
|
[ 23:14 rakuco ]
Remove non-working SourceForge mirror and regenerate distinfo.
The tarball from PyPI has a different name and slightly different contents:
Only in distcache-SimPy-2.3.1/docs: __pycache__
Files distcache-SimPy-2.3.1/docs/.DS_Store and simpy-2.3.1/docs/.DS_Store differ
Only in distcache-SimPy-2.3.1/docs: build
Only in distcache-SimPy-2.3.1/docs: conftest.pyc
Only in distcache-SimPy-2.3.1/docs/ext: __init__.pyc
Only in distcache-SimPy-2.3.1/docs/ext: __pycache__
Only in distcache-SimPy-2.3.1/docs/ext: annotate.pyc
Only in distcache-SimPy-2.3.1/docs/ext: style.pyc
Only in distcache-SimPy-2.3.1/docs: html
Only in distcache-SimPy-2.3.1/docs/source/_static: .DS_Store
Only in distcache-SimPy-2.3.1/docs/source: .DS_Store (Only the first 15 lines of the commit message are shown above )
|
Mon, 20 Oct 2014
|
[ 16:04 mva ] (Only the first 10 of 564 ports in this commit are shown above. )
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
|
Tue, 15 Jul 2014
|
[ 14:36 adamw ] (Only the first 10 of 25 ports in this commit are shown above. )
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Tue, 13 May 2014
|
[ 19:14 dbn ]
Remove obsoleted OPTIONSFILE from devel/py-simpy.
Clean-up from my previous commits.
Approved by: portsmgr (implicit)
|
Mon, 12 May 2014
|
[ 17:55 dbn ]
Fix LICENSE for devel/py-simpy.
- License is LGPL21, not LGPL20 (as per $WORKDIR/LICENSE.txt)
PR: ports/188560
Approved by: portmgr (implicit)
|
[ 17:47 dbn ]
Stagify devel/py-simpy.
- Add stage support
- Add LICENSE (LGPL20)
- Update website
- Remove unneeded `.include <bsd.port.pre.mk>'
PR: ports/188560
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr (implicit)
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Tue, 21 May 2013
|
[ 07:09 jgh ]
- adoption of optionsNG
Approved by: maintainer, wen@
|
Sat, 2 Mar 2013
|
[ 22:32 lwhsu ] (Only the first 10 of 28 ports in this commit are shown above. )
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
|
Wed, 1 Feb 2012
|
[ 02:17 wen ]
- Update to 2.3.1
|
Sun, 15 Jan 2012
|
[ 05:56 wen ]
- update to 2.3
|
Fri, 23 Dec 2011
|
[ 08:42 wen ]
- Update to 2.2
|
Fri, 4 Jun 2010
|
[ 01:19 wen ]
- Update to 2.1.0
- Update my mail address to FreeBSD
|
Sat, 22 Aug 2009
|
[ 00:18 amdmi3 ] (Only the first 10 of 417 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
Thu, 9 Apr 2009
|
[ 10:46 miwi ]
- Update to 2.0.1
PR: 133425
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
|
Mon, 2 Feb 2009
|
[ 18:03 xride ]
Fix the compile error reported by QAT
PR: 131202
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
|
Sat, 31 Jan 2009
|
[ 09:08 xride ]
Handing over maintainer role to Wen Heping.
|
Fri, 30 Jan 2009
|
[ 19:08 xride ]
update to 2.00
PR: ports/131152
Submitted by: Wen Heping <wenheping@gmail.com>
|
Mon, 13 Oct 2008
|
[ 11:34 xride ]
update to 1.9.1
PR: ports/127372
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by: maintainer (me)
|
Sat, 4 Aug 2007
|
[ 11:41 gabor ] (Only the first 10 of 291 ports in this commit are shown above. )
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
Mon, 30 Jul 2007
|
[ 09:42 alexbl ] (Only the first 10 of 445 ports in this commit are shown above. )
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
|
Sat, 17 Feb 2007
|
[ 06:48 xride ]
Update to 1.8
PR: 109240
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
|
Fri, 29 Sep 2006
|
[ 22:01 xride ] (Only the first 10 of 27 ports in this commit are shown above. )
Change my MAINTAINER email to be my @FreeBSD email
Approved by: tmclaugh
|
Tue, 12 Sep 2006
|
[ 19:27 miwi ]
- Update to 1.7.1
- Pass maintainership to submitter
PR: ports/103201
Submitted by: Soeren Straarup <xride(at)x12.dk>
|
Mon, 28 Nov 2005
|
[ 16:11 jkoshy ]
Upgrade to v1.6.1.
|
Fri, 16 Sep 2005
|
[ 15:33 mnag ]
Update to 1.6
Use cpio to install examples and docs
Approved by: pav (mentor)
|
Sun, 30 Jan 2005
|
[ 03:59 jkoshy ]
Upgrade to v1.5.
|
Tue, 29 Jun 2004
|
[ 09:05 ijliao ]
add py-simpy 1.4.2
Simulation in Python
|
Number of commits found: 44 |