aboutsummaryrefslogtreecommitdiff
path: root/textproc/xml2rfc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.3.0.Joe Marcus Clarke2020-10-201-3/+8
| | | | | | | | Among many changes, this removes support for Python 2 and adds support for the v3 grammar as described in https://tools.ietf.org/html/draft-iab-rfc7991bis-03. Notes: svn path=/head/; revision=552819
* Update to 2.47.0.Joe Marcus Clarke2020-08-091-1/+1
| | | | | | | | PR: 248553 Submitted by: pi Notes: svn path=/head/; revision=544565
* Update to 2.42.0.Joe Marcus Clarke2020-04-031-1/+1
| | | | Notes: svn path=/head/; revision=530502
* Update to 2.40.1.Joe Marcus Clarke2020-03-181-1/+1
| | | | Notes: svn path=/head/; revision=528670
* Update to 2.27.0.Joe Marcus Clarke2019-09-101-1/+1
| | | | Notes: svn path=/head/; revision=511760
* Update to 2.26.0.Joe Marcus Clarke2019-09-061-2/+3
| | | | | | | See https://pypi.org/project/xml2rfc/ for a list of changes. Notes: svn path=/head/; revision=511324
* Update to 2.23.0.Joe Marcus Clarke2019-06-301-1/+1
| | | | Notes: svn path=/head/; revision=505438
* Update to 2.22.3.Joe Marcus Clarke2019-04-181-4/+9
| | | | | | | | See http://svn.tools.ietf.org/svn/tools/xml2rfc/tags/cli/2.22.3/changelog for a list of changes in this release. Notes: svn path=/head/; revision=499281
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-3/+3
| | | | | | | | | | 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
* Update to 2.8.4.Joe Marcus Clarke2018-01-151-1/+1
| | | | Notes: svn path=/head/; revision=459131
* Add missing package version for py-six.Joe Marcus Clarke2018-01-091-1/+1
| | | | Notes: svn path=/head/; revision=458504
* Update to 2.8.3.Joe Marcus Clarke2018-01-081-2/+3
| | | | Notes: svn path=/head/; revision=458434
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 2.6.1.Joe Marcus Clarke2017-06-121-1/+1
| | | | Notes: svn path=/head/; revision=443470
* Update to 2.5.1.Joe Marcus Clarke2016-04-171-3/+3
| | | | Notes: svn path=/head/; revision=413518
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Don't cat pkg-message from MakefilesDmitry Marakasov2015-05-271-3/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=387528
* - Convert textproc/ to USES=pythonMarcus von Appen2014-12-071-3/+2
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=374183
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-031-1/+1
| | | | | | | | | | | | 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
* - Remove easy_install dependencyMarcus von Appen2014-06-151-3/+4
| | | | | | | | | | | - 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
* Allow lxml 3.2.5 to be used. More patches may be forthcoming as we uncoverJoe Marcus Clarke2014-02-121-1/+1
| | | | | | | | | what issues might exist beyond 3.2.1. Submitted by: Rob Austein <sra@hactrn.net> Notes: svn path=/head/; revision=344034
* Add forgotten @dirrms from the first update months ago.Joe Marcus Clarke2014-01-181-0/+1
| | | | Notes: svn path=/head/; revision=340220
* Update to 2.4.5.Joe Marcus Clarke2014-01-181-2/+3
| | | | | | | | * Convert to STAGE * Add a LICENSE macro Notes: svn path=/head/; revision=340218
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Update to 2.4.2, a brand new version rewritten in Python. Also, assumeJoe Marcus Clarke2013-09-031-49/+7
| | | | | | | | | | 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
* A new version of xml2rfc (v1.36) has been released, as well as updates toDoug Barton2011-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to the latest version, 1.35Doug Barton2010-11-151-16/+18
| | | | | | | | | | | | | | | 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
* - Change default Tcl/Tk version to 8.5Martin Matuska2009-02-231-0/+1
| | | | | | | | | - Bump PORTVERSION of ports affected Tested by: pointyhat (pav) Notes: svn path=/head/; revision=228909
* Update to 1.33.Wesley Shields2008-03-111-3/+2
| | | | | | | | | PR: ports/121561 Submitted by: Jonathan Lennox <lennox@cs.columbia.edu> (maintainer) Approved by: garga (mentor) Notes: svn path=/head/; revision=208780
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Convert existing ports to a new bsd.tcl.mk orderPav Lucistnik2007-04-021-2/+2
| | | | | | | | | PR: ports/109097 Submitted by: Martin Matuska <martin@matuska.org> Tested on: pointyhat exp-run Notes: svn path=/head/; revision=189054
* - Update to 1.32Martin Wilke2007-01-221-1/+1
| | | | | | | | PR: ports/108129 Submitted by: Jonathan Lennox <lennox@cs.columbia.edu> (maintainer) Notes: svn path=/head/; revision=182963
* - Update to 1.3Rong-En Fan2006-07-281-5/+6
| | | | | | | | | | | - 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
* Update to 1.30Volker Stolz2005-08-291-1/+2
| | | | | | | | PR: ports/85003 Submitted by: Jonathan Lennox (maintainer) Notes: svn path=/head/; revision=141343
* [Maintainer Update] Update to 1.29.Bill Fenner2005-04-061-9/+6
| | | | | | | | | | | 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
* [Maintainer patch] Update textproc/xml2rfc to version 1.28Edwin Groothuis2005-01-191-4/+14
| | | | | | | | | | | | | | | | 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
* Update to 1.26Kevin Lo2004-11-061-1/+1
| | | | | | | | | PR: ports/72354 Submitted by: Lars Eggert <lars.eggert@gmx.net> Approved by: MAINTAINER Notes: svn path=/head/; revision=120936
* - Update to 1.25Pav Lucistnik2004-08-171-8/+13
| | | | | | | | | | | - 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
* Update to 1.24 - several bug fixes, including fixes to theBill Fenner2004-07-091-2/+3
| | | | | | | | | | | 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
* - Update to 1.23Pav Lucistnik2004-04-041-1/+1
| | | | | | | | | PR: ports/65135 Submitted by: Jonathan Lennox <lennox@cs.columbia.edu> Approved by: maintainer Notes: svn path=/head/; revision=106119
* Upgrade to version 1.22Bill Fenner2004-03-311-2/+2
| | | | | | | | | | | | | 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
* Update to 1.19Tilman Keskinoz2003-07-091-1/+8
| | | | | | | | PR: 53639 Submitted by: Marco Molteni <molter@tin.it> Notes: svn path=/head/; revision=84541
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76042
* Import xml2rfc 1.13.Christian Weisgerber2002-07-251-0/+36
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