aboutsummaryrefslogtreecommitdiff
path: root/textproc/tidyp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-29 07:00:07 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-29 07:00:07 +0000
commit909becf72d713272f38f093389964739bdff2757 (patch)
treeeb161eeaa8ecf728382b8d75325823efc96aa49f /textproc/tidyp
parent6b1e46a4441def9e285e5641f101e16753049f81 (diff)
downloadports-909becf72d713272f38f093389964739bdff2757.tar.gz
ports-909becf72d713272f38f093389964739bdff2757.zip
Notes
Diffstat (limited to 'textproc/tidyp')
-rw-r--r--textproc/tidyp/Makefile6
-rw-r--r--textproc/tidyp/pkg-descr6
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.