commit 866c309da592f669c54cfac1bd1ec3dd7677af17 Author: Tim Biermann <tbier@posteo.de> Date: Sun Oct 31 09:33:04 2021 +0100 dos2unix: dropped unmaintained port diff --git a/dos2unix/.footprint b/dos2unix/.footprint deleted file mode 100644 index a7b0436db..000000000 --- a/dos2unix/.footprint +++ /dev/null @@ -1,13 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/dos2unix -lrwxrwxrwx root/root usr/bin/mac2unix -> dos2unix --rwxr-xr-x root/root usr/bin/unix2dos -lrwxrwxrwx root/root usr/bin/unix2mac -> unix2dos -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/dos2unix.1.gz -lrwxrwxrwx root/root usr/share/man/man1/mac2unix.1.gz -> dos2unix.1.gz -lrwxrwxrwx root/root usr/share/man/man1/unix2dos.1.gz -> dos2unix.1.gz -lrwxrwxrwx root/root usr/share/man/man1/unix2mac.1.gz -> dos2unix.1.gz diff --git a/dos2unix/.signature b/dos2unix/.signature deleted file mode 100644 index 2367bf718..000000000 --- a/dos2unix/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3/vYQ+7tAp7iBOeVd3XrRr55BD4F6ZCHoXfsti++swgz2y7rdQkvHfcouKKuXoP57obQSacply+++NpuO69dHgw= -SHA256 (Pkgfile) = 7634fd6dca81057dd6cb0b51e31a0e30313bf2de0489052ca9151d54ef1776b2 -SHA256 (.footprint) = 624ae5623dcfc7cfd7f465b5a2c9c344fba2bc9a71d13724199ece3975cfe8f2 -SHA256 (dos2unix-7.4.2.tar.gz) = 6035c58df6ea2832e868b599dfa0d60ad41ca3ecc8aa27822c4b7a9789d3ae01 diff --git a/dos2unix/Pkgfile b/dos2unix/Pkgfile deleted file mode 100644 index baf077837..000000000 --- a/dos2unix/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: Dos2unix converts DOS or MAC text files to UNIX format -# URL: http://dos2unix.sourceforge.net -# Maintainer: John Vogel, jvogel4 at stny dot rr dot com - -name=dos2unix -version=7.4.2 -release=1 -source=(http://www.xs4all.nl/~waterlan/$name/$name-$version.tar.gz) - -build() { - cd $name-$version - make ENABLE_NLS= CFLAGS="$CFLAGS" - make ENABLE_NLS= DESTDIR=$PKG install-bin install-man -} -