diff options
author | Han Boetes <han@mijncomputer.nl> | 2006-12-19 22:23:02 +0100 |
---|---|---|
committer | Han Boetes <han@mijncomputer.nl> | 2006-12-19 22:23:02 +0100 |
commit | 1f07d5e6d90c004e1219309a11e8660953be99dc (patch) | |
tree | b0628d7042c02eb6130e649f1a49b755abdf81ed /tidy | |
parent | 610f27d0996e05c0790fee1471be5e5bd9bf75c0 (diff) | |
download | contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.gz contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.xz |
pulled my ports from contrib after threats. Sorry for the people who like them, you can find them in my repo
Diffstat (limited to 'tidy')
-rw-r--r-- | tidy/.footprint | 16 | ||||
-rw-r--r-- | tidy/.md5sum | 0 | ||||
-rw-r--r-- | tidy/Pkgfile | 28 |
3 files changed, 0 insertions, 44 deletions
diff --git a/tidy/.footprint b/tidy/.footprint deleted file mode 100644 index fdd46a386..000000000 --- a/tidy/.footprint +++ /dev/null @@ -1,16 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/tab2space --rwxr-xr-x root/root usr/bin/tidy -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/buffio.h --rw-r--r-- root/root usr/include/fileio.h --rw-r--r-- root/root usr/include/platform.h --rw-r--r-- root/root usr/include/tidy.h --rw-r--r-- root/root usr/include/tidyenum.h -drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libtidy-0.99.so.0 -> libtidy-0.99.so.0.0.0 --rwxr-xr-x root/root usr/lib/libtidy-0.99.so.0.0.0 --rw-r--r-- root/root usr/lib/libtidy.a --rwxr-xr-x root/root usr/lib/libtidy.la -lrwxrwxrwx root/root usr/lib/libtidy.so -> libtidy-0.99.so.0.0.0 diff --git a/tidy/.md5sum b/tidy/.md5sum deleted file mode 100644 index e69de29bb..000000000 --- a/tidy/.md5sum +++ /dev/null diff --git a/tidy/Pkgfile b/tidy/Pkgfile deleted file mode 100644 index 2214ddfc1..000000000 --- a/tidy/Pkgfile +++ /dev/null @@ -1,28 +0,0 @@ -# Description: HTML/XML/XHTML cleanup tool -# Maintainer: Han Boetes <han@mijncomputer.nl> -# Packager: Han Boetes <han@mijncomputer.nl> -# URL: http://tidy.sourceforge.net/ -# Depends on: cvs - -name=tidy -version=cvs -release=1 -source= - -build () -{ - - cd $PKGMK_SOURCE_DIR - if cd tidy ; then - cvs -z3 -q up -dAP - else - cvs -d:pserver:anonymous@tidy.cvs.sourceforge.net:/cvsroot/tidy co tidy - fi - cp -r $PKGMK_SOURCE_DIR/tidy $SRC - cd $SRC/tidy - sed -i 's|typedef unsigned long ulong;||' include/platform.h - /bin/sh build/gnuauto/setup.sh - ./configure --prefix=/usr - make - make install DESTDIR=$PKG -} |