1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Mathieu Arnold
72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00
Mathieu Arnold
21a283f3be 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
2015-08-17 14:20:40 +00:00
Antoine Brodin
9eb0f7b668 Fix packaging after sphinx update
Reported by:	pkg-fallout
Pointy hat:	kmoore@
2015-07-24 20:33:16 +00:00
Dmitry Marakasov
a4d2fb04a3 - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-05-15 20:29:04 +00:00
Marcus von Appen
1b0994ee1e - Convert USE_PYTHON to new USES in www/
With hat:	python@
2015-01-03 08:41:20 +00:00
Nicola Vitale
e985a1f452 - Remove variable modifier from COPYTREE_SHARE, and use its third argument 2014-04-06 13:37:00 +00:00
Nicola Vitale
090a44e94d - Update to 0.9.1 [1]
- Add python to CATEGORIES    [1]
- Don't use/fetch objects.inv from Python site, because there is
  no reference to the standard library in the port docs, and so
  remove also the post-patch target
- Specify the clause of BSD license
- Allow to build port with Python 3    [1]
- Add support for stage dir    [1]
- Use PYDISTUTILS_AUTOPLIST    [1]
- Clean a bit the documentation part (install only necessary files)    [1]
- Fix format of WWW field in pkg-descr    [1]

PR:	ports/186328
Submitted by:	olivierd
2014-04-01 22:08:18 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Rene Ladan
50f8eaece1 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)
2014-01-13 21:00:02 +00:00
Baptiste Daroussin
85fbf21ec5 Add NO_STAGE all over the place in preparation for the staging support (cat: www) 2013-09-20 23:36:50 +00:00
Nicola Vitale
8ffe5e9e77 - Add code and patch files/patch-docs__conf.py to avoid
download of intersphinx inventory during the install
  stage (on pointyhat)
- Remove OPTIONS_DEFAULT=DOCS
- Add switch -N to the sphinx-build command (don't do
  colored output)
2012-07-17 05:49:47 +00:00
Nicola Vitale
6f65d0fc19 - Update to 0.7.1
- Add LICENSE (BSD)
- Build and install documentation if DOCS option
  is enabled
2012-07-07 13:22:31 +00:00
Nicola Vitale
df651311dd *cssselect* parses CSS3 Selectors_ and translate them to XPath 1.0_
expressions. Such expressions can be used in lxml_ or another XPath engine
to find the matching elements in an XML or HTML document.

This module used to live inside of lxml as ``lxml.cssselect`` before it was
extracted as a stand-alone project.

WWW:	http://packages.python.org/cssselect/
2012-05-03 08:47:22 +00:00