head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.02.37;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.07.29.11.17.02;	author cs;	state Exp;
branches;
next	1.6;

1.6
date	2012.02.25.18.19.35;	author glewis;	state Exp;
branches;
next	1.5;

1.5
date	2009.12.31.10.03.33;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2009.08.22.00.38.10;	author amdmi3;	state Exp;
branches;
next	1.3;

1.3
date	2009.07.08.21.28.59;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2009.01.09.23.15.20;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.07.19.17.02.18;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	jerichohtml
# Date created:		2008-06-17
# Whom:			Marcin Cieslak <saper@@SYSTEM.PL>
#
# $FreeBSD: head/www/jericho-html/Makefile 301684 2012-07-29 11:17:02Z cs $
#

PORTNAME=	jericho-html
PORTVERSION=	3.2
CATEGORIES=	www java
MASTER_SITES=	SF/jerichohtml/${PORTNAME}/${PORTVERSION}

MAINTAINER=	saper@@saper.info
COMMENT=	Java library to analyse and manipulate HTML

USE_ZIP=	yes
USE_JAVA=	1.5+

INTERFACES:=	"compile-time-dependencies/slf4j-api-1.6.1.jar:\
		compile-time-dependencies/commons-logging-api-1.1.1.jar:\
		compile-time-dependencies/log4j-1.2.16.jar"

PORTDOCS=	*
PLIST_FILES+=	%%JAVAJARDIR%%/${PORTNAME}.jar

do-build:
	(cd ${WRKSRC} &&  ${RM} -rf classes/* && ${JAVAC}         \
		-classpath ${INTERFACES:S, ,,g}                   \
		-d classes src/java/net/htmlparser/jericho/*.java \
		src/java/net/htmlparser/jericho/nodoc/*.java)
	${MKDIR} ${WRKSRC}/lib
	${JAR} -cf ${WRKSRC}/lib/${PORTNAME}.jar                  \
		 -C ${WRKSRC}/classes .

do-install:
	${INSTALL_DATA} ${WRKSRC}/lib/${PORTNAME}.jar ${JAVAJARDIR}
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR})
.endif

.include <bsd.port.mk>
@


1.7
log
@SVN rev 301684 on 2012-07-29 11:17:02Z by cs

Fix typos in COMMENT

Approved by:	portmgr@@ (implicit)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@. Update to 3.2.  This also fixes building with openjdk6.

PR:		164813
Approved by:	Maintainer timeout
@
text
@d14 1
a14 1
COMMENT=	A java library to analyse and manipulate HTML
@


1.5
log
@- Restore maintainership

Submitted by:	Marcin Cieslak <saper@@saper.info>
@
text
@d9 1
a9 1
PORTVERSION=	2.6
d17 1
a17 1
USE_JAVA=	1.3+
d19 1
a19 1
INTERFACES:=	"compile-time-dependencies/slf4j-api-1.5.2.jar:\
d21 1
a21 1
		compile-time-dependencies/log4j-api-1.2.15.jar"
d23 1
a23 1
PORTDOCS=	api
d29 3
a31 2
		-d classes src/java/au/id/jericho/lib/html/*.java \
		src/java/au/id/jericho/lib/html/nodoc/*.java)
a33 10
.if !defined(NOPORTDOCS)
	(cd ${WRKSRC} && ${RM} -rf doc/* && ${JAVADOC} -quiet     \
		-windowtitle "Jericho HTML Parser ${PORTVERSION}" \
		-classpath ${INTERFACES:S, ,,g}:src/java:classes  \
		-use -d ${WRKSRC}/doc/api                         \
		-subpackages au.id.jericho.lib.html               \
		-exclude au.id.jericho.lib.html.nodoc             \
		-noqualifier au.id.jericho.lib.html               \
		-group "Core package" au.id.jericho.lib.html)
.endif
d39 1
a39 1
	(cd ${WRKSRC}/doc && ${FIND} api | ${CPIO} -pdmu ${DOCSDIR})
@


1.4
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.3
log
@- Reset maintainer
<saper@@system.pl>
    (reason: 550 user not found... podany uzytkownik nie istnieje...)
@
text
@d11 1
a11 2
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	${PORTNAME:S,-,,}
@


1.2
log
@- Update to  2.6

PR:		130041
Submitted by:	Marcin Cieslak <saper@@SYSTEM.PL> (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	saper@@SYSTEM.PL
@


1.1
log
@Jericho HTML Parser is a simple but powerful java library allowing
analysis and manipulation of parts of an HTML document, including
some common server-side tags, while reproducing verbatim any
unrecognised or invalid HTML.

It also provides high-level HTML form manipulation functions.

WWW:	http://jerichohtml.sourceforge.net/doc/index.html

PR:		ports/124770
Submitted by:	Marcin Cieslak <saper at SYSTEM.PL>
@
text
@d9 1
a9 1
PORTVERSION=	2.5
d20 3
a22 3
INTERFACES:=	"compile-time-dependencies/slf4j-api-1.4.3.jar:\
		compile-time-dependencies/commons-logging-api-1.1.jar:\
		compile-time-dependencies/log4j-api-1.2.14.jar"
@

