#!/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 } tw44/cgit/cgit.cgi/'>cgit logo index : freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/dpkg/files
'>main
Commit message (Expand)AuthorAgeFilesLines
* Rename a file with % in its name for perforce users.perky2004-02-221-0/+0
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/zfstools
Commit message (Expand)AuthorAgeFilesLines
* sysutils/zfstools: Add SHEBANGFIXfeld2017-02-261-1/+4
* http://github.com redirects to https://github.com, spare everyone a redirect.mat2016-12-02