add csstidy 1.1.1

An opensource CSS parser and optimiser
This commit is contained in:
Ying-Chieh Liao 2006-04-10 01:07:53 +00:00
parent 379e698e44
commit 5c5f156175
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159238
4 changed files with 37 additions and 0 deletions

View File

@ -85,6 +85,7 @@
SUBDIR += crp
SUBDIR += css-mode.el
SUBDIR += cssed
SUBDIR += csstidy
SUBDIR += cybercalendar
SUBDIR += dalbum
SUBDIR += dansguardian

30
www/csstidy/Makefile Normal file
View File

@ -0,0 +1,30 @@
# ex:ts=8
# Ports collection makefile for: csstidy
# Date created: Apr 9, 2006
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= csstidy
PORTVERSION= 1.1.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-source-${PORTVERSION}
MAINTAINER= ijliao@FreeBSD.org
COMMENT= An opensource CSS parser and optimiser
USE_ZIP= yes
NO_WRKSUBDIR= yes
PLIST_FILES= bin/csstidy
do-build:
@cd ${WRKSRC} && ${CXX} ${CXXFLAGS} *.cpp -o ${PORTNAME}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>

3
www/csstidy/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (csstidy-source-1.1.1.zip) = 1bac671e96bb23bfc6faa1522d03fa5f
SHA256 (csstidy-source-1.1.1.zip) = 1f9be4e6175758978f1fddce32fa71f60bae19674e639a77c88e0673348fbdd5
SIZE (csstidy-source-1.1.1.zip) = 44000

3
www/csstidy/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
CSSTidy is an opensource CSS parser and optimiser.
WWW: http://csstidy.sourceforge.net/