Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b8e9173cd925d42050502c618d1c4de3494389b5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b8e9173cd925d42050502c618d1c4de3494389b5)
  • Date: Wed, 11 Jul 2007 16:04:11 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 4 ++++
latex/europecv/BUILD | 1 +
latex/europecv/DEPENDS | 3 +++
latex/europecv/DETAILS | 21 +++++++++++++++++++++
latex/europecv/FINAL | 1 +
latex/europecv/HISTORY | 4 ++++
latex/europecv/INSTALL | 7 +++++++
latex/europecv/POST_REMOVE | 1 +
latex/unicode/BUILD | 1 +
latex/unicode/DEPENDS | 2 ++
latex/unicode/DETAILS | 15 +++++++++++++++
latex/unicode/FINAL | 1 +
latex/unicode/HISTORY | 4 ++++
latex/unicode/INSTALL | 4 ++++
latex/unicode/POST_REMOVE | 1 +
15 files changed, 70 insertions(+)

New commits:
commit b8e9173cd925d42050502c618d1c4de3494389b5
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

latex/{europecv,unicode}: new spells

diff --git a/ChangeLog b/ChangeLog
index 2402353..a86821a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * latex/europecv: new spell, a LaTeX class for writing curricula vitae
+ * latex/unicode: new spell, unicode input support for latex
+
2007-07-10 Treeve Jelbert <treeve AT sourcemage.org>
* devel/fpcsrc: new spell, need by lazarus
* devel/qt4pas: qt4 interface for lazarus
diff --git a/latex/europecv/BUILD b/latex/europecv/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/latex/europecv/BUILD
@@ -0,0 +1 @@
+true
diff --git a/latex/europecv/DEPENDS b/latex/europecv/DEPENDS
new file mode 100755
index 0000000..2cf4eb2
--- /dev/null
+++ b/latex/europecv/DEPENDS
@@ -0,0 +1,3 @@
+source $SECTION_DIRECTORY/TEX_DEPENDS &&
+depends unicode &&
+depends tetex-texmf
diff --git a/latex/europecv/DETAILS b/latex/europecv/DETAILS
new file mode 100755
index 0000000..c38d6d4
--- /dev/null
+++ b/latex/europecv/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=europecv
+ VERSION=""
+ SOURCE="${SPELL}.zip"
+
SOURCE_URL[0]=ftp://cam.ctan.org/tex-archive/macros/latex/contrib/${SOURCE}
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+
WEB_SITE="http://tug.ctan.org/tex-archive/macros/latex/contrib/${SPELL}";
+
LICENSE[0]="http://www.ctan.org/tex-archive/systems/unix/teTeX/1.0/distrib/sources/LICENSE";
+ GATHER_DOCS="off"
+ ENTERED=20070427
+ SHORT="a LaTeX class for writing curricula vitae"
+cat << EOF
+The europecv class is an unofficial LaTeX implementation of the standard
+model for curricula vitae (the Europass CV) as recommended by the
+European Commission. Although primarily intended for users in the European
+Union, the class is flexible enough to be used for any kind of curriculum
+vitae.
+
+The class has localisations for all the official languages of the EU (plus
+Catalan), as well as options permitting input in UTF-8 and koi8-r.
+EOF
diff --git a/latex/europecv/FINAL b/latex/europecv/FINAL
new file mode 100755
index 0000000..a8dc6f0
--- /dev/null
+++ b/latex/europecv/FINAL
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/TEX_FINAL
diff --git a/latex/europecv/HISTORY b/latex/europecv/HISTORY
new file mode 100644
index 0000000..c7b9862
--- /dev/null
+++ b/latex/europecv/HISTORY
@@ -0,0 +1,4 @@
+2007-07-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, FINAL, HISTORY, INSTALL, POST_REMOVE:
+ created spell
+
diff --git a/latex/europecv/INSTALL b/latex/europecv/INSTALL
new file mode 100755
index 0000000..5800377
--- /dev/null
+++ b/latex/europecv/INSTALL
@@ -0,0 +1,7 @@
+mkdir -p ${INSTALL_ROOT}/usr/share/texmf/tex/latex/${SPELL} &&
+mkdir -p ${INSTALL_ROOT}/usr/share/texmf/doc/${SPELL} &&
+cp -R ${SOURCE_DIRECTORY}/*.tex \
+ ${SOURCE_DIRECTORY}/{examples,templates} \
+ ${INSTALL_ROOT}/usr/share/texmf/doc/${SPELL} &&
+cp -R ${SOURCE_DIRECTORY}/*.{def,cls,eps,pdf} \
+ $INSTALL_ROOT/usr/share/texmf/tex/latex/${SPELL}
diff --git a/latex/europecv/POST_REMOVE b/latex/europecv/POST_REMOVE
new file mode 100755
index 0000000..c208f6a
--- /dev/null
+++ b/latex/europecv/POST_REMOVE
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/TEX_POST_REMOVE
diff --git a/latex/unicode/BUILD b/latex/unicode/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/latex/unicode/BUILD
@@ -0,0 +1 @@
+true
diff --git a/latex/unicode/DEPENDS b/latex/unicode/DEPENDS
new file mode 100755
index 0000000..c161a22
--- /dev/null
+++ b/latex/unicode/DEPENDS
@@ -0,0 +1,2 @@
+source $SECTION_DIRECTORY/TEX_DEPENDS &&
+depends tetex-texmf
diff --git a/latex/unicode/DETAILS b/latex/unicode/DETAILS
new file mode 100755
index 0000000..46069f8
--- /dev/null
+++ b/latex/unicode/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=unicode
+ VERSION=""
+ SOURCE="${SPELL}.zip"
+
SOURCE_URL[0]=ftp://cam.ctan.org/tex-archive/macros/latex/contrib/${SOURCE}
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+
WEB_SITE="http://tug.ctan.org/tex-archive/macros/latex/contrib/${SPELL}";
+
LICENSE[0]="http://www.ctan.org/tex-archive/systems/unix/teTeX/1.0/distrib/sources/LICENSE";
+ GATHER_DOCS="off"
+ ENTERED=20070427
+ SHORT="unicode for latex"
+cat << EOF
+This package contains support for using UTF-8 as input encoding in
+LaTeX documents.
+EOF
diff --git a/latex/unicode/FINAL b/latex/unicode/FINAL
new file mode 100755
index 0000000..a8dc6f0
--- /dev/null
+++ b/latex/unicode/FINAL
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/TEX_FINAL
diff --git a/latex/unicode/HISTORY b/latex/unicode/HISTORY
new file mode 100644
index 0000000..c7b9862
--- /dev/null
+++ b/latex/unicode/HISTORY
@@ -0,0 +1,4 @@
+2007-07-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, FINAL, HISTORY, INSTALL, POST_REMOVE:
+ created spell
+
diff --git a/latex/unicode/INSTALL b/latex/unicode/INSTALL
new file mode 100755
index 0000000..b3606ee
--- /dev/null
+++ b/latex/unicode/INSTALL
@@ -0,0 +1,4 @@
+mkdir -p ${INSTALL_ROOT}/usr/share/texmf/tex/latex/${SPELL} &&
+cp -R ${SOURCE_DIRECTORY}/*.{def,sty} \
+ ${SOURCE_DIRECTORY}/{contrib,data} \
+ $INSTALL_ROOT/usr/share/texmf/tex/latex/${SPELL}
diff --git a/latex/unicode/POST_REMOVE b/latex/unicode/POST_REMOVE
new file mode 100755
index 0000000..c208f6a
--- /dev/null
+++ b/latex/unicode/POST_REMOVE
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/TEX_POST_REMOVE



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b8e9173cd925d42050502c618d1c4de3494389b5), Florian Franzmann, 07/11/2007

Archive powered by MHonArc 2.6.24.

Top of Page