Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8_2 12 Dec 2020 13:10:03
  |
rene  |
Remove expired ports:
2020-12-12 comms/py-libconcord: Uses deprecated version of python
2020-12-12 databases/py-swift: Uses deprecated version of python
2020-12-12 devel/py-AddOns: Uses deprecated version of python
2020-12-12 devel/py-BytecodeAssembler: Uses deprecated version of python
2020-12-12 devel/py-repoze.who-testutil: Uses deprecated version of python
2020-12-12 devel/py-riak_pb: Uses deprecated version of python
2020-12-12 devel/pythk: Uses deprecated version of python
2020-12-12 mail/py-spambayes: Uses deprecated version of python
2020-12-12 math/py-numeric: Uses deprecated version of python
2020-12-12 math/py-scientific: Uses deprecated version of python
2020-12-12 net/py-suds: Uses deprecated version of python
2020-12-12 net/pynids: Uses deprecated version of python
2020-12-12 security/py-obfsproxy-tor: Uses deprecated version of python
2020-12-12 sysutils/syslog-ng324: Agreed upon upstream one year deprecation
policy
2020-12-12 www/py-pylons: Uses deprecated version of python
2020-12-12 www/py-qpy: Uses deprecated version of python |
1.8_2 11 Nov 2020 12:14:55
  |
antoine  |
Deprecate a few python 2.7 ports |
1.8_2 03 Dec 2017 20:36:01
  |
sunpoet  |
Change from USES=python:2 to USES=python:2.7
- Bump PORTREVISION for dependency change |
1.8_1 17 Aug 2015 14:20:41
  |
mat  |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
1.8_1 15 Aug 2014 03:43:55
  |
sunpoet  |
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg |
1.8_1 15 Aug 2014 03:27:55
  |
sunpoet  |
- Use USES=python |
1.8_1 08 Mar 2014 20:33:14
  |
sunpoet  |
- Remove USE_DISTUTILS=yes: use setuptools since it's dependency now
- Strip shared library
- Bump PORTREVISION for package change |
1.8 13 Jan 2014 21:00:04
  |
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.8 30 Nov 2013 09:57:23
  |
sunpoet  |
- Use PYDISTUTILS_AUTOPLIST
- Use PORTDOCS
- Simplify Makefile |
1.8 20 Nov 2013 03:22:08
  |
sunpoet  |
- Update USE_PYTHON
- Fix OPTIONSFILE
- Support STAGEDIR
- Reformat pkg-descr
- Use single space after WWW: |
1.8 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.8 07 Sep 2013 17:53:23
  |
sunpoet  |
- Cosmetic change |
1.8 21 Aug 2013 17:42:58
  |
sunpoet  |
- Cleanup Makefile header |
1.8 18 Jun 2012 16:33:24
 |
sunpoet  |
- Do not silene installation message
- Convert to new options framework |
1.8 16 Aug 2011 04:55:59
 |
sunpoet  |
- Add my LOCAL as MASTER_SITES |
1.8 14 Jun 2011 19:37:44
 |
sunpoet  |
- Fix build when devel/py-setuptools installed
- Take maintainership |
1.8 11 Mar 2011 15:49:36
 |
sunpoet  |
- Update to 1.8
- Use bsd.port.mk
Changes:
http://www.mems-exchange.org/software/qpy/qpy-1.8.tar.gz/qpy-1.8/CHANGES.txt |
1.6_1 25 Feb 2011 04:40:31
 |
miwi  |
- Move over to py25
- while here drop md5 support
- Small cleanups |
1.6 18 Dec 2008 02:24:04
 |
linimon  |
Reassign ports maintained by dryice@ for now due to other commitments.
Hat: portmgr |
1.6 16 Jun 2007 09:35:26
 |
dryice  |
- update to 1.6
- add MASTER_SITE_LOCAL
- update my mail address |
1.5 17 Nov 2006 09:20:51
 |
miwi  |
- Update to 1.5
PR: ports/105625
Submitted by: Dryice Liu <dryice@dryice.name> ( maintainer) |
1.4 15 Nov 2006 14:12:36
 |
miwi  |
Qpy provides a convenient mechanism for generating safely-quoted html
text from python code.
It does this by implementing a quoted-string data type and a
modification of the python compiler. (This main idea comes from
Quixote's htmltext/PTL.)
WWW: http://www.mems-exchange.org/software/qpy/
PR: ports/105471
Submitted by: Dryice Liu <dryice at dryice.name> |