Index: head/sysutils/tren/Makefile =================================================================== --- head/sysutils/tren/Makefile (nonexistent) +++ head/sysutils/tren/Makefile (revision 254024) @@ -0,0 +1,29 @@ +# New ports collection makefile for: tren +# Date created: 23 April 2010 +# Whom: Tim Daneliuk +# +# $FreeBSD$ +# + +PORTNAME= tren +PORTVERSION= 1.217 +CATEGORIES= sysutils python +MASTER_SITES= http://www.tundraware.com/Software/tren/ + +MAINTAINER= tren@tundraware.com +COMMENT= A Powerful File And Directory Batch Renaming Tool + +USE_PYTHON= yes + +MAN1= tren.1 +MANCOMPRESSED= yes + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for f in WHATSNEW.txt tren-license.txt tren.html tren.pdf tren.ps tren.rst + @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include Property changes on: head/sysutils/tren/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/sysutils/tren/distinfo =================================================================== --- head/sysutils/tren/distinfo (nonexistent) +++ head/sysutils/tren/distinfo (revision 254024) @@ -0,0 +1,3 @@ +MD5 (tren-1.217.tar.gz) = 0f75b4e0e7a0daab340fc826c8cb1b77 +SHA256 (tren-1.217.tar.gz) = 2e833bc7865408de97ff8cf79c2ab54d0b8f117d70fb9565802074825530dc20 +SIZE (tren-1.217.tar.gz) = 617317 Property changes on: head/sysutils/tren/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/tren/pkg-descr =================================================================== --- head/sysutils/tren/pkg-descr (nonexistent) +++ head/sysutils/tren/pkg-descr (revision 254024) @@ -0,0 +1,7 @@ +tren is a general purpose file and directory renaming tool. Unlike +commands like mv, tren is particularly well suited for renaming +batches of files and/or directories with a single command line +invocation. tren eliminates the tedium of having to script simpler +tools to provide higher-level renaming capabilities. + +WWW: http://www.tundraware.com/Software/tren/ Property changes on: head/sysutils/tren/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/tren/pkg-plist =================================================================== --- head/sysutils/tren/pkg-plist (nonexistent) +++ head/sysutils/tren/pkg-plist (revision 254024) @@ -0,0 +1,8 @@ +bin/tren.py +%%PORTDOCS%%%%DOCSDIR%%/WHATSNEW.txt +%%PORTDOCS%%%%DOCSDIR%%/tren-license.txt +%%PORTDOCS%%%%DOCSDIR%%/tren.html +%%PORTDOCS%%%%DOCSDIR%%/tren.pdf +%%PORTDOCS%%%%DOCSDIR%%/tren.ps +%%PORTDOCS%%%%DOCSDIR%%/tren.rst +%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/sysutils/tren/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property