[arch-commits] Commit in itext/repos/extra-any (LICENSE LICENSE PKGBUILD PKGBUILD)

Guillaume Alaux guillaume at archlinux.org
Sat May 5 13:33:56 UTC 2012


    Date: Saturday, May 5, 2012 @ 09:33:55
  Author: guillaume
Revision: 158655

archrelease: copy trunk to extra-any

Added:
  itext/repos/extra-any/LICENSE
    (from rev 158654, itext/trunk/LICENSE)
  itext/repos/extra-any/PKGBUILD
    (from rev 158654, itext/trunk/PKGBUILD)
Deleted:
  itext/repos/extra-any/LICENSE
  itext/repos/extra-any/PKGBUILD

----------+
 LICENSE  |   32 +++++++++++++++-----------------
 PKGBUILD |   60 +++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 48 insertions(+), 44 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2012-05-05 13:33:17 UTC (rev 158654)
+++ LICENSE	2012-05-05 13:33:55 UTC (rev 158655)
@@ -1,17 +0,0 @@
-Licensing
-
-  Although iText is a free/open source software (F/OSS) project, giving you a lot of freedom and flexibility regarding the use of the iText software, this doesn’t mean you're free to do anything you want with the product: you have to respect the Affero General Public License.
-  You can be released from the requirements of the license by purchasing a commercial license from iText Software Corp.
-  Buying such a license is mandatory as soon as you develop commercial activities involving the iText software without disclosing the source code of your own applications. These activities include: offering paid services to customers as an ASP, serving PDFs on the fly in a web application, shipping iText with a closed source product.
-
-
-Why buy a license?
-
-  An iText commercial license provides advantages not available with the open-source AGPL license. The specific benefits of a commercial license include:
-    - Indemnification in the event of IP (intellectual property) or patent infringement
-    - Release from the requirements of the copyleft AGPL license, which include:
-      . distribution of all source code including your own product, including if it is a web-based application
-      . licensing of your own product under the AGPL license
-      . prominent mention and inclusion of the iText copyright and the AGPL license
-      . disclosure of modifications
-    - Release from the requirement to not change the PDF Producer line in the generated PDF properties

Copied: itext/repos/extra-any/LICENSE (from rev 158654, itext/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2012-05-05 13:33:55 UTC (rev 158655)
@@ -0,0 +1,15 @@
+This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation with the addition of the following permission added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY 1T3XT, 1T3XT DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
+
+This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
+You should have received a copy of the GNU Affero General Public License along with this program; if not, see http://www.gnu.org/licenses or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA, 02110-1301 USA, or download the license from the following URL:
+
+http://itextpdf.com/terms-of-use/
+
+The interactive user interfaces in modified source and object code versions of this program must display Appropriate Legal Notices, as required under Section 5 of the GNU Affero General Public License.
+
+In accordance with Section 7(b) of the GNU Affero General Public License, a covered work must retain the producer line in every PDF that is created or manipulated using iText.
+
+You can be released from the requirements of the license by purchasing a commercial license. Buying such a license is mandatory as soon as you develop commercial activities involving the iText software without disclosing the source code of your own applications.
+These activities include: offering paid services to customers as an ASP, serving PDFs on the fly in a web application, shipping iText with a closed source product.
+
+For more information, please contact iText Software Corp. at this address: sales at itextpdf.com
\ No newline at end of file

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-05 13:33:17 UTC (rev 158654)
+++ PKGBUILD	2012-05-05 13:33:55 UTC (rev 158655)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
-pkgname=itext
-pkgver=5.1.1
-pkgrel=1
-pkgdesc="Java Library for creating and manipulating PDFs on the fly"
-arch=('any')
-url="http://itext.sourceforge.net"
-license=('AGPL' 'custom')
-depends=('java-runtime')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.zip
-        LICENSE)
-md5sums=('a143695b056cd946669cdef79913da98'
-         'd75eb163e30d6fd9446f20f80e270951')
-
-package() {
-  cd ${srcdir}
-
-  install -d "${pkgdir}/usr/share/java/${pkgname}"
-  install -m644 ./*.jar "${pkgdir}/usr/share/java/${pkgname}"
-
-  for j in itextpdf itext-xtra; do
-    ln -s /usr/share/java/${pkgname}/${j}-${pkgver}.jar ${pkgdir}/usr/share/java/${j}.jar
-  done
-
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: itext/repos/extra-any/PKGBUILD (from rev 158654, itext/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-05-05 13:33:55 UTC (rev 158655)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
+pkgname=itext
+pkgver=5.2.1
+pkgrel=1
+pkgdesc="Java Library for creating and manipulating PDFs on the fly"
+arch=('any')
+url="http://itext.sourceforge.net"
+license=('AGPL' 'custom')
+depends=('java-runtime')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.zip
+        LICENSE)
+md5sums=('7296b8b240ee288ede7126055bb8f1d6'
+         '3ac26f502df3162d6b612286827e0c35' )
+
+package() {
+  cd ${srcdir}
+
+  install -d "${pkgdir}/usr/share/java/${pkgname}"
+
+  for j in itextpdf itext-xtra; do
+    install -m644 ${j}-${pkgver}.jar \
+                  ${pkgdir}/usr/share/java/${pkgname}/${j}-${pkgver}.jar
+    install -m644 ${j}-${pkgver}-sources.jar \
+                  ${pkgdir}/usr/share/java/${pkgname}/${j}-sources-${pkgver}.jar
+    install -m644 ${j}-${pkgver}-javadoc.jar \
+                  ${pkgdir}/usr/share/java/${pkgname}/${j}-javadoc-${pkgver}.jar
+
+    ln -s ${pkgname}/${j}-${pkgver}.jar ${pkgdir}/usr/share/java/${j}.jar
+  done
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}




More information about the arch-commits mailing list