From a93fc3c28cb31e84ffc40194a731d5500c0969ab Mon Sep 17 00:00:00 2001 From: rene Date: Tue, 1 Apr 2014 21:24:16 +0000 Subject: Remove expired ports: 2014-02-27 devel/hyena: Broken for more than 6 month 2014-04-01 print/pdfmod: Depends on expired devel/hyena, unstaged, uses old standards 2014-04-01 security/gnutls-devel: Stale, broken and vulnerable 2014-04-01 sysutils/epylog: distfiles no longer fetchable 2014-04-01 japanese/Wnn6: Unmaintained, interactive and restricted 2014-04-01 japanese/srd-fpw: Unmaintained, interactive and restricted 2014-04-01 japanese/mypaedia-fpw: Unmaintained, interactive and restricted 2014-04-01 news/dnews: Unmaintained, interactive and restricted 2014-04-01 devel/adasdl: Ancient, does not build on amd64; use devel/sdl_gnat instead 2014-04-01 lang/gnat: The Ada framework is based on lang/gcc-aux, use it instead --- print/Makefile | 1 - print/pdfmod/Makefile | 27 -------- print/pdfmod/distinfo | 2 - print/pdfmod/files/patch-icon-theme-installer | 35 ---------- ...er-sharp_poppler-sharp_poppler-sharp.dll.config | 11 ---- .../files/patch-src_PdfMod_Gui_DocumentIconView.cs | 14 ---- print/pdfmod/pkg-descr | 5 -- print/pdfmod/pkg-plist | 75 ---------------------- 8 files changed, 170 deletions(-) delete mode 100644 print/pdfmod/Makefile delete mode 100644 print/pdfmod/distinfo delete mode 100644 print/pdfmod/files/patch-icon-theme-installer delete mode 100644 print/pdfmod/files/patch-lib_poppler-sharp_poppler-sharp_poppler-sharp.dll.config delete mode 100644 print/pdfmod/files/patch-src_PdfMod_Gui_DocumentIconView.cs delete mode 100644 print/pdfmod/pkg-descr delete mode 100644 print/pdfmod/pkg-plist (limited to 'print') diff --git a/print/Makefile b/print/Makefile index cd977141124..5626e7494f9 100644 --- a/print/Makefile +++ b/print/Makefile @@ -216,7 +216,6 @@ SUBDIR += pdfjam SUBDIR += pdflib SUBDIR += pdflib-perl - SUBDIR += pdfmod SUBDIR += pdftk SUBDIR += pdq SUBDIR += pear-File_PDF diff --git a/print/pdfmod/Makefile b/print/pdfmod/Makefile deleted file mode 100644 index be1a35a370e..00000000000 --- a/print/pdfmod/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Romain Tartiere -# $FreeBSD$ - -PORTNAME= pdfmod -PORTVERSION= 0.9.1 -PORTREVISION= 1 -CATEGORIES= print -MASTER_SITES= GNOME - -MAINTAINER= mono@FreeBSD.org -COMMENT= A tool for modifying PDF documents - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/hyena.pc:${PORTSDIR}/devel/hyena -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/hyena.pc:${PORTSDIR}/devel/hyena - -DEPRECATED= Depends on expired devel/hyena, unstaged, uses old standards -EXPIRATION_DATE=2014-04-01 - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomesharp20 -USES= gettext -INSTALLS_ICONS= yes - -NO_STAGE= yes -.include diff --git a/print/pdfmod/distinfo b/print/pdfmod/distinfo deleted file mode 100644 index 3c38a4d2f2d..00000000000 --- a/print/pdfmod/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pdfmod-0.9.1.tar.bz2) = eb7c987514a053106ddf03f26544766c751c801d87762909b36415d46bc425c9 -SIZE (pdfmod-0.9.1.tar.bz2) = 667450 diff --git a/print/pdfmod/files/patch-icon-theme-installer b/print/pdfmod/files/patch-icon-theme-installer deleted file mode 100644 index e388cbbbfe0..00000000000 --- a/print/pdfmod/files/patch-icon-theme-installer +++ /dev/null @@ -1,35 +0,0 @@ - -$FreeBSD$ - ---- icon-theme-installer.orig -+++ icon-theme-installer -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - - # icon-theme-installer - # Copyright (C) 2006 Novell, Inc. -@@ -101,12 +101,12 @@ - exit 1 - fi - --if test ! -x $(echo "$MKINSTALLDIRS_EXEC" | cut -f1 -d' '); then -+if ! which $(echo "$MKINSTALLDIRS_EXEC" | cut -f1 -d' ') > /dev/null; then - echo "Cannot find '$MKINSTALLDIRS_EXEC'; You probably want to pass -m \$(mkinstalldirs)" - exit 1 - fi - --if test ! -x $(echo "$INSTALL_DATA_EXEC" | cut -f1 -d' '); then -+if ! which $(echo "$INSTALL_DATA_EXEC" | cut -f1 -d' ') > /dev/null; then - echo "Cannot find '$INSTALL_DATA_EXEC'; You probably want to pass -x \$(INSTALL_DATA)" - exit 1 - fi -@@ -160,7 +160,7 @@ - fi - done - --gtk_update_icon_cache_bin="$((which gtk-update-icon-cache || echo /opt/gnome/bin/gtk-update-icon-cache)2>/dev/null)" -+gtk_update_icon_cache_bin="$( (which gtk-update-icon-cache || echo /opt/gnome/bin/gtk-update-icon-cache)2>/dev/null)" - gtk_update_icon_cache="$gtk_update_icon_cache_bin -f -t $INSTALL_BASE_DIR" - - if test -z "$INSTALL_DEST_DIR"; then diff --git a/print/pdfmod/files/patch-lib_poppler-sharp_poppler-sharp_poppler-sharp.dll.config b/print/pdfmod/files/patch-lib_poppler-sharp_poppler-sharp_poppler-sharp.dll.config deleted file mode 100644 index a516ae9116b..00000000000 --- a/print/pdfmod/files/patch-lib_poppler-sharp_poppler-sharp_poppler-sharp.dll.config +++ /dev/null @@ -1,11 +0,0 @@ - -$FreeBSD$ - ---- lib/poppler-sharp/poppler-sharp/poppler-sharp.dll.config.orig -+++ lib/poppler-sharp/poppler-sharp/poppler-sharp.dll.config -@@ -1,4 +1,4 @@ - - -- -+ - diff --git a/print/pdfmod/files/patch-src_PdfMod_Gui_DocumentIconView.cs b/print/pdfmod/files/patch-src_PdfMod_Gui_DocumentIconView.cs deleted file mode 100644 index a048f3a6e6f..00000000000 --- a/print/pdfmod/files/patch-src_PdfMod_Gui_DocumentIconView.cs +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/PdfMod/Gui/DocumentIconView.cs.orig -+++ src/PdfMod/Gui/DocumentIconView.cs -@@ -319,7 +319,7 @@ - if (to_index < 0) - return; - -- var pages = args.SelectionData.Data as Hyena.Gui.DragDropList; -+ Hyena.Gui.DragDropList pages = args.SelectionData; - to_index -= pages.Count (p => p.Index < to_index); - var action = new MoveAction (document, pages, to_index); - action.Do (); diff --git a/print/pdfmod/pkg-descr b/print/pdfmod/pkg-descr deleted file mode 100644 index 0d572ee9fae..00000000000 --- a/print/pdfmod/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -PDF Mod can rotate, extract, and remove pages, and supports reordering pages -via drag and drop. You can edit the title, subject, author, and keywords, and -you can combine documents via drag and drop. - -WWW: http://live.gnome.org/PdfMod diff --git a/print/pdfmod/pkg-plist b/print/pdfmod/pkg-plist deleted file mode 100644 index 26e7decb5fb..00000000000 --- a/print/pdfmod/pkg-plist +++ /dev/null @@ -1,75 +0,0 @@ -bin/pdfmod -lib/pdfmod/Hyena.Gui.dll -lib/pdfmod/Hyena.Gui.dll.config -lib/pdfmod/Hyena.Gui.dll.mdb -lib/pdfmod/Hyena.dll -lib/pdfmod/Hyena.dll.config -lib/pdfmod/Hyena.dll.mdb -lib/pdfmod/PdfMod.exe -lib/pdfmod/PdfMod.exe.mdb -lib/pdfmod/PdfSharp.dll -lib/pdfmod/PdfSharp.dll.mdb -lib/pdfmod/poppler-sharp.dll -lib/pdfmod/poppler-sharp.dll.config -lib/pdfmod/poppler-sharp.dll.mdb -share/applications/pdfmod.desktop -share/gnome/help/pdfmod/C/pdfmod.xml -share/gnome/help/pdfmod/ca/pdfmod.xml -share/gnome/help/pdfmod/cs/pdfmod.xml -share/gnome/help/pdfmod/da/pdfmod.xml -share/gnome/help/pdfmod/de/pdfmod.xml -share/gnome/help/pdfmod/es/pdfmod.xml -share/gnome/help/pdfmod/fr/pdfmod.xml -share/gnome/help/pdfmod/hr/pdfmod.xml -share/gnome/help/pdfmod/pl/pdfmod.xml -share/gnome/help/pdfmod/sl/pdfmod.xml -share/gnome/help/pdfmod/sv/pdfmod.xml -share/gnome/help/pdfmod/zh_CN/pdfmod.xml -share/icons/hicolor/16x16/apps/pdfmod.png -share/icons/hicolor/22x22/apps/pdfmod.png -share/icons/hicolor/24x24/apps/pdfmod.png -share/icons/hicolor/256x256/apps/pdfmod.png -share/icons/hicolor/32x32/apps/pdfmod.png -share/icons/hicolor/scalable/apps/pdfmod.svg -share/locale/bn_IN/LC_MESSAGES/pdfmod.mo -share/locale/ca/LC_MESSAGES/pdfmod.mo -share/locale/ca@valencia/LC_MESSAGES/pdfmod.mo -share/locale/cs/LC_MESSAGES/pdfmod.mo -share/locale/da/LC_MESSAGES/pdfmod.mo -share/locale/de/LC_MESSAGES/pdfmod.mo -share/locale/es/LC_MESSAGES/pdfmod.mo -share/locale/et/LC_MESSAGES/pdfmod.mo -share/locale/fr/LC_MESSAGES/pdfmod.mo -share/locale/gl/LC_MESSAGES/pdfmod.mo -share/locale/hr/LC_MESSAGES/pdfmod.mo -share/locale/hu/LC_MESSAGES/pdfmod.mo -share/locale/it/LC_MESSAGES/pdfmod.mo -share/locale/ja/LC_MESSAGES/pdfmod.mo -share/locale/lt/LC_MESSAGES/pdfmod.mo -share/locale/nb/LC_MESSAGES/pdfmod.mo -share/locale/nl/LC_MESSAGES/pdfmod.mo -share/locale/pl/LC_MESSAGES/pdfmod.mo -share/locale/pt/LC_MESSAGES/pdfmod.mo -share/locale/pt_BR/LC_MESSAGES/pdfmod.mo -share/locale/ro/LC_MESSAGES/pdfmod.mo -share/locale/ru/LC_MESSAGES/pdfmod.mo -share/locale/sl/LC_MESSAGES/pdfmod.mo -share/locale/sv/LC_MESSAGES/pdfmod.mo -share/locale/ta/LC_MESSAGES/pdfmod.mo -share/locale/zh_CN/LC_MESSAGES/pdfmod.mo -@dirrmtry share/icons/hicolor/256x256/apps -@dirrmtry share/icons/hicolor/256x256 -@dirrm share/gnome/help/pdfmod/zh_CN -@dirrm share/gnome/help/pdfmod/sv -@dirrm share/gnome/help/pdfmod/sl -@dirrm share/gnome/help/pdfmod/pl -@dirrm share/gnome/help/pdfmod/hr -@dirrm share/gnome/help/pdfmod/fr -@dirrm share/gnome/help/pdfmod/es -@dirrm share/gnome/help/pdfmod/de -@dirrm share/gnome/help/pdfmod/da -@dirrm share/gnome/help/pdfmod/cs -@dirrm share/gnome/help/pdfmod/ca -@dirrm share/gnome/help/pdfmod/C -@dirrm share/gnome/help/pdfmod -@dirrm lib/pdfmod -- cgit