aboutsummaryrefslogtreecommitdiffstats
path: root/x11-servers/XttXF86srv-xfs/Makefile
blob: c3bee9945589dae7011725ae191a3e99c573fb14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    X Font Server with X True Type
# Date created:     15 April 1998
# Whom:         Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
# $FreeBSD$
#

PORTNAME=   xtt-xfs
PORTVERSION=    ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers

MAINTAINER= taguchi@tohoku.iij.ad.jp
COMMENT=    A X True Type Font Server

RUN_DEPENDS=    mkfontdir.pl:${.CURDIR}/../XttXF86srv-common

SERVER=     xfs

MASTERDIR=  ${.CURDIR}/../XttXF86srv-common
PKGDIR=     ${.CURDIR}

.include    "${MASTERDIR}/Makefile"
tion/commit/camel?id=a039733f7047d870fa4e8fe9425f8b76b4e15d41'>New function to do danw's address "is" comparison (as specified in bugJeffrey Stedfast2001-08-083-113/+167 * Modify to take a headers_only argument which will then only fetch messageJeffrey Stedfast2001-08-072-9/+19 * New internal function to get a message stream by message sequence id (soJeffrey Stedfast2001-08-072-68/+129 * Don't strstr for noselect=yes, that's just plain broken.Jeffrey Stedfast2001-08-073-33/+51 * Fix off-by-one error in cleaning up deleted messages at the end of theDan Winship2001-08-072-1/+5 * Do a refresh_info on the selected folder before looking at its unreadDan Winship2001-08-072-7/+12 * Completely hide the namespace from everything external to the IMAP code,Peter Williams2001-08-076-66/+128 * Always do --no-auto-key-retrieve.Jeffrey Stedfast2001-08-072-2/+7 * Minor changes to the iconv code so that it does the check in the returnJeffrey Stedfast2001-08-042-1/+14 * First check to make sure that service->url->authmech is non-NULL beforeJeffrey Stedfast2001-08-042-14/+18 * Sigh, if gpg returns '1' it means that the key is bad but it did succeedeJeffrey Stedfast2001-08-042-1/+10 * special case popb4smtp auth before we try and connect, and do the magicNot Zed2001-08-037-12/+277 * If we fail to get the lock, make sure we close our locking fd, and resetNot Zed2001-08-012-1/+11 * Slightly re-arranged filter/change notification logic. If we;re filtering,Not Zed2001-08-014-42/+73 * Fix the fix that fixes broken mailer behavior. We want to make sure thatJeffrey Stedfast2001-07-282-2/+10 * Allow the url to be NULL just like the libc free convention.Jeffrey Stedfast2001-07-273-14/+23 * Send an IMAP command, but don't wait for responses.Dan Winship2001-07-275-233/+504 * Add another Sender pattern.Dan Winship2001-07-25