diff options
author | reed <reed@pkgsrc.org> | 2004-11-27 07:41:06 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-11-27 07:41:06 +0000 |
commit | 2141bc051462d72f3571c5c629c94cb3950a05ab (patch) | |
tree | ba8ff4c843c340393f037af0eef6aeda0355ba79 /mail/ripmime | |
parent | 7ad98b242e5e1abe7bc78dd1c82de1c293d5b301 (diff) | |
download | pkgsrc-2141bc051462d72f3571c5c629c94cb3950a05ab.tar.gz |
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 (limited to 'mail/ripmime')
-rw-r--r-- | mail/ripmime/Makefile | 8 | ||||
-rw-r--r-- | mail/ripmime/PLIST | 3 | ||||
-rw-r--r-- | mail/ripmime/distinfo | 8 | ||||
-rw-r--r-- | mail/ripmime/patches/patch-aa | 40 |
4 files changed, 37 insertions, 22 deletions
diff --git a/mail/ripmime/Makefile b/mail/ripmime/Makefile index 60eb4926883..638cb1449f7 100644 --- a/mail/ripmime/Makefile +++ b/mail/ripmime/Makefile @@ -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 @@ MAINTAINER= reed@reedmedia.net 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 --git a/mail/ripmime/PLIST b/mail/ripmime/PLIST index 182d726873b..fca3150c3d6 100644 --- a/mail/ripmime/PLIST +++ b/mail/ripmime/PLIST @@ -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 --git a/mail/ripmime/distinfo b/mail/ripmime/distinfo index 4561019f4bb..adb033dfaa3 100644 --- a/mail/ripmime/distinfo +++ b/mail/ripmime/distinfo @@ -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 --git a/mail/ripmime/patches/patch-aa b/mail/ripmime/patches/patch-aa index 17d615d0050..0c1514c0cce 100644 --- a/mail/ripmime/patches/patch-aa +++ b/mail/ripmime/patches/patch-aa @@ -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 |