summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-10-29 13:46:19 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-10-29 13:46:19 +0000
commit6f5f44cc2d4a32228bbbbabc2d6cd20205428064 (patch)
tree62cae73f7d05e88ea9472811d2912d99be67d658 /japanese
parentUpdate to 6.1.19. (diff)
Update to mimekit 1.8, bundled in Delegate 6.1.19.
PR: ports/16109 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=34401
Diffstat (limited to 'japanese')
-rw-r--r--japanese/mimekit/Makefile9
-rw-r--r--japanese/mimekit/distinfo2
-rw-r--r--japanese/mimekit/files/patch-aa42
-rw-r--r--japanese/mimekit/pkg-plist4
4 files changed, 30 insertions, 27 deletions
diff --git a/japanese/mimekit/Makefile b/japanese/mimekit/Makefile
index a4fdb46b4720..47a4d907d3c4 100644
--- a/japanese/mimekit/Makefile
+++ b/japanese/mimekit/Makefile
@@ -6,14 +6,15 @@
#
PORTNAME= mimekit
-PORTVERSION= 1.7
+PORTVERSION= 1.8
CATEGORIES= japanese devel mail
-MASTER_SITES= ftp://etlport.etl.go.jp/pub/ccipr/DeleGate/ \
- ftp://ftp.iij.ad.jp/pub/mail/mime/
-DISTNAME= ${PORTNAME}${PORTVERSION}
+MASTER_SITES= ftp://ftp.etl.go.jp/pub/DeleGate/
+DISTNAME= delegate6.1.19
MAINTAINER= max@FreeBSD.org
+WRKSRC= ${WRKDIR}/${DISTNAME}/mimekit
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/mimekit
diff --git a/japanese/mimekit/distinfo b/japanese/mimekit/distinfo
index 5c9f07a69381..c1041df078af 100644
--- a/japanese/mimekit/distinfo
+++ b/japanese/mimekit/distinfo
@@ -1 +1 @@
-MD5 (mimekit1.7.tar.gz) = f14902ba3957bbe77f9d9845bd84e682
+MD5 (delegate6.1.19.tar.gz) = 3cfa4f8b801a669bb4d1588e9afd62a8
diff --git a/japanese/mimekit/files/patch-aa b/japanese/mimekit/files/patch-aa
index 0b6afe490fda..a6e2e8fdcd28 100644
--- a/japanese/mimekit/files/patch-aa
+++ b/japanese/mimekit/files/patch-aa
@@ -1,34 +1,36 @@
---- Makefile.orig Tue Jun 10 13:09:55 1997
-+++ Makefile Wed Sep 17 06:33:48 1997
-@@ -15,7 +15,7 @@
+--- Makefile.orig Fri Sep 3 11:05:28 1999
++++ Makefile Sun Dec 26 11:25:47 1999
+@@ -19,7 +19,7 @@
LIBFILE = libmimekit.a
-CFLAGS = -O
-+CFLAGS += -O
++CFLAGS ?= -O
TARGET = all
target: $(TARGET)
libx: Makefile.go
-@@ -58,7 +58,8 @@
+@@ -60,7 +60,7 @@
+ DGDIR = ../src/
+ #endif #############
- MMDIR = ../../../src
- MMSDIR = ../
--INSTDIR = /usr/local/lib
-+PREFIX ?= /usr/local
-+INSTDIR = ${PREFIX}/lib
+-INSTDIR = /usr/local
++INSTDIR = ${PREFIX}
LOCALFILES = README \
README.LIB \
-@@ -154,9 +155,9 @@
+@@ -163,11 +163,11 @@
enMime deMime bench.o test.out sample.out
- install: fromMime toMime $(LIBFILE)
-- install -o bin -g bin -m 755 fromMime $(INSTDIR)
-- install -o bin -g bin -m 755 toMime $(INSTDIR)
-- install -o root -g staff -m 644 $(LIBFILE) $(INSTDIR)
-+ install -s -c -o bin -g bin -m 755 fromMime $(INSTDIR)
-+ install -s -c -o bin -g bin -m 755 toMime $(INSTDIR)
-+ install -c -o bin -g bin -m 644 $(LIBFILE) $(INSTDIR)
- -$(RANLIB) $(INSTDIR)/$(LIBFILE)
+ install: deMime enMime $(LIBFILE)
+- install -o bin -g bin -m 755 deMime $(INSTDIR)/bin
+- install -o bin -g bin -m 755 enMime $(INSTDIR)/bin
++ ${BSD_INSTALL_PROGRAM} deMime $(INSTDIR)/bin
++ ${BSD_INSTALL_PROGRAM} enMime $(INSTDIR)/bin
- config.h:; $(LKFILE) $(MMDIR)/config.h .
+-# install -o root -g staff -m 644 $(LIBFILE) $(INSTDIR)/lib
+-# -$(RANLIB) $(INSTDIR)/lib/$(LIBFILE)
++ ${BSD_INSTALL_DATA} $(LIBFILE) $(INSTDIR)/lib
++ -$(RANLIB) $(INSTDIR)/lib/$(LIBFILE)
+
+ ystring.h:; $(LKFILE) ../include/ystring.h
+ html.c:; $(LKFILE) ../rary/html.c .
diff --git a/japanese/mimekit/pkg-plist b/japanese/mimekit/pkg-plist
index f6eb1448d89b..0cb9a11239e3 100644
--- a/japanese/mimekit/pkg-plist
+++ b/japanese/mimekit/pkg-plist
@@ -1,5 +1,5 @@
-lib/fromMime
-lib/toMime
+bin/deMime
+bin/enMime
lib/libmimekit.a
share/doc/mimekit/README.LIB
share/doc/mimekit/README.PGP