diff options
author | bapt <bapt@FreeBSD.org> | 2011-08-01 12:29:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-08-01 12:29:44 +0800 |
commit | dcafa4dcad727a80097cd554280d69cc5943e39f (patch) | |
tree | 5e0d4d80bdfe726b9adf6345406a95a42f83f628 /chinese/xttmgr | |
parent | 0227c6a427310030ff21495c23d36590a4b42ac0 (diff) | |
download | freebsd-ports-gnome-dcafa4dcad727a80097cd554280d69cc5943e39f.tar.gz freebsd-ports-gnome-dcafa4dcad727a80097cd554280d69cc5943e39f.tar.zst freebsd-ports-gnome-dcafa4dcad727a80097cd554280d69cc5943e39f.zip |
Bye bye abandonwares (part 2)
2011-08-01 benchmarks/rawio: Looks like an abandonware, no more public distfiles
2011-08-01 benchmarks/tmetric: Looks like abandonware, no more public distfiles
2011-08-01 biology/L-Breeder: Looks like an abandonware, no more public distfile
2011-08-01 biology/crimap: Looks like an abandonware, no more public distfile
2011-08-01 biology/distribfold: No more upstream, looks like an abandonware
2011-08-01 biology/kinemage: Looks like an abandonware, no more public distfile
2011-08-01 biology/lsysexp: Looks like an abandonware, no more public distfile
2011-08-01 chinese/chm2html: Looks like an abandonware, no more public distfile
2011-08-01 chinese/ntuttf: No more public distfiles available
2011-08-01 chinese/reciteword: Looks like an abandonware, no more public distfile
2011-08-01 chinese/tocps: No more pulic distfiles
2011-08-01 chinese/xttmgr: Looks like an abandonware, no more public distfile
2011-08-01 comms/mserver: Looks like an abandonware, no more public distfiles
2011-08-01 comms/qicosi: Looks like an abandonware, no more public distfile
2011-08-01 comms/sms_client: Looks like an abandonware, no more public distfile
2011-08-01 comms/smstools: Looks like an abandonware, no more public distfile
2011-08-01 converters/siconv: Looks like an abandonware, no more public distfiles
2011-08-01 converters/utf8conv: Looks like an abandonware, no more public distfile
2011-08-01 databases/pgcluster: Looks like an abandonware, no more public distfile
2011-08-01 databases/py-MySQL: Please use databases/py-MySQLdb instead
2011-08-01 databases/py-SQLDict: Looks like an abandonware, no more public distfile
2011-08-01 databases/py-rrdpipe: Looks like an abandonware, no more public distfile
2011-08-01 databases/sybase_ase: no more public distfiles available
Diffstat (limited to 'chinese/xttmgr')
-rw-r--r-- | chinese/xttmgr/Makefile | 24 | ||||
-rw-r--r-- | chinese/xttmgr/distinfo | 2 | ||||
-rw-r--r-- | chinese/xttmgr/files/patch-Makefile | 33 | ||||
-rw-r--r-- | chinese/xttmgr/files/patch-xttmgr.c | 57 | ||||
-rw-r--r-- | chinese/xttmgr/pkg-descr | 13 |
5 files changed, 0 insertions, 129 deletions
diff --git a/chinese/xttmgr/Makefile b/chinese/xttmgr/Makefile deleted file mode 100644 index 8321b5df3c44..000000000000 --- a/chinese/xttmgr/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: ArialUni CJK TrueType fonts -# Date created: 13 Oct 2001 -# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> -# -# $FreeBSD$ -# - -PORTNAME= xttmgr -PORTVERSION= 0.9.6 -PORTREVISION= 1 -CATEGORIES= chinese -MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/xttmgr/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A Big5/GB enhanced TrueType Font Manager - -DEPRECATED= Looks like an abandonware, no more public distfile -EXPIRATION_DATE= 2011-08-01 - -BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 - -PLIST_FILES= bin/xttmgr - -.include <bsd.port.mk> diff --git a/chinese/xttmgr/distinfo b/chinese/xttmgr/distinfo deleted file mode 100644 index 5ebf1bf30eef..000000000000 --- a/chinese/xttmgr/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xttmgr-0.9.6.tar.gz) = 95c6a16223149a3c041dd2d53a5d647774050adad792008d4020d8aeffbf8658 -SIZE (xttmgr-0.9.6.tar.gz) = 28876 diff --git a/chinese/xttmgr/files/patch-Makefile b/chinese/xttmgr/files/patch-Makefile deleted file mode 100644 index 2ad92dafbf1d..000000000000 --- a/chinese/xttmgr/files/patch-Makefile +++ /dev/null @@ -1,33 +0,0 @@ ---- Makefile.orig 2003-05-08 04:41:13.000000000 +0400 -+++ Makefile 2009-06-01 21:24:03.000000000 +0400 -@@ -1,16 +1,15 @@ --FREETYPE_BASE=/usr --FREETYPE_INCL=$(FREETYPE_BASE)/include/freetype2 -+FREETYPE_BASE=${LOCALBASE} -+FREETYPE_INCL=-I$(FREETYPE_BASE)/include/freetype2 -I$(FREETYPE_BASE)/include - FREETYPE_LIB=$(FREETYPE_BASE)/lib --prefix=/usr -+prefix=${PREFIX} - --CC=gcc --CFLAGS=$(RPM_OPT_FLAGS) -Wall -pedantic -I$(FREETYPE_INCL) -+CFLAGS+=$(RPM_OPT_FLAGS) -Wall -pedantic $(FREETYPE_INCL) - LDFALGS=-L$(FREETYPE_LIB) -lfreetype -lz - - all: xttmgr - - xttmgr: xttmgr.o -- $(CC) -o $@ $< $(LDFALGS) -+ $(CC) -o $@ xttmgr.o $(LDFALGS) - - xttmgr.o: xttmgr.c - -@@ -18,7 +17,7 @@ - -rm -f *.o core xttmgr - - install: -- -install -s -m 755 xttmgr $(DESTDIR)$(prefix)/sbin/xttmgr -+ -${BSD_INSTALL_PROGRAM} xttmgr $(DESTDIR)$(prefix)/bin/xttmgr - - uninstall: - -rm -f /usr/sbin/xttmgr diff --git a/chinese/xttmgr/files/patch-xttmgr.c b/chinese/xttmgr/files/patch-xttmgr.c deleted file mode 100644 index a44e6b2dfa9e..000000000000 --- a/chinese/xttmgr/files/patch-xttmgr.c +++ /dev/null @@ -1,57 +0,0 @@ ---- xttmgr.c.orig Sat Oct 7 11:34:31 2006 -+++ xttmgr.c Sat Oct 7 11:34:10 2006 -@@ -7,7 +7,6 @@ - #include <ft2build.h> - #include FT_FREETYPE_H - #include FT_MODULE_H --#include FT_INTERNAL_OBJECTS_H - #include FT_TRUETYPE_IDS_H - #include FT_TRUETYPE_TABLES_H - #include FT_SFNT_NAMES_H -@@ -269,7 +268,7 @@ int main( int argc, char *argv[] ) - static int Check_Font_Face( char *filename ) - { - FT_Face face; -- FT_ModuleRec* module; -+ int is_sfnt = 0; - - num_faces = 0; /* 先將 face 總數設為 0 */ - -@@ -278,16 +277,12 @@ static int Check_Font_Face( char *filena - return 1; - } - -- module = &face->driver->root; - num_faces = face->num_faces; /* 紀錄共有多少個 faces */ -+ is_sfnt = FT_IS_SFNT( face ); - FT_Done_Face( face ); - - /* 檢查該檔案是否是 TrueType 檔 */ -- if ( strncasecmp( module->clazz->module_name, "TrueType", 8 ) ) { -- return 1; -- } -- -- return 0; -+ return is_sfnt; - - } - -@@ -1305,7 +1300,6 @@ static int Font_Info( char *filename ) - FT_ULong face_idx; - FT_Int pos, num_encodings; - FT_CharMap charmap; -- FT_ModuleRec* module; - TT_OS2 *os2; - FT_UShort platform_id, encoding_id; - char *platform_name=NULL; -@@ -1366,8 +1360,8 @@ static int Font_Info( char *filename ) - printf( "Number of glyphs : %ld\n", face->num_glyphs ); - printf( "..........................................\n\n" ); - -- module = &face->driver->root; -- printf( "模組名稱 : %s\n", module->clazz->module_name ); -+ /*module = &face->driver->root; -+ printf( "模組名稱 : %s\n", module->clazz->module_name );*/ - - printf( "\nFace flags :\n" ); - diff --git a/chinese/xttmgr/pkg-descr b/chinese/xttmgr/pkg-descr deleted file mode 100644 index c7e95a1cdc1f..000000000000 --- a/chinese/xttmgr/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -A True Type Font Manager that handles true type font -installation, uninstallation, list, and default font -setting. It was originally in the CLE distribution. - -The manager doesn't deal with applications using TTF -directly. Instead, it calls modules to handle the -details. There are only several predefined behaviours -of the modules, like add/remove/list. - -Some modules are Big5/GB enhanced, for better font -detection/generation. - -WWW: http://firefly.idv.tw/test/Forum.php?Board=1 |