head	1.11;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.03.05;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.10.13.13.39.56;	author dinoex;	state Exp;
branches;
next	1.9;

1.9
date	2012.06.29.04.04.53;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2010.06.06.19.25.10;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2010.05.26.19.51.33;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2009.04.09.00.11.45;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2009.02.14.00.43.07;	author stas;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.06.08.58.20;	author stas;	state Exp;
branches;
next	1.3;

1.3
date	2008.03.29.12.16.29;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2008.03.29.11.57.42;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.18.12.45.26;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# $FreeBSD: head/www/rubygem-rubyfulsoup/Makefile 305832 2012-10-13 13:39:56Z dinoex $

PORTNAME=	rubyfulsoup
PORTVERSION=	1.0.4
CATEGORIES=	www textproc rubygems
MASTER_SITES=	RG
DISTNAME=	rubyful_soup-${PORTVERSION}

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	Ruby port of the HTML/XML parser Beautiful Soup

RUN_DEPENDS=	rubygem-htmltools>=1.10:${PORTSDIR}/textproc/rubygem-htmltools

GEM_NAME=	${DISTNAME}

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>
@


1.10
log
@SVN rev 305832 on 2012-10-13 13:39:56Z by dinoex

- cleanup comments
Feature safe: yes
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.9
log
@- set MAINTAINER ro ruby@@
@
text
@a0 4
# Ports collection makefile for:	rubyfulsoup
# Date created:				16 feb 2007
# Whom:					dirk.meyer@@dinoex.sub.org
#
@


1.8
log
@- GEMS are always RUN_DEPENDS of other GEMS
- Bump PORTREVISION when something other then BUILD_DEPENDS changes
- Some minor verticle whitespace in some ports for consistency with the rest

PR:             ports/147551
Submitted by:   pgollucci@@ (myself)
Reviewed by:    portmgr (pav)
With Hat:       ruby
@
text
@d13 1
a13 1
MAINTAINER=	dinoex@@FreeBSD.org
@


1.7
log
@- Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
  [RG aka rubygems.org]

PR:             ports/147005
Submitted by:   pgollucci (myself)
Approved by:    portmgr (pav)
With Hat:       ruby@@
@
text
@d16 3
a18 2
BUILD_DEPENDS=	rubygem-htmltools>=1.10:${PORTSDIR}/textproc/rubygem-htmltools
RUN_DEPENDS=	${BUILD_DEPENDS}
a21 1
GEM_NAME=	${DISTNAME}
@


1.6
log
@- convert to RUBYGEM_AUTOPLIST
  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
@
text
@d10 1
a10 1
MASTER_SITES=	RF
@


1.5
log
@- Fix plist after ruby update by generating it dynamically.
@
text
@d10 2
a11 3
MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR=	rubyfulsoup
DISTNAME=	${GEM_NAME}
d21 1
a21 1
GEM_NAME=	rubyful_soup-${PORTVERSION}
@


1.4
log
@- Add ruby 1.9 support
- 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@@
@
text
@d23 1
@


1.3
log
@- use new dependency form
@
text
@d21 1
d24 1
a24 3
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>
@


1.2
log
@- cleanup with GEM macros
@
text
@d17 1
a17 1
BUILD_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/htmltools-1.10.gemspec:${PORTSDIR}/textproc/rubygem-htmltools
@


1.1
log
@Rubyful Soup is a Ruby port of the hit Python HTML/XML parser Beautiful Soup.
It's designed to be a useful quick-and-dirty parser for screen-scraping,
along the same lines as its parent:

1. Rubyful Soup won't choke if you give it bad markup. It yields a parse tree
that makes approximately as much sense as your original document.
This is usually good enough to collect the data you need and then run away.

2. Rubyful Soup provides a few simple methods and Ruby-like idioms for
navigating and searching a parse tree: a toolkit for dissecting a document
and extracting what you need. You don't have to create a custom parser for
each application. It's more flexible and easier to learn than XPath.

WWW: http://www.crummy.com/software/BeautifulSoup/
@
text
@d12 1
a12 1
DISTNAME=	rubyful_soup-${PORTVERSION}
d21 1
@

