head	1.5;
access;
symbols
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.3
	RELEASE_3_0_0:1.3
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.1.1.1
	zh_pine_3_95:1.1.1.1
	WOJU:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2000.11.17.19.06.52;	author keith;	state dead;
branches;
next	1.4;

1.4
date	99.11.01.00.40.55;	author steve;	state Exp;
branches;
next	1.3;

1.3
date	98.07.30.12.30.37;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	98.07.21.14.11.35;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	97.12.01.19.47.22;	author vanilla;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.12.01.19.47.22;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Upgrade from 4.21 to 4.30.

Especially thanks to the maintainer, Tai-hwa Liang (avatar), for
ending those long lasting evil +400k files/patch-*. :-)

According to kkenn, pine4's security will exist until it's totally
rewritten, so I'll leave pkg-install untouched, which shows the
security warning.
PR:		ports/22436
@
text
@--- imap/Makefile.orig	Thu Sep 30 14:03:17 1999
+++ imap/Makefile	Thu Oct 14 10:53:41 1999
@@@@ -389,12 +389,12 @@@@
 	$(TOOLS)/$@@ "$(LN)" src/charset c-client
 	sh -c '(test -d src/kerberos) && ($(LN) `pwd`/src/kerberos/* c-client) || true'
 	$(TOOLS)/$@@ "$(LN)" src/osdep/$(SYSTEM) c-client
-	$(TOOLS)/$@@ "$(LN)" src/mtest mtest
-	$(TOOLS)/$@@ "$(LN)" src/ipopd ipopd
-	$(TOOLS)/$@@ "$(LN)" src/imapd imapd
+#	$(TOOLS)/$@@ "$(LN)" src/mtest mtest
+#	$(TOOLS)/$@@ "$(LN)" src/ipopd ipopd
+#	$(TOOLS)/$@@ "$(LN)" src/imapd imapd
 	$(LN) $(TOOLS)/$@@ .
 
-build:	OSTYPE rebuild rebuildclean bundled
+build:	OSTYPE rebuild rebuildclean # bundled
 
 OSTYPE:
 	@@echo Building c-client for $(OS)...
@


1.4
log
@Update to version 4.20.

PR:		14575
Submitted by:	maintainer
@
text
@@


1.3
log
@Upgrade to 4.02,
Submitted by:	maintainer
@
text
@d1 3
a3 3
--- imap/Makefile.orig	Thu Jul 16 14:54:19 1998
+++ imap/Makefile	Tue Jul 28 08:34:58 1998
@@@@ -250,12 +250,12 @@@@
d5 1
a5 1
 	$(LN) `pwd`/src/kerberos/* c-client
@


1.2
log
@Upgrade to 4.00
Submitted by:	Liang Tai-hwa <avatar@@www.mmlab.cse.yzu.edu.tw>
@
text
@d1 2
a2 2
--- imap/Makefile.orig	Wed Apr 29 07:38:46 1998
+++ imap/Makefile	Wed Jul 15 17:02:29 1998
@


1.1
log
@Initial revision
@
text
@d1 19
a19 138
*** pine/osdep/os-bsf.ic.orig	Fri Jun 14 00:15:47 1996
--- pine/osdep/os-bsf.ic	Fri Jun 14 00:57:02 1996
***************
*** 0 ****
--- 1,133 ----
+ ;
+ ; FreeBSD os-fbs.ic file for building os-fbs.c.
+ ;
+ ; Boilerplate header.
+ include(header)
+ 
+ ; Can_access function.  Just calls access.  Only one version available.
+ include(canacces)
+ 
+ ; File_size function.  Only one version available.
+ include(filesize)
+ 
+ ; Is_writable_dir function.  Only one version available.
+ include(writ_dir)
+ 
+ ; Create_mail_dir function.  All Unixes use creatdir and DOS
+ ; uses creatdir.dos.
+ include(creatdir)
+ 
+ ; Rename_file function.  All Unixes use rename and DOS uses
+ ; rename.dos.  There is also one called rename.hom which
+ ; is currently unused.  Hom stands for homemade.
+ include(rename)
+ 
+ ; Build_path function.  All Unixes use bld_path and DOS
+ ; uses bld_path.dos.
+ include(bld_path)
+ 
+ ; Last_cmpnt function.  All Unixes use lstcmpnt and DOS
+ ; uses lstcmpnt.dos.
+ include(lstcmpnt)
+ 
+ ; Expand_foldername function.  All Unixes use expnfldr and DOS
+ ; uses expnfldr.dos.
+ include(expnfldr)
+ 
+ ; Fnexpand function.  All Unixes use fnexpand and DOS
+ ; uses fnexpand.dos.
+ include(fnexpand)
+ 
+ ; Filter_filename function.  All Unixes use fltrname and DOS
+ ; uses fltrname.dos.
+ include(fltrname)
+ 
+ ; There are several versions of disk quotas.  Standard BSD-style quotas
+ ; (Australian) include diskquot.  Systems which don't have quotas use
+ ; diskquot.non.  Systems which use Sun-style quotas are slightly more
+ ; complicated.  They usually require different include files.  They are
+ ; set up to include the file sunquota and prepend include file info to
+ ; that.  See diskquot.*.
+ include(diskquot.non)
+ 
+ ; Read_file function.  All Unixes use readfile and DOS
+ ; uses readfile.dos.
+ include(readfile)
+ 
+ ; Create_tmpfile function.  This usually just calls the ANSI standard
+ ; tmpfile function if there is one.  That is the version in the file tempfile.
+ ; There is also a tempfile.non for Unix systems which don't have a tmpfile
+ ; function already.
+ include(tempfile)
+ 
+ ; Temp_nam function.  This usually just calls the "standard"
+ ; tmpnam function if there is one.  That is the version in the file tempnam.
+ include(tempnam)
+ 
+ ; Coredump function.  Version called coredump just calls abort, coredump.fpe
+ ; uses a floating point exception to cause the coredump on some systems.
+ include(coredump)
+ 
+ ; This is usually a call to gethostname.  That version is in the file hostname.
+ ; There is also a version called hostname.una which uses the uname system
+ ; call commonly found in SysV systems.  An unused version called
+ ; hostname.hom also exists.
+ include(hostname)
+ 
+ ; Getdomainnames function.  All Unixes use domnames and DOS
+ ; uses domnames.dos.
+ include(domnames)
+ 
+ ; Canonical_name function.  All Unixes use canonicl and DOS
+ ; uses canonicl.dos.
+ include(canonicl)
+ 
+ ; This file includes two functions, have_job_control and stop_process.
+ ; The Unix version is called jobcntrl and the slightly-different DOS
+ ; version is jobcntrl.dos.
+ include(jobcntrl)
+ 
+ ; Error_desciption function.  All Unixes use err_desc.  The version
+ ; called err_desc.dos is the same except that it doesn't declare the
+ ; variable sys_errlist[], which is already declared.  There
+ ; is also a version called err_desc.hom which is unused.
+ include(err_desc.dos)
+ 
+ ; There are six functions in this include.  They are get_system_login,
+ ; get_system_fullname, get_system_homedir, get_system_passwd, gcos_name,
+ ; and local_name_lookup.  The Unix version is pw_stuff and the dos version
+ ; is pw_stuff.dos.  There is also a pw_stuff.fun.  Fun stands for funny
+ ; GCOS field.  It's currently unused.
+ include(pw_stuff)
+ 
+ ; Change_passwd function.  Unixes use chnge_pw.
+ ; There is also a DOS version.
+ include(chnge_pw)
+ 
+ ; Mime_can_display function.  Only a single version of this now.
+ include(mimedisp)
+ 
+ ; Most systems have the ANSI fgetpos and fsetpos functions.  For those,
+ ; use fgetpos.  If a system doesn't have it use fgetpos.non.
+ include(fgetpos)
+ 
+ ; These functions are similar to popen(), but allow both an input stream 
+ ; and an output buffer.
+ include(pipe)
+ 
+ ; These functions are used to wait on a fork'd child doing our posting
+ include(postreap.wtp)
+ 
+ ; These functions are used to hand messages off to local mail transport
+ ; and posting agents (typically, "sendmail").
+ include(sendmail)
+ 
+ ; This function is used to actually spawn the given command (usually dredged
+ ; from mailcap) on the given data file (usually on /tmp).
+ include(execview)
+ 
+ ; This includes the various routines to support printing
+ include(print)
+ 
+ ; Debug file maintenance.
+ include(debuging)
@


1.1.1.1
log
@Fix chinese display/input problem in pine.
PR:		ports/5083
Submitted by:	Yen-Shuo Su <yssu@@CCCA.NCTU.edu.tw>
@
text
@@
