[arch-commits] Commit in lsof/repos (8 files)

Angel Velásquez angvp at archlinux.org
Sun Oct 9 08:36:54 UTC 2011


    Date: Sunday, October 9, 2011 @ 04:36:54
  Author: angvp
Revision: 140198

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  lsof/repos/extra-i686/PKGBUILD
    (from rev 140197, lsof/trunk/PKGBUILD)
  lsof/repos/extra-i686/license.txt
    (from rev 140197, lsof/trunk/license.txt)
  lsof/repos/extra-x86_64/PKGBUILD
    (from rev 140197, lsof/trunk/PKGBUILD)
  lsof/repos/extra-x86_64/license.txt
    (from rev 140197, lsof/trunk/license.txt)
Deleted:
  lsof/repos/extra-i686/PKGBUILD
  lsof/repos/extra-i686/license.txt
  lsof/repos/extra-x86_64/PKGBUILD
  lsof/repos/extra-x86_64/license.txt

--------------------------+
 extra-i686/PKGBUILD      |   86 ++++++++++++++++++++++-----------------------
 extra-i686/license.txt   |   54 ++++++++++++++--------------
 extra-x86_64/PKGBUILD    |   86 ++++++++++++++++++++++-----------------------
 extra-x86_64/license.txt |   54 ++++++++++++++--------------
 4 files changed, 140 insertions(+), 140 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-10-09 08:36:14 UTC (rev 140197)
+++ extra-i686/PKGBUILD	2011-10-09 08:36:54 UTC (rev 140198)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org> 
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Jochem Kossen <j.kossen at home.nl>
-
-pkgname=lsof
-pkgver=4.84
-pkgrel=3
-pkgdesc="Lists open files for running Unix processes"
-arch=('i686' 'x86_64')
-url="http://people.freebsd.org/~abe/"
-license=('custom')
-depends=('glibc')
-source=(ftp://sunsite.ualberta.ca/pub/Mirror/lsof/${pkgname}_${pkgver}.tar.bz2 license.txt)
-md5sums=('a09326df500ef7e4550af546868338d6'
-         '1b63c76bd10437cabf890508c8e58d36')
-
-build() {
-	cd ${srcdir}/${pkgname}_${pkgver}
-	tar xf ${pkgname}_${pkgver}_src.tar
-	cd ${pkgname}_${pkgver}_src
-	sed -i 's|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|' dialects/linux/machine.h
-	./Configure -n linux
-	make 
-}
-
-package() {
-	cd ${srcdir}/${pkgname}_${pkgver}/${pkgname}_${pkgver}_src
-
-    FILES=("00CREDITS" "00DCACHE" "00DIALECTS" "00DIST" "00FAQ" "00LSOF-L" "00MANIFEST" "00PORTING" "00QUICKSTART" "00README" "00.README.FIRST" "00TEST" "00XCONFIG") 
-    for file in "${FILES[@]}"
-    do
-        install -D -m0644 -o root -g root $file \
-        $pkgdir/usr/share/doc/$pkgname/$file
-    done
-
-	install -Dm0755 -o root -g root lsof ${pkgdir}/usr/sbin/lsof 
-	install -Dm0644 -o root -g root lsof.8 ${pkgdir}/usr/share/man/man8/lsof.8 
-   
-	install -D -m0644 -o root -g root ${srcdir}/license.txt \
-	     ${pkgdir}/usr/share/licenses/lsof/LICENSE 
-}

Copied: lsof/repos/extra-i686/PKGBUILD (from rev 140197, lsof/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-10-09 08:36:54 UTC (rev 140198)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Jochem Kossen <j.kossen at home.nl>
+
+pkgname=lsof
+pkgver=4.85
+pkgrel=1
+pkgdesc="Lists open files for running Unix processes"
+arch=('i686' 'x86_64')
+url="http://people.freebsd.org/~abe/"
+license=('custom')
+depends=('glibc')
+source=(ftp://sunsite.ualberta.ca/pub/Mirror/lsof/${pkgname}_${pkgver}.tar.bz2 license.txt)
+md5sums=('102ee2081172bbe76dccaa6cceda8573'
+         '1b63c76bd10437cabf890508c8e58d36')
+
+build() {
+	cd ${srcdir}/${pkgname}_${pkgver}
+	tar xf ${pkgname}_${pkgver}_src.tar
+	cd ${pkgname}_${pkgver}_src
+	sed -i 's|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|' dialects/linux/machine.h
+	./Configure -n linux
+	make 
+}
+
+package() {
+	cd ${srcdir}/${pkgname}_${pkgver}/${pkgname}_${pkgver}_src
+
+    FILES=("00CREDITS" "00DCACHE" "00DIALECTS" "00DIST" "00FAQ" "00LSOF-L" "00MANIFEST" "00PORTING" "00QUICKSTART" "00README" "00.README.FIRST" "00TEST" "00XCONFIG") 
+    for file in "${FILES[@]}"
+    do
+        install -D -m0644 -o root -g root $file \
+        $pkgdir/usr/share/doc/$pkgname/$file
+    done
+
+	install -Dm0755 -o root -g root lsof ${pkgdir}/usr/sbin/lsof 
+	install -Dm0644 -o root -g root lsof.8 ${pkgdir}/usr/share/man/man8/lsof.8 
+   
+	install -D -m0644 -o root -g root ${srcdir}/license.txt \
+	     ${pkgdir}/usr/share/licenses/lsof/LICENSE 
+}

Deleted: extra-i686/license.txt
===================================================================
--- extra-i686/license.txt	2011-10-09 08:36:14 UTC (rev 140197)
+++ extra-i686/license.txt	2011-10-09 08:36:54 UTC (rev 140198)
@@ -1,27 +0,0 @@
-Copyright 2002 Purdue Research Foundation, West Lafayette,
-Indiana 47907.  All rights reserved.
-
-Written by Victor A. Abell
-
-This software is not subject to any license of the American
-Telephone and Telegraph Company or the Regents of the
-University of California.
-
-Permission is granted to anyone to use this software for
-any purpose on any computer system, and to alter it and
-redistribute it freely, subject to the following
-restrictions:
-
-1. Neither the authors nor Purdue University are responsible
-   for any consequences of the use of this software.
-
-2. The origin of this software must not be misrepresented,
-   either by explicit claim or by omission.  Credit to the
-   authors and Purdue University must appear in documentation
-   and sources.
-
-3. Altered versions must be plainly marked as such, and must
-   not be misrepresented as being the original software.
-
-4. This notice may not be removed or altered.
-	

Copied: lsof/repos/extra-i686/license.txt (from rev 140197, lsof/trunk/license.txt)
===================================================================
--- extra-i686/license.txt	                        (rev 0)
+++ extra-i686/license.txt	2011-10-09 08:36:54 UTC (rev 140198)
@@ -0,0 +1,27 @@
+Copyright 2002 Purdue Research Foundation, West Lafayette,
+Indiana 47907.  All rights reserved.
+
+Written by Victor A. Abell
+
+This software is not subject to any license of the American
+Telephone and Telegraph Company or the Regents of the
+University of California.
+
+Permission is granted to anyone to use this software for
+any purpose on any computer system, and to alter it and
+redistribute it freely, subject to the following
+restrictions:
+
+1. Neither the authors nor Purdue University are responsible
+   for any consequences of the use of this software.
+
+2. The origin of this software must not be misrepresented,
+   either by explicit claim or by omission.  Credit to the
+   authors and Purdue University must appear in documentation
+   and sources.
+
+3. Altered versions must be plainly marked as such, and must
+   not be misrepresented as being the original software.
+
+4. This notice may not be removed or altered.
+	

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-10-09 08:36:14 UTC (rev 140197)
+++ extra-x86_64/PKGBUILD	2011-10-09 08:36:54 UTC (rev 140198)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org> 
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Jochem Kossen <j.kossen at home.nl>
-
-pkgname=lsof
-pkgver=4.84
-pkgrel=3
-pkgdesc="Lists open files for running Unix processes"
-arch=('i686' 'x86_64')
-url="http://people.freebsd.org/~abe/"
-license=('custom')
-depends=('glibc')
-source=(ftp://sunsite.ualberta.ca/pub/Mirror/lsof/${pkgname}_${pkgver}.tar.bz2 license.txt)
-md5sums=('a09326df500ef7e4550af546868338d6'
-         '1b63c76bd10437cabf890508c8e58d36')
-
-build() {
-	cd ${srcdir}/${pkgname}_${pkgver}
-	tar xf ${pkgname}_${pkgver}_src.tar
-	cd ${pkgname}_${pkgver}_src
-	sed -i 's|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|' dialects/linux/machine.h
-	./Configure -n linux
-	make 
-}
-
-package() {
-	cd ${srcdir}/${pkgname}_${pkgver}/${pkgname}_${pkgver}_src
-
-    FILES=("00CREDITS" "00DCACHE" "00DIALECTS" "00DIST" "00FAQ" "00LSOF-L" "00MANIFEST" "00PORTING" "00QUICKSTART" "00README" "00.README.FIRST" "00TEST" "00XCONFIG") 
-    for file in "${FILES[@]}"
-    do
-        install -D -m0644 -o root -g root $file \
-        $pkgdir/usr/share/doc/$pkgname/$file
-    done
-
-	install -Dm0755 -o root -g root lsof ${pkgdir}/usr/sbin/lsof 
-	install -Dm0644 -o root -g root lsof.8 ${pkgdir}/usr/share/man/man8/lsof.8 
-   
-	install -D -m0644 -o root -g root ${srcdir}/license.txt \
-	     ${pkgdir}/usr/share/licenses/lsof/LICENSE 
-}

Copied: lsof/repos/extra-x86_64/PKGBUILD (from rev 140197, lsof/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-10-09 08:36:54 UTC (rev 140198)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Jochem Kossen <j.kossen at home.nl>
+
+pkgname=lsof
+pkgver=4.85
+pkgrel=1
+pkgdesc="Lists open files for running Unix processes"
+arch=('i686' 'x86_64')
+url="http://people.freebsd.org/~abe/"
+license=('custom')
+depends=('glibc')
+source=(ftp://sunsite.ualberta.ca/pub/Mirror/lsof/${pkgname}_${pkgver}.tar.bz2 license.txt)
+md5sums=('102ee2081172bbe76dccaa6cceda8573'
+         '1b63c76bd10437cabf890508c8e58d36')
+
+build() {
+	cd ${srcdir}/${pkgname}_${pkgver}
+	tar xf ${pkgname}_${pkgver}_src.tar
+	cd ${pkgname}_${pkgver}_src
+	sed -i 's|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|' dialects/linux/machine.h
+	./Configure -n linux
+	make 
+}
+
+package() {
+	cd ${srcdir}/${pkgname}_${pkgver}/${pkgname}_${pkgver}_src
+
+    FILES=("00CREDITS" "00DCACHE" "00DIALECTS" "00DIST" "00FAQ" "00LSOF-L" "00MANIFEST" "00PORTING" "00QUICKSTART" "00README" "00.README.FIRST" "00TEST" "00XCONFIG") 
+    for file in "${FILES[@]}"
+    do
+        install -D -m0644 -o root -g root $file \
+        $pkgdir/usr/share/doc/$pkgname/$file
+    done
+
+	install -Dm0755 -o root -g root lsof ${pkgdir}/usr/sbin/lsof 
+	install -Dm0644 -o root -g root lsof.8 ${pkgdir}/usr/share/man/man8/lsof.8 
+   
+	install -D -m0644 -o root -g root ${srcdir}/license.txt \
+	     ${pkgdir}/usr/share/licenses/lsof/LICENSE 
+}

Deleted: extra-x86_64/license.txt
===================================================================
--- extra-x86_64/license.txt	2011-10-09 08:36:14 UTC (rev 140197)
+++ extra-x86_64/license.txt	2011-10-09 08:36:54 UTC (rev 140198)
@@ -1,27 +0,0 @@
-Copyright 2002 Purdue Research Foundation, West Lafayette,
-Indiana 47907.  All rights reserved.
-
-Written by Victor A. Abell
-
-This software is not subject to any license of the American
-Telephone and Telegraph Company or the Regents of the
-University of California.
-
-Permission is granted to anyone to use this software for
-any purpose on any computer system, and to alter it and
-redistribute it freely, subject to the following
-restrictions:
-
-1. Neither the authors nor Purdue University are responsible
-   for any consequences of the use of this software.
-
-2. The origin of this software must not be misrepresented,
-   either by explicit claim or by omission.  Credit to the
-   authors and Purdue University must appear in documentation
-   and sources.
-
-3. Altered versions must be plainly marked as such, and must
-   not be misrepresented as being the original software.
-
-4. This notice may not be removed or altered.
-	

Copied: lsof/repos/extra-x86_64/license.txt (from rev 140197, lsof/trunk/license.txt)
===================================================================
--- extra-x86_64/license.txt	                        (rev 0)
+++ extra-x86_64/license.txt	2011-10-09 08:36:54 UTC (rev 140198)
@@ -0,0 +1,27 @@
+Copyright 2002 Purdue Research Foundation, West Lafayette,
+Indiana 47907.  All rights reserved.
+
+Written by Victor A. Abell
+
+This software is not subject to any license of the American
+Telephone and Telegraph Company or the Regents of the
+University of California.
+
+Permission is granted to anyone to use this software for
+any purpose on any computer system, and to alter it and
+redistribute it freely, subject to the following
+restrictions:
+
+1. Neither the authors nor Purdue University are responsible
+   for any consequences of the use of this software.
+
+2. The origin of this software must not be misrepresented,
+   either by explicit claim or by omission.  Credit to the
+   authors and Purdue University must appear in documentation
+   and sources.
+
+3. Altered versions must be plainly marked as such, and must
+   not be misrepresented as being the original software.
+
+4. This notice may not be removed or altered.
+	




More information about the arch-commits mailing list