#!/usr/bin/perl # $FreeBSD$ $PORTSDIR="/usr/ports"; $TEMPLATES=$ENV{TEMPLATES} || "${PORTSDIR}/Templates"; $README=`cat ${TEMPLATES}/README.port`; while(<>) { (@F)=split(/\|/, $_); $PKG=$F[0]; $PORT=$F[1]; $COMMENT=$F[3]; $DESCR=$F[4]; $EMAIL=$F[5]; $BUILD_DEPENDS=$F[7]; $RUN_DEPENDS=$F[8]; $WEBSITE=$F[9]; $DESCR=~s|^\Q$PORT/\E||; $PORT=~s|`pwd`||; if($WEBSITE) { $WEBSITE=" and/or visit the web site for futher informations" }; if($BUILD_DEPENDS) { $BUILD_DEPENDS="This port requires package(s) \"$BUILD_DEPENDS\" to build." }; if($RUN_DEPENDS) { $RUN_DEPENDS="This port requires package(s) \"$RUN_DEPENDS\" to run." }; $TOP=$PORT; $TOP=~s|[^/]+|..|g; $tmp=$README; $tmp=~s|%%PKG%%|$PKG|g; $tmp=~s|%%PORT%%|$PORT|g; $tmp=~s|%%COMMENT%%|$COMMENT|g; $tmp=~s|%%DESCR%%|$DESCR|g; $tmp=~s|%%EMAIL%%|$EMAIL|g; $tmp=~s|%%WEBSITE%%|$WEBSITE|g; $tmp=~s|%%BUILD_DEPENDS%%|$BUILD_DEPENDS|g; $tmp=~s|%%RUN_DEPENDS%%|$RUN_DEPENDS|g; $tmp=~s|%%TOP%%|$TOP|g; open F,">$PORT/README.html"; print F $tmp; close F } logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/print/latex-auto-greek
Commit message (Expand)AuthorAgeFilesLines
* - Update MASTER_SITESmiwi2011-06-253-3/+2
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-1/+1
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* SHA256ifyedwin2006-01-241-0/+1