-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add build flags missing from previous update.
- Remove again extraneous documentation that is of no interest to users of the compiled package. - Prune inappropriate verbiage from description. - Disallow CDROM distribution according to old description. - Rename patches. - General clean-up.
- Loading branch information
Christian Weisgerber
committed
Feb 4, 2002
1 parent
e1d7dfd
commit 62c1e56
Showing
5 changed files
with
36 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,34 @@ | ||
# $OpenBSD: Makefile,v 1.17 2002/02/04 19:53:52 angelos Exp $ | ||
## updated to lha-1.14i supporting -lh7- algorithm | ||
## -- yozo. Sun Jan 13 14:36:49 JST 2002 | ||
# $OpenBSD: Makefile,v 1.18 2002/02/04 22:16:17 naddy Exp $ | ||
|
||
COMMENT= "archive files using LZW compression (.LZH files)" | ||
COMMENT= "archive files using LZW compression (.lzh files)" | ||
|
||
DISTNAME= lha-114i | ||
PKGNAME= lha-1.14i | ||
NEED_VERSION= 1.504 | ||
VERSION= 1.14i | ||
DISTNAME= lha-${VERSION:S/.//} | ||
PKGNAME= lha-${VERSION} | ||
CATEGORIES= archivers | ||
MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ \ | ||
ftp://ftp.win.ne.jp/pub/misc/ | ||
HOMEPAGE= http://www2m.biglobe.ne.jp/~dolphin/lha/lha.htm | ||
NEED_VERSION= 1.504 | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www2m.biglobe.ne.jp/~dolphin/lha/lha.htm | ||
|
||
PERMIT_PACKAGE_CDROM= Yes | ||
PERMIT_PACKAGE_CDROM= "requires advance notification" | ||
PERMIT_PACKAGE_FTP= Yes | ||
PERMIT_DISTFILES_CDROM= Yes | ||
PERMIT_DISTFILES_CDROM= "requires advance notification" | ||
PERMIT_DISTFILES_FTP= Yes | ||
|
||
FAKE_FLAGS= BINDIR='$${PREFIX}/bin' MANDIR='$${PREFIX}/man/ja_JP.EUC' \ | ||
MANSECT="1" INSTALL="" INSTALLBIN="${INSTALL_PROGRAM}" \ | ||
MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ \ | ||
ftp://ftp.win.ne.jp/pub/misc/ | ||
|
||
MAKE_FLAGS= CC="${CC}" OPTIMIZE="${CFLAGS}" \ | ||
MACHINE="-DSYSTIME_HAS_NO_TM -DSYSV_SYSTEM_DIR -DMKTIME \ | ||
-DUSESTRCASECMP" \ | ||
SWITCHES="-DNEED_INCREMENTAL_INDICATOR -DEUC -DSUPPORT_LH7" | ||
|
||
FAKE_FLAGS= BINDIR="${WRKINST}${PREFIX}/bin" \ | ||
MANDIR="${WRKINST}${PREFIX}/man/ja_JP.EUC" MANSECT="1" \ | ||
INSTALL="" INSTALLBIN="${INSTALL_PROGRAM}" \ | ||
INSTALLMAN="${INSTALL_MAN}" | ||
|
||
MANLANG= ja_JP.EUC | ||
NO_REGRESS= Yes | ||
|
||
DOCS= CHANGES.euc MACHINES.euc MACHINES2.euc PROBLEMS.euc README.euc \ | ||
change-114e.txt change-114g.txt change-114h.txt change-114i.txt \ | ||
config.eng config.jpn.euc header.doc.euc | ||
|
||
post-install: | ||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/lha | ||
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/lha | ||
|
||
.include <bsd.port.mk> |
7 changes: 4 additions & 3 deletions
7
archivers/lha/patches/patch-ac → archivers/lha/patches/patch-src_lhadd_c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 7 additions & 6 deletions
13
archivers/lha/patches/patch-ab → archivers/lha/patches/patch-src_lharc_c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,5 @@ | ||
LHa for UNIX | ||
This unofficial version of lha is based on version 1.00. This | ||
version supports extraction and archiving using the -lh5-, -lh6-, | ||
and -lh7- algorithms. | ||
|
||
This unofficial version of lha is based on Version 1.00. This | ||
version supports extraction & archiving using -lh5-, -lh6- and -lh7- | ||
algorithm. | ||
|
||
All the bug reports on this version should be directed to Tsuguo | ||
Okamoto <[email protected]>. | ||
|
||
If this software is included in medium that may be obtained by | ||
users without network connectivity, please notify Tsuguo Okamoto in | ||
advance. Redistribution over networks is not restricted. | ||
|
||
According to Masafumi NAKANE <[email protected]> the author gives | ||
permission to distribute this software on FreeBSD CDROM. | ||
WWW: ${HOMEPAGE} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,3 @@ | ||
@comment $OpenBSD: PLIST,v 1.3 2002/02/04 19:53:52 angelos Exp $ | ||
@comment $OpenBSD: PLIST,v 1.4 2002/02/04 22:16:17 naddy Exp $ | ||
bin/lha | ||
man/ja_JP.EUC/man1/lha.1 | ||
share/doc/lha/CHANGES.euc | ||
share/doc/lha/MACHINES.euc | ||
share/doc/lha/MACHINES2.euc | ||
share/doc/lha/PROBLEMS.euc | ||
share/doc/lha/README.euc | ||
share/doc/lha/change-114e.txt | ||
share/doc/lha/change-114g.txt | ||
share/doc/lha/change-114h.txt | ||
share/doc/lha/change-114i.txt | ||
share/doc/lha/config.eng | ||
share/doc/lha/config.jpn.euc | ||
share/doc/lha/header.doc.euc | ||
@dirrm share/doc/lha |