Date: Monday, February 24, 2020 @ 13:02:25
  Author: kkeen
Revision: 580433

archrelease: copy trunk to community-any

Added:
  wtf/repos/community-any/LICENSE
    (from rev 580432, wtf/trunk/LICENSE)
  wtf/repos/community-any/PKGBUILD
    (from rev 580432, wtf/trunk/PKGBUILD)
Deleted:
  wtf/repos/community-any/LICENSE
  wtf/repos/community-any/PKGBUILD

----------+
 LICENSE  |   20 ++++++++---------
 PKGBUILD |   68 +++++++++++++++++++++++++++++++++----------------------------
 2 files changed, 47 insertions(+), 41 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE     2020-02-24 13:02:05 UTC (rev 580432)
+++ LICENSE     2020-02-24 13:02:25 UTC (rev 580433)
@@ -1,10 +0,0 @@
-Copyright (c) 2005, peter
-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 the <ORGANIZATION> 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 HOLDER 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.

Copied: wtf/repos/community-any/LICENSE (from rev 580432, wtf/trunk/LICENSE)
===================================================================
--- LICENSE                             (rev 0)
+++ LICENSE     2020-02-24 13:02:25 UTC (rev 580433)
@@ -0,0 +1,10 @@
+Copyright (c) 2005, peter
+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 the <ORGANIZATION> 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 HOLDER 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.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-02-24 13:02:05 UTC (rev 580432)
+++ PKGBUILD    2020-02-24 13:02:25 UTC (rev 580433)
@@ -1,31 +0,0 @@
-# Maintainer: Kyle Keen <[email protected]>
-# Contributor: Jeff Mickey <[email protected]>
-
-pkgname=wtf
-pkgver=20180621
-pkgrel=1
-pkgdesc="Acronym dictionary, with additions from NetBSD and wikipedia"
-arch=('any')
-url="http://www.mu.org/~mux/wtf/";
-license=('BSD')
-makedepends=('git')
-#source=("http://www.mu.org/~mux/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-source=("git+https://github.com/void-linux/netbsd-wtf#commit=b1e5be48";
-        
"https://raw.github.com/keenerd/wtf/0623381d92b2c5d3e94b00c9eb06fb5d4d85d014/acronyms.computing";
-        'LICENSE')
-md5sums=('SKIP'
-         '3d99862438ec7977ff8d7f4e3e5dd300'
-         'abac213cf24e9d5cab4e8115441eb717')
-
-build() {
-  cd "$srcdir/netbsd-wtf"
-  make PREFIX='/usr'
-}
-
-package() {
-  cd "$srcdir/netbsd-wtf"
-  make install PREFIX='/usr' DESTDIR="$pkgdir"
-
-  install -m644 ../acronyms.computing "$pkgdir/usr/share/wtf/"
-  install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: wtf/repos/community-any/PKGBUILD (from rev 580432, wtf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-02-24 13:02:25 UTC (rev 580433)
@@ -0,0 +1,37 @@
+# Maintainer: Kyle Keen <[email protected]>
+# Contributor: Jeff Mickey <[email protected]>
+
+pkgname=wtf
+pkgver=20200217
+pkgrel=1
+pkgdesc="Acronym dictionary, with additions from NetBSD and wikipedia"
+arch=('any')
+url="http://www.mu.org/~mux/wtf/";
+license=('BSD')
+makedepends=('git')
+#source=("http://www.mu.org/~mux/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+#source=("git+https://github.com/void-linux/netbsd-wtf#commit=b1e5be48";
+source=("https://sourceforge.net/projects/bsdwtf/files/wtf-$pkgver.tar.gz";
+        
"https://raw.github.com/keenerd/wtf/0623381d92b2c5d3e94b00c9eb06fb5d4d85d014/acronyms.computing";
+        'LICENSE')
+md5sums=('faa0c10db24767041217924a024424b5'
+         '3d99862438ec7977ff8d7f4e3e5dd300'
+         'abac213cf24e9d5cab4e8115441eb717')
+
+prepare() {
+  cd "$srcdir/wtf-$pkgver"
+  sed -i 's|/usr/share/misc/|/usr/share/wtf/|' wtf
+}
+
+package() {
+  cd "$srcdir/wtf-$pkgver"
+  install -Dm755 wtf      "$pkgdir/usr/bin/wtf"
+  install -Dm644 wtf.6    "$pkgdir/usr/share/man/man6/wtf.6"
+  install -Dm644 acronyms "$pkgdir/usr/share/wtf/acronyms"
+  install -Dm644 acronyms.comp   "$pkgdir/usr/share/wtf/acronyms.comp"
+  #install -Dm644 acronyms-o.fake "$pkgdir/usr/share/wtf/acronyms-o"
+  install -Dm644 acronyms-o.real "$pkgdir/usr/share/wtf/acronyms-o"
+  
+  install -m644 ../acronyms.computing "$pkgdir/usr/share/wtf/"
+  install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Reply via email to