aboutsummaryrefslogtreecommitdiff
path: root/converters/mpack
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-05-01 14:20:25 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-05-01 14:20:25 +0000
commit5d4314b829a94b67acbd2a025d5685461546d24c (patch)
tree279f224a2b6d4c0644e62d32a63a57a3f419c656 /converters/mpack
parentab1aec98396ec2b72bd3128eafebd5746002b94c (diff)
downloadports-5d4314b829a94b67acbd2a025d5685461546d24c.tar.gz
ports-5d4314b829a94b67acbd2a025d5685461546d24c.zip
External MIME packer/unpacker
Notes
Notes: svn path=/head/; revision=1561
Diffstat (limited to 'converters/mpack')
-rw-r--r--converters/mpack/Makefile19
-rw-r--r--converters/mpack/distinfo1
-rw-r--r--converters/mpack/files/patch-aa38
-rw-r--r--converters/mpack/pkg-comment1
-rw-r--r--converters/mpack/pkg-descr5
-rw-r--r--converters/mpack/pkg-plist5
6 files changed, 69 insertions, 0 deletions
diff --git a/converters/mpack/Makefile b/converters/mpack/Makefile
new file mode 100644
index 000000000000..c39cac922c1c
--- /dev/null
+++ b/converters/mpack/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: mpack
+# Version required: 1.5
+# Date created: 1 May 1995
+# Whom: ache
+#
+# $Id: Makefile,v 1.4 1995/04/12 04:55:14 asami Exp $
+#
+
+DISTNAME= mpack-1.5-src
+PKGNAME= mpack-1.5
+EXTRACT_SUFX= .tar.Z
+CATEGORIES+= mail utilities
+MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/mpack/
+WRKSRC= ${WRKDIR}/mpack
+MAKEFLAGS= -DDESTDIR=${PREFIX} -f
+
+MAINTAINER= ache@FreeBSD.ORG
+
+.include <bsd.port.mk>
diff --git a/converters/mpack/distinfo b/converters/mpack/distinfo
new file mode 100644
index 000000000000..a0f5434a0679
--- /dev/null
+++ b/converters/mpack/distinfo
@@ -0,0 +1 @@
+MD5 (mpack-1.5-src.tar.Z) = f41f8aa2ae92d90e1ac03291973e65e4
diff --git a/converters/mpack/files/patch-aa b/converters/mpack/files/patch-aa
new file mode 100644
index 000000000000..08171df76675
--- /dev/null
+++ b/converters/mpack/files/patch-aa
@@ -0,0 +1,38 @@
+*** Makefile.bak Fri Feb 17 00:39:41 1995
+--- Makefile Mon May 1 18:09:04 1995
+***************
+*** 1,5 ****
+! CFLAGS=$(OPT) $(DEFINES)
+! OPT=-O
+
+
+ #Uncomment the following line if your system does not have strchr()
+--- 1,5 ----
+! CFLAGS+=$(OPT) $(DEFINES)
+! #OPT=-O
+
+
+ #Uncomment the following line if your system does not have strchr()
+***************
+*** 42,51 ****
+ -mkdir $(DESTDIR)/bin
+ -mkdir $(DESTDIR)/man
+ -mkdir $(DESTDIR)/man/man1
+! install -s -m 755 mpack $(DESTDIR)/bin
+! install -s -m 755 munpack $(DESTDIR)/bin
+! install -m 644 unixpk.man $(DESTDIR)/man/man1/mpack.1
+! install -m 644 unixunpk.man $(DESTDIR)/man/man1/munpack.1
+
+ clean:
+ rm -f *.o mpack munpack
+--- 42,51 ----
+ -mkdir $(DESTDIR)/bin
+ -mkdir $(DESTDIR)/man
+ -mkdir $(DESTDIR)/man/man1
+! install -c -s -m 755 mpack $(DESTDIR)/bin
+! install -c -s -m 755 munpack $(DESTDIR)/bin
+! install -c -m 644 unixpk.man $(DESTDIR)/man/man1/mpack.1
+! install -c -m 644 unixunpk.man $(DESTDIR)/man/man1/munpack.1
+
+ clean:
+ rm -f *.o mpack munpack
diff --git a/converters/mpack/pkg-comment b/converters/mpack/pkg-comment
new file mode 100644
index 000000000000..50c430c52801
--- /dev/null
+++ b/converters/mpack/pkg-comment
@@ -0,0 +1 @@
+External MIME packer/unpacker, v1.5
diff --git a/converters/mpack/pkg-descr b/converters/mpack/pkg-descr
new file mode 100644
index 000000000000..63ae10f93297
--- /dev/null
+++ b/converters/mpack/pkg-descr
@@ -0,0 +1,5 @@
+Mpack and munpack are utilities for encoding and decoding
+(respectively) binary files in MIME (Multipurpose Internet Mail
+Extensions) format mail messages. For compatibility with older forms
+of transferring binary files, the munpack program can also decode
+messages in split-uuencoded format.
diff --git a/converters/mpack/pkg-plist b/converters/mpack/pkg-plist
new file mode 100644
index 000000000000..20d2a24257b5
--- /dev/null
+++ b/converters/mpack/pkg-plist
@@ -0,0 +1,5 @@
+@cwd /usr/local
+bin/mpack
+bin/munpack
+man/man1/mpack.1
+man/man1/munpack.1