aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-diff-lcs
Commit message (Collapse)AuthorAgeFilesLines
* Fix some misspelled or duplicated LICENSE_*Tobias Kortkamp2019-09-171-1/+1
| | | | Notes: svn path=/head/; revision=512232
* Update to 1.3Sunpoet Po-Chuan Hsieh2017-02-072-8/+11
| | | | | | | | | | - Update LICENSE - Add LICENSE_FILE Changes: https://github.com/halostatue/diff-lcs/blob/master/History.md Notes: svn path=/head/; revision=433612
* 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-3/+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
* - Update WWWSunpoet Po-Chuan Hsieh2015-08-161-1/+1
| | | | Notes: svn path=/head/; revision=394354
* - Place USES and shebang-related knobs after RUBYGEM_* as requested by ↵Dmitry Marakasov2015-08-141-3/+3
| | | | | | | sunpoet@ before Notes: svn path=/head/; revision=394214
* - Fix shebangsDmitry Marakasov2015-08-131-0/+4
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=394064
* 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
* 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
* - Update to 1.2.5Sunpoet Po-Chuan Hsieh2013-12-312-6/+9
| | | | | | | | | | | - Add LICENSE - Sort PLIST_FILES - Support STAGEDIR Changes: https://github.com/halostatue/diff-lcs/blob/master/History.rdoc Notes: svn path=/head/; revision=338242
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Update to 1.2.4Steve Wills2013-06-022-7/+4
| | | | Notes: svn path=/head/; revision=319688
* - Update to 1.1.3Steve Wills2011-09-112-3/+3
| | | | Notes: svn path=/head/; revision=281615
* - Removing remaining MD5 from rubygem- portsPhilip M. Gollucci2011-06-231-1/+0
| | | | Notes: svn path=/head/; revision=276163
* RF -> RG Conversion (Part II)Philip M. Gollucci2010-06-231-1/+1
| | | | | | | | | | | | | PR: ports/147844 Submitted by: pgollucci (myself) Reviewed by: portmgr (flz) Discussed with: portmgr (pav) Tested by: make checksum Feature safe: yes Notes: svn path=/head/; revision=256881
* - Pass to ruby@Philip M. Gollucci2010-06-111-1/+1
| | | | | | | Approved by: daniel@roe.ch (previous maintainer) via private e-mail Notes: svn path=/head/; revision=256338
* - convert to RUBYGEM_AUTOPLISTPhilip M. Gollucci2009-04-091-10/+2
| | | | | | | | | | | | | | | | | | | | | | | remove x-generate-plist and friends - use RF macro and remove SUBDIR where possible - remove some uneeded GEM_NAME=${DISTNAME} (this c/should be handled better in bsd.*.mk) other deltas specific to individual ports: audio/rubygem-mp3info - unbreak, fix packaging, bump PORTREVISION devel/rubygem-rapt - adopt devel/rubygem-rspec - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set devel/rubygem-ruby2ruby - add #' for vim highlight graphics/rubygem-extifr - drop PORTREVISION=0 graphics/rubygem-gd2 - add #' for vim highlight www/rubygem-rubyfulsoup - swap GEM_NAME / DISTNAME for constistency Sponsored by: RideCharge Inc. Tested on: RideCharge's Tinderbox Reviewed by: stas Notes: svn path=/head/; revision=231910
* Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longestMartin Wilke2008-11-093-0/+36
common subsequence (LCS) algorithm to compute intelligent differences between two sequenced enumerable containers. WWW: http://rubyforge.org/projects/ruwiki/ PR: ports/128591 Submitted by: Daniel Roethlisberger <daniel at roe.ch> Notes: svn path=/head/; revision=222653