Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Feb 2010 01:40:46 GMT
From:      Choe@10446.x.rootbsd.net, Cheng-Dae <whitekid@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/144085: New port: www/wordpress-theme wordpress blog theme collection
Message-ID:  <201002190140.o1J1ekv8090064@10446.x.rootbsd.net>
Resent-Message-ID: <201002190230.o1J2U2bu037801@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         144085
>Category:       ports
>Synopsis:       New port: www/wordpress-theme wordpress blog theme collection
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 19 02:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Choe, Cheng-Dae
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD 10446.x.rootbsd.net 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 16:02:27 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	New port for wordpress.org blog tool theme collection
>How-To-Repeat:
	N/A
>Fix:

	

--- wordpress-themes.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	www/wordpress-themes
#	www/wordpress-themes/pkg-descr
#	www/wordpress-themes/Makefile
#	www/wordpress-themes/distinfo
#
echo c - www/wordpress-themes
mkdir -p www/wordpress-themes > /dev/null 2>&1
echo x - www/wordpress-themes/pkg-descr
sed 's/^X//' >www/wordpress-themes/pkg-descr << '8ea12f3524d50b7857f6ad53516f8581'
XWordPress featured theme collection.
X
XWWW:	http://wordpress.org/extend/themes/
8ea12f3524d50b7857f6ad53516f8581
echo x - www/wordpress-themes/Makefile
sed 's/^X//' >www/wordpress-themes/Makefile << '7a6d2fc926484065edb92b93122d6bac'
X# New ports collection makefile for:	wordpress-themes
X# Date created:		2010-02-18
X# Whom:			whitekid@gmail.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	wordpress-themes
XPORTVERSION=	20100219
XCATEGORIES=	www
XMASTER_SITES=	http://wordpress.org/extend/themes/download/
XDIST_SUBDIR=	wordpress
X
XMAINTAINER=	ports@FreeBSD.org
XCOMMENT=	Wordpress themes
X
XRUN_DEPENDS=	wordpress>=0:${PORTSDIR}/www/wordpress
X
XOPTIONS=	VERMILLON "Enable Vermillon theme" on \
X		ATAHUALPA "Enable Atahualpa theme" on \
X		PIANO_BLACK "Enable Piano Black theme" on \
X		JQ "Enable jQ theme" on \
X		CHOCO "Enable Choco theme" on \
X		CONSTRUCTOR "Enable Constructor theme" on \
X		ARJUNAX "Enable Arjuna X theme" on \
X		SMOOTH "Enable Smooth theme" on \
X		PIXEL "Enable Pixel theme" on \
X		MOTION "Enable Motion theme" on \
X		LIGHTWORD "Enable LightWord theme" on \
X		COMMENTCENTRAL "Enable Comment Central theme" on \
X		MONOCHROME "Enable Monochrome theme" on \
X		MULTICOLOR "Enable Multi-Color theme" on \
X		MYSTIQUE "Enable Mystique theme" on \
X		NOTEPAD "Enable Notepad theme" on
X
XNO_BUILD?=	yes
XWRKSRC?=	${WRKDIR}
XPLIST=		${WRKDIR}/plist
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_VERMILLON)
XDISTFILES+=	vermillon.1.0.2.1.zip
X.endif
X
X.if defined(WITH_ATAHUALPA)
XDISTFILES+=	atahualpa.3.4.6.zip
X.endif
X
X.if defined(WITH_PIANO_BLACK)
XDISTFILES+=	piano-black.1.4.zip
X.endif
X
X.if defined(WITH_JQ)
XDISTFILES+=	jq.2.9.zip
X.endif
X
X.if defined(WITH_CHOCO)
XDISTFILES+=	chocotheme.0.03.zip
X.endif
X
X.if defined(WITH_CONSTRUCTOR)
XDISTFILES+=	constructor.0.8.0.zip
X.endif
X
X.if defined(WITH_ARJUNAX)
XDISTFILES+=	arjuna-x.1.2.1.zip
X.endif
X
X.if defined(WITH_SMOOTH)
XDISTFILES+=	smooth.1.0.4.1.zip
X.endif
X
X.if defined(WITH_PIXEL)
XDISTFILES+=	pixel.2.0.1.zip
X.endif
X
X.if defined(WITH_MOTION)
XDISTFILES+=	motion.1.0.3.zip
X.endif
X
X.if defined(WITH_LIGHTWORD)
XDISTFILES+=	lightword.1.9.8.zip
X.endif
X
X.if defined(WITH_COMMENTCENTRAL)
XDISTFILES+=	comment-central.1.2.3.zip
X.endif
X
X.if defined(WITH_MONOCHROME)
XDISTFILES+=	monochrome.2.7.zip
X.endif
X
X.if defined(WITH_MULTICOLOR)
XDISTFILES+=	multi-color.1.6.zip
X.endif
X
X.if defined(WITH_MYSTIQUE)
XDISTFILES+=	mystique.1.72.zip
X.endif
X
X.if defined(WITH_NOTEPAD)
XDISTFILES+=	notepad-theme.1.3.zip
X.endif
X
XWORDPRESS?=	www/data/wordpress
XWORDPRESS_THEME?=	${WORDPRESS}/wp-content/themes
XTHEME_DIRS=	${DISTFILES:C|[\.0-9]+\.zip||}
X
Xpre-install:
X	@${RM} -rf ${PLIST}
X	@${TOUCH} ${PLIST}
X
X.for f in ${THEME_DIRS}
X	@cd ${WRKSRC} && \
X	${FIND} -s ${f} -type f | ${SED} -e 's|^|${WORDPRESS_THEME}/|' >> ${PLIST} && \
X	${FIND} -d ${f} -type d | ${SED} -e 's|^|@dirrm ${WORDPRESS_THEME}/|' >> ${PLIST}
X.endfor
X
Xdo-install:
X.for f in ${THEME_DIRS}
X	@cd ${WRKSRC} && \
X	${FIND} ${f} -type d -exec ${MKDIR} ${PREFIX}/${WORDPRESS_THEME}/{} \; && \
X	${FIND} ${f} -type f -exec ${CP} {} ${PREFIX}/${WORDPRESS_THEME}/{} \;
X.endfor
X
X.include <bsd.port.post.mk>
7a6d2fc926484065edb92b93122d6bac
echo x - www/wordpress-themes/distinfo
sed 's/^X//' >www/wordpress-themes/distinfo << 'a91ea6dfb20add39f4c024d57afc43dd'
XMD5 (wordpress/vermillon.1.0.2.1.zip) = 2933bb2ccbdcdddc7f5e73c6cb5ead8f
XSHA256 (wordpress/vermillon.1.0.2.1.zip) = 49b00771a7bc1877936c16ea50dc754d14db8286408b9b867885871b87c67c46
XSIZE (wordpress/vermillon.1.0.2.1.zip) = 81329
XMD5 (wordpress/atahualpa.3.4.6.zip) = 72b1647a35f5ca8046df7dd535805d35
XSHA256 (wordpress/atahualpa.3.4.6.zip) = 23ea2d72877aef96cfb9be4d01aeb254499d89642be04b84d38bcbd85242fd6a
XSIZE (wordpress/atahualpa.3.4.6.zip) = 834486
XMD5 (wordpress/piano-black.1.4.zip) = 83e6ea25462c96e740c881c82963953c
XSHA256 (wordpress/piano-black.1.4.zip) = c426534e901fe3783f1f840c103fc58e51b32cfcacf51138c338c4717314ef91
XSIZE (wordpress/piano-black.1.4.zip) = 251796
XMD5 (wordpress/jq.2.9.zip) = f9ffe53c7fc7d63e11656f3e8d24b32e
XSHA256 (wordpress/jq.2.9.zip) = 31c207c90d594985dcf5a0a524d9e814eb004ae730d484460adbcdd7822896e4
XSIZE (wordpress/jq.2.9.zip) = 767251
XMD5 (wordpress/chocotheme.0.03.zip) = 5d8e4f49908cd8c08d41e84c58a163ad
XSHA256 (wordpress/chocotheme.0.03.zip) = 4c3767c5aac99981d5694985c2f84641bd5d846609b01d3b70975b8bacf1ca80
XSIZE (wordpress/chocotheme.0.03.zip) = 214518
XMD5 (wordpress/constructor.0.8.0.zip) = 76b047db5740725f20f03476f5ec74f3
XSHA256 (wordpress/constructor.0.8.0.zip) = 490702868d5c5a59fad1352de5076ad2bd5dc6f16919efe1b607134fc5b401ce
XSIZE (wordpress/constructor.0.8.0.zip) = 1390140
XMD5 (wordpress/arjuna-x.1.2.1.zip) = 387a1866275653a693ff30ba2298d759
XSHA256 (wordpress/arjuna-x.1.2.1.zip) = 983726b5bed6a2a03b69a4ce1d04f70620ba8eef1490776da0bb2b7b2ca3fe41
XSIZE (wordpress/arjuna-x.1.2.1.zip) = 278891
XMD5 (wordpress/smooth.1.0.4.1.zip) = 8b53cd04664d0ca736b4700d815468b3
XSHA256 (wordpress/smooth.1.0.4.1.zip) = a0949c831f413aff509f472386c6118f9ed5682c78bc2652808ec316db1a3b93
XSIZE (wordpress/smooth.1.0.4.1.zip) = 86078
XMD5 (wordpress/pixel.2.0.1.zip) = 6f7c5e817b7d33473c7ea12e5376f012
XSHA256 (wordpress/pixel.2.0.1.zip) = 96a6e15f12d867097d3a883f14d5078fa75ee0ec7921537b88b16539e4cf7c9d
XSIZE (wordpress/pixel.2.0.1.zip) = 182285
XMD5 (wordpress/motion.1.0.3.zip) = 3ce815a582299caad51037e8f70c136b
XSHA256 (wordpress/motion.1.0.3.zip) = fdfb9ce80b57e202508096616f659750fa4cc8fdac66ccc392c47ecf5b22b262
XSIZE (wordpress/motion.1.0.3.zip) = 268620
XMD5 (wordpress/lightword.1.9.8.zip) = 93dcc41f31c69cecb17a2cc0ad9b7073
XSHA256 (wordpress/lightword.1.9.8.zip) = 6c053d8df84bd40a69536c833357dbf1fe2d2fe4dd94e66001d64aa0be8f528f
XSIZE (wordpress/lightword.1.9.8.zip) = 224325
XMD5 (wordpress/comment-central.1.2.3.zip) = 1bc1d0bd68b3f2491fde66e7a6a56944
XSHA256 (wordpress/comment-central.1.2.3.zip) = 80ba32f126a7b5be60478fc57cf3379e3b0c3242170eb85d769a08c5d27aed5d
XSIZE (wordpress/comment-central.1.2.3.zip) = 890633
XMD5 (wordpress/monochrome.2.7.zip) = dfda8c9dc1ccfd093564d0262e6103e3
XSHA256 (wordpress/monochrome.2.7.zip) = d478893b22b95761ea760660ca8cbc7c14f484d4ec2115fcd22119327486b7a4
XSIZE (wordpress/monochrome.2.7.zip) = 206306
XMD5 (wordpress/multi-color.1.6.zip) = 5e4c534a88c1f1214d83ff4a0ff07b7f
XSHA256 (wordpress/multi-color.1.6.zip) = f47bf42e68be5346bf7f3bf3050b614a3a8a446ea5f1bd8e04b590ef48b1865a
XSIZE (wordpress/multi-color.1.6.zip) = 275684
XMD5 (wordpress/mystique.1.72.zip) = c0e963fbbb508b869ca95ad96866a124
XSHA256 (wordpress/mystique.1.72.zip) = 3f2ac9023b9c94552584385b05edfaa4eaf0976491fbcb429737d12e98341baf
XSIZE (wordpress/mystique.1.72.zip) = 1226685
XMD5 (wordpress/notepad-theme.1.3.zip) = cea8e9b069f4b0e381de08bbc9dedbf2
XSHA256 (wordpress/notepad-theme.1.3.zip) = 96763df961f68ef7812692d4dae81a8fb51f1d26296039b691fde728b2354fc0
XSIZE (wordpress/notepad-theme.1.3.zip) = 282081
a91ea6dfb20add39f4c024d57afc43dd
exit
--- wordpress-themes.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002190140.o1J1ekv8090064>