head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.12.05.01.21.42;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.11.17.06.02.30;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.05.16.06.30.44;	author culot;	state Exp;
branches;
next	1.1;

1.1
date	2010.09.23.17.30.03;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308296
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308296 | jgh | 2012-12-05 01:19:16 +0000 (Wed, 05 Dec 2012) | 7 lines
## SVN ##
## SVN ## - Update to 4.0
## SVN ## - while here trim header and tighten comment
## SVN ##
## SVN ## PR:		174121
## SVN ## Submitted by:	maintainer, joehorn@@gmail.com
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Joe Horn <joehorn@@gmail.com>
#
# $FreeBSD: head/www/ckeditor/Makefile 308296 2012-12-05 01:19:16Z jgh $

PORTNAME=	CKEditor
PORTVERSION=	4.0
CATEGORIES=	www
MASTER_SITES=	http://download.cksource.com/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}/
DISTNAME=	ckeditor_${PORTVERSION}_full

MAINTAINER=	joehorn@@gmail.com
COMMENT=	WYSIWYG editor to be used inside web page

LICENSE=	MPL

NO_BUILD=	yes
WRKSRC=		${WRKDIR}/ckeditor

do-install:
	@@${INSTALL} -d -m 0755 ${WWWDIR}
	@@(cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdmu -R${WWWOWN}:${WWWGRP} ${WWWDIR})

.include <bsd.port.mk>
@


1.3
log
@Switch exporter over
@
text
@d1 1
a1 5
# New ports collection makefile for:	CKEditor
# Date created:		2010/09/04
# Whom:			Joe Horn <joehorn@@gmail.com>
#
# $FreeBSD: head/www/ckeditor/Makefile 300897 2012-07-14 14:29:18Z beat $
d3 1
d6 1
a6 1
PORTVERSION=	3.6
d9 1
a9 1
DISTNAME=	ckeditor_${PORTVERSION}
d12 1
a12 1
COMMENT=	CKEditor is a WYSIWYG editor to be used inside web page
@


1.2
log
@- Update to 3.6

PR:		ports/157080
Submitted by:	Joe Horn <joehorn@@gmail.com> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@CKEditor is a text editor to be used inside web pages. It's a WYSIWYG
editor, which means that the text being edited on it looks as similar
as possible to the results users have when publishing it. It brings to
the web common editing features found on desktop editing applications
like Microsoft Word and OpenOffice.

WWW: http://ckeditor.com/

Rename:         www/CKeditor -> www/ckeditor
Requested by:   danfe
@
text
@d9 1
a9 1
PORTVERSION=	3.4
@

