diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-29 07:00:07 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-29 07:00:07 +0000 |
commit | 909becf72d713272f38f093389964739bdff2757 (patch) | |
tree | eb161eeaa8ecf728382b8d75325823efc96aa49f /textproc/tidyp | |
parent | 6b1e46a4441def9e285e5641f101e16753049f81 (diff) | |
download | ports-909becf72d713272f38f093389964739bdff2757.tar.gz ports-909becf72d713272f38f093389964739bdff2757.zip |
Notes
Diffstat (limited to 'textproc/tidyp')
-rw-r--r-- | textproc/tidyp/Makefile | 6 | ||||
-rw-r--r-- | textproc/tidyp/pkg-descr | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/textproc/tidyp/Makefile b/textproc/tidyp/Makefile index 9c0d754a07d7..517d76a9688a 100644 --- a/textproc/tidyp/Makefile +++ b/textproc/tidyp/Makefile @@ -5,7 +5,8 @@ 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 @@ -15,8 +16,9 @@ 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 diff --git a/textproc/tidyp/pkg-descr b/textproc/tidyp/pkg-descr index 48850b6a6d1f..05e5bb2c37af 100644 --- a/textproc/tidyp/pkg-descr +++ b/textproc/tidyp/pkg-descr @@ -1,6 +1,6 @@ -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. |