1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
This commit is contained in:
Satoshi Taoka 1999-12-27 05:22:24 +00:00
parent db3bcd6e7e
commit 9d43fc2764
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24145
7 changed files with 106 additions and 0 deletions

38
x11-servers/Xatm/Makefile Normal file
View File

@ -0,0 +1,38 @@
# New ports collection makefile for: xfs-atm
# Version required: 3.0.1
# Date created: 31 Oct 1999
# Whom: taguchi@tohoku.iij.ad.jp
#
# $FreeBSD$
#
DISTNAME= xfs-atm+cid-3.0.1
PKGNAME= xfs-atm-3.0.1
CATEGORIES= x11
MASTER_SITES= http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/
MAINTAINER= taguchi@tohoku.iij.ad.jp
USE_IMAKE= yes
USE_GMAKE= yes
MAKE_ENV+= MAKE=${GMAKE}
MANCOMPRESSED= yes
MAN1= xfs-atm.1
DOCFILES= README.t1-cid+xatm-cap README.t1-cid+xatm-cap.eng \
README.xfs-atm README.xfs-atm.eng \
lib/font/Xatm/Q_and_A.Xatm \
lib/font/Xatm/README lib/font/Xatm/README.eng \
lib/font/Xatm/README.fonts_cap \
lib/font/Xatm/README.fonts_cap.eng
DOCPATH= ${PREFIX}/share/doc/Xatm
post-install:
.if !defined(NOPORTDOCS)
( ${MKDIR} ${DOCPATH} ; \
cd ${WRKSRC}; \
for i in ${DOCFILES} ; do \
${INSTALL_DATA} $$i ${DOCPATH}; \
done )
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (xfs-atm+cid-3.0.1.tar.gz) = 39a80eb78d9ce79a614df7495fccac99

View File

@ -0,0 +1,15 @@
--- programs/Imakefile~ Fri Apr 2 05:38:13 1999
+++ programs/Imakefile Sun Oct 31 09:30:22 1999
@@ -3,9 +3,10 @@
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
-#ifndef BuildFontServer
-#define BuildFontServer
+#ifdef BuildFontServer
+#undef BuildFontServer
#endif
+#define BuildFontServer YES
#if BuildServer
RGBSRCDIR = rgb

View File

@ -0,0 +1,25 @@
--- Imakefile.orig Sun Oct 31 09:42:32 1999
+++ Imakefile Sun Oct 31 09:43:58 1999
@@ -19,18 +19,18 @@
xfs-atm:: ./programs/xfs/xfs-atm
rm -f $@
- cp $< $@
+ cp ./programs/xfs/xfs-atm $@
config.sample:: ./programs/xfs/config
rm -f $@
- cp $< $@
+ cp ./programs/xfs/config $@
fonts.cap.sample:: ./lib/font/Xatm/fonts.cap.sample
rm -f $@
- cp $< $@
+ cp ./lib/font/Xatm/fonts.cap.sample $@
fonts.dir.sample:: ./lib/font/Xatm/fonts.dir.sample
rm -f $@
- cp $< $@
+ cp ./lib/font/Xatm/fonts.dir.sample $@
clean::
rm -f $(XATM_TARGET)

View File

@ -0,0 +1 @@
XFree86 Font Server with Xatm

View File

@ -0,0 +1,12 @@
Xatm is PostScript font loader for X.
Standerd X can only load Type1 PostScript font, but Xatm do more.
Xatm can load Type 0,1,3,42 and OCF & CID type 16bit fonts. And also
supports defered glyph option.
This is good for Japanese or other asian font users.
NOTE: Xatm requires ghostscript! You must install one of them.
WWW: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/Xatm/xatm_e.html
Taguchi, T.
taguchi@tohoku.iij.ad.jp

View File

@ -0,0 +1,14 @@
bin/xfs-atm
lib/X11/xfs-atm/config
lib/X11/xfs-atm/fonts.cap.sample
lib/X11/xfs-atm/fonts.dir.sample
share/doc/Xatm/Q_and_A.Xatm
share/doc/Xatm/README
share/doc/Xatm/README.eng
share/doc/Xatm/README.fonts_cap
share/doc/Xatm/README.fonts_cap.eng
share/doc/Xatm/README.t1-cid+xatm-cap
share/doc/Xatm/README.t1-cid+xatm-cap.eng
share/doc/Xatm/README.xfs-atm
share/doc/Xatm/README.xfs-atm.eng
@dirrm share/doc/Xatm