aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-redcloth
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 4.2.9Steve Wills2011-12-052-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286883
* - Update to 4.2.8Cheng-Lung Sung2011-10-132-3/+3
| | | | Notes: svn path=/head/; revision=283450
* - Update to 4.2.7Cheng-Lung Sung2011-03-162-4/+3
| | | | Notes: svn path=/head/; revision=271004
* - Update to 4.2.3Philip M. Gollucci2010-05-282-4/+4
| | | | Notes: svn path=/head/; revision=255213
* - Mass conversion of RF -> RG for MASTER_SITE for rubygem- portsPhilip M. Gollucci2010-05-261-1/+1
| | | | | | | | | | | | [RG aka rubygems.org] PR: ports/147005 Submitted by: pgollucci (myself) Approved by: portmgr (pav) With Hat: ruby@ Notes: svn path=/head/; revision=255136
* - Re-assign all my rubygem-* ports to ruby@Philip M. Gollucci2010-04-271-1/+1
| | | | | | | | | | | | this gives us more eyes and brings us inline with perl@ Current ruby@ members (stas, dinoex, pgollucci) http://wiki.freebsd.org/Ruby Discussed with: stas on #bsdports Notes: svn path=/head/; revision=253360
* - Update to 4.2.2Philip M. Gollucci2009-07-032-4/+4
| | | | Notes: svn path=/head/; revision=237065
* - Update to 4.2.1Philip M. Gollucci2009-06-182-4/+4
| | | | Notes: svn path=/head/; revision=236194
* - Update to 4.2.0Philip M. Gollucci2009-06-122-4/+4
| | | | Notes: svn path=/head/; revision=235615
* Reassign these ports to the committer who has been most active in updatingMark Linimon2009-05-282-4/+1
| | | | | | | | | them. Approved by: old maintainer Notes: svn path=/head/; revision=234718
* - Update to 4.1.9Philip M. Gollucci2009-04-242-5/+5
| | | | | | | | | PR: ports/133527 Approved by: maintainer timeout (2 weeks 1 day) Submitted by: me Notes: svn path=/head/; revision=232627
* - convert to RUBYGEM_AUTOPLISTPhilip M. Gollucci2009-04-092-30/+3
| | | | | | | | | | | | | | | | | | | | | | | 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
* - Add ruby 1.9 supportStanislav Sedov2008-04-061-3/+3
| | | | | | | | | | | | | | | | | - Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@ Notes: svn path=/head/; revision=210636
* - Update to 3.0.4.Marcelo Araujo2007-09-273-5/+13
| | | | | | | | | PR: ports/116511 Submitted by: Alexander Logvinov <ports@logvinov.com> Approved by: stas (mentor), Jonathan Weiss <jw@innerewut.de> (maintainer) Notes: svn path=/head/; revision=200181
* - Fix plist after recent ruby-gems updatePav Lucistnik2006-12-032-20/+23
| | | | | | | | PR: ports/106244 Submitted by: Jonathan Weiss <jw@innerewut.de> (maintainer) Notes: svn path=/head/; revision=178639
* - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.Jean Milanez Melo2006-08-081-1/+2
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=170091
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* - Populate newly created rubygems categoryPav Lucistnik2006-01-211-1/+1
| | | | Notes: svn path=/head/; revision=154086
* FIx plist.Edwin Groothuis2005-10-172-1/+2
| | | | | | | | | Noticed by: YAPHR Submitted by: Jonathan Weiss <jw@innerewut.de> Notes: svn path=/head/; revision=145649
* [FIX] Chase change of distfile of rubygem-redclothEdwin Groothuis2005-10-162-2/+3
| | | | | | | | | | | The distfile for the www/rubygem-redcloth port was renamed and thus cannot be installed. PR: ports/87461 Submitted by: Jonathan Weiss <jw@innerewut.de> Notes: svn path=/head/; revision=145490
* - Fix maintainer's email addressPav Lucistnik2005-07-201-2/+2
| | | | | | | Submitted by: Jonathan Weiss <jw@innerewut.de> (maintainer) Notes: svn path=/head/; revision=139741
* RedCloth is a module for using Textile in Ruby. Textile is a textPav Lucistnik2005-07-204-0/+50
format. A very simple text format. Another stab at making readable text that can be converted to HTML. No need to use verbose HTML to build your docs, your blogs, your pages. Textile gives you readable text while youre writing and beautiful text for your readers. And if you need to break out into HTML, Textile will allow you to do so. PR: ports/82397 Submitted by: Jonathan Weiss <jw@innerewut.de> Notes: svn path=/head/; revision=139700