#!/usr/bin/perl # $FreeBSD$ $PORTSDIR="/usr/ports"; $README=`cat ${PORTSDIR}/Templates/README.port`; while(<>) { split '\|'; $PKG=$_[0]; $PORT=$_[1]; $COMMENT=$_[3]; $DESCR=$_[4]; $EMAIL=$_[5]; $BUILD_DEPENDS=$_[7]; $RUN_DEPENDS=$_[8]; $WEBSITE=$_[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 } src='/~lantw44/cgit-data/cgit.png' alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/plasma-applet-cwp
Commit message (Expand)AuthorAgeFilesLines
* Update deskutils/plamsa-applet-cwp to 1.8.1.dbn2013-08-022-3/+3
* Remove MAKE_JOBS_SAFE from all my ports.dbn2013-07-291-1/+0
* Update deskutils/plasma-applet-cwp to 1.8.0.dbn2013-06-292-4/+3
* Fix deskutils/plasma-applets-cwp for missing entry in pkg-plist.dbn2013-05-182-0/+3
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-241-2/+1
* Update deskutils/plasma-applet-cwp to 1.7.3.dbn2013-04-222-3/+3
* Update deskutils/plasma-applet-cwp to 1.7.2.dbn2013-04-202-3/+3
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
* Update deskutils/plasma-applet-cwp to 1.6.13dbn2013-02-122-3/+3
* Update plasma-applet-cwp to 1.6.12.dbn2013-01-242-3/+3
* - Update to my new FreeBSD addressdbn2013-01-171-1/+1
* - Update to 1.6.9bdrewery2012-11-30