| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=472884
|
|
|
|
| |
Notes:
svn path=/head/; revision=459131
|
|
|
|
| |
Notes:
svn path=/head/; revision=458504
|
|
|
|
| |
Notes:
svn path=/head/; revision=458434
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=443470
|
|
|
|
| |
Notes:
svn path=/head/; revision=413518
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=387528
|
|
|
|
|
|
|
| |
With hat: python@
Notes:
svn path=/head/; revision=374183
|
|
|
|
|
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.
CR: D509
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=363904
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=357862
|
|
|
|
|
|
|
|
|
| |
what issues might exist beyond 3.2.1.
Submitted by: Rob Austein <sra@hactrn.net>
Notes:
svn path=/head/; revision=344034
|
|
|
|
| |
Notes:
svn path=/head/; revision=340220
|
|
|
|
|
|
|
|
| |
* Convert to STAGE
* Add a LICENSE macro
Notes:
svn path=/head/; revision=340218
|
|
|
|
|
|
|
| |
textproc)
Notes:
svn path=/head/; revision=327773
|
|
|
|
|
|
|
|
|
|
| |
maintainership.
Note: the convenience scripts for txt, html and nroff are gone, but the
functionality still exists with --text, --html and --nroff.
Notes:
svn path=/head/; revision=326171
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the xml2rfc web service running at http://xml.resource.org.
Major new web features include:
* New options in web form to generate ePub and PDF.
* New option in web form to show trace and warning messages
along with the output, using frames. This is the default.
* New option in web form to do strict DTD checking.
* New advanced web form (see bottom of the web page)
to: generate HTML using Julian Reschke's XSLT, generate
Postscript, and generate RTF.
Major new xml2rfc features include:
* Generate proper boilerplate for RFC generation (RFC 5741).
(Also see the RFC Editor's status-memos page.)
* Support for the new <rfc> consensus= attribute to help support
RFC 5741.
* Support for the new <?rfc text-list-symbols="o*+-"?> processing
instruction. Modify the list of symbols used for list type="symbols".
The default is "o*+-", but can be set to any list of characters. For
example, specifying "abcde" will cause "a" to be used for 1st
level, "b" for the 2nd level, etc, cycling back to the first character
"a" at the 6th level. Specifying "o*" will cause the characters "o"
and "*" to be alternated for each successive level.
Notes:
svn path=/head/; revision=271905
|
|
|
|
| |
Notes:
svn path=/head/; revision=264599
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For the port:
1. Fix spacing in header
2. Put the contrib files into their relative dirctories
3. Install the (new?) sample files
4. Switch to pkg-message
The previous maintainer has indicated that he no longer has the ability
to maintain the port. Cast it back into the pool for now in case an eager
volunteer appears. I plan to keep at least one eye on it in the meantime.
Notes:
svn path=/head/; revision=264598
|
|
|
|
|
|
|
|
|
| |
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav)
Notes:
svn path=/head/; revision=228909
|
|
|
|
|
|
|
|
|
| |
PR: ports/121561
Submitted by: Jonathan Lennox <lennox@cs.columbia.edu> (maintainer)
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=208780
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
|
| |
PR: ports/109097
Submitted by: Martin Matuska <martin@matuska.org>
Tested on: pointyhat exp-run
Notes:
svn path=/head/; revision=189054
|
|
|
|
|
|
|
|
| |
PR: ports/108129
Submitted by: Jonathan Lennox <lennox@cs.columbia.edu> (maintainer)
Notes:
svn path=/head/; revision=182963
|
|
|
|
|
|
|
|
|
|
|
| |
- Utilize USE_TK, USE_TCL
Now it uses tcl/tk 8.4 instead of 8.3
PR: ports/100926
Submitted by: Jonathan Lennox <lennox at cs.columbia.edu> (maintainer)
Notes:
svn path=/head/; revision=168988
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154308
|
|
|
|
|
|
|
|
| |
PR: ports/85003
Submitted by: Jonathan Lennox (maintainer)
Notes:
svn path=/head/; revision=141343
|
|
|
|
|
|
|
|
|
|
|
| |
This version implements the new version of the required IETF boilerplate
(RFC 3978), which will become mandatory for Internet-Drafts on May 6.
PR: ports/79603
Submitted by: Jonathan Lennox <lennox@cnr.cs.columbia.edu>
Notes:
svn path=/head/; revision=132655
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch updates textproc/xml2rfc to version 1.28, just
released. It provides a number of formatting changes and
other improvements.
The patch also updates the maintainer address in pkg-descr,
which I'd forgotten to do when I took over maintaining this
port.
PR: ports/76375
Submitted by: Jonathan Lennox <lennox@cnr.cs.columbia.edu>
Notes:
svn path=/head/; revision=126870
|
|
|
|
|
|
|
|
|
| |
PR: ports/72354
Submitted by: Lars Eggert <lars.eggert@gmx.net>
Approved by: MAINTAINER
Notes:
svn path=/head/; revision=120936
|
|
|
|
|
|
|
|
|
|
|
| |
- Give maintainership to submitter
PR: ports/70558
Submitted by: Jonathan Lennox <lennox@cs.columbia.edu>
Approved by: old maintainer
Notes:
svn path=/head/; revision=116487
|
|
|
|
|
|
|
|
|
|
|
| |
RFC 3667/3668 boilerplate.
PR: ports/68856 and ports/68877
Submitted by: Lars Eggert <lars.eggert@gmx.net> and Jonathan Lennox <lennox@cs.columbia.edu>
Approved by: maintainer
Notes:
svn path=/head/; revision=113310
|
|
|
|
|
|
|
|
|
| |
PR: ports/65135
Submitted by: Jonathan Lennox <lennox@cs.columbia.edu>
Approved by: maintainer
Notes:
svn path=/head/; revision=106119
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This new version includes the latest required IETF boilerplate;
Internet-Drafts created with the old version will not be accepted by the
Internet-Drafts editor.
PR: ports/63709
Submitted by: Jonathan Lennox <lennox@cs.columbia.edu>
Approved by: MAINTAINER (in PR)
Notes:
svn path=/head/; revision=105825
|
|
|
|
|
|
|
| |
Approved by: maintainers
Notes:
svn path=/head/; revision=104361
|
|
|
|
|
|
|
|
| |
PR: 53639
Submitted by: Marco Molteni <molter@tin.it>
Notes:
svn path=/head/; revision=84541
|
|
|
|
| |
Notes:
svn path=/head/; revision=76042
|
|
Renders documents authored in XML/RFC2629 in text,
html or nroff, in a manner pleasing to the eye.
PR: 40323
Submitted by: Joe Abley <jabley@automagic.org>
Notes:
svn path=/head/; revision=63562
|