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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
clanlib1 Cross-platform game SDK
1.0.0_10 devel Deleted on this many watch lists=0 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.0.0_10Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Older than expired and removed devel/clanlib
Expired This port expired on: 2021-12-31
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-10-02 10:07:01
Last Update: 2021-12-31 13:40:03
Commit Hash: 75b9550
License: ZLIB
WWW:
http://www.clanlib.org/
Description:
ClanLib delivers a platform independent interface to write games with. If a game is written with ClanLib, it should be possible to compile the game under any platform (supported by ClanLib, that is) without changes in the application source code. But ClanLib is not just a wrapper library, providing an common interface to low level libraries such as DirectX, Svgalib, X11, GGI, etc. While platform independency is ClanLib's primary goal, it also tries to be a service-minded game SDK. In other words, authors have put great effort in to designing the API, to ensure ClanLib's easy of use - while maintaining it's power. WWW: http://www.clanlib.org/
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 (357 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/clanlib1-1.0.0_10/catalog.mk
  3. /usr/local/share/licenses/clanlib1-1.0.0_10/LICENSE
  4. /usr/local/share/licenses/clanlib1-1.0.0_10/ZLIB
  5. include/ClanLib-1.0/ClanLib/Application/clanapp.h
  6. include/ClanLib-1.0/ClanLib/Core/IOData/cl_endian.h
  7. include/ClanLib-1.0/ClanLib/Core/IOData/datatypes.h
  8. include/ClanLib-1.0/ClanLib/Core/IOData/directory.h
  9. include/ClanLib-1.0/ClanLib/Core/IOData/directory_scanner.h
  10. include/ClanLib-1.0/ClanLib/Core/IOData/inputsource.h
  11. include/ClanLib-1.0/ClanLib/Core/IOData/inputsource_file.h
  12. include/ClanLib-1.0/ClanLib/Core/IOData/inputsource_memory.h
  13. include/ClanLib-1.0/ClanLib/Core/IOData/inputsource_provider.h
  14. include/ClanLib-1.0/ClanLib/Core/IOData/inputsource_provider_file.h
  15. include/ClanLib-1.0/ClanLib/Core/IOData/inputsource_zipped.h
  16. include/ClanLib-1.0/ClanLib/Core/IOData/outputsource.h
  17. include/ClanLib-1.0/ClanLib/Core/IOData/outputsource_file.h
  18. include/ClanLib-1.0/ClanLib/Core/IOData/outputsource_memory.h
  19. include/ClanLib-1.0/ClanLib/Core/IOData/outputsource_provider.h
  20. include/ClanLib-1.0/ClanLib/Core/IOData/outputsource_zipped.h
  21. include/ClanLib-1.0/ClanLib/Core/IOData/zip_archive.h
  22. include/ClanLib-1.0/ClanLib/Core/IOData/zip_file_entry.h
  23. include/ClanLib-1.0/ClanLib/Core/Math/circle.h
  24. include/ClanLib-1.0/ClanLib/Core/Math/cl_vector.h
  25. include/ClanLib-1.0/ClanLib/Core/Math/delauney_triangulator.h
  26. include/ClanLib-1.0/ClanLib/Core/Math/line_math.h
  27. include/ClanLib-1.0/ClanLib/Core/Math/math.h
  28. include/ClanLib-1.0/ClanLib/Core/Math/matrix4x4.h
  29. include/ClanLib-1.0/ClanLib/Core/Math/number_pool.h
  30. include/ClanLib-1.0/ClanLib/Core/Math/origin.h
  31. include/ClanLib-1.0/ClanLib/Core/Math/outline_triangulator.h
  32. include/ClanLib-1.0/ClanLib/Core/Math/point.h
  33. include/ClanLib-1.0/ClanLib/Core/Math/pointset_math.h
  34. include/ClanLib-1.0/ClanLib/Core/Math/quad.h
  35. include/ClanLib-1.0/ClanLib/Core/Math/rect.h
  36. include/ClanLib-1.0/ClanLib/Core/Math/size.h
  37. include/ClanLib-1.0/ClanLib/Core/Math/triangle_math.h
  38. include/ClanLib-1.0/ClanLib/Core/Math/vector2.h
  39. include/ClanLib-1.0/ClanLib/Core/Math/vector2.inl
  40. include/ClanLib-1.0/ClanLib/Core/Resources/resource.h
  41. include/ClanLib-1.0/ClanLib/Core/Resources/resource_manager.h
  42. include/ClanLib-1.0/ClanLib/Core/Resources/resourcedata.h
  43. include/ClanLib-1.0/ClanLib/Core/Resources/resourcetype_boolean.h
  44. include/ClanLib-1.0/ClanLib/Core/Resources/resourcetype_float.h
  45. include/ClanLib-1.0/ClanLib/Core/Resources/resourcetype_integer.h
  46. include/ClanLib-1.0/ClanLib/Core/Resources/resourcetype_raw.h
  47. include/ClanLib-1.0/ClanLib/Core/Resources/resourcetype_string.h
  48. include/ClanLib-1.0/ClanLib/Core/System/call_stack.h
  49. include/ClanLib-1.0/ClanLib/Core/System/cl_assert.h
  50. include/ClanLib-1.0/ClanLib/Core/System/cl_library.h
  51. include/ClanLib-1.0/ClanLib/Core/System/clanstring.h
  52. include/ClanLib-1.0/ClanLib/Core/System/clipboard.h
  53. include/ClanLib-1.0/ClanLib/Core/System/clonable.h
  54. include/ClanLib-1.0/ClanLib/Core/System/command_line.h
  55. include/ClanLib-1.0/ClanLib/Core/System/console_window.h
  56. include/ClanLib-1.0/ClanLib/Core/System/crash_reporter.h
  57. include/ClanLib-1.0/ClanLib/Core/System/error.h
  58. include/ClanLib-1.0/ClanLib/Core/System/event_listener.h
  59. include/ClanLib-1.0/ClanLib/Core/System/event_trigger.h
  60. include/ClanLib-1.0/ClanLib/Core/System/keep_alive.h
  61. include/ClanLib-1.0/ClanLib/Core/System/lazycopyptr.h
  62. include/ClanLib-1.0/ClanLib/Core/System/log.h
  63. include/ClanLib-1.0/ClanLib/Core/System/mutex.h
  64. include/ClanLib-1.0/ClanLib/Core/System/mutexsharedptr.h
  65. include/ClanLib-1.0/ClanLib/Core/System/mutexweakptr.h
  66. include/ClanLib-1.0/ClanLib/Core/System/owningptr.h
  67. include/ClanLib-1.0/ClanLib/Core/System/setupcore.h
  68. include/ClanLib-1.0/ClanLib/Core/System/sharedptr.h
  69. include/ClanLib-1.0/ClanLib/Core/System/system.h
  70. include/ClanLib-1.0/ClanLib/Core/System/thread.h
  71. include/ClanLib-1.0/ClanLib/Core/System/threadfunc_v0.h
  72. include/ClanLib-1.0/ClanLib/Core/System/threadfunc_v1.h
  73. include/ClanLib-1.0/ClanLib/Core/System/threadfunc_v2.h
  74. include/ClanLib-1.0/ClanLib/Core/System/timer.h
  75. include/ClanLib-1.0/ClanLib/Core/System/weakptr.h
  76. include/ClanLib-1.0/ClanLib/Core/XML/dom_attr.h
  77. include/ClanLib-1.0/ClanLib/Core/XML/dom_cdata_section.h
  78. include/ClanLib-1.0/ClanLib/Core/XML/dom_character_data.h
  79. include/ClanLib-1.0/ClanLib/Core/XML/dom_comment.h
  80. include/ClanLib-1.0/ClanLib/Core/XML/dom_document.h
  81. include/ClanLib-1.0/ClanLib/Core/XML/dom_document_fragment.h
  82. include/ClanLib-1.0/ClanLib/Core/XML/dom_document_type.h
  83. include/ClanLib-1.0/ClanLib/Core/XML/dom_element.h
  84. include/ClanLib-1.0/ClanLib/Core/XML/dom_entity.h
  85. include/ClanLib-1.0/ClanLib/Core/XML/dom_entity_reference.h
  86. include/ClanLib-1.0/ClanLib/Core/XML/dom_exception.h
  87. include/ClanLib-1.0/ClanLib/Core/XML/dom_implementation.h
  88. include/ClanLib-1.0/ClanLib/Core/XML/dom_named_node_map.h
  89. include/ClanLib-1.0/ClanLib/Core/XML/dom_node.h
  90. include/ClanLib-1.0/ClanLib/Core/XML/dom_node_list.h
  91. include/ClanLib-1.0/ClanLib/Core/XML/dom_notation.h
  92. include/ClanLib-1.0/ClanLib/Core/XML/dom_processing_instruction.h
  93. include/ClanLib-1.0/ClanLib/Core/XML/dom_text.h
  94. include/ClanLib-1.0/ClanLib/Core/XML/xml_token.h
  95. include/ClanLib-1.0/ClanLib/Core/XML/xml_tokenizer.h
  96. include/ClanLib-1.0/ClanLib/Core/XML/xml_writer.h
  97. include/ClanLib-1.0/ClanLib/Core/core_iostream.h
  98. include/ClanLib-1.0/ClanLib/Display/Collision/collision_outline.h
  99. include/ClanLib-1.0/ClanLib/Display/Collision/contour.h
  100. include/ClanLib-1.0/ClanLib/Display/Collision/outline_accuracy.h
  101. include/ClanLib-1.0/ClanLib/Display/Collision/outline_circle.h
  102. include/ClanLib-1.0/ClanLib/Display/Collision/outline_math.h
  103. include/ClanLib-1.0/ClanLib/Display/Collision/outline_provider.h
  104. include/ClanLib-1.0/ClanLib/Display/Collision/outline_provider_bitmap.h
  105. include/ClanLib-1.0/ClanLib/Display/Collision/outline_provider_file.h
  106. include/ClanLib-1.0/ClanLib/Display/Providers/bmp_provider.h
  107. include/ClanLib-1.0/ClanLib/Display/Providers/dc_buffer.h
  108. include/ClanLib-1.0/ClanLib/Display/Providers/jpeg_provider.h
  109. include/ClanLib-1.0/ClanLib/Display/Providers/pcx_provider.h
  110. include/ClanLib-1.0/ClanLib/Display/Providers/png_provider.h
  111. include/ClanLib-1.0/ClanLib/Display/Providers/provider_factory.h
  112. include/ClanLib-1.0/ClanLib/Display/Providers/provider_type.h
  113. include/ClanLib-1.0/ClanLib/Display/Providers/provider_type_register.h
  114. include/ClanLib-1.0/ClanLib/Display/Providers/targa_provider.h
  115. include/ClanLib-1.0/ClanLib/Display/blend_func.h
  116. include/ClanLib-1.0/ClanLib/Display/canvas.h
  117. include/ClanLib-1.0/ClanLib/Display/color.h
  118. include/ClanLib-1.0/ClanLib/Display/display.h
  119. include/ClanLib-1.0/ClanLib/Display/display_iostream.h
  120. include/ClanLib-1.0/ClanLib/Display/display_mode.h
  121. include/ClanLib-1.0/ClanLib/Display/display_window.h
  122. include/ClanLib-1.0/ClanLib/Display/display_window_description.h
  123. include/ClanLib-1.0/ClanLib/Display/font.h
  124. include/ClanLib-1.0/ClanLib/Display/frameratecounter.h
  125. include/ClanLib-1.0/ClanLib/Display/glyph_buffer.h
  126. include/ClanLib-1.0/ClanLib/Display/gradient.h
  127. include/ClanLib-1.0/ClanLib/Display/graphic_context.h
  128. include/ClanLib-1.0/ClanLib/Display/input_buffer.h
  129. include/ClanLib-1.0/ClanLib/Display/input_button.h
  130. include/ClanLib-1.0/ClanLib/Display/input_context.h
  131. include/ClanLib-1.0/ClanLib/Display/input_device.h
  132. include/ClanLib-1.0/ClanLib/Display/input_event.h
  133. include/ClanLib-1.0/ClanLib/Display/joystick.h
  134. include/ClanLib-1.0/ClanLib/Display/key_binding.h
  135. include/ClanLib-1.0/ClanLib/Display/keyboard.h
  136. include/ClanLib-1.0/ClanLib/Display/keys.h
  137. include/ClanLib-1.0/ClanLib/Display/mouse.h
  138. include/ClanLib-1.0/ClanLib/Display/palette.h
  139. include/ClanLib-1.0/ClanLib/Display/pixel_buffer.h
  140. include/ClanLib-1.0/ClanLib/Display/pixel_format.h
  141. include/ClanLib-1.0/ClanLib/Display/pixel_format_type.h
  142. include/ClanLib-1.0/ClanLib/Display/rle_surface.h
  143. include/ClanLib-1.0/ClanLib/Display/setupdisplay.h
  144. include/ClanLib-1.0/ClanLib/Display/sprite.h
  145. include/ClanLib-1.0/ClanLib/Display/sprite_description.h
  146. include/ClanLib-1.0/ClanLib/Display/sprite_packer.h
  147. include/ClanLib-1.0/ClanLib/Display/stencil_func.h
  148. include/ClanLib-1.0/ClanLib/Display/surface.h
  149. include/ClanLib-1.0/ClanLib/Display/text_styler.h
  150. include/ClanLib-1.0/ClanLib/GL/light_source.h
  151. include/ClanLib-1.0/ClanLib/GL/opengl.h
  152. include/ClanLib-1.0/ClanLib/GL/opengl_state.h
  153. include/ClanLib-1.0/ClanLib/GL/opengl_state_data.h
  154. include/ClanLib-1.0/ClanLib/GL/opengl_surface.h
  155. include/ClanLib-1.0/ClanLib/GL/opengl_window.h
  156. include/ClanLib-1.0/ClanLib/GL/opengl_window_description.h
  157. include/ClanLib-1.0/ClanLib/GL/opengl_wrap.h
  158. include/ClanLib-1.0/ClanLib/GL/program_attribute.h
  159. include/ClanLib-1.0/ClanLib/GL/program_object.h
  160. include/ClanLib-1.0/ClanLib/GL/program_uniform.h
  161. include/ClanLib-1.0/ClanLib/GL/setupgl.h
  162. include/ClanLib-1.0/ClanLib/GL/shader_object.h
  163. include/ClanLib-1.0/ClanLib/GL/texture.h
  164. include/ClanLib-1.0/ClanLib/GL/viewpoint.h
  165. include/ClanLib-1.0/ClanLib/GUI/button.h
  166. include/ClanLib-1.0/ClanLib/GUI/checkbox.h
  167. include/ClanLib-1.0/ClanLib/GUI/component.h
  168. include/ClanLib-1.0/ClanLib/GUI/component_manager.h
  169. include/ClanLib-1.0/ClanLib/GUI/component_move_handler.h
  170. include/ClanLib-1.0/ClanLib/GUI/component_resize_handler.h
  171. include/ClanLib-1.0/ClanLib/GUI/component_style.h
  172. include/ClanLib-1.0/ClanLib/GUI/component_type.h
  173. include/ClanLib-1.0/ClanLib/GUI/deck.h
  174. include/ClanLib-1.0/ClanLib/GUI/filedialog.h
  175. include/ClanLib-1.0/ClanLib/GUI/frame.h
  176. include/ClanLib-1.0/ClanLib/GUI/gui_manager.h
  177. include/ClanLib-1.0/ClanLib/GUI/image.h
  178. include/ClanLib-1.0/ClanLib/GUI/inputbox.h
  179. include/ClanLib-1.0/ClanLib/GUI/inputbox_stylebase.h
  180. include/ClanLib-1.0/ClanLib/GUI/inputdialog.h
  181. include/ClanLib-1.0/ClanLib/GUI/label.h
  182. include/ClanLib-1.0/ClanLib/GUI/layout.h
  183. include/ClanLib-1.0/ClanLib/GUI/listbox.h
  184. include/ClanLib-1.0/ClanLib/GUI/listitem.h
  185. include/ClanLib-1.0/ClanLib/GUI/menu.h
  186. include/ClanLib-1.0/ClanLib/GUI/menu_item.h
  187. include/ClanLib-1.0/ClanLib/GUI/menu_node.h
  188. include/ClanLib-1.0/ClanLib/GUI/messagebox.h
  189. include/ClanLib-1.0/ClanLib/GUI/progressbar.h
  190. include/ClanLib-1.0/ClanLib/GUI/radiobutton.h
  191. include/ClanLib-1.0/ClanLib/GUI/radiogroup.h
  192. include/ClanLib-1.0/ClanLib/GUI/richedit.h
  193. include/ClanLib-1.0/ClanLib/GUI/richedit_paragraph.h
  194. include/ClanLib-1.0/ClanLib/GUI/scrollbar.h
  195. include/ClanLib-1.0/ClanLib/GUI/setupgui.h
  196. include/ClanLib-1.0/ClanLib/GUI/stylemanager.h
  197. include/ClanLib-1.0/ClanLib/GUI/treeitem.h
  198. include/ClanLib-1.0/ClanLib/GUI/treenode.h
  199. include/ClanLib-1.0/ClanLib/GUI/treeview.h
  200. include/ClanLib-1.0/ClanLib/GUI/window.h
  201. include/ClanLib-1.0/ClanLib/GUIStyleSilver/button_silver.h
  202. include/ClanLib-1.0/ClanLib/GUIStyleSilver/checkbox_silver.h
  203. include/ClanLib-1.0/ClanLib/GUIStyleSilver/frame_silver.h
  204. include/ClanLib-1.0/ClanLib/GUIStyleSilver/image_silver.h
  205. include/ClanLib-1.0/ClanLib/GUIStyleSilver/inputbox_silver.h
  206. include/ClanLib-1.0/ClanLib/GUIStyleSilver/label_silver.h
  207. include/ClanLib-1.0/ClanLib/GUIStyleSilver/listbox_silver.h
  208. include/ClanLib-1.0/ClanLib/GUIStyleSilver/menu_item_silver.h
  209. include/ClanLib-1.0/ClanLib/GUIStyleSilver/menu_node_silver.h
  210. include/ClanLib-1.0/ClanLib/GUIStyleSilver/menu_silver.h
  211. include/ClanLib-1.0/ClanLib/GUIStyleSilver/progressbar_silver.h
  212. include/ClanLib-1.0/ClanLib/GUIStyleSilver/radiobutton_silver.h
  213. include/ClanLib-1.0/ClanLib/GUIStyleSilver/richedit_silver.h
  214. include/ClanLib-1.0/ClanLib/GUIStyleSilver/scrollbar_silver.h
  215. include/ClanLib-1.0/ClanLib/GUIStyleSilver/stylemanager_silver.h
  216. include/ClanLib-1.0/ClanLib/GUIStyleSilver/treeitem_silver.h
  217. include/ClanLib-1.0/ClanLib/GUIStyleSilver/treeview_silver.h
  218. include/ClanLib-1.0/ClanLib/GUIStyleSilver/window_silver.h
  219. include/ClanLib-1.0/ClanLib/MikMod/setupmikmod.h
  220. include/ClanLib-1.0/ClanLib/MikMod/soundprovider_mikmod.h
  221. include/ClanLib-1.0/ClanLib/Network/IRC/dcc_download.h
  222. include/ClanLib-1.0/ClanLib/Network/IRC/irc_connection.h
  223. include/ClanLib-1.0/ClanLib/Network/IRC/irc_numerics.h
  224. include/ClanLib-1.0/ClanLib/Network/NetObjects/netobject_client.h
  225. include/ClanLib-1.0/ClanLib/Network/NetObjects/netobject_controller.h
  226. include/ClanLib-1.0/ClanLib/Network/NetObjects/netobject_server.h
  227. include/ClanLib-1.0/ClanLib/Network/NetSession/inputsource_netpacket.h
  228. include/ClanLib-1.0/ClanLib/Network/NetSession/inputsource_netstream.h
  229. include/ClanLib-1.0/ClanLib/Network/NetSession/netcomputer.h
  230. include/ClanLib-1.0/ClanLib/Network/NetSession/netgroup.h
  231. include/ClanLib-1.0/ClanLib/Network/NetSession/netpacket.h
  232. include/ClanLib-1.0/ClanLib/Network/NetSession/netsession.h
  233. include/ClanLib-1.0/ClanLib/Network/NetSession/netstream.h
  234. include/ClanLib-1.0/ClanLib/Network/NetSession/outputsource_netpacket.h
  235. include/ClanLib-1.0/ClanLib/Network/NetSession/outputsource_netstream.h
  236. include/ClanLib-1.0/ClanLib/Network/NetVariables/netvariables.h
  237. include/ClanLib-1.0/ClanLib/Network/Socket/inputsource_socket.h
  238. include/ClanLib-1.0/ClanLib/Network/Socket/ip_address.h
  239. include/ClanLib-1.0/ClanLib/Network/Socket/outputsource_socket.h
  240. include/ClanLib-1.0/ClanLib/Network/Socket/socket.h
  241. include/ClanLib-1.0/ClanLib/Network/setupnetwork.h
  242. include/ClanLib-1.0/ClanLib/SDL/setupsdl.h
  243. include/ClanLib-1.0/ClanLib/Signals/signal.h
  244. include/ClanLib-1.0/ClanLib/Signals/signal_v0.h
  245. include/ClanLib-1.0/ClanLib/Signals/signal_v1.h
  246. include/ClanLib-1.0/ClanLib/Signals/signal_v2.h
  247. include/ClanLib-1.0/ClanLib/Signals/signal_v3.h
  248. include/ClanLib-1.0/ClanLib/Signals/signal_v4.h
  249. include/ClanLib-1.0/ClanLib/Signals/signal_v5.h
  250. include/ClanLib-1.0/ClanLib/Signals/slot.h
  251. include/ClanLib-1.0/ClanLib/Signals/slot_container.h
  252. include/ClanLib-1.0/ClanLib/Signals/slot_generic.h
  253. include/ClanLib-1.0/ClanLib/Signals/slot_v0.h
  254. include/ClanLib-1.0/ClanLib/Signals/slot_v1.h
  255. include/ClanLib-1.0/ClanLib/Signals/slot_v2.h
  256. include/ClanLib-1.0/ClanLib/Signals/slot_v3.h
  257. include/ClanLib-1.0/ClanLib/Signals/slot_v4.h
  258. include/ClanLib-1.0/ClanLib/Signals/slot_v5.h
  259. include/ClanLib-1.0/ClanLib/Signals/slotbuffer_v0.h
  260. include/ClanLib-1.0/ClanLib/Signals/slotbuffer_v1.h
  261. include/ClanLib-1.0/ClanLib/Sound/SoundFilters/echofilter.h
  262. include/ClanLib-1.0/ClanLib/Sound/SoundFilters/fadefilter.h
  263. include/ClanLib-1.0/ClanLib/Sound/SoundFilters/inverse_echofilter.h
  264. include/ClanLib-1.0/ClanLib/Sound/SoundProviders/soundprovider_factory.h
  265. include/ClanLib-1.0/ClanLib/Sound/SoundProviders/soundprovider_raw.h
  266. include/ClanLib-1.0/ClanLib/Sound/SoundProviders/soundprovider_recorder.h
  267. include/ClanLib-1.0/ClanLib/Sound/SoundProviders/soundprovider_type.h
  268. include/ClanLib-1.0/ClanLib/Sound/SoundProviders/soundprovider_type_register.h
  269. include/ClanLib-1.0/ClanLib/Sound/SoundProviders/soundprovider_wave.h
  270. include/ClanLib-1.0/ClanLib/Sound/cd_drive.h
  271. include/ClanLib-1.0/ClanLib/Sound/setupsound.h
  272. include/ClanLib-1.0/ClanLib/Sound/sound.h
  273. include/ClanLib-1.0/ClanLib/Sound/soundbuffer.h
  274. include/ClanLib-1.0/ClanLib/Sound/soundbuffer_session.h
  275. include/ClanLib-1.0/ClanLib/Sound/soundfilter.h
  276. include/ClanLib-1.0/ClanLib/Sound/soundformat.h
  277. include/ClanLib-1.0/ClanLib/Sound/soundoutput.h
  278. include/ClanLib-1.0/ClanLib/Sound/soundoutput_description.h
  279. include/ClanLib-1.0/ClanLib/Sound/soundprovider.h
  280. include/ClanLib-1.0/ClanLib/Sound/soundprovider_session.h
  281. include/ClanLib-1.0/ClanLib/Vorbis/setupvorbis.h
  282. include/ClanLib-1.0/ClanLib/Vorbis/soundprovider_vorbis.h
  283. include/ClanLib-1.0/ClanLib/application.h
  284. include/ClanLib-1.0/ClanLib/core.h
  285. include/ClanLib-1.0/ClanLib/display.h
  286. include/ClanLib-1.0/ClanLib/gl.h
  287. include/ClanLib-1.0/ClanLib/gui.h
  288. include/ClanLib-1.0/ClanLib/guistylesilver.h
  289. include/ClanLib-1.0/ClanLib/mikmod.h
  290. include/ClanLib-1.0/ClanLib/network.h
  291. include/ClanLib-1.0/ClanLib/sdl.h
  292. include/ClanLib-1.0/ClanLib/signals.h
  293. include/ClanLib-1.0/ClanLib/sound.h
  294. include/ClanLib-1.0/ClanLib/vorbis.h
  295. lib/libclanApp.a
  296. lib/libclanApp.so
  297. lib/libclanApp.so.1
  298. lib/libclanApp.so.1.0.0
  299. lib/libclanCore.a
  300. lib/libclanCore.so
  301. lib/libclanCore.so.1
  302. lib/libclanCore.so.1.0.0
  303. lib/libclanDisplay.a
  304. lib/libclanDisplay.so
  305. lib/libclanDisplay.so.1
  306. lib/libclanDisplay.so.1.0.0
  307. lib/libclanGL.a
  308. lib/libclanGL.so
  309. lib/libclanGL.so.1
  310. lib/libclanGL.so.1.0.0
  311. lib/libclanGUI.a
  312. lib/libclanGUI.so
  313. lib/libclanGUI.so.1
  314. lib/libclanGUI.so.1.0.0
  315. lib/libclanGUIStyleSilver.a
  316. lib/libclanGUIStyleSilver.so
  317. lib/libclanGUIStyleSilver.so.1
  318. lib/libclanGUIStyleSilver.so.1.0.0
  319. lib/libclanMikMod.a
  320. lib/libclanMikMod.so
  321. lib/libclanMikMod.so.1
  322. lib/libclanMikMod.so.1.0.0
  323. lib/libclanNetwork.a
  324. lib/libclanNetwork.so
  325. lib/libclanNetwork.so.1
  326. lib/libclanNetwork.so.1.0.0
  327. lib/libclanSDL.a
  328. lib/libclanSDL.so
  329. lib/libclanSDL.so.1
  330. lib/libclanSDL.so.1.0.0
  331. lib/libclanSignals.a
  332. lib/libclanSignals.so
  333. lib/libclanSignals.so.1
  334. lib/libclanSignals.so.1.0.0
  335. lib/libclanSound.a
  336. lib/libclanSound.so
  337. lib/libclanSound.so.1
  338. lib/libclanSound.so.1.0.0
  339. lib/libclanVorbis.a
  340. lib/libclanVorbis.so
  341. lib/libclanVorbis.so.1
  342. lib/libclanVorbis.so.1.0.0
  343. libdata/pkgconfig/clanApp-1.0.pc
  344. libdata/pkgconfig/clanCore-1.0.pc
  345. libdata/pkgconfig/clanDisplay-1.0.pc
  346. libdata/pkgconfig/clanGL-1.0.pc
  347. libdata/pkgconfig/clanGUI-1.0.pc
  348. libdata/pkgconfig/clanGUIStyleSilver-1.0.pc
  349. libdata/pkgconfig/clanMikMod-1.0.pc
  350. libdata/pkgconfig/clanNetwork-1.0.pc
  351. libdata/pkgconfig/clanSDL-1.0.pc
  352. libdata/pkgconfig/clanSignals-1.0.pc
  353. libdata/pkgconfig/clanSound-1.0.pc
  354. libdata/pkgconfig/clanVorbis-1.0.pc
  355. @owner
  356. @group
  357. @mode
Collapse this list.
Dependency lines:
  • clanlib1>0:devel/clanlib1
No installation instructions:
This port has been deleted.
PKGNAME: clanlib1
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (ClanLib-1.0.0.tgz) = 2a296c30be30b42866666a2d43815c78345c7d78ef2126e2dc1694405dfd67f9 SIZE (ClanLib-1.0.0.tgz) = 7535910

Packages (timestamps in pop-ups are UTC):
clanlib1
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.0.0_9---1.0.0_9-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. pkgconf>=1.3.0_1 : devel/pkgconf
  3. sdl-config : devel/sdl12
  4. xorgproto>=0 : x11/xorgproto
  5. xorgproto>=0 : x11/xorgproto
  6. x11.pc : x11/libX11
  7. xi.pc : x11/libXi
  8. xxf86vm.pc : x11/libXxf86vm
Runtime dependencies:
  1. x11.pc : x11/libX11
  2. xi.pc : x11/libXi
  3. xxf86vm.pc : x11/libXxf86vm
Library dependencies:
  1. libpng.so : graphics/png
  2. libmikmod.so : audio/libmikmod
  3. libvorbis.so : audio/libvorbis
  4. libogg.so : audio/libogg
  5. libGL.so : graphics/libglvnd
  6. libGLU.so : graphics/libGLU
  7. libjpeg.so : graphics/jpeg-turbo
  8. libSDL_gfx.so : graphics/sdl_gfx
  9. libSDL.so : devel/sdl12
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Libraries

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. games/openalchemist*
  2. games/trophy*
  3. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
devel_clanlib1
USES:
alias cpe gl gmake jpeg libtool localbase:ldflags pathfix pkgconfig sdl tar:tgz xorg xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.clanlib.org/download/releases-1.0/
Collapse this list.
Port Moves
  • port deleted on 2021-12-31
    REASON: Has expired: Older than expired and removed devel/clanlib

Number of commits found: 41

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.0_10
31 Dec 2021 13:40:03
commit hash: 75b955057c8e0c7cf9f47d4070802312e8427d34commit hash: 75b955057c8e0c7cf9f47d4070802312e8427d34commit hash: 75b955057c8e0c7cf9f47d4070802312e8427d34commit hash: 75b955057c8e0c7cf9f47d4070802312e8427d34 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2021-10-31 devel/sdl_sge: Upstream no longer maintained
2021-12-31 net/appkonference: Outdated, depends on unsupported version of
net/asterisk
2021-12-31 dns/bind911: End of life, please migrate to a newer version of BIND9
2021-12-31 net/zebra: Abandoned upstream, last release in 2005. Consider
migrating to net/frr7 or net/bird2
2021-12-31 audio/osalp: Abandoned upstream, listed as beta and no new release
since 2008
2021-12-31 games/stransball2: Depends on expired devel/sdl_sge
2021-12-31 devel/rubygem-ruby-sdl-ffi: Depends on expired devel/sdl_sge
2021-12-31 devel/rubygem-rubygame: Depends on expired devel/sdl_sge
2021-12-31 devel/ruby-sdl: Depends on expired devel/sdl_sge
2021-12-31 games/magicmaze: Depends on expired devel/sdl_sge
2021-12-31 games/trophy: Depends on expired devel/clanlib1
2021-12-31 devel/clanlib1: Older than expired and removed devel/clanlib
2021-12-31 www/py-django31: Upgrade to Django 3.2+. Mainstream support ended
(April 6, 2021). Extended support ends December 2021. See
https://www.djangoproject.com/download/
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.0_10
31 Oct 2021 10:03:17
commit hash: fec2b8bef2fc04a0edddc61e8d3eb7065794fa2acommit hash: fec2b8bef2fc04a0edddc61e8d3eb7065794fa2acommit hash: fec2b8bef2fc04a0edddc61e8d3eb7065794fa2acommit hash: fec2b8bef2fc04a0edddc61e8d3eb7065794fa2a files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: schedule devel/clanlib1 for removal on 2021-12-31

It is older than devel/clanlib which expired today (1.0.0 vs 2.3.7)
1.0.0_10
02 Sep 2021 15:18:50
commit hash: f0418a281e305aea8c9456e975ff60eb197292e7commit hash: f0418a281e305aea8c9456e975ff60eb197292e7commit hash: f0418a281e305aea8c9456e975ff60eb197292e7commit hash: f0418a281e305aea8c9456e975ff60eb197292e7 files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
devel/clanlib1: Add CPE information

Approved by:    portmgr (blanket)
1.0.0_10
22 Jun 2021 18:53:08
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 files touched by this commit
Kevin Bowling (kbowling) search for other commits by this committer
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
1.0.0_9
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0.0_9
08 Nov 2019 11:39:00
Revision:517048Original commit files touched by this commit
tobik search for other commits by this committer
devel: Add missing USES={gl,gnome,php,sdl}
1.0.0_9
04 Nov 2019 22:20:31
Revision:516748Original commit files touched by this commit
zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories d

Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
1.0.0_9
30 Jan 2019 12:36:36
Revision:491625Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update sdl_gfx to 2.0.26, bump dependent ports due to shared library version
change
1.0.0_8
28 Oct 2018 10:28:46
Revision:483262Original commit files touched by this commit
linimon search for other commits by this committer
Fix build on GCC-based architectures.

PR:		232454
Submitted by:	Piotr Kubaj
1.0.0_8
06 Jul 2018 12:08:00
Revision:474008Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix build with clang 6
1.0.0_8
09 Jun 2018 16:07:11
Revision:472057Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Add missing depends
- Regenerate patches
- Revision will be bumped along with other ports for sdl_gfx update
1.0.0_8
26 Jul 2017 17:02:09
Revision:446664Original commit files touched by this commit
jbeich search for other commits by this committer
devel/clanlib{1,22}: convert to USES=localbase
1.0.0_8
23 May 2017 05:03:16
Revision:441503Original commit files touched by this commit
rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
1.0.0_7
22 Feb 2017 16:49:48
Revision:434596Original commit files touched by this commit
bapt search for other commits by this committer
Readd gmake

After an analysis with diffoscope some files were not generated as
expected
1.0.0_7
22 Feb 2017 15:02:18
Revision:434587Original commit files touched by this commit
bapt search for other commits by this committer
Drop useless dependency on gmake (bmake build those fine)
1.0.0_7
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
1.0.0_7
21 Sep 2015 15:48:21
Revision:397510Original commit files touched by this commit
marino search for other commits by this committer
devel/clanlib1: Add USES=alias and pet portlint
1.0.0_7
23 Jun 2015 14:12:14
Revision:390406Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Strip libraries
1.0.0_6
22 Jun 2015 18:33:22
Revision:390310Original commit files touched by this commit
antoine search for other commits by this committer
Convert to USES=jpeg
1.0.0_6
25 Dec 2014 20:54:43
Revision:375598Original commit files touched by this commit
bapt search for other commits by this committer
Bump portrevision after png update
1.0.0_5
23 Dec 2014 23:17:20
Revision:375370Original commit files touched by this commit
bapt search for other commits by this committer
png public interface is enough to build those ports
1.0.0_5
08 Dec 2014 16:48:41
Revision:374303Original commit files touched by this commit
tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.0_4
27 Oct 2014 10:10:59
Revision:371544Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.0.0_4
10 Sep 2014 20:50:37
Revision:367888Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
1.0.0_3
29 Jul 2014 19:11:53
Revision:363374Original commit files touched by this commit
adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
1.0.0_3
01 Jun 2014 08:11:34
Revision:356061Original commit files touched by this commit
mva search for other commits by this committer
- Update graphics/sdl_gfx to version 2.0.25
- Bump PORTREVISION on ports depending on it, since the shlib version changed
1.0.0_2
02 May 2014 14:16:49
Revision:352815Original commit files touched by this commit
tijl search for other commits by this committer
Convert graphics/sdl_gfx to USES=libtool.  Also set USE_AUTOTOOLS because
upstream forgot to regenerate the build scripts.  This makes the build use
the correct version information and causes a library version bump.  Use
this opportunity to use USES=libtool instead of USES=libtool:oldver.
Bump PORTREVISION on all dependent ports and convert them to USES=libtool
where needed.  Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS
syntax here and there.

games/freedink-engine:
- Option helpers.
- Staging.
- Use dirrmtry for locale directories.

games/oolite:
- Staging.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.0_1
17 Apr 2014 15:03:56
Revision:351481Original commit files touched by this commit
swills search for other commits by this committer
- Chase libmikmod upgrade

Reported by:	makc
Pointyhat to:	swills
1.0.0
23 Jan 2014 00:26:48
Revision:340762Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
1.0.0
25 Nov 2013 00:03:39
Revision:334801Original commit files touched by this commit
linimon search for other commits by this committer
Reset maintainer at his request.

PR:	ports/184260
20 Sep 2013 17:03:27
Revision:327722Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
1.0.0
16 Sep 2013 11:30:07
Revision:327382Original commit files touched by this commit
bapt search for other commits by this committer
Fix build with libc++
While I'm here add PKGNAMESUFFIX to that pkg install clanlib won't try to
install of different clanglib.
Modernize LIB_DEPENDS
Remove now useless LATEST_LINK
Convert USE_GMAKE to USES=gmake
1.0.0
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
1.0.0
23 Apr 2013 10:13:20
Revision:316333Original commit files touched by this commit
bapt search for other commits by this committer
Convert devel to USES=pkgconfig
1.0.0
19 Mar 2013 13:04:31
Revision:314640Original commit files touched by this commit
eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
1.0.0
07 Mar 2013 03:25:11
Revision:313559Original commit files touched by this commit
bdrewery search for other commits by this committer
- Please welcome back Chris Petrik as maintainer of
  these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines

PR:		ports/175415 [1]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with:	bapt
1.0.0
14 Feb 2013 09:42:13
Revision:312209Original commit files touched by this commit
gahr search for other commits by this committer
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)

Approved by:	portmgr
1.0.0
10 Dec 2012 01:20:17
Revision:308576Original commit files touched by this commit
eadler search for other commits by this committer
Revert Chris Petrik's ports to the pool.  Thank you for all your work so far,
and should you desire to return just let us know.

PR:		ports/174309
Submitted by:	Chris Petrik
1.0.0
15 Oct 2012 19:51:35
Revision:305934Original commit files touched by this commit
beat search for other commits by this committer
- Remove LICENSE_GROUPS, LICENSE_NAME and LICENSE_PERMS as the ZLIB license
  is defined in bsd.licenses.db.mk now.

Submitted by:	maintainer
Reported by:	pointyhat
Feature safe:	yes
1.0.0
04 Oct 2012 18:21:33
Revision:305273Original commit files touched by this commit
jhale search for other commits by this committer
- Fix LICENSE_GROUPS, the ZLIB license is GPL compatilble but does not comply
  with the Copyfree Standard Definition

Approved by:	makc (mentor), maintainer (implicit)
1.0.0
02 Oct 2012 10:06:27
Revision:305153Original commit files touched by this commit
jhale search for other commits by this committer
- Repocopy devel/clanlib -> devel/clanlib1
- Update to 1.0.0

PR:		ports/171333
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Approved by:	makc (mentor)

Number of commits found: 41