Nagy Karoly Gabriel
14 years ago
4 changed files with 122 additions and 0 deletions
@ -0,0 +1,26 @@
|
||||
|
||||
[TIMESTAMP] 1302895339 Fri Apr 15 21:22:19 2011 |
||||
[BUILDTIME] 0 (5) |
||||
[SIZE] 0.18 MB, 60 files |
||||
|
||||
[DEP] bash |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] docutils |
||||
[DEP] fhs |
||||
[DEP] findutils |
||||
[DEP] gawk |
||||
[DEP] gcc |
||||
[DEP] gettext |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] gzip |
||||
[DEP] patch |
||||
[DEP] perl |
||||
[DEP] po4a |
||||
[DEP] python |
||||
[DEP] runit |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
@ -0,0 +1,26 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../isoquery/isoquery.conf |
||||
# Copyright (C) 2011 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
configscript= |
||||
makeopt= |
||||
makeinstopt= |
||||
isoquery_build() { |
||||
|
||||
./waf configure --prefix=$prefix |
||||
./waf build |
||||
./waf install |
||||
} |
||||
|
||||
|
||||
hook_add postmake ' ' 'isoquery_build' |
@ -0,0 +1,35 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../isoquery/isoquery.desc |
||||
[COPY] Copyright (C) 2011 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[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; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] Search and display ISO codes for countries, languages, currencies, and scripts. |
||||
|
||||
[T] isoquery can be used to generate a tabular output of the ISO standard |
||||
[T] codes provided by the package iso-codes. It parses the XML files and shows |
||||
[T] all included ISO codes or just matching entries, if specified on the command |
||||
[T] line. Moreover, it's possible to get all available translations for |
||||
[T] the ISO standard. |
||||
|
||||
[U] ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes |
||||
|
||||
[A] Tobias Quathamer <toddy@debian.org> |
||||
[M] The OpenSDE Community <list@opensde.org> |
||||
|
||||
[C] extra/tool |
||||
|
||||
[L] GPL |
||||
[S] Stable |
||||
[V] 1.4 |
||||
[P] X -----5---9 220.100 |
||||
|
||||
[D] 3760110534 isoquery-1.4.tar.bz2 ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/ |
@ -0,0 +1,35 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../isoquery/spell.patch
|
||||
# Copyright (C) 2011 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
diff -ruN isoquery-1.4/man/de.add{.orig,}
|
||||
--- isoquery-1.4/man/de.add.orig 2011-04-15 21:19:33.600077822 +0200
|
||||
+++ isoquery-1.4/man/de.add 2011-04-15 21:17:14.436077821 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-PO4A-HEADER:mode=after;position=AUTOR;beginboundary=FakePo4aBoundary
|
||||
+PO4A-HEADER:mode=after;position=AUTHOR;beginboundary=FakePo4aBoundary
|
||||
|
||||
|
||||
ÜBERSETZUNG
|
||||
diff -ruN isoquery-1.4/man/pt.add{.orig,}
|
||||
--- isoquery-1.4/man/pt.add.orig 2011-04-15 21:19:44.492077759 +0200
|
||||
+++ isoquery-1.4/man/pt.add 2011-04-15 21:17:27.528077823 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-PO4A-HEADER:mode=after;position=AUTOR;beginboundary=FakePo4aBoundary
|
||||
+PO4A-HEADER:mode=after;position=AUTHOR;beginboundary=FakePo4aBoundary
|
||||
|
||||
|
||||
TRADUÇÃO
|
||||
|
Loading…
Reference in new issue