head	1.7;
access;
symbols
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2011.11.02.01.35.44;	author dougb;	state dead;
branches;
next	1.6;

1.6
date	2011.02.01.13.18.00;	author pav;	state Exp;
branches;
next	1.5;

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

1.4
date	2011.01.19.06.38.07;	author thierry;	state Exp;
branches;
next	1.3;

1.3
date	2007.10.12.01.10.50;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2007.05.19.20.25.31;	author flz;	state Exp;
branches;
next	1.1;

1.1
date	2006.03.20.22.07.13;	author pav;	state Exp;
branches;
next	;


desc
@@


1.7
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:	spip
# Date created:				2006-03-17
# Whom:					jfb@@minet.net
#
# $FreeBSD: ports/www/spip/Makefile,v 1.6 2011/02/01 13:18:00 pav Exp $
#

PORTNAME=	spip
PORTVERSION=	2.1.8
CATEGORIES=	www
MASTER_SITES=	http://files.spip.org/spip/archives/
DISTNAME=	SPIP-v${PORTVERSION:C|\.|-|1}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A publishing system for the Internet (CMS)

LICENSE=	GPLv3

BROKEN=		checksum is changing daily

USE_ZIP=	yes
USE_PHP=	mysql pcre zlib
NO_BUILD=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}

SUB_FILES=	pkg-message

OPTIONS=	GD "With GD Support" on \
		IMAGICK "With ImageMagick Support" off \
		LDAP "With LDAP Support for authentification" off

.include <bsd.port.pre.mk>

.if !defined(WITHOUT_GD)
USE_PHP+=	gd
.endif

.if defined(WITH_IMAGICK)
USE_PHP+=	imagick
.endif

.if defined(WITH_LDAP)
USE_PHP+=	ldap
.endif

post-patch:
	@@${FIND} ${WRKSRC} -type f -name remove.txt | ${XARGS} ${RM}
	@@${FIND} ${WRKSRC} -type f -name svn.revision | ${XARGS} ${RM}

do-install:
	@@${MKDIR} ${WWWDIR}
	@@${CP} -Rv ${WRKSRC}/* ${WWWDIR}
	@@${CHGRP} -R ${WWWGRP} ${WWWDIR}
.for dir in config IMG ecrire local tmp
	@@${CHMOD} 775 ${WWWDIR}/${dir}
.endfor
	@@${MV} ${WWWDIR}/htaccess.txt ${WWWDIR}/.htaccess

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>
@


1.6
log
@- Mark BROKEN, the checksum on the master site is changing daily

Reported by:	pointyhat
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update to 2.1.8

PR:		ports/154212
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
Feature safe:	yes
@
text
@d19 2
@


1.4
log
@Mark as FORBIDDEN.

Note: this version is so outdated that I'm not sure it is affected by
the pointed vulnerability, but anyway, several other vulns have been
reported since this one.

Approved by:	secteam (Remko)
Feature safe:	yes
@
text
@d9 1
a9 2
PORTVERSION=	1.8.3
PORTREVISION=	1
d11 2
a12 3
MASTER_SITES=	http://www.spip.net/spip-dev/DISTRIB/ \
		http://trac.rezo.net/files/spip/
DISTNAME=	SPIP-v${PORTVERSION:U:C|\.|-|g}
d17 1
a17 1
FORBIDDEN=	Security: http://www.spip-contrib.net/SPIP-2-1-8-corrige-une-importante-faille-de-securite
d20 1
a20 1
USE_PHP=	mysql pcre
d22 1
a22 3

WWWDOCROOT?=	www
SPIPDIR?=	${WWWDOCROOT}/${PORTNAME:L}
a24 2
SUB_LIST=	SPIPDIR=${SPIPDIR}
PLIST_SUB=	SPIPDIR=${SPIPDIR}
d27 1
a27 1
		IMAGICK     "With ImageMagick Support" off \
d33 1
a33 1
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/gd.so:${PORTSDIR}/${gd_DEPENDS}
d37 1
a37 1
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:${PORTSDIR}/${imagick_DEPENDS}
d41 1
a41 1
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/ldap.so:${PORTSDIR}/${ldap_DEPENDS}
d44 4
d49 5
a53 5
	@@${MKDIR} ${PREFIX}/${SPIPDIR}
	@@${CP} -Rv ${WRKSRC}/* ${PREFIX}/${SPIPDIR}
	@@${CHGRP} -R ${WWWGRP} ${PREFIX}/${SPIPDIR}
.for dir in CACHE IMG ecrire ecrire/data
	@@${CHMOD} 775 ${PREFIX}/${SPIPDIR}/${dir}
d55 1
@


1.3
log
@Reset jfb@@minet.net due to maintainer-timeouts and no response to email.
Note: this port is out of date.
@
text
@d19 2
@


1.2
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d16 1
a16 1
MAINTAINER=	jfb@@minet.net
@


1.1
log
@SPIP is a publishing system for the Internet.  It consists of a bundle of
files, installed in your web account and allowing you to take advantage of a
number of automated tasks: multi-user management, laying out your articles
without the need to use HTML, easily modifying the structure of your site From
the very same application used to browse a site. SPIP enables you to build and
update a site, thanks to a very simple user interface.

WWW: http://www.spip.net/

PR:		ports/94652
Submitted by:	Jean-Francois BOEUF <jfb@@minet.net>
@
text
@d10 1
@

