notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
svgpp C++ header-only parsers for various SVG syntaxes
1.3.1 graphics on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.3.1Version of this port present on the latest quarterly branch.
Maintainer: danfe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-06-09 06:27:03
Last Update: 2024-06-09 06:25:00
Commit Hash: 187b969
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: BSL
WWW:
http://svgpp.org/
Description:
SVG++ library can be thought of as a framework, containing parsers for various SVG syntaxes, adapters that simplify handling of parsed data, and a lot of other utilities and helpers for the most common tasks.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (198 items)
Collapse this list.
  1. /usr/local/share/licenses/svgpp-1.3.1/catalog.mk
  2. /usr/local/share/licenses/svgpp-1.3.1/LICENSE
  3. /usr/local/share/licenses/svgpp-1.3.1/BSL
  4. include/exboost/README.md
  5. include/exboost/parameter.hpp
  6. include/exboost/parameter/aux_/arg_list.hpp
  7. include/exboost/parameter/aux_/cast.hpp
  8. include/exboost/parameter/aux_/default.hpp
  9. include/exboost/parameter/aux_/is_maybe.hpp
  10. include/exboost/parameter/aux_/maybe.hpp
  11. include/exboost/parameter/aux_/overloads.hpp
  12. include/exboost/parameter/aux_/parameter_requirements.hpp
  13. include/exboost/parameter/aux_/parenthesized_type.hpp
  14. include/exboost/parameter/aux_/preprocessor/flatten.hpp
  15. include/exboost/parameter/aux_/preprocessor/for_each.hpp
  16. include/exboost/parameter/aux_/python/invoker.hpp
  17. include/exboost/parameter/aux_/python/invoker_iterate.hpp
  18. include/exboost/parameter/aux_/result_of0.hpp
  19. include/exboost/parameter/aux_/set.hpp
  20. include/exboost/parameter/aux_/tag.hpp
  21. include/exboost/parameter/aux_/tagged_argument.hpp
  22. include/exboost/parameter/aux_/template_keyword.hpp
  23. include/exboost/parameter/aux_/unwrap_cv_reference.hpp
  24. include/exboost/parameter/aux_/void.hpp
  25. include/exboost/parameter/aux_/yesno.hpp
  26. include/exboost/parameter/binding.hpp
  27. include/exboost/parameter/config.hpp
  28. include/exboost/parameter/keyword.hpp
  29. include/exboost/parameter/macros.hpp
  30. include/exboost/parameter/match.hpp
  31. include/exboost/parameter/name.hpp
  32. include/exboost/parameter/parameters.hpp
  33. include/exboost/parameter/preprocessor.hpp
  34. include/exboost/parameter/python.hpp
  35. include/exboost/parameter/value_type.hpp
  36. include/svgpp/adapter/basic_shapes.hpp
  37. include/svgpp/adapter/circle.hpp
  38. include/svgpp/adapter/ellipse.hpp
  39. include/svgpp/adapter/line.hpp
  40. include/svgpp/adapter/list_of_points.hpp
  41. include/svgpp/adapter/marker_viewport.hpp
  42. include/svgpp/adapter/path.hpp
  43. include/svgpp/adapter/path_markers.hpp
  44. include/svgpp/adapter/rect.hpp
  45. include/svgpp/adapter/transform.hpp
  46. include/svgpp/adapter/viewport.hpp
  47. include/svgpp/attribute_dispatcher.hpp
  48. include/svgpp/attribute_traversal/attribute_traversal.hpp
  49. include/svgpp/attribute_traversal/common.hpp
  50. include/svgpp/attribute_traversal/prioritized.hpp
  51. include/svgpp/attribute_traversal/sequential.hpp
  52. include/svgpp/config.hpp
  53. include/svgpp/definitions.hpp
  54. include/svgpp/detail/adapt_context.hpp
  55. include/svgpp/detail/attribute_id.hpp
  56. include/svgpp/detail/attribute_id_to_tag.hpp
  57. include/svgpp/detail/attribute_name.hpp
  58. include/svgpp/detail/attribute_name_to_id.hpp
  59. include/svgpp/detail/dict/enumerate_all_attributes.inc
  60. include/svgpp/detail/dict/enumerate_all_elements.inc
  61. include/svgpp/detail/dict/enumerate_animation_addition_attributes.inc
  62. include/svgpp/detail/dict/enumerate_animation_attribute_target_attributes.inc
  63. include/svgpp/detail/dict/enumerate_animation_event_attributes.inc
  64. include/svgpp/detail/dict/enumerate_animation_timing_attributes.inc
  65. include/svgpp/detail/dict/enumerate_animation_value_attributes.inc
  66. include/svgpp/detail/dict/enumerate_colors.inc
  67. include/svgpp/detail/dict/enumerate_conditional_processing_attributes.inc
  68. include/svgpp/detail/dict/enumerate_core_attributes.inc
  69. include/svgpp/detail/dict/enumerate_document_event_attributes.inc
  70. include/svgpp/detail/dict/enumerate_filter_primitive_attributes.inc
  71. include/svgpp/detail/dict/enumerate_graphical_event_attributes.inc
  72. include/svgpp/detail/dict/enumerate_literal_enumeration_attributes.inc
  73. include/svgpp/detail/dict/enumerate_literal_values.inc
  74. include/svgpp/detail/dict/enumerate_presentation_attributes.inc
  75. include/svgpp/detail/dict/enumerate_transfer_function_element_attributes.inc
  76. include/svgpp/detail/dict/enumerate_xlink_attributes.inc
  77. include/svgpp/detail/element_id_to_tag.hpp
  78. include/svgpp/detail/element_type_id.hpp
  79. include/svgpp/detail/literal_char_types.hpp
  80. include/svgpp/detail/literal_values_dictionary.hpp
  81. include/svgpp/detail/names_dictionary.hpp
  82. include/svgpp/detail/namespace.hpp
  83. include/svgpp/detail/required_attributes_check.hpp
  84. include/svgpp/document_traversal.hpp
  85. include/svgpp/factory/angle.hpp
  86. include/svgpp/factory/color.hpp
  87. include/svgpp/factory/context.hpp
  88. include/svgpp/factory/icc_color_stub.hpp
  89. include/svgpp/factory/integer_color.hpp
  90. include/svgpp/factory/unitless_angle.hpp
  91. include/svgpp/factory/unitless_length.hpp
  92. include/svgpp/number_type.hpp
  93. include/svgpp/parser/angle.hpp
  94. include/svgpp/parser/animation.hpp
  95. include/svgpp/parser/color.hpp
  96. include/svgpp/parser/css_style_iterator.hpp
  97. include/svgpp/parser/detail/common.hpp
  98. include/svgpp/parser/detail/finite_function_iterator.hpp
  99. include/svgpp/parser/detail/parse_list_iterator.hpp
  100. include/svgpp/parser/detail/pass_iri_value.hpp
  101. include/svgpp/parser/detail/value_parser_parameters.hpp
  102. include/svgpp/parser/external_function/parse_all_impl.hpp
  103. include/svgpp/parser/external_function/parse_color.hpp
  104. include/svgpp/parser/external_function/parse_color_impl.hpp
  105. include/svgpp/parser/external_function/parse_length.hpp
  106. include/svgpp/parser/external_function/parse_length_impl.hpp
  107. include/svgpp/parser/external_function/parse_misc.hpp
  108. include/svgpp/parser/external_function/parse_misc_impl.hpp
  109. include/svgpp/parser/external_function/parse_paint.hpp
  110. include/svgpp/parser/external_function/parse_paint_impl.hpp
  111. include/svgpp/parser/external_function/parse_path_data.hpp
  112. include/svgpp/parser/external_function/parse_path_data_impl.hpp
  113. include/svgpp/parser/external_function/parse_preserveAspectRatio.hpp
  114. include/svgpp/parser/external_function/parse_preserveAspectRatio_impl.hpp
  115. include/svgpp/parser/external_function/parse_transform.hpp
  116. include/svgpp/parser/external_function/parse_transform_impl.hpp
  117. include/svgpp/parser/external_function/path_events_interface_proxy.hpp
  118. include/svgpp/parser/external_function/transform_events_interface_proxy.hpp
  119. include/svgpp/parser/grammar/angle.hpp
  120. include/svgpp/parser/grammar/clock_value.hpp
  121. include/svgpp/parser/grammar/color.hpp
  122. include/svgpp/parser/grammar/color_optional_icc_color.hpp
  123. include/svgpp/parser/grammar/coordinate_pair.hpp
  124. include/svgpp/parser/grammar/icc_color.hpp
  125. include/svgpp/parser/grammar/iri.hpp
  126. include/svgpp/parser/grammar/length.hpp
  127. include/svgpp/parser/grammar/path_data.hpp
  128. include/svgpp/parser/grammar/preserveAspectRatio.hpp
  129. include/svgpp/parser/grammar/transform.hpp
  130. include/svgpp/parser/grammar/urange.hpp
  131. include/svgpp/parser/iri.hpp
  132. include/svgpp/parser/length.hpp
  133. include/svgpp/parser/list_of_points.hpp
  134. include/svgpp/parser/literal_enumeration.hpp
  135. include/svgpp/parser/misc.hpp
  136. include/svgpp/parser/number.hpp
  137. include/svgpp/parser/paint.hpp
  138. include/svgpp/parser/path_data.hpp
  139. include/svgpp/parser/percentage_or_length.hpp
  140. include/svgpp/parser/string.hpp
  141. include/svgpp/parser/transform_list.hpp
  142. include/svgpp/parser/type_or_literal.hpp
  143. include/svgpp/parser/value_parser.hpp
  144. include/svgpp/parser/value_parser_fwd.hpp
  145. include/svgpp/policy/attribute_traversal.hpp
  146. include/svgpp/policy/basic_shapes.hpp
  147. include/svgpp/policy/basic_shapes_events.hpp
  148. include/svgpp/policy/detail/css_name_to_id.hpp
  149. include/svgpp/policy/detail/default_policies.hpp
  150. include/svgpp/policy/detail/load_path_splitter.hpp
  151. include/svgpp/policy/detail/path_events_splitter.hpp
  152. include/svgpp/policy/document_traversal_control.hpp
  153. include/svgpp/policy/error.hpp
  154. include/svgpp/policy/icc_color.hpp
  155. include/svgpp/policy/iri.hpp
  156. include/svgpp/policy/length.hpp
  157. include/svgpp/policy/marker_events.hpp
  158. include/svgpp/policy/markers.hpp
  159. include/svgpp/policy/notify.hpp
  160. include/svgpp/policy/path.hpp
  161. include/svgpp/policy/path_events.hpp
  162. include/svgpp/policy/text_events.hpp
  163. include/svgpp/policy/transform.hpp
  164. include/svgpp/policy/transform_events.hpp
  165. include/svgpp/policy/value_events.hpp
  166. include/svgpp/policy/viewport.hpp
  167. include/svgpp/policy/viewport_events.hpp
  168. include/svgpp/policy/xml/fwd.hpp
  169. include/svgpp/policy/xml/libxml2.hpp
  170. include/svgpp/policy/xml/msxml.hpp
  171. include/svgpp/policy/xml/rapidxml_ns.hpp
  172. include/svgpp/policy/xml/xerces.hpp
  173. include/svgpp/svgpp.hpp
  174. include/svgpp/template_parameters.hpp
  175. include/svgpp/traits/angle_units.hpp
  176. include/svgpp/traits/attribute_groups.hpp
  177. include/svgpp/traits/attribute_type.hpp
  178. include/svgpp/traits/child_element_types.hpp
  179. include/svgpp/traits/element_groups.hpp
  180. include/svgpp/traits/element_required_attributes.hpp
  181. include/svgpp/traits/element_with_text_content.hpp
  182. include/svgpp/traits/inherited_property.hpp
  183. include/svgpp/traits/length_dimension_by_attribute.hpp
  184. include/svgpp/traits/length_units.hpp
  185. include/svgpp/traits/literal_enumeration_values.hpp
  186. include/svgpp/traits/overflow_hidden_elements.hpp
  187. include/svgpp/utility/arc_endpoint_to_center.hpp
  188. include/svgpp/utility/arc_to_bezier.hpp
  189. include/svgpp/utility/boost_parameter_fixed.hpp
  190. include/svgpp/utility/calculate_viewbox_transform.hpp
  191. include/svgpp/utility/gil/blend.hpp
  192. include/svgpp/utility/gil/color_matrix.hpp
  193. include/svgpp/utility/gil/common.hpp
  194. include/svgpp/utility/gil/composite.hpp
  195. include/svgpp/utility/gil/mask.hpp
  196. @owner
  197. @group
  198. @mode
Collapse this list.
Dependency lines:
  • svgpp>0:graphics/svgpp
To install the port:
cd /usr/ports/graphics/svgpp/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/svgpp
  • pkg install svgpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: svgpp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1706012162 SHA256 (svgpp-svgpp-v1.3.1_GH0.tar.gz) = be8a89df72d01cf062cc9815dd64c9576b4d20910d6d7aee7f0ea26484dc5e76 SIZE (svgpp-svgpp-v1.3.1_GH0.tar.gz) = 3081722

Packages (timestamps in pop-ups are UTC):
svgpp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.3.11.3.1-1.3.11.3.1---
FreeBSD:13:quarterly1.3.11.3.1-1.3.11.3.1---
FreeBSD:14:latest1.3.11.3.1-1.3.11.3.1---
FreeBSD:14:quarterly1.3.11.3.1-1.3.11.3.1---
FreeBSD:15:latest1.3.11.3.1n/a1.3.1n/a---
This port has no dependencies.
This port is required by:
for Build
  1. cad/ifcopenshell

Configuration Options:
No options to configure
Options name:
graphics_svgpp
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/svgpp/svgpp/tar.gz/v1.3.1?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.1
09 Jun 2024 06:25:00
commit hash: 187b969b8f9f0ed850f0dc7eb8d08b6d961f1346commit hash: 187b969b8f9f0ed850f0dc7eb8d08b6d961f1346commit hash: 187b969b8f9f0ed850f0dc7eb8d08b6d961f1346commit hash: 187b969b8f9f0ed850f0dc7eb8d08b6d961f1346 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
graphics/svgpp: new port had been added (+)

SVG++ library can be thought of as a framework, containing parsers
for various SVG syntaxes, adapters that simplify handling of parsed
data, and other utilities and helpers for the most common tasks.

WWW: http://svgpp.org/

Number of commits found: 1