Index: head/textproc/tidyp/Makefile =================================================================== --- head/textproc/tidyp/Makefile (revision 402571) +++ head/textproc/tidyp/Makefile (revision 402572) @@ -1,29 +1,31 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= tidyp PORTVERSION= 1.04 PORTREVISION= 2 CATEGORIES= textproc www -MASTER_SITES= GHC LOCAL/sunpoet +MASTER_SITES= GHC \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library and program to validate and fix HTML CONFIGURE_ARGS= --enable-asian --enable-utf16 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool -USE_GITHUB= yes + GH_ACCOUNT= petdance +USE_GITHUB= yes OPTIONS_DEFINE= ACCESS DEBUG ACCESS_DESC= Accessibility checks PLIST_SUB= PORTVERSION=${PORTVERSION} ACCESS_CONFIGURE_ENABLE=access DEBUG_CONFIGURE_ENABLE= debug .include Index: head/textproc/tidyp/pkg-descr =================================================================== --- head/textproc/tidyp/pkg-descr (revision 402571) +++ head/textproc/tidyp/pkg-descr (revision 402572) @@ -1,7 +1,7 @@ -tidyp is a fork of tidy on SourceForge at http://tidy.sf.net. The -library name is "tidyp", and the command-line tool is also "tidyp" -but all internal API stays the same. +tidyp is a fork of tidy on SourceForge at http://tidy.sf.net. The library name +is "tidyp", and the command-line tool is also "tidyp" but all internal API stays +the same. tidyp will validate your HTML, and output cleaned-up HTML. WWW: http://tidyp.com/