Date: Tue, 11 Jun 2024 15:26:25 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 93bdc08793cf - main - deskutils/griffith: Remove expired port Message-ID: <202406111526.45BFQPlf077733@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=93bdc08793cf07fc309c768c4875d6b8c7e2f25d commit 93bdc08793cf07fc309c768c4875d6b8c7e2f25d Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-06-11 15:26:13 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-06-11 15:26:13 +0000 deskutils/griffith: Remove expired port 2024-06-04 deskutils/griffith: Depends on expired databases/py-sqlalchemy12 --- MOVED | 1 + deskutils/Makefile | 1 - deskutils/griffith/Makefile | 53 ------ deskutils/griffith/distinfo | 3 - deskutils/griffith/files/patch-griffith | 17 -- .../patch-lib_plugins_movie_PluginMovieIMDB.py | 31 ---- deskutils/griffith/pkg-descr | 16 -- deskutils/griffith/pkg-plist | 194 --------------------- 8 files changed, 1 insertion(+), 315 deletions(-) diff --git a/MOVED b/MOVED index 4393893ca091..29fc1662fe25 100644 --- a/MOVED +++ b/MOVED @@ -3280,3 +3280,4 @@ databases/rubygem-redis-clustering50|databases/rubygem-redis-clustering|2024-06- databases/rubygem-redis50|databases/rubygem-redis|2024-06-09|Obsolete use databases/rubygem-redis instead math/py-optuna||2024-06-11|Has expired: Depends on expired databases/py-sqlalchemy12 databases/py-alembic14||2024-06-11|Has expired: Depends on expired databases/py-sqlalchemy12 +deskutils/griffith||2024-06-11|Has expired: Depends on expired databases/py-sqlalchemy12 diff --git a/deskutils/Makefile b/deskutils/Makefile index fbe8794de0b7..cbdad121cce9 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -105,7 +105,6 @@ SUBDIR += gpicker SUBDIR += grantlee-editor SUBDIR += grantleetheme - SUBDIR += griffith SUBDIR += growl-for-linux SUBDIR += gsimplecal SUBDIR += gtimer diff --git a/deskutils/griffith/Makefile b/deskutils/griffith/Makefile deleted file mode 100644 index a15db7d78e5f..000000000000 --- a/deskutils/griffith/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -PORTNAME= griffith -PORTVERSION= 0.15 -PORTREVISION= 1 -CATEGORIES= deskutils - -MAINTAINER= ports@FreeBSD.org -COMMENT= Lightweight film collection manager -WWW= https://www.griffith.cc/ - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Depends on expired databases/py-sqlalchemy12 -EXPIRATION_DATE=2024-06-04 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=1.1:databases/py-sqlalchemy12@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}reportlab>=3.4:print/py-reportlab@${PY_FLAVOR} - -USES= gettext-runtime gmake gnome python shebangfix - -USE_GITLAB= yes -GL_ACCOUNT= Strit -GL_TAGNAME= a593201179695efe93829d9c9a70962ef29dd109 - -SHEBANG_FILES= griffith -USE_GNOME= pygobject3 -NO_BUILD= yes -NO_ARCH= yes - -OPTIONS_DEFINE= CHARDET -CHARDET_DESC= chardet support -CHARDET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} - -post-patch: -.for file in Makefile - @${REINPLACE_CMD} -e \ - '/^LANGUAGES=/s|find.*|cd i18n/\&\&ls -d *)|g ; \ - /^PREFIX/s|?=|=|g ; s|/usr|${PREFIX}|; /ln -s/d; /chmod +x/d; \ - /^ETCDIR/s|=.*|= $$(PREFIX)/etc|g' ${WRKSRC}/${file} -.endfor -.for f in docs/en/Makefile docs/pl/Makefile docs/pt/Makefile - @${REINPLACE_CMD} -e \ - '/^PREFIX/s|?=|=|g ; s|/usr|${PREFIX}|; \ - /^MANDIR/s|=.*|=${STAGEDIR}${PREFIX}/share/man|g' \ - ${WRKSRC}/${f} -.endfor - -post-install: - ${RLN} ${STAGEDIR}${DATADIR}/lib/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/deskutils/griffith/distinfo b/deskutils/griffith/distinfo deleted file mode 100644 index 9c8a71624b5d..000000000000 --- a/deskutils/griffith/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1617884555 -SHA256 (Strit-griffith-a593201179695efe93829d9c9a70962ef29dd109_GL0.tar.gz) = 218052a36d3d6a21077b311c41f5bc086a075ee388751b573de38d743dd7125f -SIZE (Strit-griffith-a593201179695efe93829d9c9a70962ef29dd109_GL0.tar.gz) = 1478817 diff --git a/deskutils/griffith/files/patch-griffith b/deskutils/griffith/files/patch-griffith deleted file mode 100644 index 3e0ee1eede31..000000000000 --- a/deskutils/griffith/files/patch-griffith +++ /dev/null @@ -1,17 +0,0 @@ ---- griffith.orig 2019-01-10 08:50:33 UTC -+++ griffith -@@ -1289,11 +1289,11 @@ class Griffith(object): - gutils.run_browser(self._trailer_url) - - def on_goto_homepage_activate(site, *args): -- gutils.run_browser('https://github.com/Strit/griffith') -+ gutils.run_browser('https://gitlab.com/Strit/griffith') - def on_goto_forum_activate(site, *args): -- gutils.run_browser('https://github.com/Strit/griffith') -+ gutils.run_browser('https://gitlab.com/Strit/griffith') - def on_goto_report_bug_activate(site, *args): -- gutils.run_browser('https://github.com/Strit/griffith/issues') -+ gutils.run_browser('https://gitlab.com/Strit/griffith/issues') - - # toolbar ------------------------------------------------------------- - def toggle_toolbar(self, *args): diff --git a/deskutils/griffith/files/patch-lib_plugins_movie_PluginMovieIMDB.py b/deskutils/griffith/files/patch-lib_plugins_movie_PluginMovieIMDB.py deleted file mode 100644 index 409cbfc028cf..000000000000 --- a/deskutils/griffith/files/patch-lib_plugins_movie_PluginMovieIMDB.py +++ /dev/null @@ -1,31 +0,0 @@ ---- lib/plugins/movie/PluginMovieIMDB.py.orig 2019-01-10 08:53:18 UTC -+++ lib/plugins/movie/PluginMovieIMDB.py -@@ -43,7 +43,7 @@ class Plugin(movie.Movie): - - def initialize(self): - self.cast_page = self.open_page(url=self.url + '/fullcredits') -- self.plot_page = self.open_page(url=self.url + '/plotsummary') -+ self.plot_page = self.open_page(url=self.url) - self.comp_page = self.open_page(url=self.url + '/companycredits') - self.tagl_page = self.open_page(url=self.url + '/taglines') - -@@ -78,17 +78,8 @@ class Plugin(movie.Movie): - self.director = self.director[0:len(self.director) - 2] - - def get_plot(self): -- self.plot = gutils.regextrim(self.page, 'itemprop="description"', '<') -- self.plot = gutils.after(self.plot, '>') -- elements = self.plot_page.split('<p class="plotpar">') -- if len(elements) < 2: -- elements = re.split('<li class="(?:odd|even)">', self.plot_page) -- if len(elements) > 1: -- self.plot = self.plot + '\n\n' -- elements[0] = '' -- for element in elements[1:]: -- if element != '': -- self.plot = self.plot + gutils.strip_tags(gutils.before(element, '</a>')) + '\n\n' -+ self.plot = gutils.trim(self.page, '<h2>Storyline</h2>', '</span>') -+ self.plot = gutils.after(self.plot, '<span> ') - - def get_year(self): - self.year = gutils.trim(self.page, '<a href="/year/', '</a>') diff --git a/deskutils/griffith/pkg-descr b/deskutils/griffith/pkg-descr deleted file mode 100644 index 16e0a875fd48..000000000000 --- a/deskutils/griffith/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Griffith is a movie collection manager application. Adding items to the -movie collection is as quick and easy as typing the film title and -selecting a supported source. Griffith will then try to fetch all the -related information from the Web. - -Most important features: -* Fetches film information from the Internet based on your locale via a - plug-in -* Integrates well with a database (MySQL, PostgreSQL, SQLite3 used by - default) to keep tabs on your library -* Can backup/restore your database -* Exports to CSV, PDF, XML and HTML files -* Imports from CSV files -* Generates PDF from cover art -* Keeps track of your films that are out on loan -* Enables you to sort/filter your library diff --git a/deskutils/griffith/pkg-plist b/deskutils/griffith/pkg-plist deleted file mode 100644 index 0f027706d781..000000000000 --- a/deskutils/griffith/pkg-plist +++ /dev/null @@ -1,194 +0,0 @@ -bin/griffith -etc/bash_completion.d/griffith -share/man/man1/griffith.1.gz -share/man/pl/man1/griffith.1.gz -share/man/pt/man1/griffith.1.gz -share/applications/griffith.desktop -%%DATADIR%%/export_templates/csv/config.xml -%%DATADIR%%/export_templates/csv/page.tpl -%%DATADIR%%/export_templates/html_table/blue.css -%%DATADIR%%/export_templates/html_table/blue.jpg -%%DATADIR%%/export_templates/html_table/config.xml -%%DATADIR%%/export_templates/html_table/gray.css -%%DATADIR%%/export_templates/html_table/gray.jpg -%%DATADIR%%/export_templates/html_table/page.tpl -%%DATADIR%%/export_templates/html_table/simple.css -%%DATADIR%%/export_templates/html_table/simple.gif -%%DATADIR%%/export_templates/html_tables/blue.css -%%DATADIR%%/export_templates/html_tables/blue.jpg -%%DATADIR%%/export_templates/html_tables/config.xml -%%DATADIR%%/export_templates/html_tables/gray.css -%%DATADIR%%/export_templates/html_tables/gray.jpg -%%DATADIR%%/export_templates/html_tables/green.css -%%DATADIR%%/export_templates/html_tables/green.jpg -%%DATADIR%%/export_templates/html_tables/lgreen.css -%%DATADIR%%/export_templates/html_tables/lgreen.jpg -%%DATADIR%%/export_templates/html_tables/page.tpl -%%DATADIR%%/export_templates/latex/config.xml -%%DATADIR%%/export_templates/latex/page.tpl -%%DATADIR%%/export_templates/xml/config.xml -%%DATADIR%%/export_templates/xml/page.tpl -%%DATADIR%%/glade/add_poster.png -%%DATADIR%%/glade/delete_poster.png -%%DATADIR%%/glade/exporthtml.ui -%%DATADIR%%/glade/griffith.ui -%%DATADIR%%/glade/griffith.png -%%DATADIR%%/glade/import.ui -%%DATADIR%%/glade/importcsv.ui -%%DATADIR%%/glade/nill.png -%%DATADIR%%/images/00.png -%%DATADIR%%/images/01.png -%%DATADIR%%/images/010.png -%%DATADIR%%/images/02.png -%%DATADIR%%/images/03.png -%%DATADIR%%/images/04.png -%%DATADIR%%/images/05.png -%%DATADIR%%/images/06.png -%%DATADIR%%/images/07.png -%%DATADIR%%/images/08.png -%%DATADIR%%/images/09.png -%%DATADIR%%/images/default.png -%%DATADIR%%/images/default_thumbnail.png -%%DATADIR%%/images/ge_amazon.png -%%DATADIR%%/images/ge_mark_seen.png -%%DATADIR%%/images/ge_movieposterdb.png -%%DATADIR%%/images/ge_player.png -%%DATADIR%%/images/ge_remover.png -%%DATADIR%%/images/griffith.png -%%DATADIR%%/images/meter00.png -%%DATADIR%%/images/meter01.png -%%DATADIR%%/images/meter010.png -%%DATADIR%%/images/meter02.png -%%DATADIR%%/images/meter03.png -%%DATADIR%%/images/meter04.png -%%DATADIR%%/images/meter05.png -%%DATADIR%%/images/meter06.png -%%DATADIR%%/images/meter07.png -%%DATADIR%%/images/meter08.png -%%DATADIR%%/images/meter09.png -%%DATADIR%%/images/nill.png -%%DATADIR%%/images/seen.png -%%DATADIR%%/images/tmdb.png -%%DATADIR%%/images/unseen.png -%%DATADIR%%/lib/__init__.py -%%DATADIR%%/lib/about.py -%%DATADIR%%/lib/add.py -%%DATADIR%%/lib/advfilter.py -%%DATADIR%%/lib/backup.py -%%DATADIR%%/lib/config.py -%%DATADIR%%/lib/cover.py -%%DATADIR%%/lib/db/__init__.py -%%DATADIR%%/lib/db/_movie.py -%%DATADIR%%/lib/db/_objects.py -%%DATADIR%%/lib/db/tables.py -%%DATADIR%%/lib/db/validators.py -%%DATADIR%%/lib/dbupgrade.py -%%DATADIR%%/lib/delete.py -%%DATADIR%%/lib/edit.py -%%DATADIR%%/lib/gconsole.py -%%DATADIR%%/lib/gdebug.py -%%DATADIR%%/lib/gemail.py -%%DATADIR%%/lib/griffith -%%DATADIR%%/lib/gutils.py -%%DATADIR%%/lib/initialize.py -%%DATADIR%%/lib/loan.py -%%DATADIR%%/lib/macutils.py -%%DATADIR%%/lib/main_treeview.py -%%DATADIR%%/lib/movie.py -%%DATADIR%%/lib/people.py -%%DATADIR%%/lib/plugins/__init__.py -%%DATADIR%%/lib/plugins/export/PluginExportAMC.py -%%DATADIR%%/lib/plugins/export/PluginExportCSV.py -%%DATADIR%%/lib/plugins/export/PluginExportDVDProfilerXMLExportV2.py -%%DATADIR%%/lib/plugins/export/PluginExportDVDProfilerXMLExportV3.py -%%DATADIR%%/lib/plugins/export/PluginExportGCstar.py -%%DATADIR%%/lib/plugins/export/PluginExportHTML.py -%%DATADIR%%/lib/plugins/export/PluginExportPDF.py -%%DATADIR%%/lib/plugins/export/PluginExportXML.py -%%DATADIR%%/lib/plugins/export/PluginExportiPod.py -%%DATADIR%%/lib/plugins/export/__init__.py -%%DATADIR%%/lib/plugins/extensions/__init__.py -%%DATADIR%%/lib/plugins/extensions/amazon.py -%%DATADIR%%/lib/plugins/extensions/ge_amazon.py -%%DATADIR%%/lib/plugins/extensions/ge_mark_seen.py -%%DATADIR%%/lib/plugins/extensions/ge_movieposterdb.py -%%DATADIR%%/lib/plugins/extensions/ge_player.py -%%DATADIR%%/lib/plugins/extensions/ge_remover.py -%%DATADIR%%/lib/plugins/extensions/ge_sqlitemaintenance.py -%%DATADIR%%/lib/plugins/imp/AMC.py -%%DATADIR%%/lib/plugins/imp/AllMyMovies.py -%%DATADIR%%/lib/plugins/imp/BESTheMovieLibrary.py -%%DATADIR%%/lib/plugins/imp/CSV.py -%%DATADIR%%/lib/plugins/imp/DVDProfiler.py -%%DATADIR%%/lib/plugins/imp/FoxMovieManager.py -%%DATADIR%%/lib/plugins/imp/GCstar.py -%%DATADIR%%/lib/plugins/imp/GriffithXML.py -%%DATADIR%%/lib/plugins/imp/MovieTrack.py -%%DATADIR%%/lib/plugins/imp/MyDVDs.py -%%DATADIR%%/lib/plugins/imp/PersonalVideoDatabase.py -%%DATADIR%%/lib/plugins/imp/Tellico.py -%%DATADIR%%/lib/plugins/imp/TheMovieLibrary.py -%%DATADIR%%/lib/plugins/imp/WintoolzFilmdatenbank.py -%%DATADIR%%/lib/plugins/imp/__init__.py -%%DATADIR%%/lib/plugins/imp/eXtremeMovieManager.py -%%DATADIR%%/lib/plugins/movie/PluginMovieCSFD.py -%%DATADIR%%/lib/plugins/movie/PluginMovieCinematografo.py -%%DATADIR%%/lib/plugins/movie/PluginMovieDVDPalace.py -%%DATADIR%%/lib/plugins/movie/PluginMovieDVDpt.py -%%DATADIR%%/lib/plugins/movie/PluginMovieFilmtipset.py -%%DATADIR%%/lib/plugins/movie/PluginMovieIMDB.py -%%DATADIR%%/lib/plugins/movie/PluginMovieMyMoviesIt.py -%%DATADIR%%/lib/plugins/movie/PluginMoviePTGate.py -%%DATADIR%%/lib/plugins/movie/PluginMovieScope.py -%%DATADIR%%/lib/plugins/movie/PluginMovieTanukiAnime.py -%%DATADIR%%/lib/plugins/movie/PluginMovieTMDB.py -%%DATADIR%%/lib/plugins/movie/PluginMovieZelluloid.py -%%DATADIR%%/lib/plugins/movie/__init__.py -%%DATADIR%%/lib/preferences.py -%%DATADIR%%/lib/quick_filter.py -%%DATADIR%%/lib/sql.py -%%DATADIR%%/lib/test_movieplugins.py -%%DATADIR%%/lib/version.py -%%DATADIR%%/lib/view.py -%%DATADIR%%/lib/widgets.py -share/locale/ar/LC_MESSAGES/griffith.mo -share/locale/bg/LC_MESSAGES/griffith.mo -share/locale/ca/LC_MESSAGES/griffith.mo -share/locale/cs/LC_MESSAGES/griffith.mo -share/locale/da/LC_MESSAGES/griffith.mo -share/locale/de/LC_MESSAGES/griffith.mo -share/locale/el/LC_MESSAGES/griffith.mo -share/locale/en_GB/LC_MESSAGES/griffith.mo -share/locale/es/LC_MESSAGES/griffith.mo -share/locale/et/LC_MESSAGES/griffith.mo -share/locale/eu/LC_MESSAGES/griffith.mo -share/locale/fa/LC_MESSAGES/griffith.mo -share/locale/fi/LC_MESSAGES/griffith.mo -share/locale/fr/LC_MESSAGES/griffith.mo -share/locale/gl/LC_MESSAGES/griffith.mo -share/locale/hr/LC_MESSAGES/griffith.mo -share/locale/hu/LC_MESSAGES/griffith.mo -share/locale/id/LC_MESSAGES/griffith.mo -share/locale/it/LC_MESSAGES/griffith.mo -share/locale/ja/LC_MESSAGES/griffith.mo -share/locale/ko/LC_MESSAGES/griffith.mo -share/locale/lv/LC_MESSAGES/griffith.mo -share/locale/nb/LC_MESSAGES/griffith.mo -share/locale/nds/LC_MESSAGES/griffith.mo -share/locale/nl/LC_MESSAGES/griffith.mo -share/locale/oc/LC_MESSAGES/griffith.mo -share/locale/pl/LC_MESSAGES/griffith.mo -share/locale/ps/LC_MESSAGES/griffith.mo -share/locale/pt/LC_MESSAGES/griffith.mo -share/locale/pt_BR/LC_MESSAGES/griffith.mo -share/locale/ro/LC_MESSAGES/griffith.mo -share/locale/ru/LC_MESSAGES/griffith.mo -share/locale/sk/LC_MESSAGES/griffith.mo -share/locale/sr/LC_MESSAGES/griffith.mo -share/locale/sv/LC_MESSAGES/griffith.mo -share/locale/th/LC_MESSAGES/griffith.mo -share/locale/tr/LC_MESSAGES/griffith.mo -share/locale/uk/LC_MESSAGES/griffith.mo -share/locale/zh_CN/LC_MESSAGES/griffith.mo -share/pixmaps/griffith.png -share/pixmaps/griffith.xpm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406111526.45BFQPlf077733>