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
kohana Elegant HMVC PHP5 framework
3.3.6 www 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 3.3.6Version of this port present on the latest quarterly branch.
Maintainer: uzsolt@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-08-19 19:26:38
Last Update: 2024-01-30 08:05:56
Commit Hash: e44adb9
License: BSD3CLAUSE
WWW:
https://kohanaframework.org/
Description:
Kohana is an elegant, open source, and object oriented HMVC framework built using PHP5, by a team of volunteers. It aims to be swift, secure, and small.
Homepage    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 (710 items)
Collapse this list.
  1. /usr/local/share/licenses/kohana-3.3.6/catalog.mk
  2. /usr/local/share/licenses/kohana-3.3.6/LICENSE
  3. /usr/local/share/licenses/kohana-3.3.6/BSD3CLAUSE
  4. www/kohana/application/bootstrap.php
  5. www/kohana/application/cache/.gitignore
  6. www/kohana/application/classes/Controller/Welcome.php
  7. www/kohana/application/classes/Model/.gitignore
  8. www/kohana/application/config/.gitignore
  9. www/kohana/application/i18n/.gitignore
  10. www/kohana/application/logs/.gitignore
  11. www/kohana/application/messages/.gitignore
  12. www/kohana/application/views/.gitignore
  13. www/kohana/example.htaccess
  14. www/kohana/index.php
  15. www/kohana/install.php
  16. www/kohana/modules/auth/.gitignore
  17. www/kohana/modules/auth/.travis.yml
  18. www/kohana/modules/auth/README.md
  19. www/kohana/modules/auth/classes/Auth.php
  20. www/kohana/modules/auth/classes/Auth/File.php
  21. www/kohana/modules/auth/classes/Kohana/Auth.php
  22. www/kohana/modules/auth/classes/Kohana/Auth/File.php
  23. www/kohana/modules/auth/composer.json
  24. www/kohana/modules/auth/config/auth.php
  25. www/kohana/modules/auth/config/userguide.php
  26. www/kohana/modules/auth/guide/auth/config.md
  27. www/kohana/modules/auth/guide/auth/driver/develop.md
  28. www/kohana/modules/auth/guide/auth/driver/file.md
  29. www/kohana/modules/auth/guide/auth/index.md
  30. www/kohana/modules/auth/guide/auth/login.md
  31. www/kohana/modules/auth/guide/auth/menu.md
  32. www/kohana/modules/auth/koharness.php
  33. www/kohana/modules/cache/.gitignore
  34. www/kohana/modules/cache/.travis.yml
  35. www/kohana/modules/cache/README.md
  36. www/kohana/modules/cache/classes/Cache.php
  37. www/kohana/modules/cache/classes/Cache/Apc.php
  38. www/kohana/modules/cache/classes/Cache/Apcu.php
  39. www/kohana/modules/cache/classes/Cache/Arithmetic.php
  40. www/kohana/modules/cache/classes/Cache/Exception.php
  41. www/kohana/modules/cache/classes/Cache/File.php
  42. www/kohana/modules/cache/classes/Cache/GarbageCollect.php
  43. www/kohana/modules/cache/classes/Cache/Memcache.php
  44. www/kohana/modules/cache/classes/Cache/MemcacheTag.php
  45. www/kohana/modules/cache/classes/Cache/Sqlite.php
  46. www/kohana/modules/cache/classes/Cache/Tagging.php
  47. www/kohana/modules/cache/classes/Cache/Wincache.php
  48. www/kohana/modules/cache/classes/HTTP/Cache.php
  49. www/kohana/modules/cache/classes/Kohana/Cache.php
  50. www/kohana/modules/cache/classes/Kohana/Cache/Apc.php
  51. www/kohana/modules/cache/classes/Kohana/Cache/Apcu.php
  52. www/kohana/modules/cache/classes/Kohana/Cache/Arithmetic.php
  53. www/kohana/modules/cache/classes/Kohana/Cache/Exception.php
  54. www/kohana/modules/cache/classes/Kohana/Cache/File.php
  55. www/kohana/modules/cache/classes/Kohana/Cache/GarbageCollect.php
  56. www/kohana/modules/cache/classes/Kohana/Cache/Memcache.php
  57. www/kohana/modules/cache/classes/Kohana/Cache/MemcacheTag.php
  58. www/kohana/modules/cache/classes/Kohana/Cache/Sqlite.php
  59. www/kohana/modules/cache/classes/Kohana/Cache/Tagging.php
  60. www/kohana/modules/cache/classes/Kohana/Cache/Wincache.php
  61. www/kohana/modules/cache/classes/Kohana/HTTP/Cache.php
  62. www/kohana/modules/cache/composer.json
  63. www/kohana/modules/cache/config/cache.php
  64. www/kohana/modules/cache/config/userguide.php
  65. www/kohana/modules/cache/guide/cache.usage.md
  66. www/kohana/modules/cache/guide/cache/config.md
  67. www/kohana/modules/cache/guide/cache/examples.md
  68. www/kohana/modules/cache/guide/cache/index.md
  69. www/kohana/modules/cache/guide/cache/menu.md
  70. www/kohana/modules/cache/guide/cache/usage.md
  71. www/kohana/modules/cache/koharness.php
  72. www/kohana/modules/cache/tests/cache/CacheBasicMethodsTest.php
  73. www/kohana/modules/cache/tests/cache/CacheTest.php
  74. www/kohana/modules/cache/tests/cache/FileTest.php
  75. www/kohana/modules/cache/tests/cache/SqliteTest.php
  76. www/kohana/modules/cache/tests/cache/WincacheTest.php
  77. www/kohana/modules/cache/tests/cache/arithmetic/ApcTest.php
  78. www/kohana/modules/cache/tests/cache/arithmetic/ApcuTest.php
  79. www/kohana/modules/cache/tests/cache/arithmetic/CacheArithmeticMethods.php
  80. www/kohana/modules/cache/tests/cache/arithmetic/MemcacheTest.php
  81. www/kohana/modules/cache/tests/cache/request/client/CacheTest.php
  82. www/kohana/modules/cache/tests/phpunit.xml
  83. www/kohana/modules/codebench/.gitignore
  84. www/kohana/modules/codebench/.travis.yml
  85. www/kohana/modules/codebench/classes/Bench/ArrCallback.php
  86. www/kohana/modules/codebench/classes/Bench/AutoLinkEmails.php
  87. www/kohana/modules/codebench/classes/Bench/DateSpan.php
  88. www/kohana/modules/codebench/classes/Bench/ExplodeLimit.php
  89. www/kohana/modules/codebench/classes/Bench/GruberURL.php
  90. www/kohana/modules/codebench/classes/Bench/LtrimDigits.php
  91. www/kohana/modules/codebench/classes/Bench/MDDoBaseURL.php
  92. www/kohana/modules/codebench/classes/Bench/MDDoImageURL.php
  93. www/kohana/modules/codebench/classes/Bench/MDDoIncludeViews.php
  94. www/kohana/modules/codebench/classes/Bench/StripNullBytes.php
  95. www/kohana/modules/codebench/classes/Bench/Transliterate.php
  96. www/kohana/modules/codebench/classes/Bench/URLSite.php
  97. www/kohana/modules/codebench/classes/Bench/UserFuncArray.php
  98. www/kohana/modules/codebench/classes/Bench/ValidColor.php
  99. www/kohana/modules/codebench/classes/Bench/ValidURL.php
  100. www/kohana/modules/codebench/classes/Codebench.php
  101. www/kohana/modules/codebench/classes/Controller/Codebench.php
  102. www/kohana/modules/codebench/classes/Kohana/Codebench.php
  103. www/kohana/modules/codebench/composer.json
  104. www/kohana/modules/codebench/config/codebench.php
  105. www/kohana/modules/codebench/config/userguide.php
  106. www/kohana/modules/codebench/guide/codebench/index.md
  107. www/kohana/modules/codebench/guide/codebench/menu.md
  108. www/kohana/modules/codebench/init.php
  109. www/kohana/modules/codebench/koharness.php
  110. www/kohana/modules/codebench/media/guide/codebench/codebench_screenshot1.png
  111. www/kohana/modules/codebench/media/guide/codebench/codebench_screenshot2.png
  112. www/kohana/modules/codebench/views/codebench.php
  113. www/kohana/modules/database/.gitignore
  114. www/kohana/modules/database/.travis.yml
  115. www/kohana/modules/database/README.md
  116. www/kohana/modules/database/classes/Config/Database.php
  117. www/kohana/modules/database/classes/Config/Database/Reader.php
  118. www/kohana/modules/database/classes/Config/Database/Writer.php
  119. www/kohana/modules/database/classes/DB.php
  120. www/kohana/modules/database/classes/Database.php
  121. www/kohana/modules/database/classes/Database/Exception.php
  122. www/kohana/modules/database/classes/Database/Expression.php
  123. www/kohana/modules/database/classes/Database/MySQL.php
  124. www/kohana/modules/database/classes/Database/MySQL/Result.php
  125. www/kohana/modules/database/classes/Database/MySQLi.php
  126. www/kohana/modules/database/classes/Database/MySQLi/Result.php
  127. www/kohana/modules/database/classes/Database/PDO.php
  128. www/kohana/modules/database/classes/Database/Query.php
  129. www/kohana/modules/database/classes/Database/Query/Builder.php
  130. www/kohana/modules/database/classes/Database/Query/Builder/Delete.php
  131. www/kohana/modules/database/classes/Database/Query/Builder/Insert.php
  132. www/kohana/modules/database/classes/Database/Query/Builder/Join.php
  133. www/kohana/modules/database/classes/Database/Query/Builder/Select.php
  134. www/kohana/modules/database/classes/Database/Query/Builder/Update.php
  135. www/kohana/modules/database/classes/Database/Query/Builder/Where.php
  136. www/kohana/modules/database/classes/Database/Result.php
  137. www/kohana/modules/database/classes/Database/Result/Cached.php
  138. www/kohana/modules/database/classes/Kohana/Config/Database.php
  139. www/kohana/modules/database/classes/Kohana/Config/Database/Reader.php
  140. www/kohana/modules/database/classes/Kohana/Config/Database/Writer.php
  141. www/kohana/modules/database/classes/Kohana/DB.php
  142. www/kohana/modules/database/classes/Kohana/Database.php
  143. www/kohana/modules/database/classes/Kohana/Database/Exception.php
  144. www/kohana/modules/database/classes/Kohana/Database/Expression.php
  145. www/kohana/modules/database/classes/Kohana/Database/MySQL.php
  146. www/kohana/modules/database/classes/Kohana/Database/MySQL/Result.php
  147. www/kohana/modules/database/classes/Kohana/Database/MySQLi.php
  148. www/kohana/modules/database/classes/Kohana/Database/MySQLi/Result.php
  149. www/kohana/modules/database/classes/Kohana/Database/PDO.php
  150. www/kohana/modules/database/classes/Kohana/Database/Query.php
  151. www/kohana/modules/database/classes/Kohana/Database/Query/Builder.php
  152. www/kohana/modules/database/classes/Kohana/Database/Query/Builder/Delete.php
  153. www/kohana/modules/database/classes/Kohana/Database/Query/Builder/Insert.php
  154. www/kohana/modules/database/classes/Kohana/Database/Query/Builder/Join.php
  155. www/kohana/modules/database/classes/Kohana/Database/Query/Builder/Select.php
  156. www/kohana/modules/database/classes/Kohana/Database/Query/Builder/Update.php
  157. www/kohana/modules/database/classes/Kohana/Database/Query/Builder/Where.php
  158. www/kohana/modules/database/classes/Kohana/Database/Result.php
  159. www/kohana/modules/database/classes/Kohana/Database/Result/Cached.php
  160. www/kohana/modules/database/classes/Kohana/Model/Database.php
  161. www/kohana/modules/database/classes/Kohana/Session/Database.php
  162. www/kohana/modules/database/classes/Model/Database.php
  163. www/kohana/modules/database/classes/Session/Database.php
  164. www/kohana/modules/database/composer.json
  165. www/kohana/modules/database/config/database.php
  166. www/kohana/modules/database/config/session.php
  167. www/kohana/modules/database/config/userguide.php
  168. www/kohana/modules/database/guide/database/config.md
  169. www/kohana/modules/database/guide/database/examples.md
  170. www/kohana/modules/database/guide/database/index.md
  171. www/kohana/modules/database/guide/database/menu.md
  172. www/kohana/modules/database/guide/database/query.md
  173. www/kohana/modules/database/guide/database/query/builder.md
  174. www/kohana/modules/database/guide/database/query/parameterized.md
  175. www/kohana/modules/database/guide/database/results.md
  176. www/kohana/modules/database/koharness.php
  177. www/kohana/modules/image/.gitignore
  178. www/kohana/modules/image/.travis.yml
  179. www/kohana/modules/image/README.markdown
  180. www/kohana/modules/image/classes/Image.php
  181. www/kohana/modules/image/classes/Image/GD.php
  182. www/kohana/modules/image/classes/Image/Imagick.php
  183. www/kohana/modules/image/classes/Kohana/Image.php
  184. www/kohana/modules/image/classes/Kohana/Image/GD.php
  185. www/kohana/modules/image/classes/Kohana/Image/Imagick.php
  186. www/kohana/modules/image/composer.json
  187. www/kohana/modules/image/config/image.php
  188. www/kohana/modules/image/config/userguide.php
  189. www/kohana/modules/image/guide/image/examples.md
  190. www/kohana/modules/image/guide/image/examples/crop.md
  191. www/kohana/modules/image/guide/image/examples/dynamic.md
  192. www/kohana/modules/image/guide/image/examples/upload.md
  193. www/kohana/modules/image/guide/image/index.md
  194. www/kohana/modules/image/guide/image/menu.md
  195. www/kohana/modules/image/guide/image/using.md
  196. www/kohana/modules/image/koharness.php
  197. www/kohana/modules/image/media/guide/image/Thumbs.db
  198. www/kohana/modules/image/media/guide/image/crop_form.jpg
  199. www/kohana/modules/image/media/guide/image/crop_orig.jpg
  200. www/kohana/modules/image/media/guide/image/crop_result.jpg
  201. www/kohana/modules/image/media/guide/image/dynamic-400.jpg
  202. www/kohana/modules/image/media/guide/image/dynamic-600.jpg
  203. www/kohana/modules/image/media/guide/image/upload_form.jpg
  204. www/kohana/modules/image/media/guide/image/upload_result.jpg
  205. www/kohana/modules/image/tests/kohana/ImageTest.php
  206. www/kohana/modules/image/tests/test_data/test_image
  207. www/kohana/modules/minion/.gitignore
  208. www/kohana/modules/minion/.travis.yml
  209. www/kohana/modules/minion/README.md
  210. www/kohana/modules/minion/classes/Kohana/Minion/CLI.php
  211. www/kohana/modules/minion/classes/Kohana/Minion/Exception.php
  212. www/kohana/modules/minion/classes/Kohana/Minion/Exception/InvalidTask.php
  213. www/kohana/modules/minion/classes/Kohana/Minion/Task.php
  214. www/kohana/modules/minion/classes/Minion/CLI.php
  215. www/kohana/modules/minion/classes/Minion/Exception.php
  216. www/kohana/modules/minion/classes/Minion/Exception/InvalidTask.php
  217. www/kohana/modules/minion/classes/Minion/Task.php
  218. www/kohana/modules/minion/classes/Task/Help.php
  219. www/kohana/modules/minion/composer.json
  220. www/kohana/modules/minion/config/userguide.php
  221. www/kohana/modules/minion/guide/minion/index.md
  222. www/kohana/modules/minion/guide/minion/menu.md
  223. www/kohana/modules/minion/guide/minion/setup.md
  224. www/kohana/modules/minion/guide/minion/tasks.md
  225. www/kohana/modules/minion/koharness.php
  226. www/kohana/modules/minion/messages/validation.php
  227. www/kohana/modules/minion/minion
  228. www/kohana/modules/minion/miniond
  229. www/kohana/modules/minion/tests/minion/TaskTest.php
  230. www/kohana/modules/minion/views/minion/error/validation.php
  231. www/kohana/modules/minion/views/minion/help/error.php
  232. www/kohana/modules/minion/views/minion/help/list.php
  233. www/kohana/modules/minion/views/minion/help/task.php
  234. www/kohana/modules/orm/.gitignore
  235. www/kohana/modules/orm/.travis.yml
  236. www/kohana/modules/orm/README.md
  237. www/kohana/modules/orm/auth-schema-mysql.sql
  238. www/kohana/modules/orm/auth-schema-postgresql.sql
  239. www/kohana/modules/orm/classes/Auth/ORM.php
  240. www/kohana/modules/orm/classes/Kohana/Auth/ORM.php
  241. www/kohana/modules/orm/classes/Kohana/ORM.php
  242. www/kohana/modules/orm/classes/Kohana/ORM/Validation/Exception.php
  243. www/kohana/modules/orm/classes/Model/Auth/Role.php
  244. www/kohana/modules/orm/classes/Model/Auth/User.php
  245. www/kohana/modules/orm/classes/Model/Auth/User/Token.php
  246. www/kohana/modules/orm/classes/Model/Role.php
  247. www/kohana/modules/orm/classes/Model/User.php
  248. www/kohana/modules/orm/classes/Model/User/Token.php
  249. www/kohana/modules/orm/classes/ORM.php
  250. www/kohana/modules/orm/classes/ORM/Validation/Exception.php
  251. www/kohana/modules/orm/composer.json
  252. www/kohana/modules/orm/config/userguide.php
  253. www/kohana/modules/orm/guide/orm/examples.md
  254. www/kohana/modules/orm/guide/orm/examples/simple.md
  255. www/kohana/modules/orm/guide/orm/examples/validation.md
  256. www/kohana/modules/orm/guide/orm/filters.md
  257. www/kohana/modules/orm/guide/orm/index.md
  258. www/kohana/modules/orm/guide/orm/menu.md
  259. www/kohana/modules/orm/guide/orm/models.md
  260. www/kohana/modules/orm/guide/orm/relationships.md
  261. www/kohana/modules/orm/guide/orm/tutorials.md
  262. www/kohana/modules/orm/guide/orm/upgrading.md
  263. www/kohana/modules/orm/guide/orm/using.md
  264. www/kohana/modules/orm/guide/orm/validation.md
  265. www/kohana/modules/orm/koharness.php
  266. www/kohana/modules/unittest/.gitignore
  267. www/kohana/modules/unittest/.gitmodules
  268. www/kohana/modules/unittest/.travis.yml
  269. www/kohana/modules/unittest/README.markdown
  270. www/kohana/modules/unittest/bootstrap.php
  271. www/kohana/modules/unittest/bootstrap_all_modules.php
  272. www/kohana/modules/unittest/classes/Kohana/Unittest/Database/TestCase.php
  273. www/kohana/modules/unittest/classes/Kohana/Unittest/Helpers.php
  274. www/kohana/modules/unittest/classes/Kohana/Unittest/TestCase.php
  275. www/kohana/modules/unittest/classes/Kohana/Unittest/TestSuite.php
  276. www/kohana/modules/unittest/classes/Kohana/Unittest/Tests.php
  277. www/kohana/modules/unittest/classes/Unittest/Database/TestCase.php
  278. www/kohana/modules/unittest/classes/Unittest/Helpers.php
  279. www/kohana/modules/unittest/classes/Unittest/TestCase.php
  280. www/kohana/modules/unittest/classes/Unittest/TestSuite.php
  281. www/kohana/modules/unittest/classes/Unittest/Tests.php
  282. www/kohana/modules/unittest/composer.json
  283. www/kohana/modules/unittest/config/unittest.php
  284. www/kohana/modules/unittest/config/userguide.php
  285. www/kohana/modules/unittest/example.phpunit.xml
  286. www/kohana/modules/unittest/guide/unittest/index.md
  287. www/kohana/modules/unittest/guide/unittest/menu.md
  288. www/kohana/modules/unittest/guide/unittest/mockobjects.md
  289. www/kohana/modules/unittest/guide/unittest/testing.md
  290. www/kohana/modules/unittest/guide/unittest/testing_workflows.md
  291. www/kohana/modules/unittest/guide/unittest/troubleshooting.md
  292. www/kohana/modules/unittest/koharness.php
  293. www/kohana/modules/unittest/tests.php
  294. www/kohana/modules/userguide/.gitignore
  295. www/kohana/modules/userguide/.travis.yml
  296. www/kohana/modules/userguide/README.md
  297. www/kohana/modules/userguide/classes/Controller/Userguide.php
  298. www/kohana/modules/userguide/classes/Kodoc.php
  299. www/kohana/modules/userguide/classes/Kodoc/Class.php
  300. www/kohana/modules/userguide/classes/Kodoc/Markdown.php
  301. www/kohana/modules/userguide/classes/Kodoc/Method.php
  302. www/kohana/modules/userguide/classes/Kodoc/Method/Param.php
  303. www/kohana/modules/userguide/classes/Kodoc/Missing.php
  304. www/kohana/modules/userguide/classes/Kodoc/Property.php
  305. www/kohana/modules/userguide/classes/Kohana/Controller/Userguide.php
  306. www/kohana/modules/userguide/classes/Kohana/Kodoc.php
  307. www/kohana/modules/userguide/classes/Kohana/Kodoc/Class.php
  308. www/kohana/modules/userguide/classes/Kohana/Kodoc/Markdown.php
  309. www/kohana/modules/userguide/classes/Kohana/Kodoc/Method.php
  310. www/kohana/modules/userguide/classes/Kohana/Kodoc/Method/Param.php
  311. www/kohana/modules/userguide/classes/Kohana/Kodoc/Missing.php
  312. www/kohana/modules/userguide/classes/Kohana/Kodoc/Property.php
  313. www/kohana/modules/userguide/composer.json
  314. www/kohana/modules/userguide/config/userguide.php
  315. www/kohana/modules/userguide/guide/de-de/about.conventions.md
  316. www/kohana/modules/userguide/guide/de-de/about.kohana.md
  317. www/kohana/modules/userguide/guide/developers.md
  318. www/kohana/modules/userguide/guide/userguide/adding.md
  319. www/kohana/modules/userguide/guide/userguide/config.md
  320. www/kohana/modules/userguide/guide/userguide/contributing.md
  321. www/kohana/modules/userguide/guide/userguide/index.md
  322. www/kohana/modules/userguide/guide/userguide/markdown.md
  323. www/kohana/modules/userguide/guide/userguide/menu.md
  324. www/kohana/modules/userguide/guide/userguide/modules.md
  325. www/kohana/modules/userguide/guide/userguide/using.md
  326. www/kohana/modules/userguide/guide/userguide/works.md
  327. www/kohana/modules/userguide/init.php
  328. www/kohana/modules/userguide/koharness.php
  329. www/kohana/modules/userguide/media/guide/css/api.css
  330. www/kohana/modules/userguide/media/guide/css/kodoc.css
  331. www/kohana/modules/userguide/media/guide/css/print.css
  332. www/kohana/modules/userguide/media/guide/css/screen.css
  333. www/kohana/modules/userguide/media/guide/css/shCore.css
  334. www/kohana/modules/userguide/media/guide/css/shThemeDefault.css
  335. www/kohana/modules/userguide/media/guide/css/shThemeKodoc.css
  336. www/kohana/modules/userguide/media/guide/img/arrows.png
  337. www/kohana/modules/userguide/media/guide/img/breadcrumbs.png
  338. www/kohana/modules/userguide/media/guide/img/content.png
  339. www/kohana/modules/userguide/media/guide/img/ext_link.png
  340. www/kohana/modules/userguide/media/guide/img/h2_line.png
  341. www/kohana/modules/userguide/media/guide/img/h3_line.png
  342. www/kohana/modules/userguide/media/guide/img/header.png
  343. www/kohana/modules/userguide/media/guide/img/kohana.png
  344. www/kohana/modules/userguide/media/guide/img/lightbulb_48.png
  345. www/kohana/modules/userguide/media/guide/img/lines.png
  346. www/kohana/modules/userguide/media/guide/img/orange-tab.png
  347. www/kohana/modules/userguide/media/guide/img/wrapper.png
  348. www/kohana/modules/userguide/media/guide/js/jquery.cookie.js
  349. www/kohana/modules/userguide/media/guide/js/jquery.min.js
  350. www/kohana/modules/userguide/media/guide/js/kodoc.js
  351. www/kohana/modules/userguide/media/guide/js/shBrushPhp.js
  352. www/kohana/modules/userguide/media/guide/js/shCore.js
  353. www/kohana/modules/userguide/media/guide/js/sizzle.js
  354. www/kohana/modules/userguide/media/guide/userguide/contrib-github-edit.png
  355. www/kohana/modules/userguide/media/guide/userguide/contrib-github-fork.png
  356. www/kohana/modules/userguide/media/guide/userguide/contrib-github-pull.png
  357. www/kohana/modules/userguide/messages/userguide.php
  358. www/kohana/modules/userguide/tests/KodocTest.php
  359. www/kohana/modules/userguide/tests/userguide/ControllerTest.php
  360. www/kohana/modules/userguide/vendor/markdown/License.text
  361. www/kohana/modules/userguide/vendor/markdown/markdown.php
  362. www/kohana/modules/userguide/views/userguide/api/class.php
  363. www/kohana/modules/userguide/views/userguide/api/menu.php
  364. www/kohana/modules/userguide/views/userguide/api/method.php
  365. www/kohana/modules/userguide/views/userguide/api/tags.php
  366. www/kohana/modules/userguide/views/userguide/api/toc.php
  367. www/kohana/modules/userguide/views/userguide/error.php
  368. www/kohana/modules/userguide/views/userguide/examples/error.php
  369. www/kohana/modules/userguide/views/userguide/examples/hello_world_error.php
  370. www/kohana/modules/userguide/views/userguide/index.php
  371. www/kohana/modules/userguide/views/userguide/menu.php
  372. www/kohana/modules/userguide/views/userguide/page-toc.php
  373. www/kohana/modules/userguide/views/userguide/template.php
  374. www/kohana/system/.gitignore
  375. www/kohana/system/.travis.yml
  376. www/kohana/system/CONTRIBUTING.md
  377. www/kohana/system/README.md
  378. www/kohana/system/classes/Arr.php
  379. www/kohana/system/classes/Config.php
  380. www/kohana/system/classes/Config/File.php
  381. www/kohana/system/classes/Config/Group.php
  382. www/kohana/system/classes/Controller.php
  383. www/kohana/system/classes/Controller/Template.php
  384. www/kohana/system/classes/Cookie.php
  385. www/kohana/system/classes/Date.php
  386. www/kohana/system/classes/Debug.php
  387. www/kohana/system/classes/Encrypt.php
  388. www/kohana/system/classes/Feed.php
  389. www/kohana/system/classes/File.php
  390. www/kohana/system/classes/Form.php
  391. www/kohana/system/classes/Fragment.php
  392. www/kohana/system/classes/HTML.php
  393. www/kohana/system/classes/HTTP.php
  394. www/kohana/system/classes/HTTP/Exception.php
  395. www/kohana/system/classes/HTTP/Exception/300.php
  396. www/kohana/system/classes/HTTP/Exception/301.php
  397. www/kohana/system/classes/HTTP/Exception/302.php
  398. www/kohana/system/classes/HTTP/Exception/303.php
  399. www/kohana/system/classes/HTTP/Exception/304.php
  400. www/kohana/system/classes/HTTP/Exception/305.php
  401. www/kohana/system/classes/HTTP/Exception/307.php
  402. www/kohana/system/classes/HTTP/Exception/400.php
  403. www/kohana/system/classes/HTTP/Exception/401.php
  404. www/kohana/system/classes/HTTP/Exception/402.php
  405. www/kohana/system/classes/HTTP/Exception/403.php
  406. www/kohana/system/classes/HTTP/Exception/404.php
  407. www/kohana/system/classes/HTTP/Exception/405.php
  408. www/kohana/system/classes/HTTP/Exception/406.php
  409. www/kohana/system/classes/HTTP/Exception/407.php
  410. www/kohana/system/classes/HTTP/Exception/408.php
  411. www/kohana/system/classes/HTTP/Exception/409.php
  412. www/kohana/system/classes/HTTP/Exception/410.php
  413. www/kohana/system/classes/HTTP/Exception/411.php
  414. www/kohana/system/classes/HTTP/Exception/412.php
  415. www/kohana/system/classes/HTTP/Exception/413.php
  416. www/kohana/system/classes/HTTP/Exception/414.php
  417. www/kohana/system/classes/HTTP/Exception/415.php
  418. www/kohana/system/classes/HTTP/Exception/416.php
  419. www/kohana/system/classes/HTTP/Exception/417.php
  420. www/kohana/system/classes/HTTP/Exception/500.php
  421. www/kohana/system/classes/HTTP/Exception/501.php
  422. www/kohana/system/classes/HTTP/Exception/502.php
  423. www/kohana/system/classes/HTTP/Exception/503.php
  424. www/kohana/system/classes/HTTP/Exception/504.php
  425. www/kohana/system/classes/HTTP/Exception/505.php
  426. www/kohana/system/classes/HTTP/Exception/Expected.php
  427. www/kohana/system/classes/HTTP/Exception/Redirect.php
  428. www/kohana/system/classes/HTTP/Header.php
  429. www/kohana/system/classes/HTTP/Message.php
  430. www/kohana/system/classes/HTTP/Request.php
  431. www/kohana/system/classes/HTTP/Response.php
  432. www/kohana/system/classes/I18n.php
  433. www/kohana/system/classes/Inflector.php
  434. www/kohana/system/classes/Kohana.php
  435. www/kohana/system/classes/Kohana/Arr.php
  436. www/kohana/system/classes/Kohana/Config.php
  437. www/kohana/system/classes/Kohana/Config/File.php
  438. www/kohana/system/classes/Kohana/Config/File/Reader.php
  439. www/kohana/system/classes/Kohana/Config/Group.php
  440. www/kohana/system/classes/Kohana/Config/Reader.php
  441. www/kohana/system/classes/Kohana/Config/Source.php
  442. www/kohana/system/classes/Kohana/Config/Writer.php
  443. www/kohana/system/classes/Kohana/Controller.php
  444. www/kohana/system/classes/Kohana/Controller/Template.php
  445. www/kohana/system/classes/Kohana/Cookie.php
  446. www/kohana/system/classes/Kohana/Core.php
  447. www/kohana/system/classes/Kohana/Date.php
  448. www/kohana/system/classes/Kohana/Debug.php
  449. www/kohana/system/classes/Kohana/Encrypt.php
  450. www/kohana/system/classes/Kohana/Exception.php
  451. www/kohana/system/classes/Kohana/Feed.php
  452. www/kohana/system/classes/Kohana/File.php
  453. www/kohana/system/classes/Kohana/Form.php
  454. www/kohana/system/classes/Kohana/Fragment.php
  455. www/kohana/system/classes/Kohana/HTML.php
  456. www/kohana/system/classes/Kohana/HTTP.php
  457. www/kohana/system/classes/Kohana/HTTP/Exception.php
  458. www/kohana/system/classes/Kohana/HTTP/Exception/300.php
  459. www/kohana/system/classes/Kohana/HTTP/Exception/301.php
  460. www/kohana/system/classes/Kohana/HTTP/Exception/302.php
  461. www/kohana/system/classes/Kohana/HTTP/Exception/303.php
  462. www/kohana/system/classes/Kohana/HTTP/Exception/304.php
  463. www/kohana/system/classes/Kohana/HTTP/Exception/305.php
  464. www/kohana/system/classes/Kohana/HTTP/Exception/307.php
  465. www/kohana/system/classes/Kohana/HTTP/Exception/400.php
  466. www/kohana/system/classes/Kohana/HTTP/Exception/401.php
  467. www/kohana/system/classes/Kohana/HTTP/Exception/402.php
  468. www/kohana/system/classes/Kohana/HTTP/Exception/403.php
  469. www/kohana/system/classes/Kohana/HTTP/Exception/404.php
  470. www/kohana/system/classes/Kohana/HTTP/Exception/405.php
  471. www/kohana/system/classes/Kohana/HTTP/Exception/406.php
  472. www/kohana/system/classes/Kohana/HTTP/Exception/407.php
  473. www/kohana/system/classes/Kohana/HTTP/Exception/408.php
  474. www/kohana/system/classes/Kohana/HTTP/Exception/409.php
  475. www/kohana/system/classes/Kohana/HTTP/Exception/410.php
  476. www/kohana/system/classes/Kohana/HTTP/Exception/411.php
  477. www/kohana/system/classes/Kohana/HTTP/Exception/412.php
  478. www/kohana/system/classes/Kohana/HTTP/Exception/413.php
  479. www/kohana/system/classes/Kohana/HTTP/Exception/414.php
  480. www/kohana/system/classes/Kohana/HTTP/Exception/415.php
  481. www/kohana/system/classes/Kohana/HTTP/Exception/416.php
  482. www/kohana/system/classes/Kohana/HTTP/Exception/417.php
  483. www/kohana/system/classes/Kohana/HTTP/Exception/500.php
  484. www/kohana/system/classes/Kohana/HTTP/Exception/501.php
  485. www/kohana/system/classes/Kohana/HTTP/Exception/502.php
  486. www/kohana/system/classes/Kohana/HTTP/Exception/503.php
  487. www/kohana/system/classes/Kohana/HTTP/Exception/504.php
  488. www/kohana/system/classes/Kohana/HTTP/Exception/505.php
  489. www/kohana/system/classes/Kohana/HTTP/Exception/Expected.php
  490. www/kohana/system/classes/Kohana/HTTP/Exception/Redirect.php
  491. www/kohana/system/classes/Kohana/HTTP/Header.php
  492. www/kohana/system/classes/Kohana/HTTP/Message.php
  493. www/kohana/system/classes/Kohana/HTTP/Request.php
  494. www/kohana/system/classes/Kohana/HTTP/Response.php
  495. www/kohana/system/classes/Kohana/I18n.php
  496. www/kohana/system/classes/Kohana/Inflector.php
  497. www/kohana/system/classes/Kohana/Kohana/Exception.php
  498. www/kohana/system/classes/Kohana/Log.php
  499. www/kohana/system/classes/Kohana/Log/File.php
  500. www/kohana/system/classes/Kohana/Log/StdErr.php
  501. www/kohana/system/classes/Kohana/Log/StdOut.php
  502. www/kohana/system/classes/Kohana/Log/Syslog.php
  503. www/kohana/system/classes/Kohana/Log/Writer.php
  504. www/kohana/system/classes/Kohana/Model.php
  505. www/kohana/system/classes/Kohana/Num.php
  506. www/kohana/system/classes/Kohana/Profiler.php
  507. www/kohana/system/classes/Kohana/Request.php
  508. www/kohana/system/classes/Kohana/Request/Client.php
  509. www/kohana/system/classes/Kohana/Request/Client/Curl.php
  510. www/kohana/system/classes/Kohana/Request/Client/External.php
  511. www/kohana/system/classes/Kohana/Request/Client/HTTP.php
  512. www/kohana/system/classes/Kohana/Request/Client/Internal.php
  513. www/kohana/system/classes/Kohana/Request/Client/Recursion/Exception.php
  514. www/kohana/system/classes/Kohana/Request/Client/Stream.php
  515. www/kohana/system/classes/Kohana/Request/Exception.php
  516. www/kohana/system/classes/Kohana/Response.php
  517. www/kohana/system/classes/Kohana/Route.php
  518. www/kohana/system/classes/Kohana/Security.php
  519. www/kohana/system/classes/Kohana/Session.php
  520. www/kohana/system/classes/Kohana/Session/Cookie.php
  521. www/kohana/system/classes/Kohana/Session/Exception.php
  522. www/kohana/system/classes/Kohana/Session/Native.php
  523. www/kohana/system/classes/Kohana/Text.php
  524. www/kohana/system/classes/Kohana/URL.php
  525. www/kohana/system/classes/Kohana/UTF8.php
  526. www/kohana/system/classes/Kohana/UTF8/Exception.php
  527. www/kohana/system/classes/Kohana/Upload.php
  528. www/kohana/system/classes/Kohana/Valid.php
  529. www/kohana/system/classes/Kohana/Validation.php
  530. www/kohana/system/classes/Kohana/Validation/Exception.php
  531. www/kohana/system/classes/Kohana/View.php
  532. www/kohana/system/classes/Kohana/View/Exception.php
  533. www/kohana/system/classes/Log.php
  534. www/kohana/system/classes/Log/File.php
  535. www/kohana/system/classes/Log/StdErr.php
  536. www/kohana/system/classes/Log/StdOut.php
  537. www/kohana/system/classes/Log/Syslog.php
  538. www/kohana/system/classes/Log/Writer.php
  539. www/kohana/system/classes/Model.php
  540. www/kohana/system/classes/Num.php
  541. www/kohana/system/classes/Profiler.php
  542. www/kohana/system/classes/Request.php
  543. www/kohana/system/classes/Request/Client.php
  544. www/kohana/system/classes/Request/Client/Curl.php
  545. www/kohana/system/classes/Request/Client/External.php
  546. www/kohana/system/classes/Request/Client/HTTP.php
  547. www/kohana/system/classes/Request/Client/Internal.php
  548. www/kohana/system/classes/Request/Client/Recursion/Exception.php
  549. www/kohana/system/classes/Request/Client/Stream.php
  550. www/kohana/system/classes/Request/Exception.php
  551. www/kohana/system/classes/Response.php
  552. www/kohana/system/classes/Route.php
  553. www/kohana/system/classes/Security.php
  554. www/kohana/system/classes/Session.php
  555. www/kohana/system/classes/Session/Cookie.php
  556. www/kohana/system/classes/Session/Exception.php
  557. www/kohana/system/classes/Session/Native.php
  558. www/kohana/system/classes/Text.php
  559. www/kohana/system/classes/URL.php
  560. www/kohana/system/classes/UTF8.php
  561. www/kohana/system/classes/UTF8/Exception.php
  562. www/kohana/system/classes/Upload.php
  563. www/kohana/system/classes/Valid.php
  564. www/kohana/system/classes/Validation.php
  565. www/kohana/system/classes/Validation/Exception.php
  566. www/kohana/system/classes/View.php
  567. www/kohana/system/classes/View/Exception.php
  568. www/kohana/system/composer.json
  569. www/kohana/system/config/credit_cards.php
  570. www/kohana/system/config/curl.php
  571. www/kohana/system/config/encrypt.php
  572. www/kohana/system/config/inflector.php
  573. www/kohana/system/config/mimes.php
  574. www/kohana/system/config/session.php
  575. www/kohana/system/config/url.php
  576. www/kohana/system/config/user_agents.php
  577. www/kohana/system/config/userguide.php
  578. www/kohana/system/guide/kohana/autoloading.md
  579. www/kohana/system/guide/kohana/bootstrap.md
  580. www/kohana/system/guide/kohana/config.md
  581. www/kohana/system/guide/kohana/controllers.md
  582. www/kohana/system/guide/kohana/conventions.md
  583. www/kohana/system/guide/kohana/cookies.md
  584. www/kohana/system/guide/kohana/debugging.md
  585. www/kohana/system/guide/kohana/errors.md
  586. www/kohana/system/guide/kohana/extension.md
  587. www/kohana/system/guide/kohana/files.md
  588. www/kohana/system/guide/kohana/files/classes.md
  589. www/kohana/system/guide/kohana/files/config.md
  590. www/kohana/system/guide/kohana/files/i18n.md
  591. www/kohana/system/guide/kohana/files/messages.md
  592. www/kohana/system/guide/kohana/flow.md
  593. www/kohana/system/guide/kohana/fragments.md
  594. www/kohana/system/guide/kohana/helpers.md
  595. www/kohana/system/guide/kohana/index.md
  596. www/kohana/system/guide/kohana/install.md
  597. www/kohana/system/guide/kohana/menu.md
  598. www/kohana/system/guide/kohana/modules.md
  599. www/kohana/system/guide/kohana/mvc.md
  600. www/kohana/system/guide/kohana/mvc/controllers.md
  601. www/kohana/system/guide/kohana/mvc/models.md
  602. www/kohana/system/guide/kohana/mvc/views.md
  603. www/kohana/system/guide/kohana/profiling.md
  604. www/kohana/system/guide/kohana/requests.md
  605. www/kohana/system/guide/kohana/routing.md
  606. www/kohana/system/guide/kohana/security.md
  607. www/kohana/system/guide/kohana/security/cookies.md
  608. www/kohana/system/guide/kohana/security/database.md
  609. www/kohana/system/guide/kohana/security/deploying.md
  610. www/kohana/system/guide/kohana/security/encryption.md
  611. www/kohana/system/guide/kohana/security/validation.md
  612. www/kohana/system/guide/kohana/security/xss.md
  613. www/kohana/system/guide/kohana/sessions.md
  614. www/kohana/system/guide/kohana/tips.md
  615. www/kohana/system/guide/kohana/tutorials/clean-urls.md
  616. www/kohana/system/guide/kohana/tutorials/error-pages.md
  617. www/kohana/system/guide/kohana/tutorials/git.md
  618. www/kohana/system/guide/kohana/tutorials/hello-world.md
  619. www/kohana/system/guide/kohana/tutorials/library-kohana.md
  620. www/kohana/system/guide/kohana/tutorials/sharing-kohana.md
  621. www/kohana/system/guide/kohana/tutorials/simple-mvc.md
  622. www/kohana/system/guide/kohana/upgrading-from-3-3-3-1.md
  623. www/kohana/system/guide/kohana/upgrading.md
  624. www/kohana/system/i18n/en.php
  625. www/kohana/system/i18n/es.php
  626. www/kohana/system/i18n/fr.php
  627. www/kohana/system/koharness.php
  628. www/kohana/system/media/guide/kohana/cascading_filesystem.png
  629. www/kohana/system/media/guide/kohana/hello_world_1.png
  630. www/kohana/system/media/guide/kohana/hello_world_2.png
  631. www/kohana/system/media/guide/kohana/hello_world_2_error.png
  632. www/kohana/system/media/guide/kohana/install.png
  633. www/kohana/system/media/guide/kohana/welcome.png
  634. www/kohana/system/messages/tests/validation/error_type_check.php
  635. www/kohana/system/messages/validation.php
  636. www/kohana/system/tests/kohana/ArrTest.php
  637. www/kohana/system/tests/kohana/Config/File/ReaderTest.php
  638. www/kohana/system/tests/kohana/Config/GroupTest.php
  639. www/kohana/system/tests/kohana/ConfigTest.php
  640. www/kohana/system/tests/kohana/CookieTest.php
  641. www/kohana/system/tests/kohana/CoreTest.php
  642. www/kohana/system/tests/kohana/DateTest.php
  643. www/kohana/system/tests/kohana/DebugTest.php
  644. www/kohana/system/tests/kohana/EncryptTest.php
  645. www/kohana/system/tests/kohana/ExceptionTest.php
  646. www/kohana/system/tests/kohana/FeedTest.php
  647. www/kohana/system/tests/kohana/FileTest.php
  648. www/kohana/system/tests/kohana/FormTest.php
  649. www/kohana/system/tests/kohana/HTMLTest.php
  650. www/kohana/system/tests/kohana/HTTPTest.php
  651. www/kohana/system/tests/kohana/Http/HeaderTest.php
  652. www/kohana/system/tests/kohana/I18nTest.php
  653. www/kohana/system/tests/kohana/InflectorTest.php
  654. www/kohana/system/tests/kohana/LogTest.php
  655. www/kohana/system/tests/kohana/ModelTest.php
  656. www/kohana/system/tests/kohana/NumTest.php
  657. www/kohana/system/tests/kohana/RequestTest.php
  658. www/kohana/system/tests/kohana/ResponseTest.php
  659. www/kohana/system/tests/kohana/RouteTest.php
  660. www/kohana/system/tests/kohana/SecurityTest.php
  661. www/kohana/system/tests/kohana/SessionTest.php
  662. www/kohana/system/tests/kohana/TextTest.php
  663. www/kohana/system/tests/kohana/URLTest.php
  664. www/kohana/system/tests/kohana/UTF8Test.php
  665. www/kohana/system/tests/kohana/UploadTest.php
  666. www/kohana/system/tests/kohana/ValidTest.php
  667. www/kohana/system/tests/kohana/ValidationTest.php
  668. www/kohana/system/tests/kohana/ViewTest.php
  669. www/kohana/system/tests/kohana/request/ClientTest.php
  670. www/kohana/system/tests/kohana/request/client/ExternalTest.php
  671. www/kohana/system/tests/kohana/request/client/InternalTest.php
  672. www/kohana/system/tests/test_data/callback_routes.php
  673. www/kohana/system/tests/test_data/feeds/activity.atom
  674. www/kohana/system/tests/test_data/feeds/example.rss20
  675. www/kohana/system/tests/test_data/github.png
  676. www/kohana/system/tests/test_data/message_tests/bottom_module/messages/kohana_core_message_tests.php
  677. www/kohana/system/tests/test_data/message_tests/top_module/messages/kohana_core_message_tests.php
  678. www/kohana/system/tests/test_data/views/test.css.php
  679. www/kohana/system/utf8/from_unicode.php
  680. www/kohana/system/utf8/ltrim.php
  681. www/kohana/system/utf8/ord.php
  682. www/kohana/system/utf8/rtrim.php
  683. www/kohana/system/utf8/str_ireplace.php
  684. www/kohana/system/utf8/str_pad.php
  685. www/kohana/system/utf8/str_split.php
  686. www/kohana/system/utf8/strcasecmp.php
  687. www/kohana/system/utf8/strcspn.php
  688. www/kohana/system/utf8/stristr.php
  689. www/kohana/system/utf8/strlen.php
  690. www/kohana/system/utf8/strpos.php
  691. www/kohana/system/utf8/strrev.php
  692. www/kohana/system/utf8/strrpos.php
  693. www/kohana/system/utf8/strspn.php
  694. www/kohana/system/utf8/strtolower.php
  695. www/kohana/system/utf8/strtoupper.php
  696. www/kohana/system/utf8/substr.php
  697. www/kohana/system/utf8/substr_replace.php
  698. www/kohana/system/utf8/to_unicode.php
  699. www/kohana/system/utf8/transliterate_to_ascii.php
  700. www/kohana/system/utf8/trim.php
  701. www/kohana/system/utf8/ucfirst.php
  702. www/kohana/system/utf8/ucwords.php
  703. www/kohana/system/views/kohana/error.php
  704. www/kohana/system/views/kohana/generate_logo.php
  705. www/kohana/system/views/kohana/logo.php
  706. www/kohana/system/views/profiler/stats.php
  707. www/kohana/system/views/profiler/style.css
  708. @owner
  709. @group
  710. @mode
Collapse this list.
Dependency lines:
  • kohana>0:www/kohana
To install the port:
cd /usr/ports/www/kohana/ && make install clean
To add the package, run one of these commands:
  • pkg install www/kohana
  • pkg install kohana
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: kohana
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1470641595 SHA256 (kohana-v3.3.6.zip) = 982b5abd03c57e9cdd74475f65beeb9bdc39e75ed496a85dc537442838869140 SIZE (kohana-v3.3.6.zip) = 1322282

Packages (timestamps in pop-ups are UTC):
kohana
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.3.63.3.63.3.63.3.63.3.6-3.3.6-
FreeBSD:13:quarterly3.3.63.3.63.3.63.3.63.3.63.3.63.3.63.3.6
FreeBSD:14:latest3.3.63.3.63.3.63.3.63.3.63.3.6-3.3.6
FreeBSD:14:quarterly3.3.63.3.6-3.3.63.3.63.3.63.3.63.3.6
FreeBSD:15:latest3.3.63.3.6n/a3.3.6n/a3.3.63.3.63.3.6
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. php.h : lang/php82
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_kohana
USES:
cpe php zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/kohana/kohana/releases/download/v3.3.6/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.3.6
30 Jan 2024 08:05:56
commit hash: e44adb99487a7b492bed3c6c785fa46cfea26aafcommit hash: e44adb99487a7b492bed3c6c785fa46cfea26aafcommit hash: e44adb99487a7b492bed3c6c785fa46cfea26aafcommit hash: e44adb99487a7b492bed3c6c785fa46cfea26aaf files touched by this commit
Zsolt Udvari (uzsolt) search for other commits by this committer
multiple_ports: Update MAINTAINER

Change uzsolt@uzsolt.hu to uzsolt@FreeBSD.org on all relevant ports:
audio/musicpc
converters/R-cran-jsonlite
databases/R-cran-cachem
databases/R-cran-fastmap
databases/adminer
deskutils/fet
devel/R-cran-cli
devel/R-cran-fansi
devel/R-cran-later
devel/R-cran-purrr
devel/R-cran-vctrs
devel/lua-sysctl
(Only the first 15 lines of the commit message are shown above View all of this commit message)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.3.6
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.3.6
01 Apr 2022 15:09:49
commit hash: 7b4d1f0b36f88f7fee1898a9cc10c2acf261a123commit hash: 7b4d1f0b36f88f7fee1898a9cc10c2acf261a123commit hash: 7b4d1f0b36f88f7fee1898a9cc10c2acf261a123commit hash: 7b4d1f0b36f88f7fee1898a9cc10c2acf261a123 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: fix trailing whitespace in pkg-descr's

Approved by:	portmgr blanket
3.3.6
21 Oct 2021 15:40:50
commit hash: c91433bd7cd3628f7db6106a0022ba1765297e2dcommit hash: c91433bd7cd3628f7db6106a0022ba1765297e2dcommit hash: c91433bd7cd3628f7db6106a0022ba1765297e2dcommit hash: c91433bd7cd3628f7db6106a0022ba1765297e2d files touched by this commit
Stefan Eßer (se) search for other commits by this committer
www/kohana: Add CPE information

Approved by:	portmgr (blanket)
3.3.6
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
3.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.
3.3.6
14 Aug 2019 12:25:09
Revision:508913Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories w)
3.3.6
04 Jul 2017 19:41:21
Revision:445039Original commit files touched by this commit
bhughes search for other commits by this committer
multiple ports: Update MAINTAINER

Change udvzsolt@gmail.com to uzsolt@uzsolt.hu on all relevant ports:
audio/musicpc
databases/adminer
deskutils/fet
graphics/mupdf
graphics/timg
graphics/zathura-pdf-mupdf
sysutils/rdiff-backup
textproc/urlview
www/kohana
x11/dzen2
x11-wm/herbstluftwm

PR:		220323
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Approved by:	mat (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D11469
3.3.6
02 Dec 2016 09:21:59
Revision:427548Original commit files touched by this commit
mat search for other commits by this committer
http://github.com redirects to https://github.com, spare everyone a redirect.

Sponsored by:	Absolight
3.3.6
19 Aug 2016 19:26:26
Revision:420488Original commit files touched by this commit
pawel search for other commits by this committer
Kohana is an elegant, open source, and object oriented HMVC framework
built using PHP5, by a team of volunteers. It aims to be swift,
secure, and small.

WWW: https://kohanaframework.org/

PR:		211752
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com>

Number of commits found: 11