[arch-commits] Commit in itext/trunk (LICENSE PKGBUILD)

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


    Date: Saturday, May 5, 2012 @ 09:33:17
  Author: guillaume
Revision: 158654

upgpkg: itext 5.2.1-1

Upstream release

Modified:
  itext/trunk/LICENSE
  itext/trunk/PKGBUILD

----------+
 LICENSE  |   24 +++++++++++-------------
 PKGBUILD |   16 +++++++++++-----
 2 files changed, 22 insertions(+), 18 deletions(-)

Modified: LICENSE
===================================================================
--- LICENSE	2012-05-05 12:58:13 UTC (rev 158653)
+++ LICENSE	2012-05-05 13:33:17 UTC (rev 158654)
@@ -1,17 +1,15 @@
-Licensing
+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.
 
-  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.
+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/
 
-Why buy a license?
+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.
 
-  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
+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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-05 12:58:13 UTC (rev 158653)
+++ PKGBUILD	2012-05-05 13:33:17 UTC (rev 158654)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
 pkgname=itext
-pkgver=5.1.1
+pkgver=5.2.1
 pkgrel=1
 pkgdesc="Java Library for creating and manipulating PDFs on the fly"
 arch=('any')
@@ -10,17 +10,23 @@
 depends=('java-runtime')
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.zip
         LICENSE)
-md5sums=('a143695b056cd946669cdef79913da98'
-         'd75eb163e30d6fd9446f20f80e270951')
+md5sums=('7296b8b240ee288ede7126055bb8f1d6'
+         '3ac26f502df3162d6b612286827e0c35' )
 
 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
+    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