Date: Wednesday, March 28, 2018 @ 21:15:22
  Author: escondida
Revision: 313177

Add t-prot-3.4-2

Added:
  t-prot/
  t-prot/repos/
  t-prot/trunk/
  t-prot/trunk/.SRCINFO
  t-prot/trunk/LICENSE
  t-prot/trunk/PKGBUILD

----------+
 .SRCINFO |   17 +++++++++++++++++
 LICENSE  |   31 +++++++++++++++++++++++++++++++
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 3 files changed, 82 insertions(+)

Added: t-prot/trunk/.SRCINFO
===================================================================
--- t-prot/trunk/.SRCINFO                               (rev 0)
+++ t-prot/trunk/.SRCINFO       2018-03-28 21:15:22 UTC (rev 313177)
@@ -0,0 +1,17 @@
+pkgbase = t-prot
+       pkgdesc = Filter to improve readability of email/usenet by hiding 
annoyances
+       pkgver = 3.4
+       pkgrel = 2
+       url = http://www.escape.de/~tolot/mutt/
+       arch = any
+       license = BSD
+       depends = gettext
+       depends = perl
+       depends = perl-locale-gettext
+       source = 
http://www.escape.de/~tolot/mutt/t-prot/downloads/t-prot-3.4.tar.gz
+       source = LICENSE
+       md5sums = c075489f1bd7063d589dcfb2536989b9
+       md5sums = 712bd4102dde61b207be93a1f64d03bc
+
+pkgname = t-prot
+

Added: t-prot/trunk/LICENSE
===================================================================
--- t-prot/trunk/LICENSE                                (rev 0)
+++ t-prot/trunk/LICENSE        2018-03-28 21:15:22 UTC (rev 313177)
@@ -0,0 +1,31 @@
+COPYRIGHT
+       All of the documentation and software included in the t-prot releases  
is  copy-
+       righted by Jochen Striepe (except when explicitly stated otherwise).
+
+       Copyright © 2001-2009 Jochen Striepe. All rights reserved.
+
+       Redistribution  and  use,  with  or without modification, are permitted 
provided
+       that the following conditions are met:
+
+       1. Redistributions of source code must retain the above copyright  
notice,  this
+       list of conditions and the following disclaimer.
+
+       2.  All  advertising  materials mentioning features or use of this 
software must
+       display the following acknowledgement:
+
+         This product includes software developed by Jochen Striepe and others.
+
+       3. Neither the name of the author nor the names of any contributors may 
be  used
+       to endorse or promote products derived from this software without 
specific prior
+       written permission.
+
+       THIS SOFTWARE IS PROVIDED BY THE AUTHOR  AND  CONTRIBUTORS  ``AS  IS''  
AND  ANY
+       EXPRESS  OR  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WAR-
+       RANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE  
DISCLAIMED.
+       IN NO EVENT SHALL THE AUTHOR 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 
 LIABIL-
+       ITY,  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.

Added: t-prot/trunk/PKGBUILD
===================================================================
--- t-prot/trunk/PKGBUILD                               (rev 0)
+++ t-prot/trunk/PKGBUILD       2018-03-28 21:15:22 UTC (rev 313177)
@@ -0,0 +1,34 @@
+# Maintainer: Ivy Foster <[email protected]>
+# Contributor: Jan Fader <[email protected]>
+# Reference: PKGBUILD(5)
+
+pkgname=t-prot
+pkgver=3.4
+pkgrel=2
+pkgdesc='Filter to improve readability of email/usenet by hiding annoyances'
+url='http://www.escape.de/~tolot/mutt/'
+license=(BSD)
+
+depends=(gettext perl perl-locale-gettext)
+
+arch=(any)
+# LICENSE text from t-prot.1
+source=(
+       
"http://www.escape.de/~tolot/mutt/t-prot/downloads/t-prot-$pkgver.tar.gz";
+       LICENSE
+)
+md5sums=(
+       c075489f1bd7063d589dcfb2536989b9
+       712bd4102dde61b207be93a1f64d03bc
+)
+
+package() {
+       install -D LICENSE "$pkgdir/usr/share/licenses/t-prot/LICENSE"
+
+       cd "t-prot-$pkgver"
+
+       install -D t-prot "$pkgdir/usr/bin/t-prot"
+       install -D t-prot.1 "$pkgdir/usr/share/man/man1/t-prot.1"
+       install -D README "$pkgdir/usr/share/doc/t-prot/README"
+       cp -a contrib "$pkgdir/usr/share/doc/t-prot/"
+}


Property changes on: t-prot/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+"Id"
\ No newline at end of property

Reply via email to