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
libpdel Packet Design multi-purpose C library for embedded applications
0.6.1_2 devel on this many watch lists=8 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 0.6.1_1Version of this port present on the latest quarterly branch.
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: 2002-08-21 01:19:01
Last Update: 2024-03-23 11:19:32
Commit Hash: d7511b9
People watching this port, also watch:: net-snmp, expat, pcre, postfix
Also Listed In: net www
License: PACKETDESIGN
Description:
The Packet Design Embedded Library (PDEL) is a C library containing an assorted collection of code useful for developing embedded applications: - C data structure run-time introspection library - Threaded HTTP client/server library with SSL and XML-RPC support - PPP library using netgraph(4) with PPTP and L2TP servers - Application configuration framework - Heap memory accounting and sanity checking - Generic template processing library - Routines to configure networking interfaces, ARP and routing tables - Logging library - Generic TCP server - Generic hash table implementation - Generic balanced tree implementation - Miscellaneous FILE * enhancements - Base-64 encoding/decoding - Events and actions with automated locking - Generalized per-thread variables - Message ports - Digital signature creation/verification - Filesystem mounting/unmounting - String quoting/parsing
cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (551 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libpdel-0.6.1_2/catalog.mk
  3. /usr/local/share/licenses/libpdel-0.6.1_2/LICENSE
  4. /usr/local/share/licenses/libpdel-0.6.1_2/PACKETDESIGN
  5. include/pdel/config/app_config.h
  6. include/pdel/http/http_defs.h
  7. include/pdel/http/http_server.h
  8. include/pdel/http/http_servlet.h
  9. include/pdel/http/servlet/basicauth.h
  10. include/pdel/http/servlet/cookieauth.h
  11. include/pdel/http/servlet/file.h
  12. include/pdel/http/servlet/redirect.h
  13. include/pdel/http/servlet/tmpl.h
  14. include/pdel/http/servlet/xml.h
  15. include/pdel/http/servlet/xmlrpc.h
  16. include/pdel/http/xml.h
  17. include/pdel/io/base64.h
  18. include/pdel/io/boundary_fp.h
  19. include/pdel/io/count_fp.h
  20. include/pdel/io/filter.h
  21. include/pdel/io/ssl_fp.h
  22. include/pdel/io/string_fp.h
  23. include/pdel/io/timeout_fp.h
  24. include/pdel/net/domain_server.h
  25. include/pdel/net/if_util.h
  26. include/pdel/net/route_msg.h
  27. include/pdel/net/tcp_server.h
  28. include/pdel/net/uroute.h
  29. include/pdel/pd_base.h
  30. include/pdel/pd_inet.h
  31. include/pdel/pd_io.h
  32. include/pdel/pd_mem.h
  33. include/pdel/pd_poll.h
  34. include/pdel/pd_port.h
  35. include/pdel/pd_regex.h
  36. include/pdel/pd_string.h
  37. include/pdel/pd_sys.h
  38. include/pdel/pd_syslog.h
  39. include/pdel/pd_thread.h
  40. include/pdel/pd_time.h
  41. include/pdel/ppp/ppp_auth.h
  42. include/pdel/ppp/ppp_auth_chap.h
  43. include/pdel/ppp/ppp_auth_radius.h
  44. include/pdel/ppp/ppp_bundle.h
  45. include/pdel/ppp/ppp_ccp.h
  46. include/pdel/ppp/ppp_engine.h
  47. include/pdel/ppp/ppp_ipcp.h
  48. include/pdel/ppp/ppp_l2tp_server.h
  49. include/pdel/ppp/ppp_lcp.h
  50. include/pdel/ppp/ppp_lib.h
  51. include/pdel/ppp/ppp_link.h
  52. include/pdel/ppp/ppp_log.h
  53. include/pdel/ppp/ppp_manager.h
  54. include/pdel/ppp/ppp_msoft.h
  55. include/pdel/ppp/ppp_pptp_server.h
  56. include/pdel/structs/structs.h
  57. include/pdel/structs/type/array.h
  58. include/pdel/structs/type/array_define.h
  59. include/pdel/structs/type/boolean.h
  60. include/pdel/structs/type/bpf.h
  61. include/pdel/structs/type/data.h
  62. include/pdel/structs/type/dnsname.h
  63. include/pdel/structs/type/ether.h
  64. include/pdel/structs/type/float.h
  65. include/pdel/structs/type/id.h
  66. include/pdel/structs/type/int.h
  67. include/pdel/structs/type/ip4.h
  68. include/pdel/structs/type/ip6.h
  69. include/pdel/structs/type/null.h
  70. include/pdel/structs/type/pointer.h
  71. include/pdel/structs/type/regex.h
  72. include/pdel/structs/type/string.h
  73. include/pdel/structs/type/struct.h
  74. include/pdel/structs/type/time.h
  75. include/pdel/structs/type/union.h
  76. include/pdel/structs/types.h
  77. include/pdel/structs/xml.h
  78. include/pdel/structs/xmlrpc.h
  79. include/pdel/sys/alog.h
  80. include/pdel/sys/fs_mount.h
  81. include/pdel/sys/logfile.h
  82. include/pdel/tmpl/tmpl.h
  83. include/pdel/util/ghash.h
  84. include/pdel/util/gtree.h
  85. include/pdel/util/mesg_port.h
  86. include/pdel/util/paction.h
  87. include/pdel/util/pevent.h
  88. include/pdel/util/rsa_util.h
  89. include/pdel/util/string_quote.h
  90. include/pdel/util/tinfo.h
  91. include/pdel/util/typed_mem.h
  92. include/pdel/version.h
  93. lib/libpdel.a
  94. lib/libpdel.so
  95. lib/libpdel.so.6
  96. share/man/man3/ASPRINTF.3.gz
  97. share/man/man3/BPF_STRUCTS_TYPE.3.gz
  98. share/man/man3/CALLOC.3.gz
  99. share/man/man3/DEFINE_STRUCTS_ARRAY.3.gz
  100. share/man/man3/DEFINE_STRUCTS_UNION.3.gz
  101. share/man/man3/FREE.3.gz
  102. share/man/man3/MALLOC.3.gz
  103. share/man/man3/REALLOC.3.gz
  104. share/man/man3/REALLOCF.3.gz
  105. share/man/man3/STRDUP.3.gz
  106. share/man/man3/STRUCTS_ARRAY_TYPE.3.gz
  107. share/man/man3/STRUCTS_DATA_TYPE.3.gz
  108. share/man/man3/STRUCTS_FIXEDARRAY_TYPE.3.gz
  109. share/man/man3/STRUCTS_FIXEDDATA_TYPE.3.gz
  110. share/man/man3/STRUCTS_FIXEDSTRING_TYPE.3.gz
  111. share/man/man3/STRUCTS_ID_TYPE.3.gz
  112. share/man/man3/STRUCTS_POINTER_TYPE.3.gz
  113. share/man/man3/STRUCTS_REGEX_TYPE.3.gz
  114. share/man/man3/STRUCTS_STRING_TYPE.3.gz
  115. share/man/man3/STRUCTS_STRUCT_FIELD.3.gz
  116. share/man/man3/STRUCTS_STRUCT_FIELD2.3.gz
  117. share/man/man3/STRUCTS_STRUCT_TYPE.3.gz
  118. share/man/man3/STRUCTS_UNION_FIELD.3.gz
  119. share/man/man3/STRUCTS_UNION_TYPE.3.gz
  120. share/man/man3/TINFO_INIT.3.gz
  121. share/man/man3/VASPRINTF.3.gz
  122. share/man/man3/alog.3.gz
  123. share/man/man3/alog_clear_history.3.gz
  124. share/man/man3/alog_configure.3.gz
  125. share/man/man3/alog_expand.3.gz
  126. share/man/man3/alog_facility.3.gz
  127. share/man/man3/alog_facility_name.3.gz
  128. share/man/man3/alog_get_history.3.gz
  129. share/man/man3/alog_set_channel.3.gz
  130. share/man/man3/alog_set_debug.3.gz
  131. share/man/man3/alog_severity.3.gz
  132. share/man/man3/alog_severity_name.3.gz
  133. share/man/man3/alog_shutdown.3.gz
  134. share/man/man3/app_config.3.gz
  135. share/man/man3/app_config_alog_subsystem.3.gz
  136. share/man/man3/app_config_copy.3.gz
  137. share/man/man3/app_config_curconf_subsystem.3.gz
  138. share/man/man3/app_config_directory_subsystem.3.gz
  139. share/man/man3/app_config_free.3.gz
  140. share/man/man3/app_config_get.3.gz
  141. share/man/man3/app_config_get_type.3.gz
  142. share/man/man3/app_config_init.3.gz
  143. share/man/man3/app_config_load.3.gz
  144. share/man/man3/app_config_new.3.gz
  145. share/man/man3/app_config_pidfile_subsystem.3.gz
  146. share/man/man3/app_config_reload.3.gz
  147. share/man/man3/app_config_set.3.gz
  148. share/man/man3/app_config_shutting_down.3.gz
  149. share/man/man3/app_config_uninit.3.gz
  150. share/man/man3/b64_decoder_create.3.gz
  151. share/man/man3/b64_encoder_create.3.gz
  152. share/man/man3/b64_rfc2045_charset.3.gz
  153. share/man/man3/base64.3.gz
  154. share/man/man3/boundary_fopen.3.gz
  155. share/man/man3/count_fopen.3.gz
  156. share/man/man3/domain_connection_get_cookie.3.gz
  157. share/man/man3/domain_connection_get_fd.3.gz
  158. share/man/man3/domain_connection_get_fp.3.gz
  159. share/man/man3/domain_connection_get_peer.3.gz
  160. share/man/man3/domain_connection_get_server.3.gz
  161. share/man/man3/domain_server.3.gz
  162. share/man/man3/domain_server_get_cookie.3.gz
  163. share/man/man3/domain_server_start.3.gz
  164. share/man/man3/domain_server_stop.3.gz
  165. share/man/man3/filter.3.gz
  166. share/man/man3/filter_convert.3.gz
  167. share/man/man3/filter_destroy.3.gz
  168. share/man/man3/filter_end.3.gz
  169. share/man/man3/filter_fopen.3.gz
  170. share/man/man3/filter_process.3.gz
  171. share/man/man3/filter_read.3.gz
  172. share/man/man3/filter_write.3.gz
  173. share/man/man3/fs_mount.3.gz
  174. share/man/man3/fs_unmount.3.gz
  175. share/man/man3/ghash.3.gz
  176. share/man/man3/ghash_arg.3.gz
  177. share/man/man3/ghash_create.3.gz
  178. share/man/man3/ghash_destroy.3.gz
  179. share/man/man3/ghash_dump.3.gz
  180. share/man/man3/ghash_get.3.gz
  181. share/man/man3/ghash_iter_create.3.gz
  182. share/man/man3/ghash_iter_destroy.3.gz
  183. share/man/man3/ghash_iter_has_next.3.gz
  184. share/man/man3/ghash_iter_next.3.gz
  185. share/man/man3/ghash_iter_remove.3.gz
  186. share/man/man3/ghash_put.3.gz
  187. share/man/man3/ghash_remove.3.gz
  188. share/man/man3/ghash_size.3.gz
  189. share/man/man3/ghash_walk_init.3.gz
  190. share/man/man3/ghash_walk_next.3.gz
  191. share/man/man3/gtree.3.gz
  192. share/man/man3/gtree_arg.3.gz
  193. share/man/man3/gtree_create.3.gz
  194. share/man/man3/gtree_destroy.3.gz
  195. share/man/man3/gtree_dump.3.gz
  196. share/man/man3/gtree_first.3.gz
  197. share/man/man3/gtree_get.3.gz
  198. share/man/man3/gtree_last.3.gz
  199. share/man/man3/gtree_next.3.gz
  200. share/man/man3/gtree_prev.3.gz
  201. share/man/man3/gtree_print.3.gz
  202. share/man/man3/gtree_put.3.gz
  203. share/man/man3/gtree_remove.3.gz
  204. share/man/man3/gtree_size.3.gz
  205. share/man/man3/gtree_traverse.3.gz
  206. share/man/man3/http_client.3.gz
  207. share/man/man3/http_client_close.3.gz
  208. share/man/man3/http_client_connect.3.gz
  209. share/man/man3/http_client_create.3.gz
  210. share/man/man3/http_client_destroy.3.gz
  211. share/man/man3/http_client_get_local_ip.3.gz
  212. share/man/man3/http_client_get_local_port.3.gz
  213. share/man/man3/http_client_get_reason.3.gz
  214. share/man/man3/http_client_get_request.3.gz
  215. share/man/man3/http_client_get_response.3.gz
  216. share/man/man3/http_mime.3.gz
  217. share/man/man3/http_mime_multipart_free.3.gz
  218. share/man/man3/http_mime_multipart_get_count.3.gz
  219. share/man/man3/http_mime_multipart_get_part.3.gz
  220. share/man/man3/http_mime_part_get_data.3.gz
  221. share/man/man3/http_mime_part_get_header.3.gz
  222. share/man/man3/http_mime_part_get_length.3.gz
  223. share/man/man3/http_request.3.gz
  224. share/man/man3/http_request_encode_basic_auth.3.gz
  225. share/man/man3/http_request_file_upload.3.gz
  226. share/man/man3/http_request_get_header.3.gz
  227. share/man/man3/http_request_get_header_by_index.3.gz
  228. share/man/man3/http_request_get_host.3.gz
  229. share/man/man3/http_request_get_input.3.gz
  230. share/man/man3/http_request_get_method.3.gz
  231. share/man/man3/http_request_get_mime_multiparts.3.gz
  232. share/man/man3/http_request_get_output.3.gz
  233. share/man/man3/http_request_get_password.3.gz
  234. share/man/man3/http_request_get_path.3.gz
  235. share/man/man3/http_request_get_query_string.3.gz
  236. share/man/man3/http_request_get_raw_socket.3.gz
  237. share/man/man3/http_request_get_remote_ip.3.gz
  238. share/man/man3/http_request_get_remote_port.3.gz
  239. share/man/man3/http_request_get_ssl.3.gz
  240. share/man/man3/http_request_get_uri.3.gz
  241. share/man/man3/http_request_get_username.3.gz
  242. share/man/man3/http_request_get_value.3.gz
  243. share/man/man3/http_request_get_version.3.gz
  244. share/man/man3/http_request_parse_time.3.gz
  245. share/man/man3/http_request_read_mime_multipart.3.gz
  246. share/man/man3/http_request_read_url_encoded_values.3.gz
  247. share/man/man3/http_request_remove_header.3.gz
  248. share/man/man3/http_request_send_headers.3.gz
  249. share/man/man3/http_request_set_header.3.gz
  250. share/man/man3/http_request_set_method.3.gz
  251. share/man/man3/http_request_set_path.3.gz
  252. share/man/man3/http_request_set_proxy.3.gz
  253. share/man/man3/http_request_set_query_from_values.3.gz
  254. share/man/man3/http_request_set_value.3.gz
  255. share/man/man3/http_request_url_decode.3.gz
  256. share/man/man3/http_request_url_encode.3.gz
  257. share/man/man3/http_request_write_url_encoded_values.3.gz
  258. share/man/man3/http_response.3.gz
  259. share/man/man3/http_response_get_code.3.gz
  260. share/man/man3/http_response_get_header.3.gz
  261. share/man/man3/http_response_get_header_by_index.3.gz
  262. share/man/man3/http_response_get_input.3.gz
  263. share/man/man3/http_response_get_output.3.gz
  264. share/man/man3/http_response_get_raw_socket.3.gz
  265. share/man/man3/http_response_get_remote_ip.3.gz
  266. share/man/man3/http_response_get_remote_port.3.gz
  267. share/man/man3/http_response_get_ssl.3.gz
  268. share/man/man3/http_response_guess_mime.3.gz
  269. share/man/man3/http_response_no_body.3.gz
  270. share/man/man3/http_response_num_headers.3.gz
  271. share/man/man3/http_response_remove_header.3.gz
  272. share/man/man3/http_response_send_basic_auth.3.gz
  273. share/man/man3/http_response_send_error.3.gz
  274. share/man/man3/http_response_send_headers.3.gz
  275. share/man/man3/http_response_send_redirect.3.gz
  276. share/man/man3/http_response_set_header.3.gz
  277. share/man/man3/http_response_status_msg.3.gz
  278. share/man/man3/http_server.3.gz
  279. share/man/man3/http_server_destroy_servlet.3.gz
  280. share/man/man3/http_server_register_servlet.3.gz
  281. share/man/man3/http_server_set_proxy_handler.3.gz
  282. share/man/man3/http_server_start.3.gz
  283. share/man/man3/http_server_stop.3.gz
  284. share/man/man3/http_servlet.3.gz
  285. share/man/man3/http_servlet_basicauth.3.gz
  286. share/man/man3/http_servlet_basicauth_create.3.gz
  287. share/man/man3/http_servlet_cookieauth.3.gz
  288. share/man/man3/http_servlet_cookieauth_create.3.gz
  289. share/man/man3/http_servlet_cookieauth_login.3.gz
  290. share/man/man3/http_servlet_cookieauth_logout.3.gz
  291. share/man/man3/http_servlet_cookieauth_user.3.gz
  292. share/man/man3/http_servlet_file.3.gz
  293. share/man/man3/http_servlet_file_create.3.gz
  294. share/man/man3/http_servlet_file_serve.3.gz
  295. share/man/man3/http_servlet_redirect.3.gz
  296. share/man/man3/http_servlet_redirect_create.3.gz
  297. share/man/man3/http_servlet_tmpl.3.gz
  298. share/man/man3/http_servlet_tmpl_create.3.gz
  299. share/man/man3/http_servlet_tmpl_func_get_header.3.gz
  300. share/man/man3/http_servlet_tmpl_func_query.3.gz
  301. share/man/man3/http_servlet_tmpl_func_query_exists.3.gz
  302. share/man/man3/http_servlet_tmpl_func_query_string.3.gz
  303. share/man/man3/http_servlet_tmpl_func_redirect.3.gz
  304. share/man/man3/http_servlet_tmpl_func_remove_header.3.gz
  305. share/man/man3/http_servlet_tmpl_func_set_header.3.gz
  306. share/man/man3/http_servlet_tmpl_func_unbuffer.3.gz
  307. share/man/man3/http_servlet_xml.3.gz
  308. share/man/man3/http_servlet_xml_create.3.gz
  309. share/man/man3/http_servlet_xmlrpc.3.gz
  310. share/man/man3/http_servlet_xmlrpc_create.3.gz
  311. share/man/man3/http_xml.3.gz
  312. share/man/man3/http_xml_send.3.gz
  313. share/man/man3/http_xml_send_xmlrpc.3.gz
  314. share/man/man3/if_add_ip_addr.3.gz
  315. share/man/man3/if_del_ip_addr.3.gz
  316. share/man/man3/if_flush_arp.3.gz
  317. share/man/man3/if_get_arp.3.gz
  318. share/man/man3/if_get_flags.3.gz
  319. share/man/man3/if_get_ip_addr.3.gz
  320. share/man/man3/if_get_ip_addrs.3.gz
  321. share/man/man3/if_get_link_addr.3.gz
  322. share/man/man3/if_get_list.3.gz
  323. share/man/man3/if_get_mtu.3.gz
  324. share/man/man3/if_get_type.3.gz
  325. share/man/man3/if_set_arp.3.gz
  326. share/man/man3/if_set_flags.3.gz
  327. share/man/man3/if_set_mtu.3.gz
  328. share/man/man3/if_util.3.gz
  329. share/man/man3/libpdel.3.gz
  330. share/man/man3/logfile.3.gz
  331. share/man/man3/logfile_close.3.gz
  332. share/man/man3/logfile_get.3.gz
  333. share/man/man3/logfile_num_entries.3.gz
  334. share/man/man3/logfile_open.3.gz
  335. share/man/man3/logfile_put.3.gz
  336. share/man/man3/logfile_sync.3.gz
  337. share/man/man3/logfile_trim.3.gz
  338. share/man/man3/mesg_port.3.gz
  339. share/man/man3/mesg_port_create.3.gz
  340. share/man/man3/mesg_port_destroy.3.gz
  341. share/man/man3/mesg_port_get.3.gz
  342. share/man/man3/mesg_port_put.3.gz
  343. share/man/man3/mesg_port_qlen.3.gz
  344. share/man/man3/paction.3.gz
  345. share/man/man3/paction_cancel.3.gz
  346. share/man/man3/paction_start.3.gz
  347. share/man/man3/pdel_ppp.3.gz
  348. share/man/man3/pevent.3.gz
  349. share/man/man3/pevent_ctx_count.3.gz
  350. share/man/man3/pevent_ctx_create.3.gz
  351. share/man/man3/pevent_ctx_destroy.3.gz
  352. share/man/man3/pevent_register.3.gz
  353. share/man/man3/pevent_unregister.3.gz
  354. share/man/man3/route_msg.3.gz
  355. share/man/man3/route_msg_create.3.gz
  356. share/man/man3/route_msg_decode.3.gz
  357. share/man/man3/route_msg_destroy.3.gz
  358. share/man/man3/route_msg_encode.3.gz
  359. share/man/man3/route_msg_get_author.3.gz
  360. share/man/man3/route_msg_get_brd.3.gz
  361. share/man/man3/route_msg_get_dest.3.gz
  362. share/man/man3/route_msg_get_error.3.gz
  363. share/man/man3/route_msg_get_flags.3.gz
  364. share/man/man3/route_msg_get_gateway.3.gz
  365. share/man/man3/route_msg_get_genmask.3.gz
  366. share/man/man3/route_msg_get_ifa.3.gz
  367. share/man/man3/route_msg_get_ifp.3.gz
  368. share/man/man3/route_msg_get_index.3.gz
  369. share/man/man3/route_msg_get_netmask.3.gz
  370. share/man/man3/route_msg_get_pid.3.gz
  371. share/man/man3/route_msg_get_seq.3.gz
  372. share/man/man3/route_msg_get_type.3.gz
  373. share/man/man3/route_msg_print.3.gz
  374. share/man/man3/route_msg_recv.3.gz
  375. share/man/man3/route_msg_send.3.gz
  376. share/man/man3/route_msg_set_author.3.gz
  377. share/man/man3/route_msg_set_brd.3.gz
  378. share/man/man3/route_msg_set_dest.3.gz
  379. share/man/man3/route_msg_set_flags.3.gz
  380. share/man/man3/route_msg_set_gateway.3.gz
  381. share/man/man3/route_msg_set_genmask.3.gz
  382. share/man/man3/route_msg_set_ifa.3.gz
  383. share/man/man3/route_msg_set_ifp.3.gz
  384. share/man/man3/route_msg_set_index.3.gz
  385. share/man/man3/route_msg_set_netmask.3.gz
  386. share/man/man3/route_msg_set_type.3.gz
  387. share/man/man3/rsa_util_sign.3.gz
  388. share/man/man3/rsa_util_verify.3.gz
  389. share/man/man3/rsa_util_verify_priv.3.gz
  390. share/man/man3/ssl_fdopen.3.gz
  391. share/man/man3/ssl_fp.3.gz
  392. share/man/man3/ssl_log.3.gz
  393. share/man/man3/string_buf_content.3.gz
  394. share/man/man3/string_buf_input.3.gz
  395. share/man/man3/string_buf_length.3.gz
  396. share/man/man3/string_buf_output.3.gz
  397. share/man/man3/string_dequote.3.gz
  398. share/man/man3/string_enquote.3.gz
  399. share/man/man3/string_fp.3.gz
  400. share/man/man3/structs.3.gz
  401. share/man/man3/structs_array_delete.3.gz
  402. share/man/man3/structs_array_insert.3.gz
  403. share/man/man3/structs_array_length.3.gz
  404. share/man/man3/structs_array_prep.3.gz
  405. share/man/man3/structs_array_reset.3.gz
  406. share/man/man3/structs_ascii_copy.3.gz
  407. share/man/man3/structs_equal.3.gz
  408. share/man/man3/structs_find.3.gz
  409. share/man/man3/structs_free.3.gz
  410. share/man/man3/structs_get.3.gz
  411. share/man/man3/structs_get_binary.3.gz
  412. share/man/man3/structs_get_string.3.gz
  413. share/man/man3/structs_init.3.gz
  414. share/man/man3/structs_nothing_free.3.gz
  415. share/man/man3/structs_notsupp_ascify.3.gz
  416. share/man/man3/structs_notsupp_binify.3.gz
  417. share/man/man3/structs_notsupp_copy.3.gz
  418. share/man/man3/structs_notsupp_decode.3.gz
  419. share/man/man3/structs_notsupp_encode.3.gz
  420. share/man/man3/structs_notsupp_equal.3.gz
  421. share/man/man3/structs_notsupp_init.3.gz
  422. share/man/man3/structs_region_copy.3.gz
  423. share/man/man3/structs_region_decode.3.gz
  424. share/man/man3/structs_region_decode_netorder.3.gz
  425. share/man/man3/structs_region_encode.3.gz
  426. share/man/man3/structs_region_encode_netorder.3.gz
  427. share/man/man3/structs_region_equal.3.gz
  428. share/man/man3/structs_region_init.3.gz
  429. share/man/man3/structs_reset.3.gz
  430. share/man/man3/structs_set.3.gz
  431. share/man/man3/structs_set_binary.3.gz
  432. share/man/man3/structs_set_string.3.gz
  433. share/man/man3/structs_struct2xmlrpc.3.gz
  434. share/man/man3/structs_traverse.3.gz
  435. share/man/man3/structs_type.3.gz
  436. share/man/man3/structs_type_array.3.gz
  437. share/man/man3/structs_type_boolean.3.gz
  438. share/man/man3/structs_type_boolean_char.3.gz
  439. share/man/man3/structs_type_boolean_char_01.3.gz
  440. share/man/man3/structs_type_boolean_int.3.gz
  441. share/man/man3/structs_type_boolean_int_01.3.gz
  442. share/man/man3/structs_type_bpf.3.gz
  443. share/man/man3/structs_type_char.3.gz
  444. share/man/man3/structs_type_data.3.gz
  445. share/man/man3/structs_type_dnsname.3.gz
  446. share/man/man3/structs_type_double.3.gz
  447. share/man/man3/structs_type_ether.3.gz
  448. share/man/man3/structs_type_ether_nocolon.3.gz
  449. share/man/man3/structs_type_fixedarray.3.gz
  450. share/man/man3/structs_type_float.3.gz
  451. share/man/man3/structs_type_hchar.3.gz
  452. share/man/man3/structs_type_hexdata.3.gz
  453. share/man/man3/structs_type_hint.3.gz
  454. share/man/man3/structs_type_hint16.3.gz
  455. share/man/man3/structs_type_hint32.3.gz
  456. share/man/man3/structs_type_hint64.3.gz
  457. share/man/man3/structs_type_hint8.3.gz
  458. share/man/man3/structs_type_hlong.3.gz
  459. share/man/man3/structs_type_hshort.3.gz
  460. share/man/man3/structs_type_id.3.gz
  461. share/man/man3/structs_type_int.3.gz
  462. share/man/man3/structs_type_int16.3.gz
  463. share/man/man3/structs_type_int32.3.gz
  464. share/man/man3/structs_type_int64.3.gz
  465. share/man/man3/structs_type_int8.3.gz
  466. share/man/man3/structs_type_ip4.3.gz
  467. share/man/man3/structs_type_ip6.3.gz
  468. share/man/man3/structs_type_long.3.gz
  469. share/man/man3/structs_type_null.3.gz
  470. share/man/man3/structs_type_pointer.3.gz
  471. share/man/man3/structs_type_regex.3.gz
  472. share/man/man3/structs_type_regex_icase.3.gz
  473. share/man/man3/structs_type_short.3.gz
  474. share/man/man3/structs_type_string.3.gz
  475. share/man/man3/structs_type_string_null.3.gz
  476. share/man/man3/structs_type_struct.3.gz
  477. share/man/man3/structs_type_time.3.gz
  478. share/man/man3/structs_type_time_abs.3.gz
  479. share/man/man3/structs_type_time_gmt.3.gz
  480. share/man/man3/structs_type_time_iso8601.3.gz
  481. share/man/man3/structs_type_time_local.3.gz
  482. share/man/man3/structs_type_time_rel.3.gz
  483. share/man/man3/structs_type_uchar.3.gz
  484. share/man/man3/structs_type_uint.3.gz
  485. share/man/man3/structs_type_uint16.3.gz
  486. share/man/man3/structs_type_uint32.3.gz
  487. share/man/man3/structs_type_uint64.3.gz
  488. share/man/man3/structs_type_uint8.3.gz
  489. share/man/man3/structs_type_ulong.3.gz
  490. share/man/man3/structs_type_union.3.gz
  491. share/man/man3/structs_type_ushort.3.gz
  492. share/man/man3/structs_type_xmlrpc_array.3.gz
  493. share/man/man3/structs_type_xmlrpc_compact_fault.3.gz
  494. share/man/man3/structs_type_xmlrpc_fault.3.gz
  495. share/man/man3/structs_type_xmlrpc_member.3.gz
  496. share/man/man3/structs_type_xmlrpc_request.3.gz
  497. share/man/man3/structs_type_xmlrpc_response.3.gz
  498. share/man/man3/structs_type_xmlrpc_struct.3.gz
  499. share/man/man3/structs_type_xmlrpc_value.3.gz
  500. share/man/man3/structs_union_set.3.gz
  501. share/man/man3/structs_xml_input.3.gz
  502. share/man/man3/structs_xml_output.3.gz
  503. share/man/man3/structs_xmlrpc.3.gz
  504. share/man/man3/structs_xmlrpc2struct.3.gz
  505. share/man/man3/structs_xmlrpc_build_fault_response.3.gz
  506. share/man/man3/structs_xmlrpc_build_request.3.gz
  507. share/man/man3/structs_xmlrpc_build_response.3.gz
  508. share/man/man3/tcp_connection_get_cookie.3.gz
  509. share/man/man3/tcp_connection_get_fd.3.gz
  510. share/man/man3/tcp_connection_get_fp.3.gz
  511. share/man/man3/tcp_connection_get_peer.3.gz
  512. share/man/man3/tcp_connection_get_server.3.gz
  513. share/man/man3/tcp_server.3.gz
  514. share/man/man3/tcp_server_get_cookie.3.gz
  515. share/man/man3/tcp_server_start.3.gz
  516. share/man/man3/tcp_server_stop.3.gz
  517. share/man/man3/timeout_fdopen.3.gz
  518. share/man/man3/timeout_fp.3.gz
  519. share/man/man3/tinfo.3.gz
  520. share/man/man3/tinfo_get.3.gz
  521. share/man/man3/tinfo_set.3.gz
  522. share/man/man3/tinfo_set_nocopy.3.gz
  523. share/man/man3/tmpl.3.gz
  524. share/man/man3/tmpl_create.3.gz
  525. share/man/man3/tmpl_ctx_create.3.gz
  526. share/man/man3/tmpl_ctx_destroy.3.gz
  527. share/man/man3/tmpl_ctx_reset.3.gz
  528. share/man/man3/tmpl_destroy.3.gz
  529. share/man/man3/tmpl_execute.3.gz
  530. share/man/man3/tmpl_execute_func.3.gz
  531. share/man/man3/typed_mem.3.gz
  532. share/man/man3/typed_mem_dump.3.gz
  533. share/man/man3/typed_mem_enable.3.gz
  534. share/man/man3/typed_mem_usage.3.gz
  535. share/man/man3/uroute.3.gz
  536. share/man/man3/uroute_add.3.gz
  537. share/man/man3/uroute_create.3.gz
  538. share/man/man3/uroute_delete.3.gz
  539. share/man/man3/uroute_destroy.3.gz
  540. share/man/man3/uroute_get.3.gz
  541. share/man/man3/uroute_get_all.3.gz
  542. share/man/man3/uroute_get_dest.3.gz
  543. share/man/man3/uroute_get_flags.3.gz
  544. share/man/man3/uroute_get_gateway.3.gz
  545. share/man/man3/uroute_get_netmask.3.gz
  546. share/man/man3/uroute_print.3.gz
  547. share/man/man3/uroute_set_flags.3.gz
  548. share/man/man3/valog.3.gz
  549. @owner
  550. @group
  551. @mode
Collapse this list.
Dependency lines:
  • libpdel>0:devel/libpdel
To install the port:
cd /usr/ports/devel/libpdel/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/libpdel
  • pkg install libpdel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libpdel
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1625128805 SHA256 (libpdel-0.6.1.tar.bz2) = b0bccc74a51a936177ba6e9274c623631974986f9ccd3d7cf9461927920b5eab SIZE (libpdel-0.6.1.tar.bz2) = 528773

Packages (timestamps in pop-ups are UTC):
libpdel
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.6.1_10.6.1_20.5.3_60.6.1_10.6.1_2-0.5.3_6-
FreeBSD:13:quarterly0.6.1_10.6.1_10.6.10.6.1_10.6.1_10.6.1_10.6.1_10.6.1_1
FreeBSD:14:latest0.6.1_10.6.1_20.6.10.6.1_10.6.1_20.6.1-0.6.1
FreeBSD:14:quarterly0.6.1_10.6.1_1-0.6.1_10.6.1_10.6.1_10.6.1_10.6.1_1
FreeBSD:15:latest0.6.1_20.6.1_2n/a0.6.1_1n/a0.6.1_10.6.1_10.6.1_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. libexpat.so : textproc/expat2
This port is required by:
for Libraries
  1. net/sl2tps

Configuration Options:
No options to configure
Options name:
devel_libpdel
USES:
tar:bz2
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (56 items)
Collapse this list.
  1. http://cfhcable.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  2. http://cytranet.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  3. http://deac-ams.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  4. http://deac-fra.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  5. http://deac-riga.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  6. http://downloads.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  7. http://excellmedia.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  8. http://freefr.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  9. http://gigenet.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  10. http://ixpeering.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  11. http://jaist.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  12. http://jztkft.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  13. http://kumisystems.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  14. http://liquidtelecom.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  15. http://nchc.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  16. http://netactuate.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  17. http://netcologne.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  18. http://netix.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  19. http://onboardcloud.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  20. http://phoenixnap.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  21. http://razaoinfo.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  22. http://sinalbr.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  23. http://sitsa.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  24. http://sonik.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  25. http://tenet.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  26. http://udomain.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  27. http://ufpr.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  28. http://versaweb.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  29. https://cfhcable.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  30. https://cytranet.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  31. https://deac-ams.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  32. https://deac-fra.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  33. https://deac-riga.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  34. https://downloads.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  35. https://excellmedia.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  36. https://freefr.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  37. https://gigenet.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  38. https://ixpeering.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  39. https://jaist.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  40. https://jztkft.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  41. https://kumisystems.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  42. https://liquidtelecom.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  43. https://nchc.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  44. https://netactuate.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  45. https://netcologne.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  46. https://netix.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  47. https://onboardcloud.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  48. https://phoenixnap.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  49. https://razaoinfo.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  50. https://sinalbr.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  51. https://sitsa.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  52. https://sonik.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  53. https://tenet.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  54. https://udomain.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  55. https://ufpr.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
  56. https://versaweb.dl.sourceforge.net/project/libpdel/libpdel-combined/0.6.1/
Collapse this list.

Number of commits found: 50

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6.1_2
23 Mar 2024 11:19:32
commit hash: d7511b9d00742c3e2d57c6c03718c4a6f4cd3e72commit hash: d7511b9d00742c3e2d57c6c03718c4a6f4cd3e72commit hash: d7511b9d00742c3e2d57c6c03718c4a6f4cd3e72commit hash: d7511b9d00742c3e2d57c6c03718c4a6f4cd3e72 files touched by this commit
Tijl Coosemans (tijl) search for other commits by this committer
Mk/bsd.port.mk: Add __MAKE_CONF=${NONEXISTENT} to WRK_ENV

And remove it from individual ports.  Use WRK_ENV in custom build
commands where necessary.

FreeBSD make(1) includes /usr/share/mk/sys.mk and that includes
/etc/make.conf if it exists.  This happens when you run make in a port
directory but it also happens when the upstream build system uses make.
This commit disables make.conf inclusion in the latter case because
users can define variables like CFLAGS in make.conf that override ports
framework variables and this can cause problems that are difficult to
diagnose.

If there are any build customisations made through make.conf that stop
working because of this commit then they should be made available by the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.6.1_2
14 Mar 2024 09:59:13
commit hash: 007cd1d0e3dd2330ed0967f88515ab424f580ab7commit hash: 007cd1d0e3dd2330ed0967f88515ab424f580ab7commit hash: 007cd1d0e3dd2330ed0967f88515ab424f580ab7commit hash: 007cd1d0e3dd2330ed0967f88515ab424f580ab7 files touched by this commit
Christian Weisgerber (naddy) search for other commits by this committer
devel/libpdel: Move man pages to share/man

Approved by:	portmgr (blanket)
0.6.1_1
08 Aug 2023 09:55:13
commit hash: a494fa741d57fdebce9868eed7726a82a000dc83commit hash: a494fa741d57fdebce9868eed7726a82a000dc83commit hash: a494fa741d57fdebce9868eed7726a82a000dc83commit hash: a494fa741d57fdebce9868eed7726a82a000dc83 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/libpdel: Fix build with llvm16

This actually fixes the build of net/sl2tps. Although ERR_GET_FUNC has
ben deprecated in OpenSSL3 but it still manages to build as it does not
throw an error however the consumers faces build failures.

Sponsored by:	The FreeBSD Foundation
0.6.1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.6.1
01 Jul 2021 10:13:25
commit hash: 6952f08efc1473184564e5054762df88ac15acafcommit hash: 6952f08efc1473184564e5054762df88ac15acafcommit hash: 6952f08efc1473184564e5054762df88ac15acafcommit hash: 6952f08efc1473184564e5054762df88ac15acaf files touched by this commit
Stefan Eßer (se) search for other commits by this committer
devel/libpdel: update to version 0.6.1

Set MASTER_SITE to SourceForge.

Fix build on FreeBSD-14 and remove DEPRECATED status from Makefile.
0.5.3_6
22 May 2021 02:32:48
commit hash: f9fac5361de266c0e8efb5d1c32c5e1fc3c90388commit hash: f9fac5361de266c0e8efb5d1c32c5e1fc3c90388commit hash: f9fac5361de266c0e8efb5d1c32c5e1fc3c90388commit hash: f9fac5361de266c0e8efb5d1c32c5e1fc3c90388 files touched by this commit
Mark Linimon (linimon) search for other commits by this committer
devel/libpdel: reset maintainer due to bounce.

While here, mark as DEPRECATED, as mastersite has disappeared.  Give
this a 3-month expiry period to give someone a chance to pick it up.
0.5.3_6
15 May 2021 19:10:59
commit hash: 655d1ac6994d84fe03d6a4050daebadff0378c6dcommit hash: 655d1ac6994d84fe03d6a4050daebadff0378c6dcommit hash: 655d1ac6994d84fe03d6a4050daebadff0378c6dcommit hash: 655d1ac6994d84fe03d6a4050daebadff0378c6d files touched by this commit
Mark Linimon (linimon) search for other commits by this committer
devel/libpdel: mark as BROKEN on FreeBSD/14.

The failure is the same on aarch64/14, amd64/14, and powerpc64/14.
0.5.3_6
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.
0.5.3_6
23 May 2016 18:36:52
Revision:415738Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert tab after WWW: in pkg-descrs to single space as per PHB

Approved by:	portmgr blanket
0.5.3_6
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
0.5.3_6
23 Mar 2015 23:41:09
Revision:382056Original commit files touched by this commit
jkim search for other commits by this committer
Make it work without SSLv2 support.
0.5.3_5
25 Feb 2015 14:21:26
Revision:379915Original commit files touched by this commit
feld search for other commits by this committer
Fix build with LibreSSL

PR:		196748
Approved by:	maintainer timeout
0.5.3_5
27 Oct 2014 10:40:08
Revision:371546Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.5.3_5
14 May 2014 18:29:26
Revision:354083Original commit files touched by this commit
garga search for other commits by this committer
. Fix build with recent current after removal of RTM_OLDADD and RTM_OLDDEL
. Modernize LIB_DEPENDS syntax
. Do not require root for staging
. Bump PORTREVISION because of LIB_DEPENDS change

PR:		ports/189069
Approved by:	maintainer timeout (> 2 weeks)
0.5.3_4
25 Sep 2013 00:54:09
Revision:328226Original commit files touched by this commit
bdrewery search for other commits by this committer
- Remove NO_STAGE as these have been tested to be safe

With hat:	portmgr
0.5.3_4
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
0.5.3_4
24 May 2013 16:35:31
Revision:318993Original commit files touched by this commit
bapt search for other commits by this committer
Do not let system make.conf inpact the port's makefile
This fixes build on current
0.5.3_4
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.5.3_4
29 Jun 2009 15:25:18
Original commit files touched by this commit
sem search for other commits by this committer
- Fix build on 8.0

PR:             ports/136012
Submitted by:   Boris Lytochkin <lytboris at gmail.com>
Approved by:    mav (maintainer)
0.5.3_4
10 Mar 2009 19:27:14
Original commit files touched by this commit
sem search for other commits by this committer
- Add patch to unbroke on CURRENT (with new ARP code)
0.5.3_4
08 Jan 2009 17:05:08
Original commit files touched by this commit
erwin search for other commits by this committer
Mark BROKEN on HEAD after the arp-v2 import.

Submitted by:   pointyhat
0.5.3_4
19 Nov 2007 09:11:06
Original commit files touched by this commit
sem search for other commits by this committer
- Fix a bug that caused segmentation fault in net/mpd[45] sometime.

Submitted by:   maintainer (mav)
Approved by:    portmgr (erwin)
0.5.3_3
09 Oct 2007 20:01:32
Original commit files touched by this commit
sem search for other commits by this committer
- Fix a bug when pevent makes a wrong count when time intervals don't
  devisible by a second.

Submitted by:   maintainer
0.5.3_2
02 Apr 2007 13:50:21
Original commit files touched by this commit
sem search for other commits by this committer
- Fix build with gcc 4.1

Submitted by:   maintainer
0.5.3_2
06 Feb 2007 16:29:37
Original commit files touched by this commit
sem search for other commits by this committer
- Pass maintainership to the last submitter.
0.5.3_2
06 Feb 2007 16:25:27
Original commit files touched by this commit
sem search for other commits by this committer
- Add two patches.
  1) Fix a race condition. It prevents UDP sockets/descriptors leak when
     active RADIUS authorization used.
  2) FSM events processing optimization. System calls nubers reduced
     almost twice. (It makes mpd4 faster)

Submitted by:   Alexander Motin <mav_at_alkar.net>
Approved by:    software developers
0.5.3_1
25 Nov 2006 16:46:44
Original commit files touched by this commit
linimon search for other commits by this committer
Reassign ports from archie@ back to pool at his request.

Hat:            portmgr
0.5.3_1
17 Nov 2006 11:59:39
Original commit files touched by this commit
sat search for other commits by this committer
- Mark unbroken on 7.x, nork fixed it this September
- Convert to use_ldconfig
- Cosmetics

Approved by:    archie's inactivity and timeouts during the last 6 months
0.5.3_1
23 Sep 2006 11:36:24
Original commit files touched by this commit
nork search for other commits by this committer
Fix build on 7-current.

Approved by:    maintainer timeout (1 week)
0.5.3_1
10 Sep 2006 23:54:57
Original commit files touched by this commit
kris search for other commits by this committer
Correct brain spasm in previous commit
0.5.3_1
10 Sep 2006 23:38:38
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on 7.0: Does not compile
0.5.3_1
30 Jan 2006 23:20:05
Original commit files touched by this commit
kuriyama search for other commits by this committer
Chase shlib bump of libexpat.
0.5.3
22 Jan 2006 08:30:12
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
0.5.3
21 Jan 2005 21:08:54
Original commit files touched by this commit
archie search for other commits by this committer
Update to version 0.5.3.
0.5.2
29 Jul 2004 02:42:37
Original commit files touched by this commit
archie search for other commits by this committer
Update to version 0.5.2.
0.5.1
11 Jun 2004 20:43:33
Original commit files touched by this commit
archie search for other commits by this committer
Update to version 0.5.1.
0.5.0
03 Jun 2004 21:24:58
Original commit files touched by this commit
archie search for other commits by this committer
Update to version 0.5.0.
0.3.6
02 Apr 2004 16:43:53
Original commit files touched by this commit
archie search for other commits by this committer
Update to version 0.3.6.
0.3.5_1
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
0.3.5_1
14 Mar 2004 07:58:26
Original commit files touched by this commit
kuriyama search for other commits by this committer
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
0.3.5
03 Jul 2003 03:39:57
Original commit files touched by this commit
archie search for other commits by this committer
Update to version 0.3.5.
0.3.4
07 Mar 2003 06:01:16
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
0.3.4
23 Oct 2002 23:41:31
Original commit files touched by this commit
archie search for other commits by this committer
Update to version 0.3.4.
0.3.3_1
10 Oct 2002 20:55:13
Original commit files touched by this commit
archie search for other commits by this committer
Add link to web page.
0.3.3_1
17 Sep 2002 07:41:05
Original commit files touched by this commit
kuriyama search for other commits by this committer
Bump PORTREVISION and expat shlib.
0.3.3
14 Sep 2002 00:37:32
Original commit files touched by this commit
archie search for other commits by this committer
Update to version 0.3.3.
0.3.2
04 Sep 2002 23:13:17
Original commit files touched by this commit
archie search for other commits by this committer
Oops, previous commit contained the wrong checksum.
0.3.2
04 Sep 2002 22:10:52
Original commit files touched by this commit
archie search for other commits by this committer
Update to version 0.3.2.
0.3.1
22 Aug 2002 04:42:45
Original commit files touched by this commit
archie search for other commits by this committer
Upgrade to version 0.3.1. This fixes build problems on -stable.
0.3.0
21 Aug 2002 01:15:55
Original commit files touched by this commit
archie search for other commits by this committer
The Packet Design Embedded Library (PDEL) is a C library containing an
assorted collection of code useful for developing embedded applications:

-   C data structure run-time introspection library: structs(3)
-   Threaded HTTP client/server library: http_server(3)
-   Application configuration framework: app_config(3)
-   Heap memory accounting and sanity checking: typed_mem(3)
-   File template library: tmpl(3)
-   Routines to configure networking interfaces, ARP table, and routing
    table (FreeBSD only): if_util(3), route_msg(3), uroute(3)
-   Logging library: alog(3)
-   Generic TCP server: tcp_server(3)
-   Generic hash table implementation: ghash(3)
-   Generic balanced tree implementation: gtree(3)
-   FILE * enhancements:
-   Base-64 encoding/decoding: base64(3)
-   Events and actions with automated locking: paction(3), pevent(3)
-   Generalized per-thread variables: tinfo(3)
-   Message ports: mesg_port(3)
-   Digital signature creation/verification: rsa_util_sign(3)
-   Filesystem mounting/unmounting (FreeBSD only): fs_mount(3)
-   String quoting/parsing: string_enquote(3)

For more details, see the individual man pages referenced above.

Number of commits found: 50