aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-dbi
Commit message (Collapse)AuthorAgeFilesLines
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2017-01-281-1/+1
| | | | Notes: svn path=/head/; revision=432672
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filesPhilip M. Gollucci2015-07-021-0/+2
| | | | | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb Notes: svn path=/head/; revision=391169
* - Add LICENSESunpoet Po-Chuan Hsieh2015-05-274-8/+10
| | | | | | | | - Rename patch files and regenerate them with makepatch: - Update WWW Notes: svn path=/head/; revision=387646
* - fix ruby 2.0Dirk Meyer2014-10-173-0/+54
| | | | Notes: svn path=/head/; revision=371055
* - add rubygem-aspectr to RUN_DEPENDSDirk Meyer2014-09-211-1/+2
| | | | Notes: svn path=/head/; revision=368763
* many ruby/rubygem ports: death of rubyforge.orgSteve Wills2014-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port) Notes: svn path=/head/; revision=365393
* A vendor independent interface for accessing databases, similar to Perl's DBISteve Wills2014-02-213-0/+25
WWW: http://www.rubyforge.org/projects/ruby-dbi Notes: svn path=/head/; revision=345522