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
p5-App-Sqitch Sensible database change management
1.3.0 databases on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.3.0Version of this port present on the latest quarterly branch.
Maintainer: henrik@hodne.io search for ports maintained by this maintainer
Port Added: 2016-04-10 10:37:45
Last Update: 2022-09-17 13:53:59
Commit Hash: d2aa4c7
Also Listed In: perl5
License: MIT
WWW:
https://metacpan.org/release/App-Sqitch
Description:
Sqitch is a database change management application. What makes it different from your typical migration-style approaches? A few things: * No opinions * Native scripting * Dependency resolution * Deployment integrity * Iterative development
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 (281 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-App-Sqitch-1.3.0/catalog.mk
  2. /usr/local/share/licenses/p5-App-Sqitch-1.3.0/LICENSE
  3. /usr/local/share/licenses/p5-App-Sqitch-1.3.0/MIT
  4. bin/sqitch
  5. etc/sqitch/templates/deploy/exasol.tmpl
  6. etc/sqitch/templates/deploy/firebird.tmpl
  7. etc/sqitch/templates/deploy/mysql.tmpl
  8. etc/sqitch/templates/deploy/oracle.tmpl
  9. etc/sqitch/templates/deploy/pg.tmpl
  10. etc/sqitch/templates/deploy/snowflake.tmpl
  11. etc/sqitch/templates/deploy/sqlite.tmpl
  12. etc/sqitch/templates/deploy/vertica.tmpl
  13. etc/sqitch/templates/revert/exasol.tmpl
  14. etc/sqitch/templates/revert/firebird.tmpl
  15. etc/sqitch/templates/revert/mysql.tmpl
  16. etc/sqitch/templates/revert/oracle.tmpl
  17. etc/sqitch/templates/revert/pg.tmpl
  18. etc/sqitch/templates/revert/snowflake.tmpl
  19. etc/sqitch/templates/revert/sqlite.tmpl
  20. etc/sqitch/templates/revert/vertica.tmpl
  21. etc/sqitch/templates/verify/exasol.tmpl
  22. etc/sqitch/templates/verify/firebird.tmpl
  23. etc/sqitch/templates/verify/mysql.tmpl
  24. etc/sqitch/templates/verify/oracle.tmpl
  25. etc/sqitch/templates/verify/pg.tmpl
  26. etc/sqitch/templates/verify/snowflake.tmpl
  27. etc/sqitch/templates/verify/sqlite.tmpl
  28. etc/sqitch/templates/verify/vertica.tmpl
  29. etc/sqitch/tools/upgrade-registry-to-mysql-5.5.0.sql
  30. etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql
  31. lib/perl5/site_perl/App/Sqitch.pm
  32. lib/perl5/site_perl/App/Sqitch/Command.pm
  33. lib/perl5/site_perl/App/Sqitch/Command/add.pm
  34. lib/perl5/site_perl/App/Sqitch/Command/bundle.pm
  35. lib/perl5/site_perl/App/Sqitch/Command/check.pm
  36. lib/perl5/site_perl/App/Sqitch/Command/checkout.pm
  37. lib/perl5/site_perl/App/Sqitch/Command/config.pm
  38. lib/perl5/site_perl/App/Sqitch/Command/deploy.pm
  39. lib/perl5/site_perl/App/Sqitch/Command/engine.pm
  40. lib/perl5/site_perl/App/Sqitch/Command/help.pm
  41. lib/perl5/site_perl/App/Sqitch/Command/init.pm
  42. lib/perl5/site_perl/App/Sqitch/Command/log.pm
  43. lib/perl5/site_perl/App/Sqitch/Command/plan.pm
  44. lib/perl5/site_perl/App/Sqitch/Command/rebase.pm
  45. lib/perl5/site_perl/App/Sqitch/Command/revert.pm
  46. lib/perl5/site_perl/App/Sqitch/Command/rework.pm
  47. lib/perl5/site_perl/App/Sqitch/Command/show.pm
  48. lib/perl5/site_perl/App/Sqitch/Command/status.pm
  49. lib/perl5/site_perl/App/Sqitch/Command/tag.pm
  50. lib/perl5/site_perl/App/Sqitch/Command/target.pm
  51. lib/perl5/site_perl/App/Sqitch/Command/upgrade.pm
  52. lib/perl5/site_perl/App/Sqitch/Command/verify.pm
  53. lib/perl5/site_perl/App/Sqitch/Config.pm
  54. lib/perl5/site_perl/App/Sqitch/DateTime.pm
  55. lib/perl5/site_perl/App/Sqitch/Engine.pm
  56. lib/perl5/site_perl/App/Sqitch/Engine/Upgrade/cockroach-1.0.sql
  57. lib/perl5/site_perl/App/Sqitch/Engine/Upgrade/cockroach-1.1.sql
  58. lib/perl5/site_perl/App/Sqitch/Engine/Upgrade/exasol-1.0.sql
  59. lib/perl5/site_perl/App/Sqitch/Engine/Upgrade/exasol-1.1.sql
  60. lib/perl5/site_perl/App/Sqitch/Engine/Upgrade/firebird-1.0.sql
  61. lib/perl5/site_perl/App/Sqitch/Engine/Upgrade/firebird-1.1.sql
  62. lib/perl5/site_perl/App/Sqitch/Engine/Upgrade/mysql-1.0.sql
  63. lib/perl5/site_perl/App/Sqitch/Engine/Upgrade/mysql-1.1.sql
  64. lib/perl5/site_perl/App/Sqitch/Engine/Upgrade/oracle-1.0.sql
  65. lib/perl5/site_perl/App/Sqitch/Engine/Upgrade/oracle-1.1.sql
  66. lib/perl5/site_perl/App/Sqitch/Engine/Upgrade/pg-1.0.sql
  67. lib/perl5/site_perl/App/Sqitch/Engine/Upgrade/pg-1.1.sql
  68. lib/perl5/site_perl/App/Sqitch/Engine/Upgrade/snowflake-1.0.sql
  69. lib/perl5/site_perl/App/Sqitch/Engine/Upgrade/snowflake-1.1.sql
  70. lib/perl5/site_perl/App/Sqitch/Engine/Upgrade/sqlite-1.0.sql
  71. lib/perl5/site_perl/App/Sqitch/Engine/Upgrade/sqlite-1.1.sql
  72. lib/perl5/site_perl/App/Sqitch/Engine/Upgrade/vertica-1.0.sql
  73. lib/perl5/site_perl/App/Sqitch/Engine/Upgrade/vertica-1.1.sql
  74. lib/perl5/site_perl/App/Sqitch/Engine/cockroach.pm
  75. lib/perl5/site_perl/App/Sqitch/Engine/cockroach.sql
  76. lib/perl5/site_perl/App/Sqitch/Engine/exasol.pm
  77. lib/perl5/site_perl/App/Sqitch/Engine/exasol.sql
  78. lib/perl5/site_perl/App/Sqitch/Engine/firebird.pm
  79. lib/perl5/site_perl/App/Sqitch/Engine/firebird.sql
  80. lib/perl5/site_perl/App/Sqitch/Engine/mysql.pm
  81. lib/perl5/site_perl/App/Sqitch/Engine/mysql.sql
  82. lib/perl5/site_perl/App/Sqitch/Engine/oracle.pm
  83. lib/perl5/site_perl/App/Sqitch/Engine/oracle.sql
  84. lib/perl5/site_perl/App/Sqitch/Engine/pg.pm
  85. lib/perl5/site_perl/App/Sqitch/Engine/pg.sql
  86. lib/perl5/site_perl/App/Sqitch/Engine/snowflake.pm
  87. lib/perl5/site_perl/App/Sqitch/Engine/snowflake.sql
  88. lib/perl5/site_perl/App/Sqitch/Engine/sqlite.pm
  89. lib/perl5/site_perl/App/Sqitch/Engine/sqlite.sql
  90. lib/perl5/site_perl/App/Sqitch/Engine/vertica.pm
  91. lib/perl5/site_perl/App/Sqitch/Engine/vertica.sql
  92. lib/perl5/site_perl/App/Sqitch/ItemFormatter.pm
  93. lib/perl5/site_perl/App/Sqitch/Plan.pm
  94. lib/perl5/site_perl/App/Sqitch/Plan/Blank.pm
  95. lib/perl5/site_perl/App/Sqitch/Plan/Change.pm
  96. lib/perl5/site_perl/App/Sqitch/Plan/ChangeList.pm
  97. lib/perl5/site_perl/App/Sqitch/Plan/Depend.pm
  98. lib/perl5/site_perl/App/Sqitch/Plan/Line.pm
  99. lib/perl5/site_perl/App/Sqitch/Plan/LineList.pm
  100. lib/perl5/site_perl/App/Sqitch/Plan/Pragma.pm
  101. lib/perl5/site_perl/App/Sqitch/Plan/Tag.pm
  102. lib/perl5/site_perl/App/Sqitch/Role/ConnectingCommand.pm
  103. lib/perl5/site_perl/App/Sqitch/Role/ContextCommand.pm
  104. lib/perl5/site_perl/App/Sqitch/Role/DBIEngine.pm
  105. lib/perl5/site_perl/App/Sqitch/Role/RevertDeployCommand.pm
  106. lib/perl5/site_perl/App/Sqitch/Role/TargetConfigCommand.pm
  107. lib/perl5/site_perl/App/Sqitch/Target.pm
  108. lib/perl5/site_perl/App/Sqitch/Types.pm
  109. lib/perl5/site_perl/App/Sqitch/X.pm
  110. lib/perl5/site_perl/LocaleData/de_DE/LC_MESSAGES/App-Sqitch.mo
  111. lib/perl5/site_perl/LocaleData/fr_FR/LC_MESSAGES/App-Sqitch.mo
  112. lib/perl5/site_perl/LocaleData/it_IT/LC_MESSAGES/App-Sqitch.mo
  113. lib/perl5/site_perl/man/man3/App::Sqitch.3.gz
  114. lib/perl5/site_perl/man/man3/App::Sqitch::Command.3.gz
  115. lib/perl5/site_perl/man/man3/App::Sqitch::Command::add.3.gz
  116. lib/perl5/site_perl/man/man3/App::Sqitch::Command::bundle.3.gz
  117. lib/perl5/site_perl/man/man3/App::Sqitch::Command::check.3.gz
  118. lib/perl5/site_perl/man/man3/App::Sqitch::Command::checkout.3.gz
  119. lib/perl5/site_perl/man/man3/App::Sqitch::Command::config.3.gz
  120. lib/perl5/site_perl/man/man3/App::Sqitch::Command::deploy.3.gz
  121. lib/perl5/site_perl/man/man3/App::Sqitch::Command::engine.3.gz
  122. lib/perl5/site_perl/man/man3/App::Sqitch::Command::help.3.gz
  123. lib/perl5/site_perl/man/man3/App::Sqitch::Command::init.3.gz
  124. lib/perl5/site_perl/man/man3/App::Sqitch::Command::log.3.gz
  125. lib/perl5/site_perl/man/man3/App::Sqitch::Command::plan.3.gz
  126. lib/perl5/site_perl/man/man3/App::Sqitch::Command::rebase.3.gz
  127. lib/perl5/site_perl/man/man3/App::Sqitch::Command::revert.3.gz
  128. lib/perl5/site_perl/man/man3/App::Sqitch::Command::rework.3.gz
  129. lib/perl5/site_perl/man/man3/App::Sqitch::Command::show.3.gz
  130. lib/perl5/site_perl/man/man3/App::Sqitch::Command::status.3.gz
  131. lib/perl5/site_perl/man/man3/App::Sqitch::Command::tag.3.gz
  132. lib/perl5/site_perl/man/man3/App::Sqitch::Command::target.3.gz
  133. lib/perl5/site_perl/man/man3/App::Sqitch::Command::upgrade.3.gz
  134. lib/perl5/site_perl/man/man3/App::Sqitch::Command::verify.3.gz
  135. lib/perl5/site_perl/man/man3/App::Sqitch::Config.3.gz
  136. lib/perl5/site_perl/man/man3/App::Sqitch::DateTime.3.gz
  137. lib/perl5/site_perl/man/man3/App::Sqitch::Engine.3.gz
  138. lib/perl5/site_perl/man/man3/App::Sqitch::Engine::cockroach.3.gz
  139. lib/perl5/site_perl/man/man3/App::Sqitch::Engine::exasol.3.gz
  140. lib/perl5/site_perl/man/man3/App::Sqitch::Engine::firebird.3.gz
  141. lib/perl5/site_perl/man/man3/App::Sqitch::Engine::mysql.3.gz
  142. lib/perl5/site_perl/man/man3/App::Sqitch::Engine::oracle.3.gz
  143. lib/perl5/site_perl/man/man3/App::Sqitch::Engine::pg.3.gz
  144. lib/perl5/site_perl/man/man3/App::Sqitch::Engine::snowflake.3.gz
  145. lib/perl5/site_perl/man/man3/App::Sqitch::Engine::sqlite.3.gz
  146. lib/perl5/site_perl/man/man3/App::Sqitch::Engine::vertica.3.gz
  147. lib/perl5/site_perl/man/man3/App::Sqitch::ItemFormatter.3.gz
  148. lib/perl5/site_perl/man/man3/App::Sqitch::Plan.3.gz
  149. lib/perl5/site_perl/man/man3/App::Sqitch::Plan::Blank.3.gz
  150. lib/perl5/site_perl/man/man3/App::Sqitch::Plan::Change.3.gz
  151. lib/perl5/site_perl/man/man3/App::Sqitch::Plan::ChangeList.3.gz
  152. lib/perl5/site_perl/man/man3/App::Sqitch::Plan::Depend.3.gz
  153. lib/perl5/site_perl/man/man3/App::Sqitch::Plan::Line.3.gz
  154. lib/perl5/site_perl/man/man3/App::Sqitch::Plan::LineList.3.gz
  155. lib/perl5/site_perl/man/man3/App::Sqitch::Plan::Pragma.3.gz
  156. lib/perl5/site_perl/man/man3/App::Sqitch::Plan::Tag.3.gz
  157. lib/perl5/site_perl/man/man3/App::Sqitch::Role::ConnectingCommand.3.gz
  158. lib/perl5/site_perl/man/man3/App::Sqitch::Role::ContextCommand.3.gz
  159. lib/perl5/site_perl/man/man3/App::Sqitch::Role::DBIEngine.3.gz
  160. lib/perl5/site_perl/man/man3/App::Sqitch::Role::RevertDeployCommand.3.gz
  161. lib/perl5/site_perl/man/man3/App::Sqitch::Role::TargetConfigCommand.3.gz
  162. lib/perl5/site_perl/man/man3/App::Sqitch::Target.3.gz
  163. lib/perl5/site_perl/man/man3/App::Sqitch::Types.3.gz
  164. lib/perl5/site_perl/man/man3/App::Sqitch::X.3.gz
  165. lib/perl5/site_perl/man/man3/sqitch-add-usage.3.gz
  166. lib/perl5/site_perl/man/man3/sqitch-add.3.gz
  167. lib/perl5/site_perl/man/man3/sqitch-authentication.3.gz
  168. lib/perl5/site_perl/man/man3/sqitch-bundle-usage.3.gz
  169. lib/perl5/site_perl/man/man3/sqitch-bundle.3.gz
  170. lib/perl5/site_perl/man/man3/sqitch-check-usage.3.gz
  171. lib/perl5/site_perl/man/man3/sqitch-check.3.gz
  172. lib/perl5/site_perl/man/man3/sqitch-checkout-usage.3.gz
  173. lib/perl5/site_perl/man/man3/sqitch-checkout.3.gz
  174. lib/perl5/site_perl/man/man3/sqitch-config-usage.3.gz
  175. lib/perl5/site_perl/man/man3/sqitch-config.3.gz
  176. lib/perl5/site_perl/man/man3/sqitch-configuration.3.gz
  177. lib/perl5/site_perl/man/man3/sqitch-deploy-usage.3.gz
  178. lib/perl5/site_perl/man/man3/sqitch-deploy.3.gz
  179. lib/perl5/site_perl/man/man3/sqitch-engine-usage.3.gz
  180. lib/perl5/site_perl/man/man3/sqitch-engine.3.gz
  181. lib/perl5/site_perl/man/man3/sqitch-environment.3.gz
  182. lib/perl5/site_perl/man/man3/sqitch-help-usage.3.gz
  183. lib/perl5/site_perl/man/man3/sqitch-help.3.gz
  184. lib/perl5/site_perl/man/man3/sqitch-init-usage.3.gz
  185. lib/perl5/site_perl/man/man3/sqitch-init.3.gz
  186. lib/perl5/site_perl/man/man3/sqitch-log-usage.3.gz
  187. lib/perl5/site_perl/man/man3/sqitch-log.3.gz
  188. lib/perl5/site_perl/man/man3/sqitch-passwords.3.gz
  189. lib/perl5/site_perl/man/man3/sqitch-plan-usage.3.gz
  190. lib/perl5/site_perl/man/man3/sqitch-plan.3.gz
  191. lib/perl5/site_perl/man/man3/sqitch-rebase-usage.3.gz
  192. lib/perl5/site_perl/man/man3/sqitch-rebase.3.gz
  193. lib/perl5/site_perl/man/man3/sqitch-revert-usage.3.gz
  194. lib/perl5/site_perl/man/man3/sqitch-revert.3.gz
  195. lib/perl5/site_perl/man/man3/sqitch-rework-usage.3.gz
  196. lib/perl5/site_perl/man/man3/sqitch-rework.3.gz
  197. lib/perl5/site_perl/man/man3/sqitch-show-usage.3.gz
  198. lib/perl5/site_perl/man/man3/sqitch-show.3.gz
  199. lib/perl5/site_perl/man/man3/sqitch-status-usage.3.gz
  200. lib/perl5/site_perl/man/man3/sqitch-status.3.gz
  201. lib/perl5/site_perl/man/man3/sqitch-tag-usage.3.gz
  202. lib/perl5/site_perl/man/man3/sqitch-tag.3.gz
  203. lib/perl5/site_perl/man/man3/sqitch-target-usage.3.gz
  204. lib/perl5/site_perl/man/man3/sqitch-target.3.gz
  205. lib/perl5/site_perl/man/man3/sqitch-upgrade-usage.3.gz
  206. lib/perl5/site_perl/man/man3/sqitch-upgrade.3.gz
  207. lib/perl5/site_perl/man/man3/sqitch-verify-usage.3.gz
  208. lib/perl5/site_perl/man/man3/sqitch-verify.3.gz
  209. lib/perl5/site_perl/man/man3/sqitch.3.gz
  210. lib/perl5/site_perl/man/man3/sqitchchanges.3.gz
  211. lib/perl5/site_perl/man/man3/sqitchcommands.3.gz
  212. lib/perl5/site_perl/man/man3/sqitchguides.3.gz
  213. lib/perl5/site_perl/man/man3/sqitchtutorial-exasol.3.gz
  214. lib/perl5/site_perl/man/man3/sqitchtutorial-firebird.3.gz
  215. lib/perl5/site_perl/man/man3/sqitchtutorial-mysql.3.gz
  216. lib/perl5/site_perl/man/man3/sqitchtutorial-oracle.3.gz
  217. lib/perl5/site_perl/man/man3/sqitchtutorial-snowflake.3.gz
  218. lib/perl5/site_perl/man/man3/sqitchtutorial-sqlite.3.gz
  219. lib/perl5/site_perl/man/man3/sqitchtutorial-vertica.3.gz
  220. lib/perl5/site_perl/man/man3/sqitchtutorial.3.gz
  221. lib/perl5/site_perl/man/man3/sqitchusage.3.gz
  222. lib/perl5/site_perl/sqitch-add-usage.pod
  223. lib/perl5/site_perl/sqitch-add.pod
  224. lib/perl5/site_perl/sqitch-authentication.pod
  225. lib/perl5/site_perl/sqitch-bundle-usage.pod
  226. lib/perl5/site_perl/sqitch-bundle.pod
  227. lib/perl5/site_perl/sqitch-check-usage.pod
  228. lib/perl5/site_perl/sqitch-check.pod
  229. lib/perl5/site_perl/sqitch-checkout-usage.pod
  230. lib/perl5/site_perl/sqitch-checkout.pod
  231. lib/perl5/site_perl/sqitch-config-usage.pod
  232. lib/perl5/site_perl/sqitch-config.pod
  233. lib/perl5/site_perl/sqitch-configuration.pod
  234. lib/perl5/site_perl/sqitch-deploy-usage.pod
  235. lib/perl5/site_perl/sqitch-deploy.pod
  236. lib/perl5/site_perl/sqitch-engine-usage.pod
  237. lib/perl5/site_perl/sqitch-engine.pod
  238. lib/perl5/site_perl/sqitch-environment.pod
  239. lib/perl5/site_perl/sqitch-help-usage.pod
  240. lib/perl5/site_perl/sqitch-help.pod
  241. lib/perl5/site_perl/sqitch-init-usage.pod
  242. lib/perl5/site_perl/sqitch-init.pod
  243. lib/perl5/site_perl/sqitch-log-usage.pod
  244. lib/perl5/site_perl/sqitch-log.pod
  245. lib/perl5/site_perl/sqitch-passwords.pod
  246. lib/perl5/site_perl/sqitch-plan-usage.pod
  247. lib/perl5/site_perl/sqitch-plan.pod
  248. lib/perl5/site_perl/sqitch-rebase-usage.pod
  249. lib/perl5/site_perl/sqitch-rebase.pod
  250. lib/perl5/site_perl/sqitch-revert-usage.pod
  251. lib/perl5/site_perl/sqitch-revert.pod
  252. lib/perl5/site_perl/sqitch-rework-usage.pod
  253. lib/perl5/site_perl/sqitch-rework.pod
  254. lib/perl5/site_perl/sqitch-show-usage.pod
  255. lib/perl5/site_perl/sqitch-show.pod
  256. lib/perl5/site_perl/sqitch-status-usage.pod
  257. lib/perl5/site_perl/sqitch-status.pod
  258. lib/perl5/site_perl/sqitch-tag-usage.pod
  259. lib/perl5/site_perl/sqitch-tag.pod
  260. lib/perl5/site_perl/sqitch-target-usage.pod
  261. lib/perl5/site_perl/sqitch-target.pod
  262. lib/perl5/site_perl/sqitch-upgrade-usage.pod
  263. lib/perl5/site_perl/sqitch-upgrade.pod
  264. lib/perl5/site_perl/sqitch-verify-usage.pod
  265. lib/perl5/site_perl/sqitch-verify.pod
  266. lib/perl5/site_perl/sqitch.pod
  267. lib/perl5/site_perl/sqitchchanges.pod
  268. lib/perl5/site_perl/sqitchcommands.pod
  269. lib/perl5/site_perl/sqitchguides.pod
  270. lib/perl5/site_perl/sqitchtutorial-exasol.pod
  271. lib/perl5/site_perl/sqitchtutorial-firebird.pod
  272. lib/perl5/site_perl/sqitchtutorial-mysql.pod
  273. lib/perl5/site_perl/sqitchtutorial-oracle.pod
  274. lib/perl5/site_perl/sqitchtutorial-snowflake.pod
  275. lib/perl5/site_perl/sqitchtutorial-sqlite.pod
  276. lib/perl5/site_perl/sqitchtutorial-vertica.pod
  277. lib/perl5/site_perl/sqitchtutorial.pod
  278. lib/perl5/site_perl/sqitchusage.pod
  279. @owner
  280. @group
  281. @mode
Collapse this list.
Dependency lines:
  • p5-App-Sqitch>0:databases/p5-App-Sqitch
To install the port:
cd /usr/ports/databases/p5-App-Sqitch/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/p5-App-Sqitch
  • pkg install p5-App-Sqitch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-App-Sqitch
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1663422690 SHA256 (App-Sqitch-v1.3.0.tar.gz) = 7d07635ec77a7faf3c50281c76ec833c68702f14470996cb2203a8bc6abc5bf2 SIZE (App-Sqitch-v1.3.0.tar.gz) = 632394

Packages (timestamps in pop-ups are UTC):
p5-App-Sqitch
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.3.01.3.00.9994_11.3.01.3.0-0.9994_1-
FreeBSD:13:quarterly1.3.01.3.01.3.01.3.01.3.01.3.01.3.01.3.0
FreeBSD:14:latest1.3.01.3.01.3.01.3.01.3.01.3.0-1.3.0
FreeBSD:14:quarterly1.3.01.3.0-1.3.01.3.01.3.01.3.01.3.0
FreeBSD:15:latest1.3.01.3.0n/a1.3.0n/a1.3.01.3.01.3.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-Algorithm-Backoff>=0.006 : devel/p5-Algorithm-Backoff
  2. p5-Clone>=0 : devel/p5-Clone
  3. p5-Config-GitLike>=1.15 : devel/p5-Config-GitLike
  4. p5-DBI>=0 : databases/p5-DBI
  5. p5-DateTime>=0 : devel/p5-DateTime
  6. p5-DateTime-TimeZone>=1.04 : devel/p5-DateTime-TimeZone
  7. p5-Devel-StackTrace>=1.30 : devel/p5-Devel-StackTrace
  8. p5-Encode-Locale>=0 : converters/p5-Encode-Locale
  9. p5-Hash-Merge>=0 : textproc/p5-Hash-Merge
  10. p5-IO-Pager>=0.34 : devel/p5-IO-Pager
  11. p5-IPC-Run3>=0 : devel/p5-IPC-Run3
  12. p5-IPC-System-Simple>=1.17 : devel/p5-IPC-System-Simple
  13. p5-List-MoreUtils>=0 : lang/p5-List-MoreUtils
  14. p5-Locale-libintl>=1.20 : devel/p5-Locale-libintl
  15. p5-Moo>=1.002000 : devel/p5-Moo
  16. p5-Path-Class>=0.33 : devel/p5-Path-Class
  17. p5-PerlIO-utf8_strict>=0 : devel/p5-PerlIO-utf8_strict
  18. p5-Pod-Escapes>=1.04 : textproc/p5-Pod-Escapes
  19. p5-Pod-Parser>=0 : textproc/p5-Pod-Parser
  20. p5-Template-Tiny>=0.11 : textproc/p5-Template-Tiny
  21. p5-String-Formatter>=0 : devel/p5-String-Formatter
  22. p5-String-ShellQuote>=0 : textproc/p5-String-ShellQuote
  23. p5-Sub-Exporter>=0 : devel/p5-Sub-Exporter
  24. p5-Template-Tiny>=0.11 : textproc/p5-Template-Tiny
  25. p5-Throwable>=0.200009 : devel/p5-Throwable
  26. p5-Try-Tiny>=0 : lang/p5-Try-Tiny
  27. p5-Type-Tiny>=0.040 : devel/p5-Type-Tiny
  28. p5-URI>=0 : net/p5-URI
  29. p5-URI-db>=0.20 : net/p5-URI-db
  30. p5-namespace-autoclean>=0.16 : devel/p5-namespace-autoclean
  31. perl5>=5.32.r0<5.33 : lang/perl5.32
  32. p5-Module-Build>=0.4206 : devel/p5-Module-Build
  33. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. p5-Algorithm-Backoff>=0.006 : devel/p5-Algorithm-Backoff
  2. p5-Clone>=0 : devel/p5-Clone
  3. p5-Config-GitLike>=1.15 : devel/p5-Config-GitLike
  4. p5-DBI>=0 : databases/p5-DBI
  5. p5-DateTime>=0 : devel/p5-DateTime
  6. p5-DateTime-TimeZone>=1.04 : devel/p5-DateTime-TimeZone
  7. p5-Devel-StackTrace>=1.30 : devel/p5-Devel-StackTrace
  8. p5-Encode-Locale>=0 : converters/p5-Encode-Locale
  9. p5-Hash-Merge>=0 : textproc/p5-Hash-Merge
  10. p5-IO-Pager>=0.34 : devel/p5-IO-Pager
  11. p5-IPC-Run3>=0 : devel/p5-IPC-Run3
  12. p5-IPC-System-Simple>=1.17 : devel/p5-IPC-System-Simple
  13. p5-List-MoreUtils>=0 : lang/p5-List-MoreUtils
  14. p5-Locale-libintl>=1.20 : devel/p5-Locale-libintl
  15. p5-Moo>=1.002000 : devel/p5-Moo
  16. p5-Path-Class>=0.33 : devel/p5-Path-Class
  17. p5-PerlIO-utf8_strict>=0 : devel/p5-PerlIO-utf8_strict
  18. p5-Pod-Escapes>=1.04 : textproc/p5-Pod-Escapes
  19. p5-Pod-Parser>=0 : textproc/p5-Pod-Parser
  20. p5-Template-Tiny>=0.11 : textproc/p5-Template-Tiny
  21. p5-String-Formatter>=0 : devel/p5-String-Formatter
  22. p5-String-ShellQuote>=0 : textproc/p5-String-ShellQuote
  23. p5-Sub-Exporter>=0 : devel/p5-Sub-Exporter
  24. p5-Template-Tiny>=0.11 : textproc/p5-Template-Tiny
  25. p5-Throwable>=0.200009 : devel/p5-Throwable
  26. p5-Try-Tiny>=0 : lang/p5-Try-Tiny
  27. p5-Type-Tiny>=0.040 : devel/p5-Type-Tiny
  28. p5-URI>=0 : net/p5-URI
  29. p5-URI-db>=0.20 : net/p5-URI-db
  30. p5-namespace-autoclean>=0.16 : devel/p5-namespace-autoclean
  31. perl5>=5.32.r0<5.33 : lang/perl5.32
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
databases_p5-App-Sqitch
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (13 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/D/DW/DWHEELER/
  2. ftp://ftp.cpan.org/pub/CPAN/authors/id/D/DW/DWHEELER/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/App/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/D/DW/DWHEELER/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/authors/id/D/DW/DWHEELER/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/authors/id/D/DW/DWHEELER/
  7. http://backpan.perl.org/authors/id/D/DW/DWHEELER/
  8. http://ftp.jaist.ac.jp/pub/CPAN/authors/id/D/DW/DWHEELER/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/D/DW/DWHEELER/
  10. https://cpan.metacpan.org/authors/id/D/DW/DWHEELER/
  11. https://cpan.metacpan.org/modules/by-module/App/
  12. https://www.cpan.org/authors/id/D/DW/DWHEELER/
Collapse this list.

Number of commits found: 10

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.0
17 Sep 2022 13:53:59
commit hash: d2aa4c75be78f99a31ea7fc90da1155b2a60d760commit hash: d2aa4c75be78f99a31ea7fc90da1155b2a60d760commit hash: d2aa4c75be78f99a31ea7fc90da1155b2a60d760commit hash: d2aa4c75be78f99a31ea7fc90da1155b2a60d760 files touched by this commit
Wen Heping (wen) search for other commits by this committer
databases/p5-App-Sqitch: Update to 1.3.0

PR:		265620
Reported by:	bokutin@bokut.in
Approved by:	maintainer(timeout, >40 days)
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)
0.9994_1
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)
0.9994_1
20 Jul 2022 14:21:07
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
databases: remove 'Created by' lines

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

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.9994_1
19 Oct 2021 08:36:47
commit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2dcommit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2dcommit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2dcommit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2d files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
*: apply refactor.remove-consecutive-empty-lines

Submitted by:	portedit
0.9994_1
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.9994_1
06 Oct 2018 13:06:45
Revision:481365Original commit files touched by this commit
des search for other commits by this committer
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
0.9994_1
27 May 2018 20:15:20
Revision:470993Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW

search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
0.9994_1
31 Jan 2017 16:21:46
Revision:432932Original commit files touched by this commit
mat search for other commits by this committer
Bump PORTREVISION for ports affected by the fix the last commit.

Done with:	Tools/scripts/bump-revision.sh
Sponsored by:	Absolight
0.9994
10 Apr 2016 10:37:36
Revision:412912Original commit files touched by this commit
pi search for other commits by this committer
New port: databases/p5-App-Sqitch

Sqitch is a database change management application. What makes it
different from your typical migration-style approaches? A few things:

## No opinions

Sqitch is not integrated with any framework, ORM, or platform.
Rather, it is a standalone change management system with no opinions
about your database engine, application framework, or development
environment.

## Native scripting

Changes are implemented as scripts native to your selected database
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 10