ports/opt (master): pkgsync: unmaintained
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 22d2a50da72c9638224b667beb7283c3ceddcd63 Author: Juergen Daubert <jue@jue.li> Date: Tue Apr 10 19:44:38 2007 +0200 pkgsync: unmaintained diff --git a/pkgsync/.footprint b/pkgsync/.footprint deleted file mode 100644 index a1392aa..0000000 --- a/pkgsync/.footprint +++ /dev/null @@ -1,13 +0,0 @@ -drwxr-xr-x root/root etc/ --rw-r--r-- root/root etc/pkgdeploy.conf --rw-r--r-- root/root etc/pkgsync.conf -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/pkgdeploy --rwxr-xr-x root/root usr/bin/pkgsync -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/pkgdeploy.8.gz --rw-r--r-- root/root usr/man/man8/pkgsync.8.gz -drwxr-xr-x root/root usr/packages/ -drwxr-xr-x root/root usr/packages/old/ diff --git a/pkgsync/.md5sum b/pkgsync/.md5sum deleted file mode 100644 index fa150f0..0000000 --- a/pkgsync/.md5sum +++ /dev/null @@ -1 +0,0 @@ -dbb6322084cedf7ede78085827354c17 pkgsync-1.4.tar.bz2 diff --git a/pkgsync/Pkgfile b/pkgsync/Pkgfile deleted file mode 100644 index 717617a..0000000 --- a/pkgsync/Pkgfile +++ /dev/null @@ -1,28 +0,0 @@ -# Description: Distributed package management for CRUX linux -# Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org -# URL: http://jaydolan.com/pkgsync.html -# Depends on: - -name=pkgsync -version=1.4 -release=1 -source=(http://jdolan.dyndns.org/jaydolan/files/$name-$version.tar.bz2) - -build(){ - - cd $name-$version - - install -m 755 -d $PKG/etc - install -m 644 pkgsync.conf $PKG/etc - install -m 644 pkgdeploy.conf $PKG/etc - - install -m 755 -d $PKG/usr/bin - install -m 755 pkgsync $PKG/usr/bin - install -m 755 pkgdeploy $PKG/usr/bin - - install -m 755 -d $PKG/usr/man/man8 - install -m 644 pkgsync.8 $PKG/usr/man/man8 - install -m 644 pkgdeploy.8 $PKG/usr/man/man8 - - install -m 755 -d $PKG/usr/packages/old -}
participants (1)
-
crux@crux.nu