Age | Commit message (Collapse) | Author | Files | Lines |
|
lang/php56: build fix
lang/php70: build fix
lang/php71: build fix
Revisions pulled up:
- lang/php56/Makefile 1.13
- lang/php56/Makefile.php 1.2
- lang/php56/PLIST 1.3
- lang/php56/distinfo 1.41
- lang/php56/patches/patch-ext_xsl_php__xsl.h 1.1
- lang/php70/Makefile 1.6
- lang/php70/Makefile.php 1.3
- lang/php70/PLIST 1.3
- lang/php70/distinfo 1.31
- lang/php70/patches/patch-ext_xsl_php__xsl.h 1.1
- lang/php71/Makefile 1.9
- lang/php71/Makefile.php 1.2
- lang/php71/PLIST 1.3
- lang/php71/distinfo 1.17
- lang/php71/patches/patch-ext_xsl_php__xsl.h 1.1
- textproc/Makefile 1.918
- textproc/php-dom/DESCR deleted
- textproc/php-dom/Makefile deleted
---
Module Name: pkgsrc
Committed By: fhajny
Date: Wed Apr 5 12:28:59 UTC 2017
Modified Files:
pkgsrc/lang/php56: Makefile Makefile.php PLIST distinfo
pkgsrc/lang/php70: Makefile Makefile.php PLIST distinfo
pkgsrc/lang/php71: Makefile Makefile.php PLIST distinfo
Added Files:
pkgsrc/lang/php56/patches: patch-ext_xsl_php__xsl.h
pkgsrc/lang/php70/patches: patch-ext_xsl_php__xsl.h
pkgsrc/lang/php71/patches: patch-ext_xsl_php__xsl.h
Log Message:
Build the dom extension embedded. This enables full functionality in xmlreader and fixes joyent/pkgsrc/issues/477. Bump PKREVISION.
---
Module Name: pkgsrc
Committed By: fhajny
Date: Wed Apr 5 12:34:47 UTC 2017
Modified Files:
pkgsrc/textproc: Makefile
Removed Files:
pkgsrc/textproc/php-dom: DESCR Makefile
Log Message:
Remove textproc/php-dom, the module is now built into the resp. PHP packages.
|
|
|
|
|
|
|
|
docbook2odf is a toolkit that automatically converts DocBook to OASIS
OpenDocument (ODF, the ISO standardized format used for texts,
spreadsheets and presentations). Conversion is based on XSLT which
makes it easy to convert DocBook->ODF, ODT, ODS and ODP as all these
documents are XML-based.
|
|
|
|
|
|
|
|
|
|
M2R converts a markdown file including reST markups to a valid reST format.
Features:
* Basic markdown and some extensions
o inline/block-level raw html
o fenced-code block
o tables
o footnotes ([^1])
* Inline- and Block-level reST markups
o single- and multi-line directives (.. directive::)
o inline-roles (:code:`print(1)` ...)
o ref-link (see `ref`_)
o footnotes ([#fn]_)
o math extension inspired by recommonmark
* Sphinx extension
o add markdown support for sphinx
o mdinclude directive to include markdown from md or reST files
|
|
The fastest markdown parser in pure Python with renderer features, inspired by
marked.
Features:
* Pure Python. Tested in Python 2.6+, Python 3.3+ and PyPy.
* Very Fast. It is the fastest in all pure Python markdown parsers.
* More Features. Table, footnotes, autolink, fenced code etc.
|
|
|
|
This module implements utility functions for expanding embedded
variables in a string. Variable references are embedded in strings in
a similar form to the Bourne shell, namely, in the form $NAME or
${NAME}. In the former case, the NAME must consist of a capital letter
or underscore, and may be followed by zero or more capital letters,
digits or underscores. In the latter case, the name can consist of any
characters, but will be terminated by the first close brace character
'}'.
|
|
Obsolete and core dumps.
Inspired by PR 51903.
|
|
|
|
|
|
and other objects
|
|
based on wip version
|
|
|
|
|
|
|
|
|
|
go-runewidth provides the RuneWidth and StringWidth functions to get
the fixed width of a Unicode rune or string.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ jrep
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gspell is a gnome wrapper for enchant, needed by gedit.
|
|
|
|
|
|
A Python library for creating and updating Microsoft Word (.docx) files.
|
|
|
|
|
|
|
|
|
|
|