[arch-commits] CVS update of extra/network/adzapper (PKGBUILD bsd-license)

Travis Willard travis at archlinux.org
Mon Apr 23 02:16:36 UTC 2007


    Date: Sunday, April 22, 2007 @ 22:16:36
  Author: travis
    Path: /home/cvs-extra/extra/network/adzapper

   Added: bsd-license (1.1)
Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: adzapper 20070317-1
Upstream update - also added the license field and bsd license to the package.


-------------+
 PKGBUILD    |   25 ++++++++++++++++---------
 bsd-license |   10 ++++++++++
 2 files changed, 26 insertions(+), 9 deletions(-)


Index: extra/network/adzapper/PKGBUILD
diff -u extra/network/adzapper/PKGBUILD:1.8 extra/network/adzapper/PKGBUILD:1.9
--- extra/network/adzapper/PKGBUILD:1.8	Mon Feb 26 16:37:57 2007
+++ extra/network/adzapper/PKGBUILD	Sun Apr 22 22:16:36 2007
@@ -1,29 +1,36 @@
-# $Id: PKGBUILD,v 1.8 2007/02/26 21:37:57 travis Exp $
+# $Id: PKGBUILD,v 1.9 2007/04/23 02:16:36 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 # Maintainer: eric <eric at archlinux.org>
 # Contributor: Manolis Tzanidakis
 
 pkgname=adzapper
-pkgver=20070225
+pkgver=20070317
 pkgrel=1
 pkgdesc="Ad Zapping With Squid"
 arch=('i686' 'x86_64')
+license=('bsd')
 url="http://adzapper.sourceforge.net"
 depends=('squid' 'perl')
 install=$pkgname.install
-source=($url/adzap-$pkgver.tar.gz \
-    adzapper.wrapper adzapper.conf)
+source=($url/adzap-$pkgver.tar.gz adzapper.wrapper adzapper.conf bsd-license)
 
 build() {
   cd $startdir/src/adzap
   /bin/install -D -m 755 scripts/squid_redirect \
       $startdir/pkg/usr/bin/adzapper
-  /bin/install -D -m 755 $startdir/adzapper.wrapper \
+  /bin/install -D -m 755 $startdir/src/adzapper.wrapper \
       $startdir/pkg/usr/bin/adzapper.wrapper
-  /bin/install -D -m 644 $startdir/adzapper.conf \
+  /bin/install -D -m 644 $startdir/src/adzapper.conf \
       $startdir/pkg/etc/adzapper/adzapper.conf
+  /bin/install -D -m 644 $startdir/src/bsd-license \
+      $startdir/pkg/usr/share/licenses/$pkgname/bsd-license
 }
 
-# vim: ts=2: ft=sh
-md5sums=('855e34a6815eba37788df8730356200e' '52663be9becbaebb8af1f70fd0084de8'\
-         '8f8b7ae87a99f266b43f0bea5db68e1b')
+md5sums=('15c5dc9c67c0c157ebd4e076d996412a'
+         '52663be9becbaebb8af1f70fd0084de8'
+         '8f8b7ae87a99f266b43f0bea5db68e1b'
+         'd69b948083a0b60b2a29b8c78842fb56')
+sha1sums=('12c0bf7dc09a7cc3c644f660850f750b3f5e32be'
+          '75697d8206fa8c26c11a586f17c3ad511da1d0a5'
+          '3e358c08ae9fca7779b879a166e8bc2aca885645'
+          '81fc081adbb4401c4d3ab21b65028e07590d1711')
Index: extra/network/adzapper/bsd-license
diff -u /dev/null extra/network/adzapper/bsd-license:1.1
--- /dev/null	Sun Apr 22 22:16:36 2007
+++ extra/network/adzapper/bsd-license	Sun Apr 22 22:16:36 2007
@@ -0,0 +1,10 @@
+Copyright (c) 2002, Cameron Simpson
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+    * Neither the name of Cameron Simpson, this software, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.




More information about the arch-commits mailing list