Browse Source

Stefan Paletta:


			
			
				rocklinux
			
			
		
Stefan Paletta 20 years ago
parent
commit
f503157f5f
4 changed files with 26 additions and 57 deletions
  1. +4
    -1
      package/stefanp/psi/psi.conf
  2. +12
    -15
      package/stefanp/psi/psi.desc
  3. +10
    -6
      package/stefanp/qca/qca.desc
  4. +0
    -35
      package/stefanp/qt-qca-tls/qt-qca-tls.cache

+ 4
- 1
package/stefanp/psi/psi.conf

@ -29,7 +29,10 @@ fi
confopt="--prefix=$root/$prefix"
postmake_psi () {
mcp -d -v "$archdir/psi-${ver}_*.qm" "$datadir/$pkg/psi_#1.qm"
for file in $desc_D ; do
[[ $file = psi_??_*.qm ]] || continue
cp -v "$archdir/$file" "$datadir/$pkg/${file:0:6}.qm"
done
}
hook_add postmake 3 postmake_psi

+ 12
- 15
package/stefanp/psi/psi.desc

@ -37,21 +37,18 @@
[L] GPL
[S] Stable
[V] 0.9.1
[V] 0.9.3
[P] X -?---5---9 210.200
[D] 3677008193 psi-0.9.1.tar.bz2 http://dl.sourceforge.net/sourceforge/psi/
[D] 469129804 psi-0.9.1_pl.qm !http://psi.affinix.com/?version=0.9.1&file=psi_pl.qm
[D] 580211414 psi-0.9.1_ca.qm !http://psi.affinix.com/?version=0.9.1&file=psi_ca.qm
[D] 2438535723 psi-0.9.1_fr.qm !http://psi.affinix.com/?version=0.9.1&file=psi_fr.qm
[D] 2465409884 psi-0.9.1_cs.qm !http://psi.affinix.com/?version=0.9.1&file=psi_cs.qm
[D] 4007180431 psi-0.9.1_it.qm !http://psi.affinix.com/?version=0.9.1&file=psi_it.qm
[D] 2802460437 psi-0.9.1_sk.qm !http://psi.affinix.com/?version=0.9.1&file=psi_sk.qm
[D] 1297075103 psi-0.9.1_el.qm !http://psi.affinix.com/?version=0.9.1&file=psi_el.qm
[D] 3050657672 psi-0.9.1_zh.qm !http://psi.affinix.com/?version=0.9.1&file=psi_zh.qm
[D] 641915265 psi-0.9.1_se.qm !http://psi.affinix.com/?version=0.9.1&file=psi_se.qm
[D] 2012048465 psi-0.9.1_de.qm !http://psi.affinix.com/?version=0.9.1&file=psi_de.qm
[D] 1975299802 psi-0.9.1_es.qm !http://psi.affinix.com/?version=0.9.1&file=psi_es.qm
[D] 120831005 psi-0.9.1_mk.qm !http://psi.affinix.com/?version=0.9.1&file=psi_mk.qm
[D] 70432544 psi-0.9.1_nl.qm !http://psi.affinix.com/?version=0.9.1&file=psi_nl.qm
[D] 378298438 psi-0.9.3.tar.bz2 http://dl.sourceforge.net/sourceforge/psi/
[D] 2386050183 psi_de_0.9.3_a.qm !http://psi.affinix.com/?version=0.9.3&file=psi_de.qm
[D] 2876834274 psi_et_0.9.3_a.qm !http://psi.affinix.com/?version=0.9.3&file=psi_et.qm
[D] 554302784 psi_es_0.9.3_a.qm !http://psi.affinix.com/?version=0.9.3&file=psi_es.qm
[D] 2894429027 psi_fr_0.9.3_a.qm !http://psi.affinix.com/?version=0.9.3&file=psi_fr.qm
[D] 190404139 psi_mk_0.9.3_a.qm !http://psi.affinix.com/?version=0.9.3&file=psi_mk.qm
[D] 1813544591 psi_nl_0.9.3_b.qm !http://psi.affinix.com/?version=0.9.3&file=psi_nl.qm
[D] 2740307300 psi_pl_0.9.3_b.qm !http://psi.affinix.com/?version=0.9.3&file=psi_pl.qm
[D] 616678000 psi_ru_0.9.3_a.qm !http://psi.affinix.com/?version=0.9.3&file=psi_ru.qm
[D] 1405562074 psi_vi_0.9.3_a.qm !http://psi.affinix.com/?version=0.9.3&file=psi_vi.qm
[D] 391379024 psi_zh_0.9.3_a.qm !http://psi.affinix.com/?version=0.9.3&file=psi_zh.qm

package/stefanp/qt-qca-tls/qt-qca-tls.desc → package/stefanp/qca/qca.desc

@ -6,7 +6,7 @@
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/stefanp/qt-qca-tls/qt-qca-tls.desc
[COPY] ROCK Linux: rock-src/package/stefanp/qca/qca.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
@ -21,10 +21,11 @@
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] A Qt Cryptographic Architecture plugin for SSL/TLS capability.
[I] Qt Cryptographic Architecture
[T] This is a plugin to provide SSL/TLS capability to programs that
[T] utilize the Qt Cryptographic Architecture (QCA).
[T] Taking a hint from the similarly-named Java Cryptography Architecture,
[T] QCA aims to provide a straightforward and cross-platform crypto API,
[T] using Qt datatypes and conventions.
[A] Justin Karneges <justin@affinix.com>
[M] Stefan Paletta <stefanp@cabal1.net>
@ -32,9 +33,12 @@
[C] extra/crypto
[L] LGPL
[S] Beta
[S] Stable
[V] 1.0
[P] X -?---5---9 199.700
[D] 1824974268 qca-tls-1.0.tar.bz2 http://psi.affinix.com/beta/
[SRC] .
[D] 2719896112 qca-1.0.tar.bz2 http://delta.affinix.com/qca/
[D] 1824974268 qca-tls-1.0.tar.bz2 http://delta.affinix.com/qca/

+ 0
- 35
package/stefanp/qt-qca-tls/qt-qca-tls.cache

@ -1,35 +0,0 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/stefanp/qt-qca-tls/qt-qca-tls.cache
[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[TIMESTAMP] 1101931397 Wed Dec 1 21:03:17 2004
[CONFIG-ID] 2.1.0-DEV-x86-reference-expert
[ROCKVER] 2.1.0-DEV
[LOGS] 5-qt-qca-tls.log
[BUILDTIME] 1981 (5)
[SIZE] 0.08 MB, 8 files
[DEP] 00-dirtree bash2 binutils bzip2 coreutils expat findutils freetype
[DEP] gcc34 gcc34:dev glibc23 glibc23:dev grep libpng linux26-header:dev
[DEP] make mktemp openssl openssl:dev qt qt:dev sed sysfiles tar xfree86

Loading…
Cancel
Save