diff options
author | sumikawa <sumikawa@FreeBSD.org> | 1999-09-01 18:41:23 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 1999-09-01 18:41:23 +0000 |
commit | 1c0f5bcadda75a48178c589b3ec3e76bebcb80a3 (patch) | |
tree | 5789e89d57e37df6bad90b1a0380728ad89ca7ed | |
parent | c8ff2b0dc73ce7a1683ddfad47ec6ea2740cfe61 (diff) | |
download | FreeBSD-ports-1c0f5bcadda75a48178c589b3ec3e76bebcb80a3.zip FreeBSD-ports-1c0f5bcadda75a48178c589b3ec3e76bebcb80a3.tar.gz |
update to 1.14f
PR: 13412
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Reviewed by: sumikawa
-rw-r--r-- | archivers/lha/Makefile | 13 | ||||
-rw-r--r-- | archivers/lha/distinfo | 2 | ||||
-rw-r--r-- | archivers/lha/files/patch-aa | 24 | ||||
-rw-r--r-- | archivers/lha/pkg-descr | 6 |
4 files changed, 23 insertions, 22 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 3a0fac5..11512b8 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -1,19 +1,18 @@ # New ports collection makefile for: lha -# Version required: 1.14d +# Version required: 1.14f # Date created: 26 Dec 1994 # Whom: ache # # $FreeBSD$ # -DISTNAME= lha-114d -PKGNAME= lha-1.14d +DISTNAME= lha-114f +PKGNAME= lha-1.14f CATEGORIES= archivers -MASTER_SITES= ftp://ftp.cs.titech.ac.jp/pub/tool/lha/ \ - ftp://ftp.hipecs.hokudai.ac.jp/pub/unix/lha/ \ - ftp://ftp.win.or.jp/pub/misc/ +MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ \ + ftp://ftp.win.ne.jp/pub/misc/ -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org MAN1= lha.1 MANLANG= ja diff --git a/archivers/lha/distinfo b/archivers/lha/distinfo index 0c32c29..386d785 100644 --- a/archivers/lha/distinfo +++ b/archivers/lha/distinfo @@ -1 +1 @@ -MD5 (lha-114d.tar.gz) = 765617f9c142756691cd52f53da2e3e7 +MD5 (lha-114f.tar.gz) = db86f414e08c39e190763f8b0c190ff6 diff --git a/archivers/lha/files/patch-aa b/archivers/lha/files/patch-aa index 2cbeebc..d070624 100644 --- a/archivers/lha/files/patch-aa +++ b/archivers/lha/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.orig Wed Jan 15 18:46:08 1997 -+++ Makefile Mon Mar 30 22:09:06 1998 -@@ -11,26 +11,23 @@ +--- Makefile.orig Sun Aug 29 01:36:34 1999 ++++ Makefile Thu Sep 2 03:33:33 1999 +@@ -11,27 +11,26 @@ #----------------------------------------------------------------------- SHELL=/bin/sh @@ -11,16 +11,16 @@ -CC = gcc -SWITCHES = -DNEED_INCREMENTAL_INDICATOR \ - -DTMP_FILENAME_TEMPLATE="\"/tmp/lhXXXXXX\"" --#MACHINE = -DSYSTIME_HAS_NO_TM -DFTIME -DEUC --MACHINE = -DSYSTIME_HAS_NO_TM -DEUC -DHAVE_TM_ZONE --#OPTIMIZE = -O2 -fstrength-reduce -fomit-frame-pointer -mv8 --#OPTIMIZE = -O2 -fstrength-reduce -fomit-frame-pointer --OPTIMIZE = -O2 -fstrength-reduce -fomit-frame-pointer --#OPTIMIZE = -g +#CC = gcc -+SWITCHES = -DNEED_INCREMENTAL_INDICATOR -+MACHINE = -DSYSTIME_HAS_NO_TM -DTIMELOCAL -DUSESTRCASECMP \ -+ -DSYSV_SYSTEM_DIR -DEUC ++SWITCHES = -DNEED_INCREMENTAL_INDICATOR -DEUC -DSUPPORT_LH6 + + #MACHINE = -DSYSTIME_HAS_NO_TM -DFTIME -DEUC + #MACHINE = -DSYSTIME_HAS_NO_TM -DEUC -DHAVE_TM_ZONE -DSYSV_SYSTEM_DIR +-MACHINE = -DSYSTIME_HAS_NO_TM -DEUC -DSYSV_SYSTEM_DIR -DMKTIME ++MACHINE = -DSYSTIME_HAS_NO_TM -DSYSV_SYSTEM_DIR -DMKTIME -DUSESTRCASECMP + +-#OPTIMIZE = -O2 -fstrength-reduce -fomit-frame-pointer +-OPTIMIZE = -O2 -DSUPPORT_LH6 +OPTIMIZE = ${CFLAGS} -BINDIR = /usr/local/bin diff --git a/archivers/lha/pkg-descr b/archivers/lha/pkg-descr index 43b38cd..8d89c0a 100644 --- a/archivers/lha/pkg-descr +++ b/archivers/lha/pkg-descr @@ -1,11 +1,11 @@ - LHa for UNIX version 1.14c Mar. 7 1996 by Tsugio Okamoto + LHa for UNIX This unofficial version of lha is based on Version 1.00. This version supports extraction & archiving using -lh5- as well as extraction using -lh6- algorithm. All the bug reports on this version should be directed to Tsuguo -Okamoto <GBA02146@NIFTYSERVE.OR.JP>. +Okamoto <tsugio@muc.biglobe.ne.jp>. If this software is included in a medium that may be obtained by @@ -14,3 +14,5 @@ advance. Redistribution over networks is not restricted. According to Masafumi NAKANE <max@wide.ad.jp> the author gives permission to distribute this software on FreeBSD CDROM. + +WWW: http://www2m.biglobe.ne.jp/~dolphin/lha/lha.htm |