| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
PR: 251175
Submitted by: lwhsu
Approved by: lwhsu (implicit), nivit (maintainer timeout, 1 month)
Notes:
svn path=/head/; revision=558436
|
|
|
|
| |
Notes:
svn path=/head/; revision=549484
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=549439
|
|
|
|
|
|
|
|
|
| |
adding textproc/py-pygments-25 because ipython5 requires this version
Reported by: linimon
Notes:
svn path=/head/; revision=549418
|
|
|
|
|
|
|
|
| |
PR: 249131
Approved by: nivit (maintainer timeout 14 days)
Notes:
svn path=/head/; revision=549076
|
|
|
|
|
|
|
|
|
| |
- Update WWW
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=544739
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=522865
|
|
|
|
|
|
|
|
| |
PR: 238091
Submitted by: <takefu@airport.fm>
Notes:
svn path=/head/; revision=502591
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=498530
|
|
|
|
|
|
|
| |
- Pet portlint
Notes:
svn path=/head/; revision=486521
|
|
|
|
|
|
|
| |
Reported by: mat
Notes:
svn path=/head/; revision=480898
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=480838
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=455210
|
|
|
|
| |
Notes:
svn path=/head/; revision=438660
|
|
|
|
|
|
|
|
|
|
|
| |
Regarding to r437555 as dependency of devel/py-gdbgui
Reviewed by: mat (mentor), nivit (maintainer)
Approved by: mat (mentor), nivit (maintainer)
Differential Revision: https://reviews.freebsd.org/D10200
Notes:
svn path=/head/; revision=437558
|
|
|
|
|
|
|
|
|
| |
PR: 214295
Submitted by: Matthieu Volat <mazhe@alkumuna.eu>
maintainer timeout.
Notes:
svn path=/head/; revision=434079
|
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
PR: 208752
Submitted by: olivierd
Notes:
svn path=/head/; revision=414005
|
|
|
|
|
|
|
| |
- Remove files/patch-CVE-2015-8557
Notes:
svn path=/head/; revision=406779
|
|
|
|
|
|
|
|
|
| |
PR: 206072
Approved by: ports-secteam (miwi)
Security: 5f276780-b6ce-11e5-9731-5453ed2e2b49
Notes:
svn path=/head/; revision=406304
|
|
|
|
|
|
|
|
| |
PR: 196981
Submitted by: olivierd
Notes:
svn path=/head/; revision=377657
|
|
|
|
|
|
|
|
|
| |
PR: 194928
Submitted by: olivierd
Approved by: maintainer timeout (over 2 months)
Notes:
svn path=/head/; revision=377495
|
|
|
|
|
|
|
| |
With hat: python@
Notes:
svn path=/head/; revision=374183
|
|
|
|
|
|
|
| |
already honour PORTDOCS and PORTEXAMPLES in the plist.
Notes:
svn path=/head/; revision=361999
|
|
|
|
|
|
|
|
|
|
| |
- Update LICENSE (BSD2CLAUSE)
- Deprecate py3k-fix-pkg-plist.inc
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=344525
|
|
|
|
|
|
|
|
| |
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION
Notes:
svn path=/head/; revision=343353
|
|
|
|
| |
Notes:
svn path=/head/; revision=340674
|
|
|
|
|
|
|
| |
textproc)
Notes:
svn path=/head/; revision=327773
|
|
|
|
|
|
|
|
|
|
| |
- Remove indefinite article from COMMENT
- Fix format of WWW field in pkg-descr
Reported by: eadler (via private email) [1]
Notes:
svn path=/head/; revision=322463
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.6
- Trim Makefile header
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
PR: ports/178645
Submitted by: olivierd
Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout)
Notes:
svn path=/head/; revision=320788
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE (BSD)
- Remove http://nivi.interfree.it from MASTER_SITES
- Respect NO_INSTALL_MANPAGES
PR: ports/167050
Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> [1]
Notes:
svn path=/head/; revision=295648
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove MANCOMPRESSED
- Use ${INSTALL_MAN} instead of ${INSTALL_DATA}
to install the manpage
PR: ports/155039
Submitted by: lwhsu
Notes:
svn path=/head/; revision=270310
|
|
|
|
|
|
|
| |
- Remove MD5 checksum from distinfo
Notes:
svn path=/head/; revision=267343
|
|
|
|
| |
Notes:
svn path=/head/; revision=253904
|
|
|
|
| |
Notes:
svn path=/head/; revision=247056
|
|
|
|
| |
Notes:
svn path=/head/; revision=247052
|
|
|
|
|
|
|
| |
- Use ${COPYTREE_SHARE} to install docs
Notes:
svn path=/head/; revision=247000
|
|
|
|
| |
Notes:
svn path=/head/; revision=241446
|
|
|
|
|
|
|
|
| |
PR: ports/129121
Submitted by: Wen Heping <wenheping at gmail dotcom>
Notes:
svn path=/head/; revision=223705
|
|
|
|
| |
Notes:
svn path=/head/; revision=219795
|
|
|
|
|
|
|
|
| |
- Add a secondary download site
- Use ${PKGNAMEPREFIX} instead of py- inside DOCSDIR
Notes:
svn path=/head/; revision=213695
|
|
|
|
|
|
|
| |
- Change MASTER_SITES from SF to CHEESESHOP
Notes:
svn path=/head/; revision=204007
|
|
|
|
| |
Notes:
svn path=/head/; revision=198248
|
|
|
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=197075
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=196700
|
|
It is a generic syntax highlighter for general use in all kinds of software
such as forum systems, wikis or other applications that need to prettify
source code. Highlights are:
* a wide range of common languages and markup formats is supported
* special attention is paid to details, increasing quality by a fair amount
* support for new languages and formats are added easily
* a number of output formats, presently HTML, LaTeX, RTF and ANSI sequences
* it is usable as a command-line tool and as a library
WWW: http://pygments.org/
Notes:
svn path=/head/; revision=189043
|