aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-dm-serializer
Commit message (Collapse)AuthorAgeFilesLines
* Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=rubyMuhammad Moinur Rahman2023-01-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk Notable changes are. - Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk. - USE_RUBY=yes is replaced with USES=ruby. - USE_RUBY_EXTCONF is replaced with USES=ruby:extconf. - USE_RUBY_RDOC is replaced with USES=ruby:rdoc. - USE_RUBY_SETUP is replaces with USES=ruby:setup. - RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with USES=ruby:{build,none,run}. - RUBY_REQUIRE isn't used anywhere, so removed. - USES=gem now implies USES=ruby. This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863 I have just made some cosmetic changes and ran exp-run to test that the tree is not in a BROKEN state. Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D37925
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update version requirement of RUN_DEPENDSSunpoet Po-Chuan Hsieh2019-12-281-7/+8
| | | | Notes: svn path=/head/; revision=521173
* Fix RUN_DEPENDS: use rubygem-json_pure1Sunpoet Po-Chuan Hsieh2017-01-131-2/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=431388
* databases/rubygem-dm-serializer: switch to json 1.x depSteve Wills2017-01-021-1/+2
| | | | Notes: svn path=/head/; revision=430386
* 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-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2015-10-271-0/+1
| | | | Notes: svn path=/head/; revision=400297
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-06-131-0/+1
| | | | Notes: svn path=/head/; revision=389530
* - Add LICENSESunpoet Po-Chuan Hsieh2013-11-301-2/+4
| | | | | | | - Sort RUN_DEPENDS and update minimal version requirement Notes: svn path=/head/; revision=335321
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332032
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Update to 1.2.2Steve Wills2012-08-042-5/+5
| | | | Notes: svn path=/head/; revision=301988
* - Fix depend versions according to rubygems.org [again]Philip M. Gollucci2011-11-021-2/+2
| | | | | | | | With Hat: ruby@ Tested by: P6 TB Full rubygem run Notes: svn path=/head/; revision=284931
* - Update ruby-dm ports to latest versionsSteve Wills2011-10-272-6/+8
| | | | Notes: svn path=/head/; revision=284406
* - Fix up depencies versions after all the churn todayPhilip M. Gollucci2011-06-231-1/+1
| | | | Notes: svn path=/head/; revision=276173
* - Update Data Mapper to 1.1.0Philip M. Gollucci2011-06-232-5/+4
| | | | | | | | | | and its required dependecies With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=276150
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - github is redirecting all these to https nowPhilip M. Gollucci2010-11-111-1/+1
| | | | Notes: svn path=/head/; revision=264379
* - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta infoPhilip M. Gollucci2010-10-201-1/+1
| | | | | | | | | Prompted by: distilator With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=263313
* - Fix dependency versions based on rubygems.orgPhilip M. Gollucci2010-09-221-2/+3
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=261573
* - Update to 1.0.2Philip M. Gollucci2010-09-092-4/+4
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=260884
* - Update to 1.0.1Philip M. Gollucci2010-09-092-5/+5
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=260822
* DataMapper is a Object Relational Mapper written in Ruby. The goal is to createPhilip M. Gollucci2010-08-273-0/+30
an ORM which is fast, thread-safe and feature rich. Please Welcome 1.0.0 http://datamapper.org/ PR: ports/147800 Submitted by: myself (pgollucci) Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=260057