1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
# ChangeLog for app-text/uudeview
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-text/uudeview/ChangeLog,v 1.19 2004/06/24 22:55:03 agriffis Exp $
19 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> uudeview-0.5.20.ebuild:
Marked ~amd64.
02 Jun 2004; Aron Griffis <agriffis@gentoo.org> uudeview-0.5.20.ebuild:
Fix use invocation
20 Apr 2004; Daniel Black <dragonheart@gentoo.org> metadata.xml,
uudeview-0.5.20.ebuild:
QA - removed runtime dependance on autoconf
27 Mar 2004; David Holm <dholm@gentoo.org> uudeview-0.5.20.ebuild:
Added to ~ppc.
26 Mar 2004; Jason Wever <weeve@gentoo.org> uudeview-0.5.20.ebuild:
Stable on sparc wrt bug #44859.
*uudeview-0.5.20 (26 Mar 2004)
26 Mar 2004; Seemant Kulleen <seemant@gentoo.org> uudeview-0.5.13.ebuild,
uudeview-0.5.18.ebuild, uudeview-0.5.20.ebuild:
update for security fix as per bug #44859, by Jeff Patterson <helixj@yahoo.ca>
and contributed to heavily by: CondorDES <condor-gentoo@condordes.net>
22 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> uudeview-0.5.18.ebuild,
files/uudeview-0.5.18-optimize_size.patch:
Fix compilation with -Os and get handling of optimization to configure right. Closing #42466.
24 Aug 2003; Michael Sterrett <msterret@gentoo.org> uudeview-0.5.18.ebuild:
use emake; add error message; tidy
*uudeview-0.5.18 (08 Nov 2002)
01 Aug 2003; Mike Frysinger <vapier@gentoo.org> :
Cleanup ... use econf, use_enable, and debug USE flag
13 Jan 2003; Nick Hadaway <raker@gentoo.org> uudeview-0.5.18.ebuild :
Added DEBUGBUILD support so those with -g options in their make.conf
don't get them stripped out by configure.
12 Jan 2003; Nick Hadaway <raker@gentoo.org> uudeview-0.5.18.ebuild :
Changed from emake to make.
08 Nov 2002; Hanno Boeck <hanno@gentoo.org> uudeview-0.5.18.ebuild :
New version.
*uudeview-0.5.13 (04 Jun 2002)
01 Aug 2003; Mike Frysinger <vapier@gentoo.org> :
Cleanup ... use econf, use_enable, and debug USE flag
2 Aug 2002; phoen][x <phoenix@gentoo.org> uudeview-0.5.13.ebuild :
Added KEYWORDS, SLOT.
03 Jun 2002; George Shapovalov <george@gentoo.org> uudeview-0.5.13.ebuild, files/digest-uudeview-0.5.13 :
First submission
From the home page:
UUDeview is a program that helps you transmit and receive binary files over
the Internet, using electronic mail or newsgroups The UUDeview package includes
both an encoder and a decoder. The decoder automatically detects the type of
encoding used, offering MIME's Base64 and BinHex as well as the popular
uuencoding and the less frequently used xxencoding methods. Recently, support
for the popular yEnc encoding was also added. The encoder runs the other way
around and encodes a binary file for sending it by mail or news.
|