New ports: mail/jamlib

These are a collection of subroutines that encapsulate much
	of the format-specific and tedious details of the JAM message
	base format.  The idea is that application programmers by
	using these routines can concentrate on the more high-level
	issues of their programs instead of worrying about their
	JAM routines.

PR:		ports/45467
Submitted by:	Cyril Margorin <cyrilm@immo.ru>
This commit is contained in:
Edwin Groothuis 2003-03-31 22:45:23 +00:00
parent b46101b7bc
commit eca33d3df5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77858
5 changed files with 65 additions and 0 deletions

View File

@ -91,6 +91,7 @@
SUBDIR += imp3
SUBDIR += isoqlog
SUBDIR += isync
SUBDIR += jamlib
SUBDIR += junkfilter
SUBDIR += kbiff
SUBDIR += kiltdown

50
mail/jamlib/Makefile Normal file
View File

@ -0,0 +1,50 @@
# Ports collection makefile for: jamlib
# Date created: 14 November 2002
# Whom: CyrilM <cyrilm@tower.pp.ru>
#
# $FreeBSD$
#
PORTNAME= jamlib
PORTVERSION= 1.4.6
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= jamlib
MAINTAINER= cyrilm@tower.pp.ru
COMMENT= A JAM subroutine library
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
USE_LIBTOOL= yes
NO_INSTALL_MANPAGES= yes
INSTALLS_SHLIB= yes
MAN3= JAM_AddEmptyMessage.3 \
JAM_AddMessage.3 \
JAM_ChangeMsgHeader.3 \
JAM_ClearMsgHeader.3 \
JAM_CloseMB.3 \
JAM_Crc32.3 \
JAM_CreateMB.3 \
JAM_DelSubPacket.3 \
JAM_DeleteMessage.3 \
JAM_Errno.3 \
JAM_FindUser.3 \
JAM_GetMBSize.3 \
JAM_GetSubfield.3 \
JAM_GetSubfield_R.3 \
JAM_LockMB.3 \
JAM_NewSubPacket.3 \
JAM_OpenMB.3 \
JAM_PutSubfield.3 \
JAM_ReadLastRead.3 \
JAM_ReadMBHeader.3 \
JAM_ReadMsgHeader.3 \
JAM_ReadMsgText.3 \
JAM_RemoveMB.3 \
JAM_UnlockMB.3 \
JAM_WriteLastRead.3 \
JAM_WriteMBHeader.3 \
jamlib.3
.include <bsd.port.mk>

1
mail/jamlib/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (jamlib-1.4.6.tar.gz) = 995b84930e0c9c417347fc25842f1005

7
mail/jamlib/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
These are a collection of subroutines that encapsulate much of the
format-specific and tedious details of the JAM message base format.
The idea is that application programmers by using these routines can
concentrate on the more high-level issues of their programs instead
of worrying about their JAM routines.
WWW: http://hell.binec.ru/crashecho

6
mail/jamlib/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
include/jamlib/jam.h
lib/libjam.so.2
lib/libjam.so
lib/libjam.la
lib/libjam.a
@dirrm include/jamlib