diff options
author | grant <grant@pkgsrc.org> | 2002-08-22 02:22:14 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-08-22 02:22:14 +0000 |
commit | 72a3c85b6872e3e957794a55f6f169815038687f (patch) | |
tree | 81dd08f7670f8e9204d96a64d025cdccca27b292 /x11 | |
parent | 69151d1ebf5e907c45aed681b47015ac30039b67 (diff) | |
download | pkgsrc-72a3c85b6872e3e957794a55f6f169815038687f.tar.gz |
grr, files missed in last commit.
Update to xfstt-1.3.
Significant changes since 1.2:
* Fixed unix socket and its dir permissions
* Added full path to unix socket address and use sockaddr_un instead
* Added support for --notcp
* Removed hard coded limits on path length (needed by the Hurd)
Significant changes since 1.1:
* Fixes bug that broke xfstt when using unix
* domain sockets under linux 2.4
* Fixed bug in realloc() use.
* Added Patch for Boxdrawing glyphs
* New Encodings: iso8859_11 (latin/Thai) and koi8_u
* Now compiles properly under newer versions of gcc
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfstt/Makefile | 16 | ||||
-rw-r--r-- | x11/xfstt/PLIST | 4 | ||||
-rw-r--r-- | x11/xfstt/distinfo | 12 |
3 files changed, 19 insertions, 13 deletions
diff --git a/x11/xfstt/Makefile b/x11/xfstt/Makefile index a80f1c75b29..f6a731b3d23 100644 --- a/x11/xfstt/Makefile +++ b/x11/xfstt/Makefile @@ -1,15 +1,21 @@ -# $NetBSD: Makefile,v 1.7 2002/07/18 05:25:54 grant Exp $ +# $NetBSD: Makefile,v 1.8 2002/08/22 02:22:14 grant Exp $ # -DISTNAME= xfstt-1.1 -PKGREVISION= 1 +DISTNAME= xfstt_1.3 +PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= x11 net -MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/fonts/} +MASTER_SITES= http://download.berlios.de/xfstt/ MAINTAINER= packages@netbsd.org +HOMEPAGE= http://developer.berlios.de/projects/xfstt COMMENT= TrueType font server for X11 +CXXFLAGS+= -fomit-frame-pointer -ffast-math +MAKE_ENV+= CXXFLAGS="${CXXFLAGS}" + USE_X11BASE= YES +USE_GMAKE= YES +WRKSRC= ${WRKDIR}/${PKGNAME} post-patch: @( \ @@ -28,7 +34,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/xfstt ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/xfstt ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/xfstt - ${INSTALL_DATA} ${WRKSRC}/THANKS.txt ${PREFIX}/share/doc/xfstt + ${INSTALL_DATA} ${WRKSRC}/THANKS ${PREFIX}/share/doc/xfstt ${SED} -e "/%%PREFIX%%/s##${PREFIX}#g" ${FILESDIR}/xfstt.sh \ > ${PREFIX}/etc/rc.d/xfstt ${CHMOD} 755 ${PREFIX}/etc/rc.d/xfstt diff --git a/x11/xfstt/PLIST b/x11/xfstt/PLIST index dfcac95755e..beb61b3bc56 100644 --- a/x11/xfstt/PLIST +++ b/x11/xfstt/PLIST @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:12:10 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/08/22 02:22:14 grant Exp $ bin/xfstt etc/rc.d/xfstt man/man1/xfstt.1 share/doc/xfstt/FAQ share/doc/xfstt/CHANGES share/doc/xfstt/INSTALL -share/doc/xfstt/THANKS.txt +share/doc/xfstt/THANKS lib/X11/fonts/TrueType/.keepme @dirrm lib/X11/fonts/TrueType @dirrm share/doc/xfstt diff --git a/x11/xfstt/distinfo b/x11/xfstt/distinfo index f779b8da084..d157cb893e5 100644 --- a/x11/xfstt/distinfo +++ b/x11/xfstt/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.3 2002/07/18 05:25:54 grant Exp $ +$NetBSD: distinfo,v 1.4 2002/08/22 02:22:14 grant Exp $ -SHA1 (xfstt-1.1.tar.gz) = 3abf6d081ce85d6925b44d70470b6fc020d3a00e -Size (xfstt-1.1.tar.gz) = 111034 bytes +SHA1 (xfstt_1.3.tar.gz) = 3d830c69da193f97790aca2434948a053f3a838b +Size (xfstt_1.3.tar.gz) = 91817 bytes SHA1 (patch-aa) = 1d4deffc912664589501326ec1aef80d65d1f7b9 -SHA1 (patch-ab) = d37d9659e3a792413fef05a661cd6709535cd406 +SHA1 (patch-ab) = ee31dab3570436f823a55c2108ea615eb9ea323a SHA1 (patch-ac) = 41f637e882ad91eda30c926b2e54a0f8b4edfaf4 -SHA1 (patch-ad) = d9551ac593f81390cf3b5c664132af7deeb69656 -SHA1 (patch-ae) = 5186b8456f3f44f46af01f0eb54493d33102b72a +SHA1 (patch-ad) = 5d581a1bc80454f49203d9e9eb7fe8f4fbb506f2 +SHA1 (patch-ae) = cf738cbf634ed3ac0cb09660dcd57d3ccc9d51f9 |