diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-03 07:47:39 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-03 07:47:39 +0000 |
commit | 2d8158ef4be2ea2bba26b88451ba78f7ad3875ec (patch) | |
tree | 211ed9349766487560659bade3a1154b62db21f3 /mail/smapi | |
parent | 6a2f74ae3fad91b0353bd785d8a32762f6cc9ad7 (diff) | |
download | ports-2d8158ef4be2ea2bba26b88451ba78f7ad3875ec.tar.gz ports-2d8158ef4be2ea2bba26b88451ba78f7ad3875ec.zip |
Notes
Diffstat (limited to 'mail/smapi')
-rw-r--r-- | mail/smapi/Makefile | 30 | ||||
-rw-r--r-- | mail/smapi/distinfo | 1 | ||||
-rw-r--r-- | mail/smapi/files/patch-aa | 16 | ||||
-rw-r--r-- | mail/smapi/pkg-comment | 1 | ||||
-rw-r--r-- | mail/smapi/pkg-descr | 16 | ||||
-rw-r--r-- | mail/smapi/pkg-plist | 14 |
6 files changed, 78 insertions, 0 deletions
diff --git a/mail/smapi/Makefile b/mail/smapi/Makefile new file mode 100644 index 000000000000..18b246c2761b --- /dev/null +++ b/mail/smapi/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: smapi +# Date created: 19 June 2000 +# Whom: Sergey Samoyloff <gonza@techline.ru> +# +# $FreeBSD$ +# + +PORTNAME= smapi +PORTVERSION= 000629 +CATEGORIES= mail +MASTER_SITES= http://cvs.physcip.uni-stuttgart.de/cvs2/ + +MAINTAINER= gonza@techline.ru + +WRKSRC= ${WRKDIR}/smapi +MAKEFILE= makefile.bsd + +ALL_TARGET= libsmapibsd.a + +FILES= alc.h api_brow.h compiler.h ffind.h msgapi.h patmat.h prog.h \ + progprot.h stamp.h typedefs.h unused.h + +do-install: + ${MKDIR} ${PREFIX}/include/smapi +.for FILE in ${FILES} + ${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/include/smapi +.endfor + ${INSTALL_DATA} ${WRKSRC}/libsmapibsd.a ${PREFIX}/lib/libsmapi.a + +.include <bsd.port.mk> diff --git a/mail/smapi/distinfo b/mail/smapi/distinfo new file mode 100644 index 000000000000..251524a64f5b --- /dev/null +++ b/mail/smapi/distinfo @@ -0,0 +1 @@ +MD5 (smapi-000629.tar.gz) = b55d31c71dc4551538c6d13a91baf5a4 diff --git a/mail/smapi/files/patch-aa b/mail/smapi/files/patch-aa new file mode 100644 index 000000000000..7ec959debb3b --- /dev/null +++ b/mail/smapi/files/patch-aa @@ -0,0 +1,16 @@ +--- makefile.bsd.orig Wed Apr 5 00:47:31 2000 ++++ makefile.bsd Fri Jun 30 17:54:59 2000 +@@ -1,10 +1,10 @@ + # Legacy makefile for building on FreeBSD + # No support for the Husky build environment. + +-CC= gcc +-CFLAGS= -Wall ++CC?= gcc ++CFLAGS+=-Wall + CDEFS= -DUNIX +-COPT= -O3 ++#COPT= -O3 + # add the following for FreeBSD/i386 + # -fomit-frame-pointer -fstrength-reduce -m486 + LIB= ar diff --git a/mail/smapi/pkg-comment b/mail/smapi/pkg-comment new file mode 100644 index 000000000000..e71cc6d83041 --- /dev/null +++ b/mail/smapi/pkg-comment @@ -0,0 +1 @@ +SMAPI; Modified Squish MSGAPI diff --git a/mail/smapi/pkg-descr b/mail/smapi/pkg-descr new file mode 100644 index 000000000000..1046761f4c49 --- /dev/null +++ b/mail/smapi/pkg-descr @@ -0,0 +1,16 @@ +SMAPI; Modified Squish MSGAPI - version 1.4 + +Squish MSGAPI0 is copyright 1991 by Scott J. Dudley. All rights reserved. +Modifications released to the public domain. + +Contained in this archive is the source code for the Squish MSGAPI which +can be used to access Squish format message bases. It is based heavily +on Scott Dudley's original MSGAPI0 code and was modified to support +compilation on platforms in addition to those supported by MSGAPI0. + +SUPPORT + +SMAPI is no longer supported by Andrew Clarke. + +Latest smapi available at +WWW: http://cvs.physcip.uni-stuttgart.de/cvs2/ diff --git a/mail/smapi/pkg-plist b/mail/smapi/pkg-plist new file mode 100644 index 000000000000..d205935ec5c7 --- /dev/null +++ b/mail/smapi/pkg-plist @@ -0,0 +1,14 @@ +@comment $FreeBSD$ +include/smapi/alc.h +include/smapi/api_brow.h +include/smapi/compiler.h +include/smapi/ffind.h +include/smapi/msgapi.h +include/smapi/patmat.h +include/smapi/prog.h +include/smapi/progprot.h +include/smapi/stamp.h +include/smapi/typedefs.h +include/smapi/unused.h +@dirrm include/smapi +lib/libsmapi.a |