Bug 116877 - [PATCH]archivers/paq: update to 8.o6
Summary: [PATCH]archivers/paq: update to 8.o6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-03 19:50 UTC by bf
Modified: 2007-10-04 03:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bf 2007-10-03 19:50:00 UTC
Overall performance slightly better on large files; improved jpeg compression; slight changes to knobs and messages:



diff -ruN paq.orig/Makefile paq/Makefile
--- paq.orig/Makefile	Wed Oct  3 07:37:33 2007
+++ paq/Makefile	Wed Oct  3 12:55:21 2007
@@ -2,11 +2,11 @@
 # Date created:                5 April 2007
 # Whom:                        bf <bf2006a@yahoo.com>
 #
-# $FreeBSD: ports/archivers/paq/Makefile,v 1.6 2007/09/23 12:57:40 tabthorpe Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	paq
-DISTVERSION=	8o4v2
+DISTVERSION=	8o6
 CATEGORIES=	archivers
 MASTER_SITES=	http://www.cs.fit.edu/~mmahoney/compression/
 DISTNAME=	${PORTNAME}${DISTVERSION}
@@ -27,7 +27,7 @@
 CXXFLAGS+=	-DUNIX
 ASM1?=	nasm -f elf -o
 ASM2?=
-.if !defined(WITH_SSE)
+.if !defined(WITH_SSE2)
 ASMFILE=	paq7asm
 .else
 ASMFILE=	paq7asmsse
@@ -54,8 +54,14 @@
 	@${ECHO_MSG} "now and use \"make WITHOUT_ASM=yes\"."
 	@${ECHO_MSG}
 	@${ECHO_MSG} "If you wish to use the version of the assembly code that is"
-	@${ECHO_MSG} "optimized for x86 (not amd64) processors with SSE instruction"
-	@${ECHO_MSG} "support, hit Ctrl-C now and use \"make WITH_SSE=yes\"."
+	@${ECHO_MSG} "optimized for x86 or amd64 processors with SSE2 instruction"
+	@${ECHO_MSG} "support that are running in 32-bit mode, hit Ctrl-C now and use"
+	@${ECHO_MSG} "\"make WITH_SSE2=yes\"."
+	@${ECHO_MSG}
+	@${ECHO_MSG} "This software is computationally demanding, and users are"
+	@${ECHO_MSG} "advised to employ compiler optimizations when building it."
+	@${ECHO_MSG} "In particular, authors of this software have used such flags"
+	@${ECHO_MSG} "as \"-O2\" to advantage."
 	@${ECHO_MSG}
 
 do-build:
diff -ruN paq.orig/distinfo paq/distinfo
--- paq.orig/distinfo	Wed Oct  3 07:37:33 2007
+++ paq/distinfo	Wed Oct  3 07:39:59 2007
@@ -1,3 +1,3 @@
-MD5 (paq8o4v2.zip) = ed85c6e22b259d0c727e0378404a9823
-SHA256 (paq8o4v2.zip) = cffbc63ab136a4e65744ac38e04c90560a689e17c9bef128b84713e1eda8c330
-SIZE (paq8o4v2.zip) = 91666
+MD5 (paq8o6.zip) = 0a40d3467f61b62cb48a82c890f49dd6
+SHA256 (paq8o6.zip) = e93b919938ef30b5d9e6b6a3406cdbf204189afb9cf31d5616b6f1ac0dc52ec8
+SIZE (paq8o6.zip) = 120315
Comment 1 Thomas Abthorpe freebsd_committer freebsd_triage 2007-10-03 20:12:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-10-04 03:36:26 UTC
tabthorpe    2007-10-04 02:36:21 UTC

  FreeBSD ports repository

  Modified files:
    archivers/paq        Makefile distinfo 
  Log:
  - Update to 8.o6
  
  PR:             ports/116877
  Submitted by:   bf <bf2006a yahoo.com> (maintainer)
  Approved by:    clsung (mentor, implicit)
  
  Revision  Changes    Path
  1.7       +10 -4     ports/archivers/paq/Makefile
  1.6       +3 -3      ports/archivers/paq/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Thomas Abthorpe freebsd_committer freebsd_triage 2007-10-04 03:38:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!