diff options
author | rene <rene@FreeBSD.org> | 2012-05-18 21:18:31 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2012-05-18 21:18:31 +0800 |
commit | 50653a60418747944d62dad0b55c7c6c60d40a06 (patch) | |
tree | 2f2451c212b3e4720e0fe8784a4dbfc11e74119c /print | |
parent | 437c48aec2d5dce7010e4c9550b6908c3733d899 (diff) | |
download | freebsd-ports-gnome-50653a60418747944d62dad0b55c7c6c60d40a06.tar.gz freebsd-ports-gnome-50653a60418747944d62dad0b55c7c6c60d40a06.tar.zst freebsd-ports-gnome-50653a60418747944d62dad0b55c7c6c60d40a06.zip |
Remove expired unmaintained ports:
2012-05-16 databases/sqlite34: No more supported, please use databases/sqlite3 instead
2012-05-10 graphics/long-exposure-tools: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-hsb: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-mt: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-nso: BROKEN for more than 6 month
2012-05-10 net-im/pino: BROKEN for more than 6 month
2012-05-18 print/perlftlib: No more upstream, no more used in the ports tree
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/perlftlib/Makefile | 44 | ||||
-rw-r--r-- | print/perlftlib/distinfo | 2 | ||||
-rw-r--r-- | print/perlftlib/files/patch-FreeType_FreeType.xs | 11 | ||||
-rw-r--r-- | print/perlftlib/files/patch-FreeType_Makefile.PL | 13 | ||||
-rw-r--r-- | print/perlftlib/files/patch-FreeType_typemap | 11 | ||||
-rw-r--r-- | print/perlftlib/files/patch-Makefile | 37 | ||||
-rw-r--r-- | print/perlftlib/pkg-descr | 21 | ||||
-rw-r--r-- | print/perlftlib/pkg-plist | 9 |
9 files changed, 0 insertions, 149 deletions
diff --git a/print/Makefile b/print/Makefile index 720b2450e145..ffc762c8e570 100644 --- a/print/Makefile +++ b/print/Makefile @@ -227,7 +227,6 @@ SUBDIR += pecl-haru SUBDIR += pecl-pdflib SUBDIR += pecl-ps - SUBDIR += perlftlib SUBDIR += pfbtopfa SUBDIR += phppdflib SUBDIR += pic2fig diff --git a/print/perlftlib/Makefile b/print/perlftlib/Makefile deleted file mode 100644 index d27f81228699..000000000000 --- a/print/perlftlib/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: perlftlib -# Date created: 98/12/22 -# Whom: Satoshi TAOKA <taoka@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= perlftlib -PORTVERSION= 1.2 -CATEGORIES= print perl5 -MASTER_SITES= ${MASTER_SITE_PORTS_JP} \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= sada - -MAINTAINER= ports@FreeBSD.org -COMMENT= Libraries to use the FreeType library from the perl language - -DEPRECATED= No more upstream, no more used in the ports tree -EXPIRATION_DATE= 2012-05-18 - -RUN_DEPENDS= ${SITE_PERL}/jcode.pl:${PORTSDIR}/japanese/jcode.pl - -USE_FREETYPE= yes -USE_PERL5= yes -NO_MANCOMPRESS= yes -MAN1= mkttfdir.1 ftinfo.1 -MAN3= FreeType.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -MAKE_ENV= PERL_VER=${PERL_VERSION} PERL5=${PERL5} - -post-patch: -.for VAR in LOCALBASE PREFIX - @${PERL} -pi -e 's!%%${VAR}%%!${${VAR}}!g' \ - ${WRKSRC}/FreeType/Makefile.PL -.endfor - -post-build: -.for DIST in ftinfo mkttfdir - @${PERL} -pi -e 's;^#! */usr/local/bin/perl *;#!${PERL5};' \ - ${WRKSRC}/${DIST} -.endfor - -.include <bsd.port.mk> diff --git a/print/perlftlib/distinfo b/print/perlftlib/distinfo deleted file mode 100644 index 68a46b2d2ae0..000000000000 --- a/print/perlftlib/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (perlftlib-1.2.tar.gz) = 6578d6af75aceb9f5d9c411a26c076ee695d20e64247b8108ef2fdb6c85b253e -SIZE (perlftlib-1.2.tar.gz) = 24586 diff --git a/print/perlftlib/files/patch-FreeType_FreeType.xs b/print/perlftlib/files/patch-FreeType_FreeType.xs deleted file mode 100644 index eab15e5f0ec6..000000000000 --- a/print/perlftlib/files/patch-FreeType_FreeType.xs +++ /dev/null @@ -1,11 +0,0 @@ ---- FreeType/FreeType.xs.orig Mon Dec 14 14:13:26 1998 -+++ FreeType/FreeType.xs Tue Jul 18 21:56:29 2000 -@@ -12,6 +12,8 @@ - #include "EXTERN.h" - #include "perl.h" - #include "XSUB.h" -+#define PERL_POLLUTE 1 -+#include "embedvar.h" - #ifdef __cplusplus - } - #endif diff --git a/print/perlftlib/files/patch-FreeType_Makefile.PL b/print/perlftlib/files/patch-FreeType_Makefile.PL deleted file mode 100644 index 7ac7131e6017..000000000000 --- a/print/perlftlib/files/patch-FreeType_Makefile.PL +++ /dev/null @@ -1,13 +0,0 @@ ---- FreeType/Makefile.PL.orig Mon Dec 14 02:13:26 1998 -+++ FreeType/Makefile.PL Mon Oct 17 11:47:15 2005 -@@ -4,7 +4,8 @@ - WriteMakefile( - 'NAME' => 'FreeType', - 'VERSION_FROM' => 'FreeType.pm', # finds $VERSION -- 'LIBS' => ['-L/usr/local/X11R6.3/lib -lttf'], # e.g., '-lm' -+ 'LIBS' => ['-L%%LOCALBASE%%/lib -lttf'], # e.g., '-lm' -+ 'PREFIX' => '%%PREFIX%%', - 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' -- 'INC' => '-I/usr/local/X11R6.3/include', # e.g., '-I/usr/include/other' -+ 'INC' => '-I%%LOCALBASE%%/include/freetype1/freetype', # e.g., '-I/usr/include/other' - ); diff --git a/print/perlftlib/files/patch-FreeType_typemap b/print/perlftlib/files/patch-FreeType_typemap deleted file mode 100644 index 0c5be221e4e7..000000000000 --- a/print/perlftlib/files/patch-FreeType_typemap +++ /dev/null @@ -1,11 +0,0 @@ ---- FreeType/typemap.orig 1998-12-14 06:13:26.000000000 +0100 -+++ FreeType/typemap 2009-01-29 20:45:20.000000000 +0100 -@@ -98,7 +98,7 @@ - FETCH_OBJ_IV(obj, &$var, cols, $var); - FETCH_OBJ_IV(obj, &$var, width, $var); - FETCH_OBJ_IV(obj, &$var, flow, $var); --# FETCH_OBJ_IV(obj, &$var, size, $var); -+ /* FETCH_OBJ_IV(obj, &$var, size, $var); */ - FETCH_OBJ(obj, bitmap, sv, $var); - $var.bitmap = SvPV(sv, na); - $var.size = na; diff --git a/print/perlftlib/files/patch-Makefile b/print/perlftlib/files/patch-Makefile deleted file mode 100644 index 37ff19d2b249..000000000000 --- a/print/perlftlib/files/patch-Makefile +++ /dev/null @@ -1,37 +0,0 @@ ---- Makefile.orig Mon Dec 14 02:13:26 1998 -+++ Makefile Wed Apr 20 16:31:11 2005 -@@ -1,8 +1,8 @@ - --BINDIR = /usr/local/bin --MANDIR = /usr/local/man/man1 --PERL = perl --PERLLIBDIR = /usr/local/lib/perl5/site_perl -+BINDIR = ${PREFIX}/bin -+MANDIR = ${PREFIX}/man/man1 -+PERL = ${PERL5} -+PERLLIBDIR = ${PREFIX}/lib/perl5/site_perl - - VERSION = 1.2 - -@@ -12,7 +12,9 @@ - all: $(FREETYPELIB) $(PROGRAMS) $(MANFILES) - - install: installlib $(PROGRAMS) -- cp $(PROGRAMS) $(BINDIR) -+ for file in $(PROGRAMS); do \ -+ ${BSD_INSTALL_SCRIPT} $${file} $(BINDIR); \ -+ done - rm -f $(MANDIR)/ftinfo.1 - ln -s $(BINDIR)/ftinfo $(MANDIR)/ftinfo.1 - rm -f $(MANDIR)/mkttfdir.1 -@@ -42,8 +44,8 @@ - cp $? $@ - - installlib: $(FREETYPELIB) -- cd FreeType; $(MAKE) $(MFLAGS) install -- cp FreeTypeWrapper.pm $(PERLLIBDIR) -+ cd FreeType; $(MAKE) $(MFLAGS) pure_install -+ cp FreeTypeWrapper.pm $(PERLLIBDIR)/${PERL_VER} - - $(FREETYPELIB): FreeType/Makefile - cd FreeType; $(MAKE) $(MFLAGS) diff --git a/print/perlftlib/pkg-descr b/print/perlftlib/pkg-descr deleted file mode 100644 index b7a135600c32..000000000000 --- a/print/perlftlib/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -This is a package of libraries to use the FreeType library from the -perl language. It contains following pieces. - -<FreeType.xs> This is a simple caller of the FreeType library. It has -same API as the FreeType library, so please read a manual of that to -understand how to use this. - -<FreeTypeWrapper.pm> This is a simple wrapper of FreeType.xs to use -the FreeType library from perl with easy, perl-like API. - -<ftinfo.pl> This is a dumper of a lot of information in each TrueType -fonts. This convert them as human readable strings. - -<mkttfdir.pl> This is a maker of fonts.dir by parsing TTF and TTC -fils. It has special handler for DynaLab fonts, so it make good -fonts.dir automatically. And it detects what language's fonts are -contained in it by looking at code_page_range field in os2 table, so -it makes right entries. - -Note that ftinfo core-dumps with a signal 11 in case using -perl5.00502. :-) diff --git a/print/perlftlib/pkg-plist b/print/perlftlib/pkg-plist deleted file mode 100644 index 014da54bc4d2..000000000000 --- a/print/perlftlib/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/mkttfdir -bin/ftinfo -%%SITE_PERL%%/FreeTypeWrapper.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeType/FreeType.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeType/FreeType.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeType/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeType/autosplit.ix -%%SITE_PERL%%/%%PERL_ARCH%%/FreeType.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeType |