- regen patches and add missing rcs id's

- regen PLIST
- better DESCR
This commit is contained in:
jasper 2011-11-04 10:00:19 +00:00
parent c46a3a44e6
commit fc7b8066c1
5 changed files with 16 additions and 30 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.21 2010/07/11 15:57:47 espie Exp $
# $OpenBSD: Makefile,v 1.22 2011/11/04 10:00:19 jasper Exp $
# $FreeBSD: Makefile,v 1.12 1999/02/17 22:25:36 ache Exp $
COMMENT= extract files from ARJ archives
DISTNAME= unarj-2.43
REVISION= 1
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
EXTRACT_SUFX= .tgz
@ -14,7 +15,6 @@ PERMIT_PACKAGE_FTP= No
PERMIT_DISTFILES_CDROM= No
PERMIT_DISTFILES_FTP= No
REVISION = 0
WANTLIB= c
MAKE_ENV= CC="${CC}" CFLAGS="${CFLAGS}"

View File

@ -1,5 +1,6 @@
--- environ.c.orig Mon Sep 29 06:00:24 1997
+++ environ.c Wed Mar 3 22:39:43 1999
$OpenBSD: patch-environ_c,v 1.2 2011/11/04 10:00:19 jasper Exp $
--- environ.c.orig Mon Sep 29 12:00:24 1997
+++ environ.c Fri Nov 4 10:57:45 2011
@@ -40,11 +40,14 @@
#define SUBS_DEFINED
@ -15,7 +16,7 @@
FILE *
file_open(name, mode)
@@ -432,14 +435,17 @@
@@ -432,14 +435,17 @@ uint host;
#include <time.h>
@ -34,7 +35,7 @@
FILE *
file_open(name, mode)
@@ -535,8 +541,12 @@
@@ -535,8 +541,12 @@ uint mode;
}
long
@ -48,7 +49,7 @@
#define NOONOFFSET 43200L
#define SEC_IN_DAY (24L * 60L * 60L)
#define INV_VALUE (SEC_IN_DAY + 1L)
@@ -552,6 +562,7 @@
@@ -552,6 +562,7 @@ gettz() /* returns the offset from GMT in seco
noontm = localtime(&noon);
retval = NOONOFFSET - 60 * (60 * noontm->tm_hour - noontm->tm_min);
return retval;
@ -56,7 +57,7 @@
}
long
@@ -609,7 +620,8 @@
@@ -609,7 +620,8 @@ uint host;
(uint) attribute;
(uint) host;

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-unarj_h,v 1.2 2011/11/04 10:00:19 jasper Exp $
--- unarj.h.orig Mon Sep 29 06:00:24 1997
+++ unarj.h Wed Mar 3 22:24:35 1999
@@ -106,9 +106,11 @@

View File

@ -1,20 +1,4 @@
This is an extract only program which allows access to the contents of ARJ
archives.
COMMAND SYNTAX:
UNARJ has been modified to support the four commands: "e", "l", "t",
and "x". These are similar to the ARJ version of these commands.
However, UNARJ does not create directories when using the "x" command.
Usage: UNARJ archive[.arj] (list archive)
UNARJ e archive (extract archive)
UNARJ l archive (list archive)
UNARJ t archive (test archive)
UNARJ x archive (extract with pathnames)
UNARJ does not accept any other commands or options. You cannot
specify a base directory or select individual files to extract. UNARJ
does not support empty directories or volume labels. UNARJ is much
slower than ARJ because ARJ is highly optimized using assembly
language.
his is an extract-only program which allows access to the contents of
ARJ archives. You cannot specify a base directory or select individual
files to extract. UNARJ does not support empty directories or volume
labels.

View File

@ -1,5 +1,5 @@
@comment $OpenBSD: PLIST,v 1.4 2004/07/24 14:20:49 espie Exp $
bin/unarj
@comment $OpenBSD: PLIST,v 1.5 2011/11/04 10:00:19 jasper Exp $
@bin bin/unarj
share/doc/unarj/
share/doc/unarj/technote.doc
share/doc/unarj/unarj.doc