ports/64328: Update port: archivers/cabextract to 1.0

KATO Tsuguru tkato at prontomail.com
Tue Mar 16 13:10:10 UTC 2004


>Number:         64328
>Category:       ports
>Synopsis:       Update port: archivers/cabextract to 1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 16 05:10:09 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 1.0

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/archivers/cabextract/Makefile archivers/cabextract/Makefile
--- /usr/ports/archivers/cabextract/Makefile	Fri Feb  6 10:07:34 2004
+++ archivers/cabextract/Makefile	Mon Mar 15 14:46:04 2004
@@ -6,18 +6,30 @@
 #
 
 PORTNAME=	cabextract
-PORTVERSION=	0.6
-PORTREVISION=	1
+PORTVERSION=	1.0
 CATEGORIES=	archivers
 MASTER_SITES=	http://www.kyz.uklinux.net/downloads/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A program to extract Microsoft cabinet (.CAB) files
 
-PLIST_FILES=	bin/cabextract
-USE_GETOPT_LONG=yes
+USE_GETOPT_LONG=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
+MANLANG=	"" ja
 MAN1=		cabextract.1
+PORTDOCS=	magic wince_cab_format.html wince_info wince_rename
+PLIST_FILES=	bin/cabextract
+
+post-install:
+	${INSTALL_MAN} ${WRKSRC}/doc/ja/cabextract.1 ${MANPREFIX}/man/ja/man1
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/magic ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/wince_cab_format.html ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/src/wince_info ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/src/wince_rename ${DOCSDIR}
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/archivers/cabextract/distinfo archivers/cabextract/distinfo
--- /usr/ports/archivers/cabextract/distinfo	Wed Jan 28 18:40:43 2004
+++ archivers/cabextract/distinfo	Mon Mar 15 14:38:43 2004
@@ -1,2 +1,2 @@
-MD5 (cabextract-0.6.tar.gz) = 1e6e7d35d4ca4e5bd9cfc86aa315163b
-SIZE (cabextract-0.6.tar.gz) = 92469
+MD5 (cabextract-1.0.tar.gz) = 8fde8ad86f7144943b7e4e5a2da7eddb
+SIZE (cabextract-1.0.tar.gz) = 189625
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list