diff --git a/cvsup/.footprint b/cvsup/.footprint deleted file mode 100644 index 1fdee6b3..00000000 --- a/cvsup/.footprint +++ /dev/null @@ -1,16 +0,0 @@ -drwxr-xr-x root/root etc/ -drwxr-xr-x root/root etc/ports/ -drwxr-xr-x root/root etc/ports/drivers/ --rwxr-xr-x root/root etc/ports/drivers/cvsup -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/cvpasswd --rwxr-xr-x root/root usr/bin/cvsup -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/cvpasswd.1.gz --rw-r--r-- root/root usr/man/man1/cvsup.1.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/cvsupd.8.gz -drwxr-xr-x root/root usr/sbin/ --rwxr-xr-x root/root usr/sbin/cvsupd diff --git a/cvsup/.md5sum b/cvsup/.md5sum deleted file mode 100644 index 3c9f50a6..00000000 --- a/cvsup/.md5sum +++ /dev/null @@ -1,4 +0,0 @@ -ddca60eb579722dde1e5b43fa4ec3eee cvsup -b100ace98a41aa9f3d3e75b0d3c245b0 cvsup-snap-16.1h.tar.gz -f2efe85be7676944c537aa729f9cb17e ezm3-1.1-LINUXLIBC6-boot.tar.bz2 -0cb8d2af3784142144c01ffac4c0ffff ezm3-1.1-src.tar.bz2 diff --git a/cvsup/Pkgfile b/cvsup/Pkgfile deleted file mode 100644 index 54f6f327..00000000 --- a/cvsup/Pkgfile +++ /dev/null @@ -1,29 +0,0 @@ -# Description: CVS-Aware Network File Distribution System -# URL: http://www.cvsup.org/ -# Maintainer: Per Lidén -# Depends on: zlib - -name=cvsup -version=16.1h -release=2 -source=(ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/snapshots/$name-snap-$version.tar.gz \ - ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/ezm3/ezm3-1.1-src.tar.bz2 \ - ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/ezm3/ezm3-1.1-LINUXLIBC6-boot.tar.bz2 \ - cvsup) - -build() { - # Build Modula-3 Compiler - cd ezm3-1.1 - export CFLAGS="-O" - sed -i "s|/usr/local|$SRC/m3|" m3config/src/LINUXLIBC6 - sed -i "s|gmake|make|" m3config/src/COMMON - make - - # Build CVSup - export PATH="$PATH:$SRC/m3/bin" - cd ../cvsup-snap-$version - make PREFIX=/usr M3FLAGS="-DNOGUI" - mkdir -p $PKG/usr/{bin,sbin,man/man1,man/man8} - make PREFIX=$PKG/usr install - install -D -m 755 ../cvsup $PKG/etc/ports/drivers/cvsup -} diff --git a/cvsup/cvsup b/cvsup/cvsup deleted file mode 100644 index d3dfd751..00000000 --- a/cvsup/cvsup +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# /etc/ports/drivers/cvsup: cvsup(1) driver script for ports(8) -# - -if [ "$#" != "1" ]; then - echo "usage: $0 " - exit 1 -fi - -cvsup -g -L 1 -r 0 -c .cvsup $1 - -# End of file diff --git a/devfsd/.footprint b/devfsd/.footprint deleted file mode 100644 index 981cdfeb..00000000 --- a/devfsd/.footprint +++ /dev/null @@ -1,11 +0,0 @@ -drwxr-xr-x root/root etc/ --rw-r--r-- root/root etc/devfsd.conf --rw-r--r-- root/root etc/modules.devfs -drwxr-xr-x root/root sbin/ --rwxr-xr-x root/root sbin/devfsd -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/devfsd.conf.5.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/devfsd.8.gz diff --git a/devfsd/.md5sum b/devfsd/.md5sum deleted file mode 100644 index da13c915..00000000 --- a/devfsd/.md5sum +++ /dev/null @@ -1,3 +0,0 @@ -44c6394b8e2e8feaf453aeddc8a3ee69 devfsd-v1.3.25.tar.gz -3c7c72ec669d8d801b55838009889a0e devfsd.conf -52b0e6887ba1a3ef645e5b3364340250 devfsd.patch diff --git a/devfsd/Pkgfile b/devfsd/Pkgfile deleted file mode 100644 index a9126a52..00000000 --- a/devfsd/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Daemon for managing devfs (the Linux Device Filesystem) -# URL: http://www.atnf.csiro.au/people/rgooch/linux/ -# Maintainer: Per Lidén - -name=devfsd -version=1.3.25 -release=2 -source=(ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/daemons/devfsd/$name-v$version.tar.gz \ - devfsd.conf devfsd.patch) - -build() { - cd $name - patch -p1 < ../$name.patch - make CEXTRAS="$CFLAGS" - mkdir -p $PKG/{sbin,etc} $PKG/usr/man/man{5,8} - make PREFIX=$PKG install - chown -R root.root $PKG - cp ../devfsd.conf $PKG/etc -} diff --git a/devfsd/devfsd.conf b/devfsd/devfsd.conf deleted file mode 100644 index 421070ef..00000000 --- a/devfsd/devfsd.conf +++ /dev/null @@ -1,10 +0,0 @@ -# -# /etc/devfsd.conf: devfsd(8) configuration -# - -REGISTER .* MKOLDCOMPAT -UNREGISTER .* RMOLDCOMPAT - -LOOKUP .* MODLOAD - -# End of file diff --git a/devfsd/devfsd.patch b/devfsd/devfsd.patch deleted file mode 100644 index ed552c0d..00000000 --- a/devfsd/devfsd.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -ru devfsd/devfsd.c devfsd-new/devfsd.c ---- devfsd/devfsd.c 2002-03-25 07:59:40.000000000 +0100 -+++ devfsd-new/devfsd.c 2002-05-25 15:35:31.000000000 +0200 -@@ -641,10 +641,7 @@ - fprintf (stderr, "Error setting SIGUSR1 handler\t%s\n", ERRSTRING); - exit (1); - } -- if (trace_level < 1) -- fprintf (stderr, "Started device management daemon v%s for %s\n", -- DEVFSD_VERSION, mount_point); -- else -+ if (trace_level > 0) - fprintf (stderr, - "Started device management daemon v%s for %s at trace level %d\n", - DEVFSD_VERSION, mount_point, trace_level);