Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1_1 03 Jul 2024 15:34:30
    |
Po-Chuan Hsieh (sunpoet)  |
sysutils/lfm: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
3.1 23 Mar 2024 14:30:48
    |
Po-Chuan Hsieh (sunpoet)  |
sysutils/lfm: Change MASTER_SITES to PYPI
The content of the tarball are identical. |
3.1 27 Jun 2023 19:34: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> |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.1 07 Sep 2022 21:10:59
    |
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.
(Only the first 15 lines of the commit message are shown above ) |
3.1 20 Jul 2022 14:23:05
    |
Tobias C. Berner (tcberner)  |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
3.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.1 19 Jan 2020 11:10:30
  |
sunpoet  |
Update manpage location (r523104) |
3.1 16 Dec 2017 20:55:46
  |
sunpoet  |
Use setup.py instead of PYSETUP |
3.1 12 Dec 2017 13:33:25
  |
sunpoet  |
Disable python flavor |
3.1 30 Nov 2017 15:50:34
  |
mat  |
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 ) |
3.1 26 Jun 2017 19:37:03
  |
sunpoet  |
Update to 3.1
- Add my LOCAL to MASTER_SITES
- Update COMMENT
- Update pkg-descr
- Take maintainership
Changes: https://inigo.katxi.org/devel/lfm/NEWS |
3.0 20 Mar 2017 00:28:42
  |
sunpoet  |
Update to 3.0
- Use USE_PYTHON=autoplist
Changes: https://inigo.katxi.org/devel/lfm/NEWS |
2.3_1 14 Sep 2016 15:59:34
  |
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 |
2.3_1 19 May 2016 10:53:06
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.3_1 06 Mar 2016 12:23:08
  |
amdmi3  |
- Clarify LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers |
2.3_1 02 Mar 2015 23:47:18
  |
bapt  |
Remove Author from pkg-descr and white space fixes |
2.3_1 22 Nov 2014 09:13:36
  |
antoine  |
Cleanup plist |
2.3_1 24 Oct 2014 16:56:10
  |
mva  |
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit) |
2.3_1 15 Nov 2013 14:59:00
  |
vanilla  |
Support STAGEDIR. |
2.3_1 20 Sep 2013 23:06:00
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
2.3_1 27 May 2013 11:33:09
  |
bsam  |
. define PORTDOCS at Makefile;
. remove double install of port docs;
. remove .for loop, use plain install;
. remove PORTDOCS lines from pkg-plist. |
2.3_1 24 Mar 2013 16:16:14
  |
miwi  |
- Update MASTER_SITES and WWW: line
PR: 177262
Submitted by: Ports Fury |
2.3 31 Aug 2011 18:17:58
 |
sylvio  |
- Update to 2.3
- Add License |
2.2 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
2.2 29 Jul 2010 13:17:02
 |
jadawin  |
- Update to 2.2
- Remove outdated MASTER_SITES
- Use python 2.4+
- New author email address
PR: ports/149065
Submitted by: Frederic Culot <frederic _AT_ culot.org> |
2.1 18 Jun 2010 09:43:54
 |
linimon  |
Reset pesho.petrov@gmail.com due to maintainer-timeouts and no response
to email.
Hat: portmgr |
2.1 05 Feb 2010 03:32:01
 |
pgollucci  |
* Update to 2.1
* Bump required version of python to 2.3+
* Add another MASTER_SITE
PR: ports/142411
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Approved by: maintainer timeout (18 days) |
0.91 27 Sep 2007 19:09:41
 |
alepulver  |
- Update port to version 2.0.
- Take maintainership.
PR: ports/116123
Submitted by: pesho.petrov@gmail.com |
0.91 13 May 2006 04:15:53
 |
edwin  |
Remove USE_REINPLACE from all categories starting with S |
0.91 25 Nov 2005 18:14:52
 |
pav  |
- Add SHA256 |
0.91 13 Mar 2005 09:46:22
 |
krion  |
Update to version 0.91
PR: ports/78744
Submitted by: Ports Fury |
0.9 29 Jan 2004 16:13:06
 |
trevor  |
SIZEify. |
0.9 01 Aug 2003 22:04:57
 |
perky  |
Fix python version detection routines to cope with python 2.3's
boolean representation. |
0.9 27 Jul 2003 16:53:15
 |
oliver  |
update lfm to 0.9 |
0.8 20 Feb 2003 19:00:52
 |
knu  |
De-pkg-comment. |
0.8 29 Apr 2002 18:53:07
 |
ijliao  |
use USE_PYDISTUTILS |
0.8 28 Mar 2002 19:37:43
 |
pat  |
Update to 0.8
PR: 36423
Submitted by: Hye-Shik Chang <perky@fallin.lv> |
17 Jan 2002 12:21:08
    |
wjv  |
- Update to version 0.7 - Make PREFIX-compliant - Added a PKGREQ script to
check for Python version >= 2.0 |
20 Jul 2001 21:54:19
    |
ijliao  |
add lfm Last File Manager |