pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/ripmime Update ripmime to 1.4.0.2. Add man page f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b906419d326
branches:  trunk
changeset: 484359:0b906419d326
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat Nov 27 07:41:06 2004 +0000

description:
Update ripmime to 1.4.0.2. Add man page for ripmime.
Note that the PKGMANDIR usage is from my pkgsrc that I plan to
commit sometime.

The ripMIME CHANGELOG is too long to include here. Many bug fixes.

diffstat:

 mail/ripmime/Makefile         |   8 ++++++--
 mail/ripmime/PLIST            |   3 ++-
 mail/ripmime/distinfo         |   8 ++++----
 mail/ripmime/patches/patch-aa |  40 +++++++++++++++++++++++++---------------
 4 files changed, 37 insertions(+), 22 deletions(-)

diffs (93 lines):

diff -r 0903092114d7 -r 0b906419d326 mail/ripmime/Makefile
--- a/mail/ripmime/Makefile     Sat Nov 27 07:21:49 2004 +0000
+++ b/mail/ripmime/Makefile     Sat Nov 27 07:41:06 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/10/01 20:45:55 reed Exp $
+# $NetBSD: Makefile,v 1.2 2004/11/27 07:41:06 reed Exp $
 #
 
-DISTNAME=       ripmime-1.3.0.4
+DISTNAME=       ripmime-1.4.0.2
 CATEGORIES=    mail
 MASTER_SITES=  http://www.pldaniels.com/ripmime/
 
@@ -9,4 +9,8 @@
 HOMEPAGE=      http://www.pldaniels.com/ripmime/
 COMMENT=       Extract the attached files out of a MIME encoded email package
 
+PKGMANDIR?=    man
+MAKE_ENV+=     PKGMANDIR=${PKGMANDIR}
+INSTALLATION_DIRS=     bin ${PKGMANDIR}
+
 .include "../../mk/bsd.pkg.mk"
diff -r 0903092114d7 -r 0b906419d326 mail/ripmime/PLIST
--- a/mail/ripmime/PLIST        Sat Nov 27 07:21:49 2004 +0000
+++ b/mail/ripmime/PLIST        Sat Nov 27 07:41:06 2004 +0000
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/10/01 20:45:55 reed Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/11/27 07:41:06 reed Exp $
 bin/ripmime
+man/man1/ripmime.1
diff -r 0903092114d7 -r 0b906419d326 mail/ripmime/distinfo
--- a/mail/ripmime/distinfo     Sat Nov 27 07:21:49 2004 +0000
+++ b/mail/ripmime/distinfo     Sat Nov 27 07:41:06 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/10/01 20:45:55 reed Exp $
+$NetBSD: distinfo,v 1.2 2004/11/27 07:41:06 reed Exp $
 
-SHA1 (ripmime-1.3.0.4.tar.gz) = e7000b118a185ea4bbc18e56345f0cc494290d29
-Size (ripmime-1.3.0.4.tar.gz) = 96277 bytes
-SHA1 (patch-aa) = 2095916db402b732e999d1b24637d5a65862edba
+SHA1 (ripmime-1.4.0.2.tar.gz) = c1d939b7cc311e538513a7eea10cb03f36d5969b
+Size (ripmime-1.4.0.2.tar.gz) = 157535 bytes
+SHA1 (patch-aa) = 2f3ca62a3a3921ee7407cc97c2f72efadd95dc08
diff -r 0903092114d7 -r 0b906419d326 mail/ripmime/patches/patch-aa
--- a/mail/ripmime/patches/patch-aa     Sat Nov 27 07:21:49 2004 +0000
+++ b/mail/ripmime/patches/patch-aa     Sat Nov 27 07:41:06 2004 +0000
@@ -1,21 +1,31 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/10/01 20:45:55 reed Exp $
+$NetBSD: patch-aa,v 1.2 2004/11/27 07:41:06 reed Exp $
 
---- Makefile.orig      Sat Jun 14 18:35:38 2003
+--- Makefile.orig      Fri Nov 26 17:14:55 2004
 +++ Makefile
-@@ -1,13 +1,13 @@
+@@ -3,7 +3,7 @@
+ #
+ # 0.1.13: Added -I.
+ 
 -LOCATION=/usr/local
 +LOCATION=$(PREFIX)
- VERSION=0.1.11
--CC=gcc
-+CC?=gcc
- #CC=tcc
- #CC= ccmalloc gcc
+ VERSION=0.1.14
+ # VERSION changes
+ #---------------------
+@@ -15,7 +15,7 @@ VERSION=0.1.14
+ #     use our recommended settings.
+ #CFLAGS ?= -Wall -g -O2 -Werror $(CPU_OPTS)
+ #CFLAGS=-Wall -g -O2 -Wundef -Wshadow -Wsign-compare -I.
+-CFLAGS=-Wall -g -O2 -I.
++CFLAGS?=-Wall -g -O2 -I.
  
- # PERFORMANCE RELATED FLAG SETS
- #CFLAGS=-Wall -O3 -march=i686
- #CFLAGS= -Wall -O3 -march=k6
--CFLAGS= -Wall -O2
-+CFLAGS?= -Wall -O2
+ # OLE decoding is still considered to be 'beta' mode - so it 
+ #     disabled in the stable release of ripMIME for now
+@@ -74,7 +74,7 @@ riptest: ${OFILES}
+ install: ${OBJ}
+       strip ripmime
+       cp ripmime ${LOCATION}/bin/
+-      cp ripmime.1  ${LOCATION}/man/man1
++      cp ripmime.1  ${LOCATION}/$(PKGMANDIR)/man1
  
- #  DEBUGGING Related Flags
- #CFLAGS= -Wall -ggdb 
+ clean:
+       rm -f *.o *core ${OBJ} buildcodes.h



Home | Main Index | Thread Index | Old Index