# 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: # # trac-datefield # trac-datefield/Makefile # trac-datefield/distinfo # trac-datefield/pkg-descr # echo c - trac-datefield mkdir -p trac-datefield > /dev/null 2>&1 echo x - trac-datefield/Makefile sed 's/^X//' >trac-datefield/Makefile << 'ae3738ef219b55a97676bad528c08f87' X# New ports collection makefile for: trac-autocomplete X# Date created: December 16, 2009 X# Whom: Eygene Ryabinkin X# X# $FreeBSD$ X# X XPORTNAME= datefield XPORTVERSION= 1.0.1 XCATEGORIES= www python XMASTER_SITES= http://dist.codelabs.ru/fbsd/ XPKGNAMEPREFIX= trac- XDISTNAME= datefieldplugin-r${REL} X XMAINTAINER= rea-fbsd@codelabs.ru XCOMMENT= A plugin for creating date fields X XBUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools XRUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac X XUSE_PYTHON= 2.5+ XUSE_ZIP= yes XNO_BUILD= yes XUSE_PYDISTUTILS= yes XPYDISTUTILS_PKGNAME= TracDateField XPYDISTUTILS_NOEGGINFO= yes XWRKSRC= ${WRKDIR}/datefieldplugin/0.11 XREL= 7267 XPLIST_FILES= ${PYTHON_SITELIBDIR:S;${LOCALBASE}/;;}/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg X X# We must fix file permissions -- ZIP file have 0000 for every file. X# Directory permissions are fine (they aren't stored inside ZIP X# file), but we set them too -- just in case. Xpost-extract: X @${FIND} ${WRKSRC} -type f | ${XARGS} ${CHMOD} 644 X @${FIND} ${WRKSRC} -type d | ${XARGS} ${CHMOD} 755 X X.include ae3738ef219b55a97676bad528c08f87 echo x - trac-datefield/distinfo sed 's/^X//' >trac-datefield/distinfo << 'a813bba52b2b5803204ef45f729e9089' XMD5 (datefieldplugin-r7267.zip) = a1dd6e85a484ee191beff2b17c510fdb XSHA256 (datefieldplugin-r7267.zip) = 565869c98580bd2b64c180b0a466d640b2b36f55a85d2f46804a6c676c1a8abe XSIZE (datefieldplugin-r7267.zip) = 105459 a813bba52b2b5803204ef45f729e9089 echo x - trac-datefield/pkg-descr sed 's/^X//' >trac-datefield/pkg-descr << '80435b5279e645a9bc90188fa0ffa2b6' XThis plugin allows for validating custom fields as dates in tickets Xand adds fancy date selector to these fields. X XWWW: http://trac-hacks.org/wiki/DateFieldPlugin 80435b5279e645a9bc90188fa0ffa2b6 exit