pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/ripmime ripmime-1.3.0.4 Extract the attached file...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c34421221b20
branches:  trunk
changeset: 462387:c34421221b20
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Oct 01 20:45:55 2003 +0000

description:
ripmime-1.3.0.4 Extract the attached files out of a MIME encoded email package

diffstat:

 mail/ripmime/DESCR            |   4 ++++
 mail/ripmime/Makefile         |  12 ++++++++++++
 mail/ripmime/PLIST            |   2 ++
 mail/ripmime/distinfo         |   5 +++++
 mail/ripmime/patches/patch-aa |  21 +++++++++++++++++++++
 5 files changed, 44 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 7ec6a1dfb100 -r c34421221b20 mail/ripmime/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ripmime/DESCR        Wed Oct 01 20:45:55 2003 +0000
@@ -0,0 +1,4 @@
+RipMIME is designed to extract the attached files out of a MIME
+package (as say produced by programs such as AMaViS, Inflex and
+Xamime).  It can decode BASE64, Apple-double, UUENCODED, TNEF,
+QuotedPrintable, nested and MS MHT attachments out of mailpacks.
diff -r 7ec6a1dfb100 -r c34421221b20 mail/ripmime/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ripmime/Makefile     Wed Oct 01 20:45:55 2003 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/10/01 20:45:55 reed Exp $
+#
+
+DISTNAME=       ripmime-1.3.0.4
+CATEGORIES=    mail
+MASTER_SITES=  http://www.pldaniels.com/ripmime/
+
+MAINTAINER=    reed%reedmedia.net@localhost
+HOMEPAGE=      http://www.pldaniels.com/ripmime/
+COMMENT=       Extract the attached files out of a MIME encoded email package
+
+.include "../../mk/bsd.pkg.mk"
diff -r 7ec6a1dfb100 -r c34421221b20 mail/ripmime/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ripmime/PLIST        Wed Oct 01 20:45:55 2003 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/10/01 20:45:55 reed Exp $
+bin/ripmime
diff -r 7ec6a1dfb100 -r c34421221b20 mail/ripmime/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ripmime/distinfo     Wed Oct 01 20:45:55 2003 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/10/01 20:45:55 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
diff -r 7ec6a1dfb100 -r c34421221b20 mail/ripmime/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ripmime/patches/patch-aa     Wed Oct 01 20:45:55 2003 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/10/01 20:45:55 reed Exp $
+
+--- Makefile.orig      Sat Jun 14 18:35:38 2003
++++ Makefile
+@@ -1,13 +1,13 @@
+-LOCATION=/usr/local
++LOCATION=$(PREFIX)
+ VERSION=0.1.11
+-CC=gcc
++CC?=gcc
+ #CC=tcc
+ #CC= ccmalloc gcc
+ 
+ # PERFORMANCE RELATED FLAG SETS
+ #CFLAGS=-Wall -O3 -march=i686
+ #CFLAGS= -Wall -O3 -march=k6
+-CFLAGS= -Wall -O2
++CFLAGS?= -Wall -O2
+ 
+ #  DEBUGGING Related Flags
+ #CFLAGS= -Wall -ggdb 



Home | Main Index | Thread Index | Old Index