# 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: # # pear-File_Fstab # pear-File_Fstab/Makefile # pear-File_Fstab/distinfo # pear-File_Fstab/pkg-descr # echo c - pear-File_Fstab mkdir -p pear-File_Fstab > /dev/null 2>&1 echo x - pear-File_Fstab/Makefile sed 's/^X//' >pear-File_Fstab/Makefile << 'END-of-pear-File_Fstab/Makefile' X# Ports collection makefile for: pear-File_Fstab X# Date created: 09 March 2005 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= File_Fstab XPORTVERSION= 2.0.1 XCATEGORIES= sysutils devel pear X XMAINTAINER= antonio@php.net XCOMMENT= PEAR class to read and write fstab files X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR XRUN_DEPENDS= ${BUILD_DEPENDS} X XCATEGORY= File XFILES= Fstab.php Fstab/Entry.php XEXAMPLES= example.php X_EXAMPLESDIR= . X Xpost-extract: X @${MKDIR} ${WRKSRC}/Fstab X @${MV} ${WRKSRC}/Entry.php ${WRKSRC}/Fstab X.for file in ${FILES} X @${REINPLACE_CMD} -e "s|@package@|${PORTNAME}|" ${WRKSRC}/${file} X @${REINPLACE_CMD} -e "s|@version@|${PORTVERSION}|" ${WRKSRC}/${file} X.endfor X X.include X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-File_Fstab/Makefile echo x - pear-File_Fstab/distinfo sed 's/^X//' >pear-File_Fstab/distinfo << 'END-of-pear-File_Fstab/distinfo' XMD5 (PEAR/File_Fstab-2.0.1.tgz) = 8d71e9697d9a8986b8817d470b074a02 XSIZE (PEAR/File_Fstab-2.0.1.tgz) = 6275 END-of-pear-File_Fstab/distinfo echo x - pear-File_Fstab/pkg-descr sed 's/^X//' >pear-File_Fstab/pkg-descr << 'END-of-pear-File_Fstab/pkg-descr' XPEAR::File_Fstab is an easy-to-use package which can read & write UNIX fstab Xfiles. It presents a pleasant object-oriented interface to the fstab. X XFeatures: X* Supports blockdev, label, and UUID specification of mount device. X* Extendable to parse non-standard fstab formats by defining a new Entry X class for that format. X* Easily examine and set mount options for an entry. X* Stable, functional interface. X* Fully documented with PHPDoc. X XWWW: http://pear.php.net/package/File_Fstab/ END-of-pear-File_Fstab/pkg-descr exit