summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-23 22:41:07 +0000
committerKarl Berry <karl@freefriends.org>2011-04-23 22:41:07 +0000
commitaf6a118fb5e7779ff5e57eb79e384f667d6bc648 (patch)
tree47c774d879a0105fc641b49857ed3435910e980a
parentc41e14a6ed15b3e1fa667aaf5d14b58f0a057ffc (diff)
pax (23apr11)
git-svn-id: svn://tug.org/texlive/trunk@22179 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/pax/README17
-rw-r--r--Master/texmf-dist/scripts/pax/pax.jarbin11465 -> 11465 bytes
-rwxr-xr-xMaster/texmf-dist/scripts/pax/pdfannotextractor.pl8
-rw-r--r--Master/texmf-dist/source/latex/pax/src/Constants.java4
-rw-r--r--Master/texmf-dist/source/latex/pax/src/Entry.java2
-rw-r--r--Master/texmf-dist/source/latex/pax/src/EntryWriteException.java2
-rw-r--r--Master/texmf-dist/source/latex/pax/src/PDFAnnotExtractor.java2
-rw-r--r--Master/texmf-dist/source/latex/pax/src/StringVisitor.java2
-rw-r--r--Master/texmf-dist/tex/latex/pax/pax.sty4
9 files changed, 22 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/pax/README b/Master/texmf-dist/doc/latex/pax/README
index a7bed4d701c..1069b9723c2 100644
--- a/Master/texmf-dist/doc/latex/pax/README
+++ b/Master/texmf-dist/doc/latex/pax/README
@@ -1,4 +1,4 @@
-README for project pax (PDFAnnotExtractor), 2008/10/01 v0.1i
+README for project pax (PDFAnnotExtractor), 2011/04/22 v0.1j
TABLE OF CONTENTS
@@ -33,7 +33,7 @@ Project status: experimental
B. COPYRIGHT, LICENSE
=====================
-Copyright (C) 2006-2008 Heiko Oberdiek.
+Copyright (C) 2006-2008, 2011 Heiko Oberdiek.
The project consists of two parts:
* The Java program pax.jar with sources.
@@ -56,10 +56,10 @@ The project is available in CTAN (ftp.ctan.org):
There are the following files:
* README
This file.
-* pax-tds.zip
+* pax.tds.zip
The whole project, ready to unpack in a TDS (texmf) tree.
-The files inside pax-tds.zip:
+The files inside pax.tds.zip:
* doc/latex/pax/README
This file.
* scripts/pax/pax.jar
@@ -87,7 +87,7 @@ The files inside pax-tds.zip:
D. AUTHOR
=========
-Heiko Oberdiek <oberdiek@uni-freiburg.de>
+Heiko Oberdiek <heiko.oberdiek at googlemail.com>
E. REQUIREMENTS
===============
@@ -107,8 +107,8 @@ E. REQUIREMENTS
F. DOWNLOAD
===========
-1. Download pax-tds.zip from CTAN:
- ftp://ftp.ctan.org/tex-archive/macros/latex/contrib/pax/pax-tds.zip
+1. Download pax.tds.zip from CTAN:
+ ftp://ftp.ctan.org/tex-archive/install/macros/latex/contrib/pax-tds.zip
2. Download PDFBox-0.7.3.jar from http://www.pdfbox.org/ (22 MB)
http://prdownloads.sourceforge.net/pdfbox/PDFBox-0.7.3.zip?download
@@ -231,3 +231,6 @@ I. History
* Perl wrapper `pdfannotextractor.pl' added.
* Section `Installation' from README rewritten.
* Class-Path removed from MANIFEST.MF.
+2011/04/22 v0.1j
+ * Update of email address and updating version dates
+ for all files.
diff --git a/Master/texmf-dist/scripts/pax/pax.jar b/Master/texmf-dist/scripts/pax/pax.jar
index baa06a02213..61b7b952ee8 100644
--- a/Master/texmf-dist/scripts/pax/pax.jar
+++ b/Master/texmf-dist/scripts/pax/pax.jar
Binary files differ
diff --git a/Master/texmf-dist/scripts/pax/pdfannotextractor.pl b/Master/texmf-dist/scripts/pax/pdfannotextractor.pl
index 716da9b7bba..d111a305150 100755
--- a/Master/texmf-dist/scripts/pax/pdfannotextractor.pl
+++ b/Master/texmf-dist/scripts/pax/pdfannotextractor.pl
@@ -2,7 +2,7 @@
use strict;
$^W=1;
-# Copyright (C) 2008 Heiko Oberdiek
+# Copyright (C) 2008, 2011 Heiko Oberdiek
#
# 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
@@ -24,10 +24,10 @@ $^W=1;
my $name = 'PDFAnnotExtractor';
my $program = "\L$name\E";
my $file = "$program.pl";
-my $version = "0.1i";
-my $date = "2008/10/01";
+my $version = "0.1j";
+my $date = "2011/04/22";
my $author = "Heiko Oberdiek";
-my $copyright = "Copyright (c) 2008 by $author.";
+my $copyright = "Copyright (c) 2008, 2011 by $author.";
# History:
# 2008/10/01 v0.1i: First version of the wrapper script.
diff --git a/Master/texmf-dist/source/latex/pax/src/Constants.java b/Master/texmf-dist/source/latex/pax/src/Constants.java
index d97312684fe..0181717e09e 100644
--- a/Master/texmf-dist/source/latex/pax/src/Constants.java
+++ b/Master/texmf-dist/source/latex/pax/src/Constants.java
@@ -1,5 +1,5 @@
/* Constants.java
-Copyright (C) 2006 Heiko Oberdiek
+Copyright (C) 2006-2008, 2011 Heiko Oberdiek
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
@@ -22,7 +22,7 @@ package pax;
public interface Constants {
- public String PAX_VERSION = "0.01";
+ public String PAX_VERSION = "0.1j";
public String ENTRY_BEG = "\\[";
public String ENTRY_END = "\\\\\n";
diff --git a/Master/texmf-dist/source/latex/pax/src/Entry.java b/Master/texmf-dist/source/latex/pax/src/Entry.java
index b0fc6324106..0f8493831cf 100644
--- a/Master/texmf-dist/source/latex/pax/src/Entry.java
+++ b/Master/texmf-dist/source/latex/pax/src/Entry.java
@@ -1,5 +1,5 @@
/* Entry.java
-Copyright (C) 2006 Heiko Oberdiek
+Copyright (C) 2006-2008, 2011 Heiko Oberdiek
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
diff --git a/Master/texmf-dist/source/latex/pax/src/EntryWriteException.java b/Master/texmf-dist/source/latex/pax/src/EntryWriteException.java
index 7f066f60732..59bef77f9ea 100644
--- a/Master/texmf-dist/source/latex/pax/src/EntryWriteException.java
+++ b/Master/texmf-dist/source/latex/pax/src/EntryWriteException.java
@@ -1,5 +1,5 @@
/* EntryWriteException.java
-Copyright (C) 2006 Heiko Oberdiek
+Copyright (C) 2006-2008, 2011 Heiko Oberdiek
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
diff --git a/Master/texmf-dist/source/latex/pax/src/PDFAnnotExtractor.java b/Master/texmf-dist/source/latex/pax/src/PDFAnnotExtractor.java
index 91684e5bac5..3388269f816 100644
--- a/Master/texmf-dist/source/latex/pax/src/PDFAnnotExtractor.java
+++ b/Master/texmf-dist/source/latex/pax/src/PDFAnnotExtractor.java
@@ -1,5 +1,5 @@
/* PDFAnnotExtractor.java
-Copyright (C) 2006, 2007 Heiko Oberdiek
+Copyright (C) 2006-2008, 2011 Heiko Oberdiek
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
diff --git a/Master/texmf-dist/source/latex/pax/src/StringVisitor.java b/Master/texmf-dist/source/latex/pax/src/StringVisitor.java
index dcec104d9ad..b56a11cd1b2 100644
--- a/Master/texmf-dist/source/latex/pax/src/StringVisitor.java
+++ b/Master/texmf-dist/source/latex/pax/src/StringVisitor.java
@@ -1,5 +1,5 @@
/* StringVisitor.java
-Copyright (C) 2006 Heiko Oberdiek
+Copyright (C) 2006-2008, 2011 Heiko Oberdiek
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
diff --git a/Master/texmf-dist/tex/latex/pax/pax.sty b/Master/texmf-dist/tex/latex/pax/pax.sty
index 7623c87c769..eef21dbb927 100644
--- a/Master/texmf-dist/tex/latex/pax/pax.sty
+++ b/Master/texmf-dist/tex/latex/pax/pax.sty
@@ -1,5 +1,5 @@
%% pax.sty
-%% Copyright 2006, 2007 Heiko Oberdiek
+%% Copyright 2006-2008, 2011 Heiko Oberdiek
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -18,7 +18,7 @@
%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{pax}%
- [2007/07/19 v0.1h Annotation support for PDF graphics (HO)]%
+ [2011/04/22 v0.1i Annotation support for PDF graphics (HO)]%
\RequirePackage{ifpdf}
\ifpdf