head	1.13;
access;
symbols
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2;
locks; strict;
comment	@# @;


1.13
date	2011.11.02.01.35.40;	author dougb;	state dead;
branches;
next	1.12;

1.12
date	2011.06.17.15.37.21;	author bapt;	state Exp;
branches;
next	1.11;

1.11
date	2010.12.04.07.33.29;	author ade;	state Exp;
branches;
next	1.10;

1.10
date	2010.04.03.10.44.29;	author roam;	state Exp;
branches;
next	1.9;

1.9
date	2009.08.02.19.35.31;	author mezz;	state Exp;
branches;
next	1.8;

1.8
date	2009.01.23.15.43.08;	author roam;	state Exp;
branches;
next	1.7;

1.7
date	2008.12.21.23.31.38;	author okazaki;	state Exp;
branches;
next	1.6;

1.6
date	2008.11.30.05.03.27;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2008.10.18.13.42.20;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2008.05.23.11.56.36;	author tabthorpe;	state Exp;
branches;
next	1.3;

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

1.2
date	2007.03.22.15.28.33;	author rafan;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.14.23.12.25;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Remove ports@@ ports that have been DEPRECATED for at least 1 month

audio/shoutcast		Unfetchable; website rearranged
audio/linux-shoutcast	Unfetchable; website rearranged
chinese/scim-chewing	Does not configure
converters/py-cjkcodecs	Integrated into every python version in the tree
databases/kpogre	Does not compile
deskutils/mhc		Does not fetch
deskutils/org-mode.el6	Does not fetch
deskutils/gemcal	Does not fetch
devel/erlang-thrift	Does not build
dns/domtools		Does not fetch
editors/richtext	Does not compile
games/vultures-claw	Does not fetch
games/bomb		Does not fetch
games/lgeneral-data	Bad plist
games/linux-enemyterritory-jaymod	Does not fetch
games/xphotohunter	Does not fetch
graphics/gimpshop	Fails to patch
graphics/lightspark-devel	Does not compile
graphics/xmms-plazma	Does not fetch
graphics/py-cgkit	Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt		Does not fetch, fails to build with new utmpx
japanese/epic4		Some distfiles do not fetch
java/jde		Does not fetch
java/kaffe		Does not fetch
korean/gdick	HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86	Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript	Does not fetch
lang/TenDRA	Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops		Does not build
mail/itraxp		Does not build
misc/tellico		Leaves file behind on deinstall
net/gsambad		Does not fetch
net/nocatauth-gateway	Uses a UID registered to another port
net/nocatauth-server	Uses a UID registered to another port
net/libosip2		Does not fetch
net/kmuddy		Does not fetch
net/netboot		Does not build
net-mgmt/jffnms		Does not fetch
net-p2p/frostwire	Does not fetch
net-p2p/azureus		Does not fetch
news/cleanscore		Does not fetch
news/nntpswitch		Does not fetch
news/p5-NewsLib		Does not fetch
russian/cyrproxy	Does not fetch
science/gerris		Does not fetch
security/opensaml	Does not fetch
sysutils/wmbattery	Does not fetch
sysutils/cpuburn	No more public distfiles
textproc/tei-guidelines-p4	Does not fetch
textproc/tei-p4		Does not fetch
textproc/py-hyperestraier	Does not fetch
textproc/tdtd.el	Does not fetch
textproc/tei-lite	Does not fetch
www/phpwiki13		Does not fetch
www/p5-Apache-Scoreboard	Depends on mod_perl
www/p5-B-LexInfo	Broken due the new mod_perl2 API
www/phpwiki		Does not fetch
www/smb2www		Apache13 is deprecated, migrate to 2.2.x+ now
www/spip		Checksum is changing daily
www/monkey		Does not fetch
x11-toolkits/jdic	Does not fetch
x11-toolkits/py-kde	Does not compile
@
text
@# New ports collection makefile for:	opensaml
# Date created:				06 Febuary 2007
# Whom:					Tony Maher
#
# $FreeBSD: ports/security/opensaml/Makefile,v 1.12 2011/06/17 15:37:21 bapt Exp $
#

PORTNAME=	opensaml
DISTVERSION=	1.1.1
PORTREVISION=	3
CATEGORIES=	security
MASTER_SITES=	http://shibboleth.internet2.edu/downloads/opensaml/cpp/${DISTVERSION}/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Open source implentation of SAML

BROKEN=	Does not fetch

LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl \
		log4cpp.4:${PORTSDIR}/devel/log4cpp \
		xml-security-c.14:${PORTSDIR}/security/apache-xml-security-c

GNU_CONFIGURE=	yes
USE_AUTOTOOLS=	libtool
USE_GMAKE=	yes
USE_LDCONFIG=	yes

post-patch:
	@@${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \
		${WRKSRC}/doc/Makefile.in
.if defined(NOPORTDOCS)
	@@${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in
.endif

.include <bsd.port.mk>
@


1.12
log
@Mark broken some ports with unfetchable distfiles
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Sync to new bsd.autotools.mk
@
text
@d17 2
@


1.10
log
@Chase the ftp/curl shlib version bump.
@
text
@d22 1
a22 1
USE_AUTOTOOLS=	libtool:22
@


1.9
log
@-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
@
text
@d10 1
a10 1
PORTREVISION=	2
d17 1
a17 1
LIB_DEPENDS=	curl.5:${PORTSDIR}/ftp/curl \
@


1.8
log
@Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
@
text
@d22 1
a22 1
USE_AUTOTOOLS=	libtool:15
@


1.7
log
@Remove BROKEN.
Replace explicit dependence on xerces-c2 with indirect one via apache-xml-security-c.
@
text
@d10 1
a10 1
PORTREVISION=	1
d17 1
a17 1
LIB_DEPENDS=	curl.4:${PORTSDIR}/ftp/curl \
@


1.6
log
@= Mark BROKEN Does not compile

Reported by:	pavbot
@
text
@a18 1
		xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \
a25 2
BROKEN=		Does not compile		

@


1.5
log
@- Chase security/apache-xml-security-c shlib bump

Reported by:	erwinbot
@
text
@d27 2
@


1.4
log
@- Update to 1.1.1
- Reassign to ports@@

PR:		ports/123900
Submitted by:	Tony Maher <tonymaher optusnet.com.au>
@
text
@d10 1
d20 1
a20 1
		xml-security-c.13:${PORTSDIR}/security/apache-xml-security-c
@


1.3
log
@- Mark BROKEN: error: `ENDLINE' is not a member of `log4cpp::CategoryStream'

Reported by:	pointyhat
@
text
@d9 1
a9 1
DISTVERSION=	1.1b
d11 1
a11 1
MASTER_SITES=	http://shibboleth.internet2.edu/downloads/
d13 1
a13 1
MAINTAINER=	tonymaher@@optusnet.com.au
a20 2
BROKEN=		does not compile

a25 4
WRKSRC=		${WRKDIR}/${PORTNAME}-1.1

.include <bsd.port.pre.mk>

d33 1
a33 1
.include <bsd.port.post.mk>
@


1.2
log
@- Update to 1.1b
- Fix checksum problem, authors replaced the 1.1 distfile with 1.1b's

Reported by:	pointyhat
Approved by:	maintainer (implicit)
@
text
@d21 2
@


1.1
log
@Add opensaml 1.1, open source implentation of SAML.

PR:		ports/109113
Submitted by:	Tony Maher
@
text
@d9 1
a9 1
PORTVERSION=	1.1
d26 2
@

