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


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

1.3
date	2010.03.10.13.30.44;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2007.07.30.09.42.15;	author alexbl;	state Exp;
branches;
next	1.1;

1.1
date	2006.06.20.17.14.33;	author stefan;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-slimmer
# Date created:		22 May 2006
# Whom:			Corey Smith
#
# $FreeBSD: head/www/py-slimmer/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	slimmer
PORTVERSION=	0.1.30
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	corsmith@@gmail.com
COMMENT=	A whitespace optimizer for CSS, HTML and XHTML output

USE_PYTHON=	yes
USE_PYDISTUTILS=easy_install

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

.include <bsd.port.mk>
@


1.3
log
@- Update to 0.1.30

PR:		144212
Submitted by:	Oleg Pudeyev <oleg@@bsdpower.com>
Approved by:	maintainer timeout
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@ - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
@
text
@d9 1
a9 1
PORTVERSION=	0.1.21
d11 1
a11 1
MASTER_SITES=	http://www.issuetrackerproduct.com/Download/
a12 1
EXTRACT_SUFX=	.tgz
a16 2
WRKSRC=		${WRKDIR}/slimmer

d18 1
a18 2
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGVERSION=	0.1.19
d20 1
a20 3
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/slimmer.py \
		%%PYTHON_SITELIBDIR%%/slimmer.pyc \
		%%PYTHON_SITELIBDIR%%/slimmer.pyo
@


1.1
log
@Add py-slimmer, a Python script to remove redundant info (whitespaces,
comments, etc.) from XHTML, HTML and CSS. Useful in build systems to
pre-compress static content in production.

PR:		97668
Submitted by:	Corey Smith <corsmith@@gmail.com>
Approved by:	arved (mentor)
@
text
@d22 1
@

