Update to version 2.1.8
-- Changelog at: http://www.hypermail.org/mail-archive/2003/Jul/0003.html
This commit is contained in:
parent
c347e304c4
commit
d46ce13b3f
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2003/03/06 05:21:12 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2003/11/02 19:37:56 margarida Exp $
|
||||
|
||||
COMMENT= "generate a cross-referenced HTML mail archive"
|
||||
|
||||
VERSION= 2.1.7
|
||||
VERSION= 2.1.8
|
||||
DISTNAME= hypermail-${VERSION}
|
||||
CATEGORIES= mail www
|
||||
|
||||
@ -42,8 +42,7 @@ CONFIGURE_ARGS+=--without-gdbm
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
DOCS= hr.yellow.gif hypermail.gif hypermail-faq.html customizing.html \
|
||||
hmrc.html hypermail.html customizing.html attachments.txt
|
||||
DOCS= *.html *.png attachments.txt
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/src/hypermail ${PREFIX}/bin
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (hypermail-2.1.7.tar.gz) = bbbf059f8e29c4b0d6bbc995567050cd
|
||||
RMD160 (hypermail-2.1.7.tar.gz) = 6c784afb78464c156f063a6d68309d1997fb6215
|
||||
SHA1 (hypermail-2.1.7.tar.gz) = cf30d00e662e4906e00946b2a4808103f22c347a
|
||||
MD5 (hypermail-2.1.8.tar.gz) = bacd95589f2f3ca426631461fd9237dd
|
||||
RMD160 (hypermail-2.1.8.tar.gz) = 377bab9c7028cb684be1bfcbed70ae2ba777255c
|
||||
SHA1 (hypermail-2.1.8.tar.gz) = acb357832c52c91e43f58d13e20c0599440d3df9
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.4 2003/03/06 20:51:39 brad Exp $
|
||||
--- src/Makefile.in.orig Fri Feb 14 01:35:14 2003
|
||||
+++ src/Makefile.in Thu Mar 6 21:11:34 2003
|
||||
@@ -27,10 +27,10 @@ INSTALL_PROG=@INSTALL@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.5 2003/11/02 19:37:57 margarida Exp $
|
||||
--- src/Makefile.in.orig 2003-11-02 19:09:04.000000000 +0000
|
||||
+++ src/Makefile.in 2003-11-02 19:09:53.000000000 +0000
|
||||
@@ -29,10 +29,10 @@ SPLINTFLAGS=-Ipcre
|
||||
#WNOERROR=-Werror
|
||||
#WARNINGS=$(WNOERROR) -ansi -pedantic -Wall -Wtraditional -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Dlint
|
||||
|
||||
@ -9,25 +9,17 @@ $OpenBSD: patch-src_Makefile_in,v 1.4 2003/03/06 20:51:39 brad Exp $
|
||||
+CFLAGS=@CFLAGS@ @INCLUDES@ -DTRIO_MINIMAL $(WARNINGS)
|
||||
YACC=@YACC@
|
||||
NETLIBS=@LIBS@
|
||||
-LDFLAGS=@LDFLAGS@ -Lpcre
|
||||
-LDFLAGS=@LDFLAGS@ -Lpcre/.libs
|
||||
+LDFLAGS=@LDFLAGS@
|
||||
MISC_LIBS= -lm -lpcre
|
||||
OPT_LIBS=@EXTRA_LIBS@
|
||||
|
||||
@@ -56,7 +56,7 @@ MAILOBJS= mail.o ../libcgi/libcgi.a
|
||||
@@ -58,7 +58,7 @@ MAILOBJS= mail.o ../libcgi/libcgi.a
|
||||
.c.o:
|
||||
$(CC) -c $(CFLAGS) $<
|
||||
|
||||
-all: pcre/libpcre.a @FNV_DEP@ hypermail$(SUFFIX) mail$(SUFFIX) lang$(SUFFIX)
|
||||
-all: pcre/.libs/libpcre.a @FNV_DEP@ hypermail$(SUFFIX) mail$(SUFFIX) lang$(SUFFIX)
|
||||
+all: @FNV_DEP@ hypermail$(SUFFIX) mail$(SUFFIX) lang$(SUFFIX)
|
||||
|
||||
pcre/libpcre.a:
|
||||
@cd pcre; $(MAKE) libtool libpcre.a CC="$(CC)" CFLAGS="$(CFLAGS)"
|
||||
@@ -118,7 +118,6 @@ clean:
|
||||
rm -f *.o .pure *qx *qv *.ln core
|
||||
rm -f .inslog tca.map lint.out
|
||||
rm -f getdate.c
|
||||
- @cd pcre; $(MAKE) clean
|
||||
@(if test "$(FNV_DEP)" != "" ; then cd fnv; $(MAKE) clean; fi)
|
||||
@cd ../libcgi; $(MAKE) clean
|
||||
|
||||
pcre/.libs/libpcre.a:
|
||||
@cd pcre; $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)"
|
||||
|
@ -1,9 +1,7 @@
|
||||
Hypermail is a program that takes a file of mail messages in UNIX mailbox
|
||||
format and generates a set of cross-referenced HTML documents. Each file that
|
||||
is created represents a separate message in the mail archive and contains
|
||||
links to other articles, so that the entire archive can be browsed in a
|
||||
number of ways by following links. Archives generated by Hypermail can be
|
||||
incrementally updated, and Hypermail is set by default to only update
|
||||
archives when changes are detected.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
format and generates a set of cross-referenced HTML documents.
|
||||
Each file that is created represents a separate message in the mail
|
||||
archive and contains links to other articles, so that the entire archive
|
||||
can be browsed in a number of ways by following links.
|
||||
Archives generated by Hypermail can be incrementally updated, and Hypermail
|
||||
is set by default to only update archives when changes are detected.
|
||||
|
@ -1,12 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2002/09/03 23:22:50 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2003/11/02 19:37:57 margarida Exp $
|
||||
bin/hypermail
|
||||
man/man1/hypermail.1
|
||||
man/man5/hmrc.5
|
||||
share/doc/hypermail/archive_search.html
|
||||
share/doc/hypermail/attachments.txt
|
||||
share/doc/hypermail/customizing.html
|
||||
share/doc/hypermail/hmrc.html
|
||||
share/doc/hypermail/hr.yellow.gif
|
||||
share/doc/hypermail/hr.yellow.png
|
||||
share/doc/hypermail/hypermail-faq.html
|
||||
share/doc/hypermail/hypermail.gif
|
||||
share/doc/hypermail/hypermail.html
|
||||
share/doc/hypermail/hypermail.png
|
||||
share/doc/hypermail/stars.png
|
||||
@dirrm share/doc/hypermail
|
||||
|
Loading…
x
Reference in New Issue
Block a user