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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
p5-DBIx-Class Extensible and flexible object <-> relational mapper
0.082843 databases on this many watch lists=4 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.082843Version of this port present on the latest quarterly branch.
Maintainer: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-08-29 10:22:16
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: p5-IO-Multiplex, zip, p5-Algorithm-C3, screen, pcre
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/release/DBIx-Class
Description:
This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in your code as perl-ish as possible while still providing access to as many of the capabilities of the database as possible, including retrieving related records from multiple tables in a single query, JOIN, LEFT JOIN, COUNT, DISTINCT, GROUP BY, ORDER BY and HAVING support. DBIx::Class can handle multi-column primary and foreign keys, complex queries and database-level paging, and does its best to only query the database in order to return something you've directly asked for. If a resultset is used as an iterator it only fetches rows off the statement handle as requested in order to minimise memory usage. It has auto-increment support for SQLite, MySQL, PostgreSQL, Oracle, SQL Server and DB2 and is known to be used in production on at least the first four, and is fork- and thread-safe out of the box (although your DBD may not be). This project is still under rapid development, so large new features may be marked EXPERIMENTAL - such APIs are still usable but may have edge bugs. Failing test cases are *always* welcome and point releases are put out rapidly as bugs are found and fixed.
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 (310 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-DBIx-Class-0.082843/catalog.mk
  2. /usr/local/share/licenses/p5-DBIx-Class-0.082843/LICENSE
  3. /usr/local/share/licenses/p5-DBIx-Class-0.082843/ART10
  4. /usr/local/share/licenses/p5-DBIx-Class-0.082843/GPLv1+
  5. bin/dbicadmin
  6. lib/perl5/site_perl/DBIx/Class.pm
  7. lib/perl5/site_perl/DBIx/Class.pod
  8. lib/perl5/site_perl/DBIx/Class/AccessorGroup.pm
  9. lib/perl5/site_perl/DBIx/Class/Admin.pm
  10. lib/perl5/site_perl/DBIx/Class/Admin/Descriptive.pm
  11. lib/perl5/site_perl/DBIx/Class/Admin/Types.pm
  12. lib/perl5/site_perl/DBIx/Class/Admin/Usage.pm
  13. lib/perl5/site_perl/DBIx/Class/CDBICompat.pm
  14. lib/perl5/site_perl/DBIx/Class/CDBICompat/AbstractSearch.pm
  15. lib/perl5/site_perl/DBIx/Class/CDBICompat/AccessorMapping.pm
  16. lib/perl5/site_perl/DBIx/Class/CDBICompat/AttributeAPI.pm
  17. lib/perl5/site_perl/DBIx/Class/CDBICompat/AutoUpdate.pm
  18. lib/perl5/site_perl/DBIx/Class/CDBICompat/ColumnCase.pm
  19. lib/perl5/site_perl/DBIx/Class/CDBICompat/ColumnGroups.pm
  20. lib/perl5/site_perl/DBIx/Class/CDBICompat/ColumnsAsHash.pm
  21. lib/perl5/site_perl/DBIx/Class/CDBICompat/Constraints.pm
  22. lib/perl5/site_perl/DBIx/Class/CDBICompat/Constructor.pm
  23. lib/perl5/site_perl/DBIx/Class/CDBICompat/Copy.pm
  24. lib/perl5/site_perl/DBIx/Class/CDBICompat/DestroyWarning.pm
  25. lib/perl5/site_perl/DBIx/Class/CDBICompat/GetSet.pm
  26. lib/perl5/site_perl/DBIx/Class/CDBICompat/ImaDBI.pm
  27. lib/perl5/site_perl/DBIx/Class/CDBICompat/Iterator.pm
  28. lib/perl5/site_perl/DBIx/Class/CDBICompat/LazyLoading.pm
  29. lib/perl5/site_perl/DBIx/Class/CDBICompat/LiveObjectIndex.pm
  30. lib/perl5/site_perl/DBIx/Class/CDBICompat/NoObjectIndex.pm
  31. lib/perl5/site_perl/DBIx/Class/CDBICompat/Pager.pm
  32. lib/perl5/site_perl/DBIx/Class/CDBICompat/ReadOnly.pm
  33. lib/perl5/site_perl/DBIx/Class/CDBICompat/Relationship.pm
  34. lib/perl5/site_perl/DBIx/Class/CDBICompat/Relationships.pm
  35. lib/perl5/site_perl/DBIx/Class/CDBICompat/Retrieve.pm
  36. lib/perl5/site_perl/DBIx/Class/CDBICompat/SQLTransformer.pm
  37. lib/perl5/site_perl/DBIx/Class/CDBICompat/Stringify.pm
  38. lib/perl5/site_perl/DBIx/Class/CDBICompat/TempColumns.pm
  39. lib/perl5/site_perl/DBIx/Class/CDBICompat/Triggers.pm
  40. lib/perl5/site_perl/DBIx/Class/Carp.pm
  41. lib/perl5/site_perl/DBIx/Class/ClassResolver/PassThrough.pm
  42. lib/perl5/site_perl/DBIx/Class/Componentised.pm
  43. lib/perl5/site_perl/DBIx/Class/Core.pm
  44. lib/perl5/site_perl/DBIx/Class/Cursor.pm
  45. lib/perl5/site_perl/DBIx/Class/DB.pm
  46. lib/perl5/site_perl/DBIx/Class/Exception.pm
  47. lib/perl5/site_perl/DBIx/Class/FilterColumn.pm
  48. lib/perl5/site_perl/DBIx/Class/FilterColumn.pod
  49. lib/perl5/site_perl/DBIx/Class/InflateColumn.pm
  50. lib/perl5/site_perl/DBIx/Class/InflateColumn.pod
  51. lib/perl5/site_perl/DBIx/Class/InflateColumn/DateTime.pm
  52. lib/perl5/site_perl/DBIx/Class/InflateColumn/DateTime.pod
  53. lib/perl5/site_perl/DBIx/Class/InflateColumn/File.pm
  54. lib/perl5/site_perl/DBIx/Class/Manual.pod
  55. lib/perl5/site_perl/DBIx/Class/Manual/Component.pod
  56. lib/perl5/site_perl/DBIx/Class/Manual/Cookbook.pod
  57. lib/perl5/site_perl/DBIx/Class/Manual/DocMap.pod
  58. lib/perl5/site_perl/DBIx/Class/Manual/Example.pod
  59. lib/perl5/site_perl/DBIx/Class/Manual/FAQ.pod
  60. lib/perl5/site_perl/DBIx/Class/Manual/Features.pod
  61. lib/perl5/site_perl/DBIx/Class/Manual/Glossary.pod
  62. lib/perl5/site_perl/DBIx/Class/Manual/Intro.pod
  63. lib/perl5/site_perl/DBIx/Class/Manual/Joining.pod
  64. lib/perl5/site_perl/DBIx/Class/Manual/QuickStart.pod
  65. lib/perl5/site_perl/DBIx/Class/Manual/Reading.pod
  66. lib/perl5/site_perl/DBIx/Class/Manual/ResultClass.pod
  67. lib/perl5/site_perl/DBIx/Class/Manual/Troubleshooting.pod
  68. lib/perl5/site_perl/DBIx/Class/Optional/Dependencies.pm
  69. lib/perl5/site_perl/DBIx/Class/Optional/Dependencies.pod
  70. lib/perl5/site_perl/DBIx/Class/Ordered.pm
  71. lib/perl5/site_perl/DBIx/Class/PK.pm
  72. lib/perl5/site_perl/DBIx/Class/PK.pod
  73. lib/perl5/site_perl/DBIx/Class/PK/Auto.pm
  74. lib/perl5/site_perl/DBIx/Class/PK/Auto/DB2.pm
  75. lib/perl5/site_perl/DBIx/Class/PK/Auto/MSSQL.pm
  76. lib/perl5/site_perl/DBIx/Class/PK/Auto/MySQL.pm
  77. lib/perl5/site_perl/DBIx/Class/PK/Auto/Oracle.pm
  78. lib/perl5/site_perl/DBIx/Class/PK/Auto/Pg.pm
  79. lib/perl5/site_perl/DBIx/Class/PK/Auto/SQLite.pm
  80. lib/perl5/site_perl/DBIx/Class/Relationship.pm
  81. lib/perl5/site_perl/DBIx/Class/Relationship/Accessor.pm
  82. lib/perl5/site_perl/DBIx/Class/Relationship/Base.pm
  83. lib/perl5/site_perl/DBIx/Class/Relationship/BelongsTo.pm
  84. lib/perl5/site_perl/DBIx/Class/Relationship/CascadeActions.pm
  85. lib/perl5/site_perl/DBIx/Class/Relationship/HasMany.pm
  86. lib/perl5/site_perl/DBIx/Class/Relationship/HasOne.pm
  87. lib/perl5/site_perl/DBIx/Class/Relationship/Helpers.pm
  88. lib/perl5/site_perl/DBIx/Class/Relationship/ManyToMany.pm
  89. lib/perl5/site_perl/DBIx/Class/Relationship/ProxyMethods.pm
  90. lib/perl5/site_perl/DBIx/Class/ResultClass/HashRefInflator.pm
  91. lib/perl5/site_perl/DBIx/Class/ResultSet.pm
  92. lib/perl5/site_perl/DBIx/Class/ResultSet/Pager.pm
  93. lib/perl5/site_perl/DBIx/Class/ResultSetColumn.pm
  94. lib/perl5/site_perl/DBIx/Class/ResultSetManager.pm
  95. lib/perl5/site_perl/DBIx/Class/ResultSetProxy.pm
  96. lib/perl5/site_perl/DBIx/Class/ResultSource.pm
  97. lib/perl5/site_perl/DBIx/Class/ResultSource/RowParser.pm
  98. lib/perl5/site_perl/DBIx/Class/ResultSource/RowParser/Util.pm
  99. lib/perl5/site_perl/DBIx/Class/ResultSource/Table.pm
  100. lib/perl5/site_perl/DBIx/Class/ResultSource/Table.pod
  101. lib/perl5/site_perl/DBIx/Class/ResultSource/View.pm
  102. lib/perl5/site_perl/DBIx/Class/ResultSource/View.pod
  103. lib/perl5/site_perl/DBIx/Class/ResultSourceHandle.pm
  104. lib/perl5/site_perl/DBIx/Class/ResultSourceProxy.pm
  105. lib/perl5/site_perl/DBIx/Class/ResultSourceProxy/Table.pm
  106. lib/perl5/site_perl/DBIx/Class/ResultSourceProxy/Table.pod
  107. lib/perl5/site_perl/DBIx/Class/Row.pm
  108. lib/perl5/site_perl/DBIx/Class/SQLAHacks.pm
  109. lib/perl5/site_perl/DBIx/Class/SQLAHacks/MSSQL.pm
  110. lib/perl5/site_perl/DBIx/Class/SQLAHacks/MySQL.pm
  111. lib/perl5/site_perl/DBIx/Class/SQLAHacks/Oracle.pm
  112. lib/perl5/site_perl/DBIx/Class/SQLAHacks/OracleJoins.pm
  113. lib/perl5/site_perl/DBIx/Class/SQLAHacks/SQLite.pm
  114. lib/perl5/site_perl/DBIx/Class/SQLMaker.pm
  115. lib/perl5/site_perl/DBIx/Class/SQLMaker/ACCESS.pm
  116. lib/perl5/site_perl/DBIx/Class/SQLMaker/ClassicExtensions.pm
  117. lib/perl5/site_perl/DBIx/Class/SQLMaker/LimitDialects.pm
  118. lib/perl5/site_perl/DBIx/Class/SQLMaker/MSSQL.pm
  119. lib/perl5/site_perl/DBIx/Class/SQLMaker/MySQL.pm
  120. lib/perl5/site_perl/DBIx/Class/SQLMaker/Oracle.pm
  121. lib/perl5/site_perl/DBIx/Class/SQLMaker/OracleJoins.pm
  122. lib/perl5/site_perl/DBIx/Class/SQLMaker/SQLite.pm
  123. lib/perl5/site_perl/DBIx/Class/Schema.pm
  124. lib/perl5/site_perl/DBIx/Class/Schema/Versioned.pm
  125. lib/perl5/site_perl/DBIx/Class/Serialize/Storable.pm
  126. lib/perl5/site_perl/DBIx/Class/StartupCheck.pm
  127. lib/perl5/site_perl/DBIx/Class/Storage.pm
  128. lib/perl5/site_perl/DBIx/Class/Storage/BlockRunner.pm
  129. lib/perl5/site_perl/DBIx/Class/Storage/DBI.pm
  130. lib/perl5/site_perl/DBIx/Class/Storage/DBI/ACCESS.pm
  131. lib/perl5/site_perl/DBIx/Class/Storage/DBI/ADO.pm
  132. lib/perl5/site_perl/DBIx/Class/Storage/DBI/ADO/CursorUtils.pm
  133. lib/perl5/site_perl/DBIx/Class/Storage/DBI/ADO/MS_Jet.pm
  134. lib/perl5/site_perl/DBIx/Class/Storage/DBI/ADO/MS_Jet/Cursor.pm
  135. lib/perl5/site_perl/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server.pm
  136. lib/perl5/site_perl/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server/Cursor.pm
  137. lib/perl5/site_perl/DBIx/Class/Storage/DBI/AutoCast.pm
  138. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Cursor.pm
  139. lib/perl5/site_perl/DBIx/Class/Storage/DBI/DB2.pm
  140. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Firebird.pm
  141. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Firebird/Common.pm
  142. lib/perl5/site_perl/DBIx/Class/Storage/DBI/IdentityInsert.pm
  143. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Informix.pm
  144. lib/perl5/site_perl/DBIx/Class/Storage/DBI/InterBase.pm
  145. lib/perl5/site_perl/DBIx/Class/Storage/DBI/MSSQL.pm
  146. lib/perl5/site_perl/DBIx/Class/Storage/DBI/NoBindVars.pm
  147. lib/perl5/site_perl/DBIx/Class/Storage/DBI/ODBC.pm
  148. lib/perl5/site_perl/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm
  149. lib/perl5/site_perl/DBIx/Class/Storage/DBI/ODBC/DB2_400_SQL.pm
  150. lib/perl5/site_perl/DBIx/Class/Storage/DBI/ODBC/Firebird.pm
  151. lib/perl5/site_perl/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm
  152. lib/perl5/site_perl/DBIx/Class/Storage/DBI/ODBC/SQL_Anywhere.pm
  153. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Oracle.pm
  154. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Oracle/Generic.pm
  155. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Oracle/WhereJoins.pm
  156. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Pg.pm
  157. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Replicated.pm
  158. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Replicated/Balancer.pm
  159. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Replicated/Balancer/First.pm
  160. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Replicated/Balancer/Random.pm
  161. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Replicated/Introduction.pod
  162. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Replicated/Pool.pm
  163. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Replicated/Replicant.pm
  164. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Replicated/Types.pm
  165. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Replicated/WithDSN.pm
  166. lib/perl5/site_perl/DBIx/Class/Storage/DBI/SQLAnywhere.pm
  167. lib/perl5/site_perl/DBIx/Class/Storage/DBI/SQLAnywhere/Cursor.pm
  168. lib/perl5/site_perl/DBIx/Class/Storage/DBI/SQLite.pm
  169. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Sybase.pm
  170. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Sybase/ASE.pm
  171. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Sybase/ASE/NoBindVars.pm
  172. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Sybase/FreeTDS.pm
  173. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm
  174. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm
  175. lib/perl5/site_perl/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server/NoBindVars.pm
  176. lib/perl5/site_perl/DBIx/Class/Storage/DBI/UniqueIdentifier.pm
  177. lib/perl5/site_perl/DBIx/Class/Storage/DBI/mysql.pm
  178. lib/perl5/site_perl/DBIx/Class/Storage/DBIHacks.pm
  179. lib/perl5/site_perl/DBIx/Class/Storage/Debug/PrettyTrace.pm
  180. lib/perl5/site_perl/DBIx/Class/Storage/Statistics.pm
  181. lib/perl5/site_perl/DBIx/Class/Storage/TxnScopeGuard.pm
  182. lib/perl5/site_perl/DBIx/Class/UTF8Columns.pm
  183. lib/perl5/site_perl/DBIx/Class/_Util.pm
  184. lib/perl5/site_perl/SQL/Translator/Parser/DBIx/Class.pm
  185. lib/perl5/site_perl/SQL/Translator/Producer/DBIx/Class/File.pm
  186. lib/perl5/site_perl/man/man1/dbicadmin.1.gz
  187. lib/perl5/site_perl/man/man3/DBIx::Class.3.gz
  188. lib/perl5/site_perl/man/man3/DBIx::Class::AccessorGroup.3.gz
  189. lib/perl5/site_perl/man/man3/DBIx::Class::Admin.3.gz
  190. lib/perl5/site_perl/man/man3/DBIx::Class::CDBICompat.3.gz
  191. lib/perl5/site_perl/man/man3/DBIx::Class::CDBICompat::AbstractSearch.3.gz
  192. lib/perl5/site_perl/man/man3/DBIx::Class::CDBICompat::ColumnsAsHash.3.gz
  193. lib/perl5/site_perl/man/man3/DBIx::Class::CDBICompat::Copy.3.gz
  194. lib/perl5/site_perl/man/man3/DBIx::Class::CDBICompat::Iterator.3.gz
  195. lib/perl5/site_perl/man/man3/DBIx::Class::CDBICompat::NoObjectIndex.3.gz
  196. lib/perl5/site_perl/man/man3/DBIx::Class::CDBICompat::Relationship.3.gz
  197. lib/perl5/site_perl/man/man3/DBIx::Class::CDBICompat::Relationships.3.gz
  198. lib/perl5/site_perl/man/man3/DBIx::Class::CDBICompat::SQLTransformer.3.gz
  199. lib/perl5/site_perl/man/man3/DBIx::Class::Carp.3.gz
  200. lib/perl5/site_perl/man/man3/DBIx::Class::Core.3.gz
  201. lib/perl5/site_perl/man/man3/DBIx::Class::Cursor.3.gz
  202. lib/perl5/site_perl/man/man3/DBIx::Class::DB.3.gz
  203. lib/perl5/site_perl/man/man3/DBIx::Class::Exception.3.gz
  204. lib/perl5/site_perl/man/man3/DBIx::Class::FilterColumn.3.gz
  205. lib/perl5/site_perl/man/man3/DBIx::Class::InflateColumn.3.gz
  206. lib/perl5/site_perl/man/man3/DBIx::Class::InflateColumn::DateTime.3.gz
  207. lib/perl5/site_perl/man/man3/DBIx::Class::InflateColumn::File.3.gz
  208. lib/perl5/site_perl/man/man3/DBIx::Class::Manual.3.gz
  209. lib/perl5/site_perl/man/man3/DBIx::Class::Manual::Component.3.gz
  210. lib/perl5/site_perl/man/man3/DBIx::Class::Manual::Cookbook.3.gz
  211. lib/perl5/site_perl/man/man3/DBIx::Class::Manual::DocMap.3.gz
  212. lib/perl5/site_perl/man/man3/DBIx::Class::Manual::Example.3.gz
  213. lib/perl5/site_perl/man/man3/DBIx::Class::Manual::FAQ.3.gz
  214. lib/perl5/site_perl/man/man3/DBIx::Class::Manual::Features.3.gz
  215. lib/perl5/site_perl/man/man3/DBIx::Class::Manual::Glossary.3.gz
  216. lib/perl5/site_perl/man/man3/DBIx::Class::Manual::Intro.3.gz
  217. lib/perl5/site_perl/man/man3/DBIx::Class::Manual::Joining.3.gz
  218. lib/perl5/site_perl/man/man3/DBIx::Class::Manual::QuickStart.3.gz
  219. lib/perl5/site_perl/man/man3/DBIx::Class::Manual::Reading.3.gz
  220. lib/perl5/site_perl/man/man3/DBIx::Class::Manual::ResultClass.3.gz
  221. lib/perl5/site_perl/man/man3/DBIx::Class::Manual::Troubleshooting.3.gz
  222. lib/perl5/site_perl/man/man3/DBIx::Class::Optional::Dependencies.3.gz
  223. lib/perl5/site_perl/man/man3/DBIx::Class::Ordered.3.gz
  224. lib/perl5/site_perl/man/man3/DBIx::Class::PK.3.gz
  225. lib/perl5/site_perl/man/man3/DBIx::Class::PK::Auto.3.gz
  226. lib/perl5/site_perl/man/man3/DBIx::Class::PK::Auto::DB2.3.gz
  227. lib/perl5/site_perl/man/man3/DBIx::Class::PK::Auto::MSSQL.3.gz
  228. lib/perl5/site_perl/man/man3/DBIx::Class::PK::Auto::MySQL.3.gz
  229. lib/perl5/site_perl/man/man3/DBIx::Class::PK::Auto::Oracle.3.gz
  230. lib/perl5/site_perl/man/man3/DBIx::Class::PK::Auto::Pg.3.gz
  231. lib/perl5/site_perl/man/man3/DBIx::Class::PK::Auto::SQLite.3.gz
  232. lib/perl5/site_perl/man/man3/DBIx::Class::Relationship.3.gz
  233. lib/perl5/site_perl/man/man3/DBIx::Class::Relationship::Base.3.gz
  234. lib/perl5/site_perl/man/man3/DBIx::Class::ResultClass::HashRefInflator.3.gz
  235. lib/perl5/site_perl/man/man3/DBIx::Class::ResultSet.3.gz
  236. lib/perl5/site_perl/man/man3/DBIx::Class::ResultSet::Pager.3.gz
  237. lib/perl5/site_perl/man/man3/DBIx::Class::ResultSetColumn.3.gz
  238. lib/perl5/site_perl/man/man3/DBIx::Class::ResultSetManager.3.gz
  239. lib/perl5/site_perl/man/man3/DBIx::Class::ResultSource.3.gz
  240. lib/perl5/site_perl/man/man3/DBIx::Class::ResultSource::Table.3.gz
  241. lib/perl5/site_perl/man/man3/DBIx::Class::ResultSource::View.3.gz
  242. lib/perl5/site_perl/man/man3/DBIx::Class::ResultSourceHandle.3.gz
  243. lib/perl5/site_perl/man/man3/DBIx::Class::ResultSourceProxy::Table.3.gz
  244. lib/perl5/site_perl/man/man3/DBIx::Class::Row.3.gz
  245. lib/perl5/site_perl/man/man3/DBIx::Class::SQLMaker.3.gz
  246. lib/perl5/site_perl/man/man3/DBIx::Class::SQLMaker::ClassicExtensions.3.gz
  247. lib/perl5/site_perl/man/man3/DBIx::Class::SQLMaker::LimitDialects.3.gz
  248. lib/perl5/site_perl/man/man3/DBIx::Class::SQLMaker::OracleJoins.3.gz
  249. lib/perl5/site_perl/man/man3/DBIx::Class::Schema.3.gz
  250. lib/perl5/site_perl/man/man3/DBIx::Class::Schema::Versioned.3.gz
  251. lib/perl5/site_perl/man/man3/DBIx::Class::Serialize::Storable.3.gz
  252. lib/perl5/site_perl/man/man3/DBIx::Class::StartupCheck.3.gz
  253. lib/perl5/site_perl/man/man3/DBIx::Class::Storage.3.gz
  254. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::BlockRunner.3.gz
  255. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI.3.gz
  256. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::ACCESS.3.gz
  257. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::ADO.3.gz
  258. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::ADO::MS_Jet.3.gz
  259. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::ADO::MS_Jet::Cursor.3.gz
  260. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::ADO::Microsoft_SQL_Server.3.gz
  261. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::ADO::Microsoft_SQL_Server::Cursor.3.gz
  262. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::AutoCast.3.gz
  263. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Cursor.3.gz
  264. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::DB2.3.gz
  265. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Firebird.3.gz
  266. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Firebird::Common.3.gz
  267. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::IdentityInsert.3.gz
  268. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Informix.3.gz
  269. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::InterBase.3.gz
  270. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::MSSQL.3.gz
  271. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::NoBindVars.3.gz
  272. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::ODBC.3.gz
  273. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::ODBC::ACCESS.3.gz
  274. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::ODBC::DB2_400_SQL.3.gz
  275. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::ODBC::Firebird.3.gz
  276. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::ODBC::Microsoft_SQL_Server.3.gz
  277. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::ODBC::SQL_Anywhere.3.gz
  278. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Oracle.3.gz
  279. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Oracle::Generic.3.gz
  280. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Oracle::WhereJoins.3.gz
  281. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Pg.3.gz
  282. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Replicated.3.gz
  283. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Replicated::Balancer.3.gz
  284. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Replicated::Balancer::First.3.gz
  285. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Replicated::Balancer::Random.3.gz
  286. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Replicated::Introduction.3.gz
  287. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Replicated::Pool.3.gz
  288. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Replicated::Replicant.3.gz
  289. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Replicated::WithDSN.3.gz
  290. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::SQLAnywhere.3.gz
  291. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::SQLAnywhere::Cursor.3.gz
  292. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::SQLite.3.gz
  293. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Sybase.3.gz
  294. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Sybase::ASE.3.gz
  295. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Sybase::ASE::NoBindVars.3.gz
  296. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Sybase::FreeTDS.3.gz
  297. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Sybase::MSSQL.3.gz
  298. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server.3.gz
  299. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server::NoBindVars.3.gz
  300. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::UniqueIdentifier.3.gz
  301. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::DBI::mysql.3.gz
  302. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::Debug::PrettyTrace.3.gz
  303. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::Statistics.3.gz
  304. lib/perl5/site_perl/man/man3/DBIx::Class::Storage::TxnScopeGuard.3.gz
  305. lib/perl5/site_perl/man/man3/DBIx::Class::UTF8Columns.3.gz
  306. lib/perl5/site_perl/man/man3/SQL::Translator::Parser::DBIx::Class.3.gz
  307. lib/perl5/site_perl/man/man3/SQL::Translator::Producer::DBIx::Class::File.3.gz
  308. @owner
  309. @group
  310. @mode
Collapse this list.
Dependency lines:
  • p5-DBIx-Class>0:databases/p5-DBIx-Class
To install the port:
cd /usr/ports/databases/p5-DBIx-Class/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/p5-DBIx-Class
  • pkg install p5-DBIx-Class
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-DBIx-Class
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1653151256 SHA256 (DBIx-Class-0.082843.tar.gz) = 341e0b6ecb29d8c49174a6c09d7c6dbf38729ba4015ee7fd70360a4ffee1f251 SIZE (DBIx-Class-0.082843.tar.gz) = 879391

Packages (timestamps in pop-ups are UTC):
p5-DBIx-Class
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.0828430.0828430.0828420.0828430.082843-0.082842-
FreeBSD:13:quarterly0.0828430.0828430.0828430.0828430.0828430.0828430.0828430.082843
FreeBSD:14:latest0.0828430.0828430.0828430.0828430.0828430.082843-0.082843
FreeBSD:14:quarterly0.0828430.082843-0.0828430.0828430.0828430.0828430.082843
FreeBSD:15:latest0.0828430.082843n/a0.082843n/a0.0828430.0828430.082843
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-Class-Accessor-Grouped>=0.10012 : devel/p5-Class-Accessor-Grouped
  2. p5-Class-C3-Componentised>=1.000900 : devel/p5-Class-C3-Componentised
  3. p5-Class-Inspector>=1.24 : devel/p5-Class-Inspector
  4. p5-Class-Method-Modifiers>=1.06 : devel/p5-Class-Method-Modifiers
  5. p5-Config-Any>=0.20 : devel/p5-Config-Any
  6. p5-Context-Preserve>=0.01 : devel/p5-Context-Preserve
  7. p5-DBI>=1.57 : databases/p5-DBI
  8. p5-Data-Compare>=1.2200 : devel/p5-Data-Compare
  9. p5-Data-Dumper-Concise>=2.020 : devel/p5-Data-Dumper-Concise
  10. p5-Devel-GlobalDestruction>=0.09 : devel/p5-Devel-GlobalDestruction
  11. p5-Hash-Merge>=0.12 : textproc/p5-Hash-Merge
  12. p5-MRO-Compat>=0.09 : devel/p5-MRO-Compat
  13. p5-Module-Find>=0.07 : devel/p5-Module-Find
  14. p5-Moo>=2 : devel/p5-Moo
  15. p5-Path-Class>=0.18 : devel/p5-Path-Class
  16. p5-SQL-Abstract-Classic>=1.91 : databases/p5-SQL-Abstract-Classic
  17. p5-Scope-Guard>=0.03 : devel/p5-Scope-Guard
  18. p5-Sub-Name>=0.04 : devel/p5-Sub-Name
  19. p5-Try-Tiny>=0.07 : lang/p5-Try-Tiny
  20. p5-namespace-clean>=0.20 : devel/p5-namespace-clean
  21. p5-strictures>=1.003001 : devel/p5-strictures
  22. perl5>=5.32.r0<5.33 : lang/perl5.32
  23. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. p5-Class-Accessor-Grouped>=0.10012 : devel/p5-Class-Accessor-Grouped
  2. p5-Class-C3-Componentised>=1.000900 : devel/p5-Class-C3-Componentised
  3. p5-Class-Inspector>=1.24 : devel/p5-Class-Inspector
  4. p5-Class-Method-Modifiers>=1.06 : devel/p5-Class-Method-Modifiers
  5. p5-Config-Any>=0.20 : devel/p5-Config-Any
  6. p5-Context-Preserve>=0.01 : devel/p5-Context-Preserve
  7. p5-DBI>=1.57 : databases/p5-DBI
  8. p5-Data-Compare>=1.2200 : devel/p5-Data-Compare
  9. p5-Data-Dumper-Concise>=2.020 : devel/p5-Data-Dumper-Concise
  10. p5-Devel-GlobalDestruction>=0.09 : devel/p5-Devel-GlobalDestruction
  11. p5-Hash-Merge>=0.12 : textproc/p5-Hash-Merge
  12. p5-MRO-Compat>=0.09 : devel/p5-MRO-Compat
  13. p5-Module-Find>=0.07 : devel/p5-Module-Find
  14. p5-Moo>=2 : devel/p5-Moo
  15. p5-Path-Class>=0.18 : devel/p5-Path-Class
  16. p5-SQL-Abstract-Classic>=1.91 : databases/p5-SQL-Abstract-Classic
  17. p5-Scope-Guard>=0.03 : devel/p5-Scope-Guard
  18. p5-Sub-Name>=0.04 : devel/p5-Sub-Name
  19. p5-Try-Tiny>=0.07 : lang/p5-Try-Tiny
  20. p5-namespace-clean>=0.20 : devel/p5-namespace-clean
  21. p5-strictures>=1.003001 : devel/p5-strictures
  22. perl5>=5.32.r0<5.33 : lang/perl5.32
This port is required by:
for Build
  1. databases/p5-DBICx-Deploy
  2. databases/p5-DBICx-MapMaker
  3. databases/p5-DBICx-Sugar
  4. databases/p5-DBICx-TxnInsert
  5. databases/p5-DBIx-Class-AsFdat
  6. databases/p5-DBIx-Class-BitField
  7. databases/p5-DBIx-Class-Candy
Expand this list (57 items / 50 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. databases/p5-DBIx-Class-Cursor-Cached
  3. databases/p5-DBIx-Class-CustomPrefetch
  4. databases/p5-DBIx-Class-DateTime-Epoch
  5. databases/p5-DBIx-Class-DeploymentHandler
  6. databases/p5-DBIx-Class-DigestColumns
  7. databases/p5-DBIx-Class-DynamicDefault
  8. databases/p5-DBIx-Class-DynamicSubclass
  9. databases/p5-DBIx-Class-EncodeColumns
  10. databases/p5-DBIx-Class-EncodedColumn
  11. databases/p5-DBIx-Class-Fixtures
  12. databases/p5-DBIx-Class-FrozenColumns
  13. databases/p5-DBIx-Class-Helpers
  14. databases/p5-DBIx-Class-InflateColumn-Authen-Passphrase
  15. databases/p5-DBIx-Class-InflateColumn-FS
  16. databases/p5-DBIx-Class-InflateColumn-IP
  17. databases/p5-DBIx-Class-IntrospectableM2M
  18. databases/p5-DBIx-Class-Loader
  19. databases/p5-DBIx-Class-PassphraseColumn
  20. databases/p5-DBIx-Class-QueryLog
  21. databases/p5-DBIx-Class-QueryProfiler
  22. databases/p5-DBIx-Class-ResultSet-HashRef
  23. databases/p5-DBIx-Class-ResultSet-RecursiveUpdate
  24. databases/p5-DBIx-Class-Schema-Config
  25. databases/p5-DBIx-Class-Schema-Loader
  26. databases/p5-DBIx-Class-TimeStamp
  27. databases/p5-DBIx-Class-Tree
  28. databases/p5-DBIx-Class-Tree-NestedSet
  29. databases/p5-DBIx-Class-UUIDColumns
  30. databases/p5-DBIx-Class-VirtualColumns
  31. databases/p5-DBIx-Class-WebForm
  32. databases/p5-DBIx-NoSQL
  33. databases/p5-Dancer-Plugin-DBIC
  34. databases/p5-Dancer2-Plugin-DBIC
  35. databases/p5-Dancer2-Session-DBIC
  36. databases/p5-HTML-FormHandler-Model-DBIC
  37. databases/p5-Interchange6-Schema
  38. devel/p5-Test-DBIx-Class
  39. devel/p5-Test-Fixture-DBIC-Schema
  40. devel/p5-Test2-Harness-UI
  41. security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC
  42. textproc/p5-Plagger
  43. www/p5-Bigtop
  44. www/p5-Catalyst-Authentication-Store-DBIx-Class
  45. www/p5-Catalyst-Model-DBIC-Plain
  46. www/p5-Catalyst-Model-DBIC-Schema
  47. www/p5-Catalyst-Plugin-Session-Store-DBIC
  48. www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging
  49. www/p5-HTML-FormFu-Model-DBIC
  50. www/p5-MojoMojo
  51. www/p5-Reaction
  52. Collapse this list.
for Run
  1. databases/p5-DBICx-Deploy
  2. databases/p5-DBICx-Sugar
  3. databases/p5-DBICx-TxnInsert
  4. databases/p5-DBIx-Class-AsFdat
  5. databases/p5-DBIx-Class-AuditLog
  6. databases/p5-DBIx-Class-BitField
  7. databases/p5-DBIx-Class-Candy
Expand this list (61 items / 54 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. databases/p5-DBIx-Class-Cursor-Cached
  3. databases/p5-DBIx-Class-CustomPrefetch
  4. databases/p5-DBIx-Class-DateTime-Epoch
  5. databases/p5-DBIx-Class-DeploymentHandler
  6. databases/p5-DBIx-Class-DigestColumns
  7. databases/p5-DBIx-Class-DynamicDefault
  8. databases/p5-DBIx-Class-DynamicSubclass
  9. databases/p5-DBIx-Class-EncodeColumns
  10. databases/p5-DBIx-Class-EncodedColumn
  11. databases/p5-DBIx-Class-Fixtures
  12. databases/p5-DBIx-Class-FrozenColumns
  13. databases/p5-DBIx-Class-Helpers
  14. databases/p5-DBIx-Class-InflateColumn-Authen-Passphrase
  15. databases/p5-DBIx-Class-InflateColumn-FS
  16. databases/p5-DBIx-Class-InflateColumn-IP
  17. databases/p5-DBIx-Class-InflateColumn-Serializer
  18. databases/p5-DBIx-Class-IntrospectableM2M
  19. databases/p5-DBIx-Class-Loader
  20. databases/p5-DBIx-Class-PassphraseColumn
  21. databases/p5-DBIx-Class-QueryLog
  22. databases/p5-DBIx-Class-QueryProfiler
  23. databases/p5-DBIx-Class-ResultSet-HashRef
  24. databases/p5-DBIx-Class-ResultSet-RecursiveUpdate
  25. databases/p5-DBIx-Class-Schema-Config
  26. databases/p5-DBIx-Class-Schema-Loader
  27. databases/p5-DBIx-Class-Storage-TxnEndHook
  28. databases/p5-DBIx-Class-TimeStamp
  29. databases/p5-DBIx-Class-Tree
  30. databases/p5-DBIx-Class-Tree-NestedSet
  31. databases/p5-DBIx-Class-UUIDColumns
  32. databases/p5-DBIx-Class-VirtualColumns
  33. databases/p5-DBIx-Class-WebForm
  34. databases/p5-DBIx-NoSQL
  35. databases/p5-Dancer-Plugin-DBIC
  36. databases/p5-Dancer2-Plugin-DBIC
  37. databases/p5-Dancer2-Session-DBIC
  38. databases/p5-HTML-FormHandler-Model-DBIC
  39. databases/p5-Interchange6-Schema
  40. devel/p5-Test-DBIC-ExpectedQueries
  41. devel/p5-Test-DBIx-Class
  42. devel/p5-Test-Fixture-DBIC-Schema
  43. devel/p5-Test2-Harness-UI
  44. security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC
  45. textproc/p5-Plagger
  46. www/p5-Bigtop
  47. www/p5-Catalyst-Authentication-Store-DBIx-Class
  48. www/p5-Catalyst-Model-DBIC-Plain
  49. www/p5-Catalyst-Model-DBIC-Schema
  50. www/p5-Catalyst-Plugin-Session-Store-DBIC
  51. www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging
  52. www/p5-HTML-FormFu-Model-DBIC
  53. www/p5-MojoMojo
  54. www/p5-Reaction
  55. Collapse this list.

Deleted ports which required this port:

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

Configuration Options:
===> The following configuration options are available for p5-DBIx-Class-0.082843: SQLT=off: SQL::Translator (generate DDL from schema) ===> Use 'make config' to modify these settings
Options name:
databases_p5-DBIx-Class
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/DBIx/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/DBIx/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/DBIx/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/DBIx/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/DBIx/
  7. http://backpan.perl.org/modules/by-module/DBIx/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/DBIx/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/DBIx/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/DBIx/
  12. https://www.cpan.org/modules/by-module/DBIx/
Collapse this list.

Number of commits found: 114 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog 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)
0.082843
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.082843
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.082843
22 May 2022 05:11:31
commit hash: 1df78652ad79fc8f5d11a529615a140a7696c3cbcommit hash: 1df78652ad79fc8f5d11a529615a140a7696c3cbcommit hash: 1df78652ad79fc8f5d11a529615a140a7696c3cbcommit hash: 1df78652ad79fc8f5d11a529615a140a7696c3cb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/p5-DBIx-Class: Update to 0.082843

Changes:	https://metacpan.org/dist/DBIx-Class/changes
0.082842
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.082842
24 Jul 2020 07:20:12
Revision:543118Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.082842

Changes:	https://metacpan.org/changes/distribution/DBIx-Class
0.082841
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.082841
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.082841
31 Jan 2018 15:51:44
Revision:460478Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.082841

- Sort PLIST

Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
0.082840_1
15 Sep 2017 08:58:50
Revision:449893Original commit files touched by this commit
mat search for other commits by this committer
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
0.082840_1
15 Jul 2017 17:23:28
Revision:445900Original commit files touched by this commit
sunpoet search for other commits by this committer
Add LICENSE_FILE
0.082840_1
30 Jun 2017 13:43:42
Revision:444734Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove Perl core modules

- Add NO_ARCH
- Bump PORTREVISION for dependency change
0.082840
28 Feb 2017 09:45:01
Revision:435014Original commit files touched by this commit
sunpoet search for other commits by this committer
Use real PORTVERSION and update dependent ports

- Add LICENSE
- Sort *_DEPENDS
- Add NO_ARCH
- Remove post-extract:
- Sort PLIST
0.082840
21 Jun 2016 15:06:17
Revision:417212Original commit files touched by this commit
mat search for other commits by this committer
Update to 0.082840.

Changes:	https://metacpan.org/source/RIBASUSHI/DBIx-Class-0.082840/Changes
Sponsored by:	Absolight
0.082821
19 May 2016 10:21:25
Revision:415498Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [a-f]*

Approved by:	portmgr blanket
0.082821
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.082821
12 Feb 2016 11:56:35
Revision:408715Original commit files touched by this commit
wen search for other commits by this committer
- Update to 0.082821
Changes: http://cpansearch.perl.org/src/RIBASUSHI/DBIx-Class-0.082821/Changes
0.082820
14 Sep 2015 12:19:50
Revision:396892Original commit files touched by this commit
mat search for other commits by this committer
Make it so that the default Perl is always called perl5.

- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
0.082820
24 Jun 2015 15:16:24
Revision:390487Original commit files touched by this commit
adamw search for other commits by this committer
Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. The
downside to having this set is that portscout cannot find new releases
when the username changes (which happens often in large projects with
multiple maintainers).
0.082820
21 Mar 2015 19:39:33
Revision:381828Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.082820

Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
0.082810
12 Mar 2015 23:00:03
Revision:381151Original commit files touched by this commit
adamw search for other commits by this committer
Some OCD cleanups on some of the perl@ ports.

- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
  the plist was randomized before committing

A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
0.082810
05 Mar 2015 17:27:58
Revision:380524Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add PORTSCOUT
0.082810
07 Dec 2014 04:09:32
Revision:374170Original commit files touched by this commit
wen search for other commits by this committer
- Update to 0.082810
Changes: http://search.cpan.org/src/RIBASUSHI/DBIx-Class-0.082810/Changes
- Update DEPENDS
0.08270_1
26 Nov 2014 13:08:38
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.08270
20 Oct 2014 10:41:13
Revision:371255Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.08270
16 Feb 2014 10:37:04
Revision:344513Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.08270
- Add LICENSE
- Add more TEST_DEPENDS

Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
0.08250
15 Jan 2014 23:43:53
Revision:339867Original commit files touched by this commit
bapt search for other commits by this committer
Reduce over inclusion of bsd.port.mk
0.08250
03 Nov 2013 06:53:55
Revision:332592Original commit files touched by this commit
vanilla search for other commits by this committer
Support STAGEDIR.
0.08250
20 Sep 2013 16:13:49
Revision:327717Original 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:
databases)
0.08250
02 Aug 2013 18:52:11
Revision:324174Original commit files touched by this commit
mat search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
0.08250
30 Apr 2013 10:04:35
Revision:316908Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.08250.

Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
0.08209
01 Mar 2013 14:10:22
Revision:313154Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.08209.

Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
0.08208
20 Feb 2013 11:12:26
Revision:312625Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.08208.

Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
0.08206
11 Feb 2013 20:17:57
Revision:312079Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.08206.

Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
0.08205
24 Jan 2013 10:37:31
Revision:310923Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.08205.

Changes: http://search.cpan.org/dist/DBIx-Class/Changes
0.08204
17 Dec 2012 09:39:00
Revision:309074Original commit files touched by this commit
az search for other commits by this committer
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
0.08204
15 Nov 2012 07:39:48
Revision:307437Original commit files touched by this commit
wen search for other commits by this committer
- Update to 0.08204
Changes: http://cpansearch.perl.org/src/GETTY/DBIx-Class-0.08204/Changes
- Trim Makefile headers

Feature safe:	yes
0.08198
11 Jul 2012 19:01:28
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.08198
- Pet portlint

Changes:        http://search.cpan.org/dist/DBIx-Class/Changes
0.08196
31 May 2012 11:19:32
Original commit files touched by this commit
bapt search for other commits by this committer
Convert to new options framework
0.08196
13 Mar 2012 16:15:36
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Revert ports/165605 as requested by portmgr@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
0.08196
08 Mar 2012 18:45:38
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
0.08196
30 Nov 2011 12:18:25
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.08196
- Add BUILD_DEPENDS
- Sort TEST_DEPENDS
- Add a blank line between {BUILD|RUN}_DEPENDS and TEST_DEPENDS

Changes:        http://search.cpan.org/dist/DBIx-Class/Changes
Feature safe:   yes
0.08195
17 Sep 2011 07:06:45
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:   az
With hat:       perl
0.08195
31 Jul 2011 06:43:15
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.08195

Changes:        http://search.cpan.org/dist/DBIx-Class/Changes
0.08194
25 Jul 2011 02:38:07
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.08194
- Sort MAN3

Changes:        http://search.cpan.org/dist/DBIx-Class/Changes
0.08127_1
20 May 2011 00:20:10
Original commit files touched by this commit
swills search for other commits by this committer
- Add missing dependencies
- Remove no longer needed dependencies
- Add build dependencies to match run dependencies to silence build warnings
- Add many missing test dependencies
- Convert to using CPAN:ID macro
0.08127
12 Feb 2011 04:59:01
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.08127

PR:             154622
Submitted by:   Jonathan Chu <milki@rescomp.berkeley.edu>
0.08126
30 Dec 2010 15:32:05
Original commit files touched by this commit
mat search for other commits by this committer
Update to 0.08126

Changes: http://search.cpan.org/dist/DBIx-Class/Changes
0.08124
30 Oct 2010 21:31:38
Original commit files touched by this commit
bapt search for other commits by this committer
- update to 0.08124
- changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-0.08124/Changes
0.08123_1
24 Sep 2010 02:03:44
Original commit files touched by this commit
pgollucci search for other commits by this committer
- only 13% of the p5- ports embed @comment $FreeBSD$:
  so standarize and remove it

With Hat:   perl@
0.08123_1
18 Jun 2010 09:50:46
Original commit files touched by this commit
az search for other commits by this committer
Fix dependencies
0.08123
14 Jun 2010 11:46:28
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.08123.

Changes:        http://search.cpan.org/dist/DBIx-Class/Changes
0.08122_1
10 Jun 2010 07:41:06
Original commit files touched by this commit
pgollucci search for other commits by this committer
- DBD::SQLite is a 'test' only depends.

Reported by:    az@
0.08122_1
10 Jun 2010 01:39:36
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Fix Depends
- add TEST_DEPENDS
- cleanup makefile
0.08122
08 Jun 2010 05:57:52
Original commit files touched by this commit
az search for other commits by this committer
Update to 0.08122

Changes: http://search.cpan.org/dist/DBIx-Class/Changes
0.08121_1
13 May 2010 11:13:10
Original commit files touched by this commit
skv search for other commits by this committer
Fix dependencies.
0.08121
06 May 2010 06:23:01
Original commit files touched by this commit
az search for other commits by this committer
Update to 0.08121

Changes:        http://search.cpan.org/dist/DBIx-Class/Changes
0.08120
01 Mar 2010 10:34:46
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.08120.

Changes:        http://search.cpan.org/dist/DBIx-Class/Changes
Feature safe:   yes
0.08119
15 Feb 2010 16:15:35
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.08119.

Changes:        http://search.cpan.org/dist/DBIx-Class/Changes
0.08118
08 Feb 2010 15:13:00
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.08118.

Changes:        http://search.cpan.org/dist/DBIx-Class/Changes
0.08117
06 Feb 2010 00:36:24
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.08117.

Changes:        http://search.cpan.org/dist/DBIx-Class/Changes
0.08115
11 Dec 2009 13:11:40
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 0.08115
0.08114_1
25 Nov 2009 06:00:17
Original commit files touched by this commit
wen search for other commits by this committer
- Add missing dependence

PR:             ports/140846
Submitted by:   Christopher Key <cjk32@cam.ac.uk>
0.08114
23 Nov 2009 13:50:56
Original commit files touched by this commit
mat search for other commits by this committer
Update to 0.08114
0.08112
21 Sep 2009 14:13:55
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.08112.

Changes:        http://search.cpan.org/dist/DBIx-Class/Changes
Feature safe:   yes
0.08111
09 Sep 2009 06:35:29
Original commit files touched by this commit
az search for other commits by this committer
Update to version 0.08111

Changelog: http://cpansearch.perl.org/src/RIBASUSHI/DBIx-Class-0.08111/Changes
0.08109_1
04 Sep 2009 10:11:23
Original commit files touched by this commit
az search for other commits by this committer
- Remove databases/p5-DBD-SQLite as dependency, since it only required for
testing.
- bump portrevision
0.08109
19 Aug 2009 10:10:25
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.08109.

Changes: http://search.cpan.org/dist/DBIx-Class/Changes
0.08108
16 Aug 2009 13:44:58
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Upgrade to 0.08108.
- Sort $BUILD_DEPENDS as in Makefile.PL.
0.08107
16 Aug 2009 11:12:53
Original commit files touched by this commit
skv search for other commits by this committer
- Set correct dependencies versions
- Update pkg-descr

PR:             ports/135877
Submitted by:   Jonathan Chu <milki xx rescomp.berkeley.edu>
0.08107
16 Aug 2009 09:22:05
Original commit files touched by this commit
linimon search for other commits by this committer
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:            portmgr
0.08107
23 Jul 2009 17:23:33
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Update to 0.08107

PR:             ports/136487
Approved by:    maintainer timeout (lbr; 14 days)
Submitted by:   myself (pgollucci@)
0.08103
19 Jun 2009 16:17:19
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Update to 0.08103

PR:             ports/135725
Approved by:    maintainer (lbr)
Submitted by:   myself (pgollucci@)
0.08102
04 May 2009 05:46:01
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.08102
0.08101
27 Apr 2009 21:30:08
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.08101
0.08100
23 Apr 2009 06:26:51
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.08100
0.08013
08 Apr 2009 12:53:14
Original commit files touched by this commit
lbr search for other commits by this committer
Kill auto_install because it could cause CPAN to configure even though we've
asked it not to.

Reported by: QAT + Pointyhat
Reported to: upstream tools peoples
Thanks to: tobez
0.08013
07 Apr 2009 05:41:07
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.08013
0.08012_1
15 Feb 2009 17:19:18
Original commit files touched by this commit
lbr search for other commits by this committer
Add missing man-page to MAN3.

Noticed by: QAT
0.08012
14 Feb 2009 19:55:31
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.08012
0.08010
07 Mar 2008 17:29:06
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.08010
0.08009
25 Jan 2008 14:45:54
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.08009
0.08008
11 Dec 2007 21:43:21
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.08008
0.08007
08 Sep 2007 00:54:37
Original commit files touched by this commit
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
0.08007
05 Sep 2007 10:50:53
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.08007
0.08006
12 Aug 2007 22:14:18
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.08006
0.08003
09 Aug 2007 06:30:55
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.08005
0.08003
15 Jul 2007 12:13:14
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.08003.
0.08002
20 Jun 2007 12:07:43
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.08002
0.08001
18 Jun 2007 06:20:15
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.08001
0.07006
18 Apr 2007 06:46:16
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.07006
0.07005
12 Jan 2007 08:39:15
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.07005
0.07004
10 Jan 2007 07:52:05
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.07004
0.07003
05 Jan 2007 17:48:25
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.07003
0.07002
17 Sep 2006 13:26:17
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.07002
0.07001
20 Aug 2006 11:08:39
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.07001
0.07000_1
09 Aug 2006 21:26:03
Original commit files touched by this commit
lbr search for other commits by this committer
- When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS}

PR:             101708
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
0.07000
23 Jul 2006 09:39:46
Original commit files touched by this commit
lbr search for other commits by this committer
- Update to 0.07000
- Remove p5-Scalar-List-Utils and p5-Storable because they are already
  in Perl 5.8.x base.
- Remove test-dependency

PR:             100741
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
0.06003
20 May 2006 10:58:55
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.06003.

Approved by:    erwin (mentor)
0.06002
01 May 2006 13:52:00
Original commit files touched by this commit
lbr search for other commits by this committer
Changing email-address on my 80 ports.

Approved by:    erwin (mental)

Number of commits found: 114 (showing only 100 on this page)

1 | 2  »