diff options
author | uebayasi <uebayasi> | 2003-12-21 04:56:15 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-12-21 04:56:15 +0000 |
commit | 8642c70d0c953871abf27abd308da1eabaa6a379 (patch) | |
tree | 9e08cf8f393f6c51d5eb592276d55c2b010cfa0e | |
parent | 11a3c635a44b88f9b062573faafc0172e8caf3ad (diff) | |
download | pkgsrc-8642c70d0c953871abf27abd308da1eabaa6a379.tar.gz |
Update to 4.50.
Change summary from the release note:
o Big5 to Unicode mapping didn't work at all (fixed offset of coding
system table)
(See http://lists.debian.or.jp/debian-devel/200311/msg00006.html)
o -D option now specifies default (fall-back) coding system, not default
EUC coding system. This means that -D coding system is used not only
for determination of EUC coding systems but also determination of other
coding systems.
o Added ISO-8859-10,11,13,14,15,16.
o Many bug fixes.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | misc/lv/Makefile | 6 | ||||
-rw-r--r-- | misc/lv/distinfo | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 5e7b2d52cc1..e2ea290710b 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4206 2003/12/21 03:51:02 ben Exp $ +$NetBSD: CHANGES,v 1.4207 2003/12/21 04:56:15 uebayasi Exp $ Changes to the packages collection and infrastructure in 2003: @@ -5267,3 +5267,4 @@ Changes to the packages collection and infrastructure in 2003: Updated rapidsvn to 0.4.0nb1 [epg 2003-12-20] Updated mgetty to 1.1.30nb1 [fredb 2003-12-20] Removed wx1Motif [ben 2003-12-20] + Updated lv to 4.50 [uebayasi 2003-12-21] diff --git a/misc/lv/Makefile b/misc/lv/Makefile index 8e3c5bb5408..f246f7a38dc 100644 --- a/misc/lv/Makefile +++ b/misc/lv/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:49:29 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/12/21 04:56:15 uebayasi Exp $ # FreeBSD Id: Makefile,v 1.3 1999/01/08 03:32:06 itojun Exp $ -DISTNAME= lv4495 -PKGNAME= lv-4.49.5 +DISTNAME= lv450 +PKGNAME= lv-4.50 WRKSRC= ${WRKDIR}/${DISTNAME}/build CATEGORIES= misc MASTER_SITES= http://www.ff.iij4u.or.jp/~nrt/freeware/ diff --git a/misc/lv/distinfo b/misc/lv/distinfo index 1fb838b43ca..e16ea4f26e3 100644 --- a/misc/lv/distinfo +++ b/misc/lv/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2003/10/10 16:22:03 jschauma Exp $ +$NetBSD: distinfo,v 1.5 2003/12/21 04:56:15 uebayasi Exp $ -SHA1 (lv4495.tar.gz) = 11f8daa4fd5818676ac06ab0a20d6f252d4dca6f -Size (lv4495.tar.gz) = 597451 bytes +SHA1 (lv450.tar.gz) = 6438609aa6a320641201c3e90132676d53bb0456 +Size (lv450.tar.gz) = 604731 bytes SHA1 (patch-aa) = 9221506a523a0ada4153f81a18152de01bfac315 |