aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-11-02 09:35:45 +0800
committerdougb <dougb@FreeBSD.org>2011-11-02 09:35:45 +0800
commitc0def8a527e5afa3c583466eba5effba4ffe989f (patch)
treef02348dbbf01ebe5ba674c902a9dc50d54dab9bd /misc
parentd0a203c66e3cdf946460a718a34b63a654e8e07e (diff)
downloadfreebsd-ports-gnome-c0def8a527e5afa3c583466eba5effba4ffe989f.tar.gz
freebsd-ports-gnome-c0def8a527e5afa3c583466eba5effba4ffe989f.tar.zst
freebsd-ports-gnome-c0def8a527e5afa3c583466eba5effba4ffe989f.zip
Remove ports@ ports that have been DEPRECATED for at least 1 month
audio/shoutcast Unfetchable; website rearranged audio/linux-shoutcast Unfetchable; website rearranged chinese/scim-chewing Does not configure converters/py-cjkcodecs Integrated into every python version in the tree databases/kpogre Does not compile deskutils/mhc Does not fetch deskutils/org-mode.el6 Does not fetch deskutils/gemcal Does not fetch devel/erlang-thrift Does not build dns/domtools Does not fetch editors/richtext Does not compile games/vultures-claw Does not fetch games/bomb Does not fetch games/lgeneral-data Bad plist games/linux-enemyterritory-jaymod Does not fetch games/xphotohunter Does not fetch graphics/gimpshop Fails to patch graphics/lightspark-devel Does not compile graphics/xmms-plazma Does not fetch graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64 japanese/rxvt Does not fetch, fails to build with new utmpx japanese/epic4 Some distfiles do not fetch java/jde Does not fetch java/kaffe Does not fetch korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems korean/hanterm-xf86 Does not compile korean/stardict2-dict-kr Does not fetch lang/p5-JavaScript Does not fetch lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9 mail/freepops Does not build mail/itraxp Does not build misc/tellico Leaves file behind on deinstall net/gsambad Does not fetch net/nocatauth-gateway Uses a UID registered to another port net/nocatauth-server Uses a UID registered to another port net/libosip2 Does not fetch net/kmuddy Does not fetch net/netboot Does not build net-mgmt/jffnms Does not fetch net-p2p/frostwire Does not fetch net-p2p/azureus Does not fetch news/cleanscore Does not fetch news/nntpswitch Does not fetch news/p5-NewsLib Does not fetch russian/cyrproxy Does not fetch science/gerris Does not fetch security/opensaml Does not fetch sysutils/wmbattery Does not fetch sysutils/cpuburn No more public distfiles textproc/tei-guidelines-p4 Does not fetch textproc/tei-p4 Does not fetch textproc/py-hyperestraier Does not fetch textproc/tdtd.el Does not fetch textproc/tei-lite Does not fetch www/phpwiki13 Does not fetch www/p5-Apache-Scoreboard Depends on mod_perl www/p5-B-LexInfo Broken due the new mod_perl2 API www/phpwiki Does not fetch www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now www/spip Checksum is changing daily www/monkey Does not fetch x11-toolkits/jdic Does not fetch x11-toolkits/py-kde Does not compile
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/tellico/Makefile63
-rw-r--r--misc/tellico/distinfo2
-rw-r--r--misc/tellico/pkg-descr24
-rw-r--r--misc/tellico/pkg-plist235
5 files changed, 0 insertions, 325 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 7f6c747ca50c..7043ade93b54 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -513,7 +513,6 @@
SUBDIR += tcb
SUBDIR += team
SUBDIR += telbook
- SUBDIR += tellico
SUBDIR += tellico-kde4
SUBDIR += tempcontrol
SUBDIR += termatrix
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile
deleted file mode 100644
index cf3bfba044f4..000000000000
--- a/misc/tellico/Makefile
+++ /dev/null
@@ -1,63 +0,0 @@
-# New ports collection makefile for: bookcase
-# Date created: 11 May 2003
-# Whom: Kirill Ponomarew <ponomarew@oberon.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tellico
-PORTVERSION= 1.3.6
-CATEGORIES= misc kde
-MASTER_SITES= http://tellico-project.org/files/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Collection manager for KDE
-
-LICENSE= GPLv2
-
-LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \
- yaz.4:${PORTSDIR}/net/yaz \
- exempi:${PORTSDIR}/textproc/exempi
-
-BROKEN= leaves file behind on deinstall
-
-USE_KDELIBS_VER=3
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-USE_PYTHON= yes
-USE_GETTEXT= yes
-INSTALLS_ICONS= yes
-
-CONFIGURE_ARGS+= --disable-cdtext
-
-OPTIONS= CDDB "CDDB support" on \
- KCAL "KOrganizer support" on \
- AMAZON "Amazon search support" on \
- IMDB "IMDb search support" on
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITHOUT_CDDB)
-CONFIGURE_ARGS+=--disable-libkcddb
-.else
-LIB_DEPENDS+= kcddb:${PORTSDIR}/multimedia/kdemultimedia3
-.endif
-
-.if defined(WITHOUT_KCAL)
-CONFIGURE_ARGS+=--disable-libkcal
-.else
-LIB_DEPENDS+= kcal.2:${PORTSDIR}/deskutils/kdepim3
-.endif
-
-.if defined(WITHOUT_AMAZON)
-CONFIGURE_ARGS+=--disable-amazon
-.endif
-
-.if defined(WITHOUT_IMDB)
-CONFIGURE_ARGS+=--disable-imdb
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-.include <bsd.port.post.mk>
diff --git a/misc/tellico/distinfo b/misc/tellico/distinfo
deleted file mode 100644
index 96dfc496b786..000000000000
--- a/misc/tellico/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (tellico-1.3.6.tar.gz) = 7feaf21105f53c92f3027ed8247a7811947861272cc927f726f73e8117047ab8
-SIZE (tellico-1.3.6.tar.gz) = 5216266
diff --git a/misc/tellico/pkg-descr b/misc/tellico/pkg-descr
deleted file mode 100644
index 340b019951c3..000000000000
--- a/misc/tellico/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-Tellico is an KDE application for organizing your collections. It provides
-default templates for books, bibliographies, videos, music, coins, stamps,
-trading cards, comic books, and wines.
-
-Capabilities:
- - Supports default collections of books, bibliographic entries, videos,
- music, comic books, coins, stamps, trading cards, and wines.
- - Supports user-defined custom collections, as well.
- - Supports any number of user-defined fields, of eleven different types
- - Handles entries with multiple authors, genres, keywords, etc.
- - Automatically formats titles and names
- - Supports collection searching and view filtering
- - Sorts and groups collection by various properties
- - Automatically validates ISBN
- - Allows customizable entry templates through XSLT
- - Imports Bibtex, Bibtexml, CSV, and XSLT-filtered data
- - Exports to Bibtex, Bibtexml, CSV, HTML, PilotDB, and XSLT-filtered data
- - Includes translations for more than nine languages, other than English
- - Imports information directly from Amazon.com
- - Imports CDDB data
- - Scans and imports audio file collections, such as mp3 or ogg
- - Imports and exports to Alexandria libraries
-
-WWW: http://tellico-project.org
diff --git a/misc/tellico/pkg-plist b/misc/tellico/pkg-plist
deleted file mode 100644
index 87a46784ac91..000000000000
--- a/misc/tellico/pkg-plist
+++ /dev/null
@@ -1,235 +0,0 @@
-bin/tellico
-share/applications/kde/tellico.desktop
-share/apps/kconf_update/tellico-1-3-update.pl
-share/apps/kconf_update/tellico-rename.upd
-share/apps/kconf_update/tellico.upd
-share/apps/tellico/MARC21slim2MODS3.xsl
-share/apps/tellico/MARC21slimUtils.xsl
-share/apps/tellico/UNIMARC2MODS3.xsl
-share/apps/tellico/amazon2tellico.xsl
-share/apps/tellico/arxiv2tellico.xsl
-share/apps/tellico/bibtex-translation.xml
-share/apps/tellico/bluray-logo.png
-share/apps/tellico/cassette-logo.png
-share/apps/tellico/cd-logo.png
-share/apps/tellico/crossref2tellico.xsl
-share/apps/tellico/data-sources/boardgamegeek.rb
-share/apps/tellico/data-sources/boardgamegeek.rb.spec
-share/apps/tellico/data-sources/dark_horse_comics.py
-share/apps/tellico/data-sources/dark_horse_comics.py.spec
-share/apps/tellico/data-sources/fr.allocine.py
-share/apps/tellico/data-sources/fr.allocine.py.spec
-share/apps/tellico/data-sources/ministerio_de_cultura.py
-share/apps/tellico/data-sources/ministerio_de_cultura.py.spec
-share/apps/tellico/delicious2tellico.xsl
-share/apps/tellico/discogs2tellico.xsl
-share/apps/tellico/dvd-logo.png
-share/apps/tellico/entry-templates/Album.xsl
-share/apps/tellico/entry-templates/Compact.xsl
-share/apps/tellico/entry-templates/Default.xsl
-share/apps/tellico/entry-templates/Fancy.xsl
-share/apps/tellico/entry-templates/Video.xsl
-share/apps/tellico/gcstar2tellico.xsl
-share/apps/tellico/griffith2tellico.py
-share/apps/tellico/hddvd-logo.png
-share/apps/tellico/isbndb2tellico.xsl
-share/apps/tellico/mods2tellico.xsl
-share/apps/tellico/pics/README.icons
-share/apps/tellico/pics/README.quesnay
-share/apps/tellico/pics/album.png
-share/apps/tellico/pics/bibtex.png
-share/apps/tellico/pics/boardgame.png
-share/apps/tellico/pics/book.png
-share/apps/tellico/pics/card.png
-share/apps/tellico/pics/checkmark.png
-share/apps/tellico/pics/coin.png
-share/apps/tellico/pics/comic.png
-share/apps/tellico/pics/file.png
-share/apps/tellico/pics/game.png
-share/apps/tellico/pics/nocover_album.png
-share/apps/tellico/pics/nocover_bibtex.png
-share/apps/tellico/pics/nocover_boardgame.png
-share/apps/tellico/pics/nocover_book.png
-share/apps/tellico/pics/nocover_comic.png
-share/apps/tellico/pics/nocover_game.png
-share/apps/tellico/pics/nocover_video.png
-share/apps/tellico/pics/person-open.png
-share/apps/tellico/pics/person.png
-share/apps/tellico/pics/script.png
-share/apps/tellico/pics/script.svg
-share/apps/tellico/pics/stamp.png
-share/apps/tellico/pics/star_off.png
-share/apps/tellico/pics/star_on.png
-share/apps/tellico/pics/stars1.png
-share/apps/tellico/pics/stars10.png
-share/apps/tellico/pics/stars2.png
-share/apps/tellico/pics/stars3.png
-share/apps/tellico/pics/stars4.png
-share/apps/tellico/pics/stars5.png
-share/apps/tellico/pics/stars6.png
-share/apps/tellico/pics/stars7.png
-share/apps/tellico/pics/stars8.png
-share/apps/tellico/pics/stars9.png
-share/apps/tellico/pics/tellico.png
-share/apps/tellico/pics/tellico.svg
-share/apps/tellico/pics/tellico_mime.svg
-share/apps/tellico/pics/video.png
-share/apps/tellico/pics/wine.png
-share/apps/tellico/pubmed2tellico.xsl
-share/apps/tellico/record-logo.png
-share/apps/tellico/referencer2tellico.xsl
-share/apps/tellico/report-templates/Column_View.xsl
-share/apps/tellico/report-templates/Group_Summary.xsl
-share/apps/tellico/report-templates/Group_View.xsl
-share/apps/tellico/report-templates/Image_List.xsl
-share/apps/tellico/report-templates/Loan_View.xsl
-share/apps/tellico/report-templates/Title_Listing_(Horizontal).xsl
-share/apps/tellico/report-templates/Title_Listing_(Vertical).xsl
-share/apps/tellico/report-templates/Tri-Column.xsl
-share/apps/tellico/shadowAlpha.png
-share/apps/tellico/tellico-by-author.xsl
-share/apps/tellico/tellico-by-title.xsl
-share/apps/tellico/tellico-common.xsl
-share/apps/tellico/tellico-printing.xsl
-share/apps/tellico/tellico.dtd
-share/apps/tellico/tellico.tips
-share/apps/tellico/tellico2gcstar.xsl
-share/apps/tellico/tellico2html.js
-share/apps/tellico/tellico2html.xsl
-share/apps/tellico/tellico2onix.xsl
-share/apps/tellico/tellicoui.rc
-share/apps/tellico/unixref2tellico.xsl
-share/apps/tellico/vhs-logo.png
-share/apps/tellico/welcome.html
-share/apps/tellico/xmp2tellico.xsl
-share/apps/tellico/yahoo2tellico.xsl
-share/apps/tellico/z3950-servers.cfg
-share/config.kcfg/tellico_config.kcfg
-share/config/tellicorc
-share/doc/HTML/en/tellico/CMakeLists.txt
-share/doc/HTML/en/tellico/advanced.docbook
-share/doc/HTML/en/tellico/amazon-options.png
-share/doc/HTML/en/tellico/common
-share/doc/HTML/en/tellico/configuration.docbook
-share/doc/HTML/en/tellico/csv-dialog.png
-share/doc/HTML/en/tellico/details.docbook
-share/doc/HTML/en/tellico/entry-editor1.png
-share/doc/HTML/en/tellico/entry-editor3.png
-share/doc/HTML/en/tellico/entry-editor4.png
-share/doc/HTML/en/tellico/entry-editor5.png
-share/doc/HTML/en/tellico/export-bibtex.png
-share/doc/HTML/en/tellico/export-csv.png
-share/doc/HTML/en/tellico/export-html.png
-share/doc/HTML/en/tellico/export-options.png
-share/doc/HTML/en/tellico/export-pdb.png
-share/doc/HTML/en/tellico/externalexec-options.png
-share/doc/HTML/en/tellico/faqs.docbook
-share/doc/HTML/en/tellico/fetch-dialog.png
-share/doc/HTML/en/tellico/fields-dialog.png
-share/doc/HTML/en/tellico/filter-dialog.png
-share/doc/HTML/en/tellico/filter-view.png
-share/doc/HTML/en/tellico/freebsd-doc-license.html
-share/doc/HTML/en/tellico/fundamentals.docbook
-share/doc/HTML/en/tellico/general-options.png
-share/doc/HTML/en/tellico/hacking.docbook
-share/doc/HTML/en/tellico/imdb-options.png
-share/doc/HTML/en/tellico/importing-exporting.docbook
-share/doc/HTML/en/tellico/index.cache.bz2
-share/doc/HTML/en/tellico/index.docbook
-share/doc/HTML/en/tellico/loan-dialog.png
-share/doc/HTML/en/tellico/loan-view.png
-share/doc/HTML/en/tellico/main-window.png
-share/doc/HTML/en/tellico/menus.docbook
-share/doc/HTML/en/tellico/openoffice-dialog.png
-share/doc/HTML/en/tellico/print-options.png
-share/doc/HTML/en/tellico/report-dialog.png
-share/doc/HTML/en/tellico/source-options.png
-share/doc/HTML/en/tellico/sru-options.png
-share/doc/HTML/en/tellico/template-options.png
-share/doc/HTML/en/tellico/z3950-options.png
-share/doc/HTML/fr/tellico/CMakeLists.txt
-share/doc/HTML/fr/tellico/advanced.docbook
-share/doc/HTML/fr/tellico/amazon-options.png
-share/doc/HTML/fr/tellico/common
-share/doc/HTML/fr/tellico/configuration.docbook
-share/doc/HTML/fr/tellico/csv-dialog.png
-share/doc/HTML/fr/tellico/details.docbook
-share/doc/HTML/fr/tellico/entry-editor1.png
-share/doc/HTML/fr/tellico/entry-editor3.png
-share/doc/HTML/fr/tellico/entry-editor4.png
-share/doc/HTML/fr/tellico/entry-editor5.png
-share/doc/HTML/fr/tellico/export-bibtex.png
-share/doc/HTML/fr/tellico/export-csv.png
-share/doc/HTML/fr/tellico/export-html.png
-share/doc/HTML/fr/tellico/export-options.png
-share/doc/HTML/fr/tellico/export-pdb.png
-share/doc/HTML/fr/tellico/externalexec-options.png
-share/doc/HTML/fr/tellico/faqs.docbook
-share/doc/HTML/fr/tellico/fetch-dialog.png
-share/doc/HTML/fr/tellico/fields-dialog.png
-share/doc/HTML/fr/tellico/filter-dialog.png
-share/doc/HTML/fr/tellico/filter-view.png
-share/doc/HTML/fr/tellico/freebsd-doc-license.html
-share/doc/HTML/fr/tellico/fundamentals.docbook
-share/doc/HTML/fr/tellico/general-options.png
-share/doc/HTML/fr/tellico/hacking.docbook
-share/doc/HTML/fr/tellico/imdb-options.png
-share/doc/HTML/fr/tellico/importing-exporting.docbook
-share/doc/HTML/fr/tellico/index.cache.bz2
-share/doc/HTML/fr/tellico/index.docbook
-share/doc/HTML/fr/tellico/loan-dialog.png
-share/doc/HTML/fr/tellico/loan-view.png
-share/doc/HTML/fr/tellico/main-window.png
-share/doc/HTML/fr/tellico/menus.docbook
-share/doc/HTML/fr/tellico/openoffice-dialog.png
-share/doc/HTML/fr/tellico/print-options.png
-share/doc/HTML/fr/tellico/report-dialog.png
-share/doc/HTML/fr/tellico/source-options.png
-share/doc/HTML/fr/tellico/sru-options.png
-share/doc/HTML/fr/tellico/template-options.png
-share/doc/HTML/fr/tellico/z3950-options.png
-share/icons/hicolor/128x128/apps/tellico.png
-share/icons/hicolor/128x128/mimetypes/application-x-tellico.png
-share/icons/hicolor/16x16/apps/tellico.png
-share/icons/hicolor/16x16/mimetypes/application-x-tellico.png
-share/icons/hicolor/22x22/apps/tellico.png
-share/icons/hicolor/22x22/mimetypes/application-x-tellico.png
-share/icons/hicolor/32x32/apps/tellico.png
-share/icons/hicolor/32x32/mimetypes/application-x-tellico.png
-share/icons/hicolor/48x48/apps/tellico.png
-share/icons/hicolor/48x48/mimetypes/application-x-tellico.png
-share/icons/hicolor/64x64/apps/tellico.png
-share/icons/hicolor/64x64/mimetypes/application-x-tellico.png
-share/locale/bg/LC_MESSAGES/tellico.mo
-share/locale/ca/LC_MESSAGES/tellico.mo
-share/locale/cs/LC_MESSAGES/tellico.mo
-share/locale/de/LC_MESSAGES/tellico.mo
-share/locale/ee/LC_MESSAGES/tellico.mo
-share/locale/en_GB/LC_MESSAGES/tellico.mo
-share/locale/es/LC_MESSAGES/tellico.mo
-share/locale/fi/LC_MESSAGES/tellico.mo
-share/locale/fr/LC_MESSAGES/tellico.mo
-share/locale/hu/LC_MESSAGES/tellico.mo
-share/locale/it/LC_MESSAGES/tellico.mo
-share/locale/nb/LC_MESSAGES/tellico.mo
-share/locale/nl/LC_MESSAGES/tellico.mo
-share/locale/nn/LC_MESSAGES/tellico.mo
-share/locale/pl/LC_MESSAGES/tellico.mo
-share/locale/pt/LC_MESSAGES/tellico.mo
-share/locale/pt_BR/LC_MESSAGES/tellico.mo
-share/locale/ro/LC_MESSAGES/tellico.mo
-share/locale/ru/LC_MESSAGES/tellico.mo
-share/locale/sv/LC_MESSAGES/tellico.mo
-share/locale/tr/LC_MESSAGES/tellico.mo
-share/locale/uk/LC_MESSAGES/tellico.mo
-share/mime/packages/tellico.xml
-share/mimelnk/application/x-tellico.desktop
-@dirrmtry share/mime/packages
-@dirrmtry share/mime
-@dirrm share/doc/HTML/fr/tellico
-@dirrm share/doc/HTML/en/tellico
-@dirrm share/apps/tellico/report-templates
-@dirrm share/apps/tellico/pics
-@dirrm share/apps/tellico/entry-templates
-@dirrm share/apps/tellico/data-sources
-@dirrm share/apps/tellico