components/python/markdown/markdown-PYVER.p5m
author Jiri Sasek <Jiri.Sasek@Oracle.COM>
Wed, 27 Jan 2016 18:45:20 -0800
changeset 5398 f499dad29f21
parent 1948 2d1537e7942d
child 6410 3ae42b2b5dad
permissions -rw-r--r--
22662663 samba: Uprev to 4.1.22 22526544 problem in UTILITY/SAMBA 22526597 problem in UTILITY/SAMBA 22526577 problem in UTILITY/SAMBA
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1515
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    21
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    22
#
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1515
diff changeset
    23
# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
1515
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
set name=pkg.fmri \
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1515
diff changeset
    27
    value=pkg:/library/python/markdown-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
1515
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
set name=pkg.summary value="Python implementation of John Gruber's Markdown"
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=pkg.description \
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
    value="Markdown is an implementation of John Gruber's Markdown parser that follows the syntax rules and the behavior of the original (markdown.pl) implementation and which is suited to use in web server environments (such that it never raises an exception, never writes to standard output, etc.) It provides an Extension API which makes it possible to change and/or extend the behavior of the parser."
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
set name=com.oracle.info.description value="the Python Markdown implementation"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1890
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
1515
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=info.classification \
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
    value=org.opensolaris.category.2008:Development/Python
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=info.upstream value="Waylan Limberg <[email protected]>"
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.arc-caseid value=PSARC/2013/317
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
#
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
link path=usr/bin/markdown_py target=markdown_py-$(PYVER) mediator=python \
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
    mediator-version=$(PYVER)
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file path=usr/bin/markdown_py-$(PYVER)
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/Markdown-$(COMPONENT_VERSION)-py$(PYVER).egg-info
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/__init__.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/__main__.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/__version__.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/blockparser.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/blockprocessors.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/__init__.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/abbr.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/admonition.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/attr_list.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/codehilite.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/def_list.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/extra.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/fenced_code.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/footnotes.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/headerid.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/meta.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/nl2br.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/sane_lists.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/smart_strong.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/tables.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/toc.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/wikilinks.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/inlinepatterns.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/odict.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/postprocessors.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/preprocessors.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/serializers.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/treeprocessors.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/util.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
license markdown.license license="BSD, MIT"
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    76
# force a group dependency on the optional pygments; pkgdepend work is needed to
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    77
# flush this out.
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    78
depend type=group fmri=library/python/pygments-$(PYV)
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1515
diff changeset
    79
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1515
diff changeset
    80
# force the rename with an optional dependency on the old name
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1515
diff changeset
    81
depend type=optional \
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1515
diff changeset
    82
    fmri=library/python-2/markdown-$(PYV)@2.3.1,5.12-5.12.0.0.0.41.0
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    83
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    84
# force a dependency on the markdown package
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    85
depend type=require \
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    86
    fmri=library/python/markdown@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)