FreeBSD Bugzilla – Attachment 36138 Details for
Bug 58058
New port: chinese/xttmgr
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 2.96 KB, created by
statue
on 2003-10-15 07:30:16 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
statue
Created:
2003-10-15 07:30:16 UTC
Size:
2.96 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># xttmgr/ ># xttmgr/Makefile ># xttmgr/distinfo ># xttmgr/files ># xttmgr/pkg-descr ># xttmgr/pkg-plist ># xttmgr/files/patch-Makefile ># >echo c - xttmgr/ >mkdir -p xttmgr/ > /dev/null 2>&1 >echo x - xttmgr/Makefile >sed 's/^X//' >xttmgr/Makefile << 'END-of-xttmgr/Makefile' >X# New ports collection makefile for: ArialUni CJK TrueType fonts >X# Date created: 13 Oct 2001 >X# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= xttmgr >XPORTVERSION= 0.9.6 >XCATEGORIES= chinese >XMASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/xttmgr/ >X >XMAINTAINER= statue@freebsd.sinica.edu.tw >XCOMMENT= A Big5/GB enhanced TrueType Font Manager >X >XBUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 >X >X.include <bsd.port.mk> >END-of-xttmgr/Makefile >echo x - xttmgr/distinfo >sed 's/^X//' >xttmgr/distinfo << 'END-of-xttmgr/distinfo' >XMD5 (xttmgr-0.9.6.tar.gz) = fd08757ed9644c92539078135357c92b >END-of-xttmgr/distinfo >echo c - xttmgr/files >mkdir -p xttmgr/files > /dev/null 2>&1 >echo x - xttmgr/pkg-descr >sed 's/^X//' >xttmgr/pkg-descr << 'END-of-xttmgr/pkg-descr' >XA True Type Font Manager that handles true type font >Xinstallation, uninstallation, list, and default font >Xsetting. It was originally in the CLE distribution. >X >XThe manager doesn't deal with applications using TTF >Xdirectly. Instead, it calls modules to handle the >Xdetails. There are only several predefined behaviours >Xof the modules, like add/remove/list. >X >XSome modules are Big5/GB enhanced, for better font >Xdetection/generation. >X >XWWW: http://firefly.idv.tw/test/Forum.php?Board=1 >END-of-xttmgr/pkg-descr >echo x - xttmgr/pkg-plist >sed 's/^X//' >xttmgr/pkg-plist << 'END-of-xttmgr/pkg-plist' >Xbin/xttmgr >END-of-xttmgr/pkg-plist >echo x - xttmgr/files/patch-Makefile >sed 's/^X//' >xttmgr/files/patch-Makefile << 'END-of-xttmgr/files/patch-Makefile' >X--- Makefile.orig Thu May 8 08:41:13 2003 >X+++ Makefile Mon Jun 23 22:44:18 2003 >X@@ -1,16 +1,16 @@ >X-FREETYPE_BASE=/usr >X-FREETYPE_INCL=$(FREETYPE_BASE)/include/freetype2 >X+FREETYPE_BASE=/usr/local >X+FREETYPE_INCL=-I$(FREETYPE_BASE)/include/freetype2 -I$(FREETYPE_BASE)/include >X FREETYPE_LIB=$(FREETYPE_BASE)/lib >X-prefix=/usr >X+prefix=/usr/local >X >X CC=gcc >X-CFLAGS=$(RPM_OPT_FLAGS) -Wall -pedantic -I$(FREETYPE_INCL) >X+CFLAGS=$(RPM_OPT_FLAGS) -Wall -pedantic $(FREETYPE_INCL) >X LDFALGS=-L$(FREETYPE_LIB) -lfreetype -lz >X >X all: xttmgr >X >X xttmgr: xttmgr.o >X- $(CC) -o $@ $< $(LDFALGS) >X+ $(CC) -o $@ xttmgr.o $(LDFALGS) >X >X xttmgr.o: xttmgr.c >X >X@@ -18,7 +18,7 @@ >X -rm -f *.o core xttmgr >X >X install: >X- -install -s -m 755 xttmgr $(DESTDIR)$(prefix)/sbin/xttmgr >X+ -install -s -m 755 xttmgr $(DESTDIR)$(prefix)/bin/xttmgr >X >X uninstall: >X -rm -f /usr/sbin/xttmgr >END-of-xttmgr/files/patch-Makefile >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 58058
: 36138