aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-06-30 19:41:14 +0000
committerRene Ladan <rene@FreeBSD.org>2022-06-30 19:41:14 +0000
commit92fd457df7f99e304186390afa34afe748dc0a7a (patch)
tree9d7bf4acc8f2cd36f483a4626bbfd3e375556458
parent50a70465fca2cd59c2fd3e72d358bddc372afc96 (diff)
downloadports-92fd457df7f99e304186390afa34afe748dc0a7a.tar.gz
ports-92fd457df7f99e304186390afa34afe748dc0a7a.zip
cleanup: Remove expired ports:
2022-03-31 security/libgringotts: Abandonware, upstream dead and last release in 2008 2022-06-30 deskutils/osmo: Depends on expired security/libgringotts
-rw-r--r--MOVED2
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/osmo/Makefile43
-rw-r--r--deskutils/osmo/distinfo3
-rw-r--r--deskutils/osmo/files/patch-src__backup.c17
-rw-r--r--deskutils/osmo/pkg-descr5
-rw-r--r--deskutils/osmo/pkg-plist124
-rw-r--r--security/Makefile1
-rw-r--r--security/libgringotts/Makefile41
-rw-r--r--security/libgringotts/distinfo2
-rw-r--r--security/libgringotts/pkg-descr11
-rw-r--r--security/libgringotts/pkg-plist13
12 files changed, 2 insertions, 261 deletions
diff --git a/MOVED b/MOVED
index caf609eb7187..63ccd67430e8 100644
--- a/MOVED
+++ b/MOVED
@@ -17361,3 +17361,5 @@ databases/mysql55-client||2022-06-30|Has expired: Upstream support ended on Dece
multimedia/schroedinger||2022-06-30|Has expired: Abandoned legacy video codec, upstream is dead and last release was back in 2012.
emulators/kcemu||2022-06-30|Has expired: Depends on expired multimedia/schroedinger
multimedia/ccextractor||2022-06-30|Has expired: Depends on expired multimedia/schroedinger
+security/libgringotts||2022-06-30|Has expired: Abandonware, upstream dead and last release in 2008
+deskutils/osmo||2022-06-30|Has expired: Depends on expired security/libgringotts
diff --git a/deskutils/Makefile b/deskutils/Makefile
index ab797177af2a..3b2d05123fcf 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -185,7 +185,6 @@
SUBDIR += notification-daemon
SUBDIR += notify-osd
SUBDIR += orage
- SUBDIR += osmo
SUBDIR += owncloudclient
SUBDIR += p5-Data-ICal
SUBDIR += p5-Data-ICal-DateTime
diff --git a/deskutils/osmo/Makefile b/deskutils/osmo/Makefile
deleted file mode 100644
index c20df89a64bf..000000000000
--- a/deskutils/osmo/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# Created by: Charlie Kester <corky1951#comcast.net>
-
-PORTNAME= osmo
-PORTVERSION= 0.4.4
-PORTREVISION= 5
-CATEGORIES= deskutils
-MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= eduardo@FreeBSD.org
-COMMENT= Personal organizer
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Depends on expired security/libgringotts
-EXPIRATION_DATE=2022-06-30
-
-LIB_DEPENDS= libical.so:devel/libical \
- libnotify.so:devel/libnotify \
- libgringotts.so:security/libgringotts \
- libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
- libgspell-1.so:textproc/gspell \
- libicui18n.so:devel/icu \
- libenchant-2.so:textproc/enchant2 \
- libsoup-2.4.so:devel/libsoup
-
-USES= compiler:c++11-lang gettext gmake gnome libarchive pkgconfig \
- sqlite
-USE_GNOME= cairo gtk30 libxml2
-GNU_CONFIGURE= yes
-
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-POFILES= bg ca cs da de el en_GB es fi fr gl gl_ES he hu it ja lt \
- nl pl pt pt_BR ro ru sr sv te tr uk ur ur_PK zh_CN
-
-post-build:
-.for p in ${POFILES}
- (cd ${WRKSRC}/po && ${LOCALBASE}/bin/msgfmt -c ${p}.po -o ${p}.mo)
-.endfor
-
-.include <bsd.port.mk>
diff --git a/deskutils/osmo/distinfo b/deskutils/osmo/distinfo
deleted file mode 100644
index 9f35996f776f..000000000000
--- a/deskutils/osmo/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1611309524
-SHA256 (osmo-0.4.4.tar.gz) = 1e8b11bd1baa0f6756326b58f87eb95a56b38a25d7336fdfb65c2dfca46d03a6
-SIZE (osmo-0.4.4.tar.gz) = 1312483
diff --git a/deskutils/osmo/files/patch-src__backup.c b/deskutils/osmo/files/patch-src__backup.c
deleted file mode 100644
index e758b10b43d0..000000000000
--- a/deskutils/osmo/files/patch-src__backup.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/backup.c.orig 2015-08-08 07:10:12 UTC
-+++ src/backup.c
-@@ -41,6 +41,14 @@
- #include <archive.h>
- #include <archive_entry.h>
-
-+#ifdef __FreeBSD__
-+#include <sys/param.h>
-+#if __FreeBSD_version <= 1000008 /* r232154: bump for libarchive update */
-+#define archive_read_support_filter_all(x) \
-+ archive_read_support_compression_all(x)
-+#endif
-+#endif
-+
- /*------------------------------------------------------------------------------*/
-
- int
diff --git a/deskutils/osmo/pkg-descr b/deskutils/osmo/pkg-descr
deleted file mode 100644
index 5e9b888b3218..000000000000
--- a/deskutils/osmo/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Osmo is a handy personal organizer, which includes calendar, tasks
-manager, address book and notes modules. It is a GTK+ based tool
-which uses a plain XML database to store all personal data.
-
-WWW: http://osmo-pim.sourceforge.net/
diff --git a/deskutils/osmo/pkg-plist b/deskutils/osmo/pkg-plist
deleted file mode 100644
index 6c318dda4c22..000000000000
--- a/deskutils/osmo/pkg-plist
+++ /dev/null
@@ -1,124 +0,0 @@
-bin/osmo
-man/man1/osmo.1.gz
-share/applications/osmo.desktop
-share/icons/hicolor/16x16/actions/osmo-button-insert_timeline.png
-share/icons/hicolor/16x16/actions/osmo-button-select_color.png
-share/icons/hicolor/16x16/actions/osmo-button-select_date.png
-share/icons/hicolor/16x16/actions/osmo-editor-bold-s.png
-share/icons/hicolor/16x16/actions/osmo-editor-highlight-s.png
-share/icons/hicolor/16x16/actions/osmo-editor-italic-s.png
-share/icons/hicolor/16x16/actions/osmo-editor-strikethrough-s.png
-share/icons/hicolor/16x16/actions/osmo-editor-underline-s.png
-share/icons/hicolor/16x16/actions/osmo-list-invalid.png
-share/icons/hicolor/16x16/actions/osmo-list-valid.png
-share/icons/hicolor/16x16/actions/osmo-systray-menu-calendar.png
-share/icons/hicolor/16x16/actions/osmo-systray-menu-contacts.png
-share/icons/hicolor/16x16/actions/osmo-systray-menu-notes.png
-share/icons/hicolor/16x16/actions/osmo-systray-menu-tasks.png
-share/icons/hicolor/16x16/actions/osmo-type-encrypted.png
-share/icons/hicolor/16x16/actions/osmo-type-normal.png
-share/icons/hicolor/16x16/actions/osmo-type-recurrent.png
-share/icons/hicolor/16x16/apps/osmo.png
-share/icons/hicolor/22x22/apps/osmo.png
-share/icons/hicolor/24x24/actions/osmo-about.png
-share/icons/hicolor/24x24/actions/osmo-backup.png
-share/icons/hicolor/24x24/actions/osmo-calculator.png
-share/icons/hicolor/24x24/actions/osmo-calendar.png
-share/icons/hicolor/24x24/actions/osmo-close.png
-share/icons/hicolor/24x24/actions/osmo-contacts-add.png
-share/icons/hicolor/24x24/actions/osmo-contacts-birthdays.png
-share/icons/hicolor/24x24/actions/osmo-contacts-edit.png
-share/icons/hicolor/24x24/actions/osmo-contacts-export.png
-share/icons/hicolor/24x24/actions/osmo-contacts-import.png
-share/icons/hicolor/24x24/actions/osmo-contacts-remove.png
-share/icons/hicolor/24x24/actions/osmo-contacts.png
-share/icons/hicolor/24x24/actions/osmo-edit_note.png
-share/icons/hicolor/24x24/actions/osmo-editor-bold.png
-share/icons/hicolor/24x24/actions/osmo-editor-clear.png
-share/icons/hicolor/24x24/actions/osmo-editor-find.png
-share/icons/hicolor/24x24/actions/osmo-editor-highlight.png
-share/icons/hicolor/24x24/actions/osmo-editor-info.png
-share/icons/hicolor/24x24/actions/osmo-editor-insert_date_time.png
-share/icons/hicolor/24x24/actions/osmo-editor-insert_separator.png
-share/icons/hicolor/24x24/actions/osmo-editor-italic.png
-share/icons/hicolor/24x24/actions/osmo-editor-save.png
-share/icons/hicolor/24x24/actions/osmo-editor-spell_checker.png
-share/icons/hicolor/24x24/actions/osmo-editor-strikethrough.png
-share/icons/hicolor/24x24/actions/osmo-editor-underline.png
-share/icons/hicolor/24x24/actions/osmo-fullyear.png
-share/icons/hicolor/24x24/actions/osmo-help.png
-share/icons/hicolor/24x24/actions/osmo-jumpto.png
-share/icons/hicolor/24x24/actions/osmo-license.png
-share/icons/hicolor/24x24/actions/osmo-next-day.png
-share/icons/hicolor/24x24/actions/osmo-next-month.png
-share/icons/hicolor/24x24/actions/osmo-next-year.png
-share/icons/hicolor/24x24/actions/osmo-notes-add.png
-share/icons/hicolor/24x24/actions/osmo-notes-edit.png
-share/icons/hicolor/24x24/actions/osmo-notes-remove.png
-share/icons/hicolor/24x24/actions/osmo-notes.png
-share/icons/hicolor/24x24/actions/osmo-open-url.png
-share/icons/hicolor/24x24/actions/osmo-preferences.png
-share/icons/hicolor/24x24/actions/osmo-prev-day.png
-share/icons/hicolor/24x24/actions/osmo-prev-month.png
-share/icons/hicolor/24x24/actions/osmo-prev-year.png
-share/icons/hicolor/24x24/actions/osmo-print.png
-share/icons/hicolor/24x24/actions/osmo-restore.png
-share/icons/hicolor/24x24/actions/osmo-tasks-add.png
-share/icons/hicolor/24x24/actions/osmo-tasks-edit.png
-share/icons/hicolor/24x24/actions/osmo-tasks-export.png
-share/icons/hicolor/24x24/actions/osmo-tasks-import.png
-share/icons/hicolor/24x24/actions/osmo-tasks-next-date.png
-share/icons/hicolor/24x24/actions/osmo-tasks-prev-date.png
-share/icons/hicolor/24x24/actions/osmo-tasks-remove.png
-share/icons/hicolor/24x24/actions/osmo-tasks.png
-share/icons/hicolor/24x24/actions/osmo-today.png
-share/icons/hicolor/24x24/apps/osmo.png
-share/icons/hicolor/32x32/apps/osmo.png
-share/icons/hicolor/48x48/actions/osmo-systray-birthday.png
-share/icons/hicolor/48x48/actions/osmo-systray-normal.png
-share/icons/hicolor/48x48/actions/osmo-systray-note.png
-share/icons/hicolor/48x48/actions/osmo-systray-task.png
-share/icons/hicolor/48x48/apps/osmo.png
-share/icons/hicolor/scalable/apps/osmo.svg
-share/locale/bg/LC_MESSAGES/osmo.mo
-share/locale/ca/LC_MESSAGES/osmo.mo
-share/locale/cs/LC_MESSAGES/osmo.mo
-share/locale/da/LC_MESSAGES/osmo.mo
-share/locale/de/LC_MESSAGES/osmo.mo
-share/locale/el/LC_MESSAGES/osmo.mo
-share/locale/en_GB/LC_MESSAGES/osmo.mo
-share/locale/es/LC_MESSAGES/osmo.mo
-share/locale/fi/LC_MESSAGES/osmo.mo
-share/locale/fr/LC_MESSAGES/osmo.mo
-share/locale/gl/LC_MESSAGES/osmo.mo
-share/locale/gl_ES/LC_MESSAGES/osmo.mo
-share/locale/he/LC_MESSAGES/osmo.mo
-share/locale/hu/LC_MESSAGES/osmo.mo
-share/locale/it/LC_MESSAGES/osmo.mo
-share/locale/ja/LC_MESSAGES/osmo.mo
-share/locale/lt/LC_MESSAGES/osmo.mo
-share/locale/nl/LC_MESSAGES/osmo.mo
-share/locale/pl/LC_MESSAGES/osmo.mo
-share/locale/pt/LC_MESSAGES/osmo.mo
-share/locale/pt_BR/LC_MESSAGES/osmo.mo
-share/locale/ro/LC_MESSAGES/osmo.mo
-share/locale/ru/LC_MESSAGES/osmo.mo
-share/locale/sr/LC_MESSAGES/osmo.mo
-share/locale/sv/LC_MESSAGES/osmo.mo
-share/locale/te/LC_MESSAGES/osmo.mo
-share/locale/tr/LC_MESSAGES/osmo.mo
-share/locale/uk/LC_MESSAGES/osmo.mo
-share/locale/ur/LC_MESSAGES/osmo.mo
-share/locale/ur_PK/LC_MESSAGES/osmo.mo
-share/locale/zh_CN/LC_MESSAGES/osmo.mo
-share/pixmaps/moonphase_0_data.png
-share/pixmaps/moonphase_1_data.png
-share/pixmaps/moonphase_2_data.png
-share/pixmaps/moonphase_3_data.png
-share/pixmaps/moonphase_4_data.png
-share/pixmaps/moonphase_5_data.png
-share/pixmaps/moonphase_6_data.png
-share/pixmaps/moonphase_7_data.png
-share/pixmaps/osmo.png
-share/pixmaps/osmo_logo.png
-share/sounds/osmo/alarm.wav
diff --git a/security/Makefile b/security/Makefile
index 3fe2b22adfe7..0cdfec0e8560 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -273,7 +273,6 @@
SUBDIR += libgcrypt
SUBDIR += libgnome-keyring
SUBDIR += libgpg-error
- SUBDIR += libgringotts
SUBDIR += libgsasl
SUBDIR += libhijack
SUBDIR += libident
diff --git a/security/libgringotts/Makefile b/security/libgringotts/Makefile
deleted file mode 100644
index d3cd8a906b02..000000000000
--- a/security/libgringotts/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Created by: Anders Nordby <anders@FreeBSD.org>
-
-PORTNAME= libgringotts
-PORTVERSION= 1.2.1
-PORTREVISION= 2
-CATEGORIES= security
-MASTER_SITES= BERLIOS/gringotts.berlios
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Library for encapsulating/safekeeping data in encrypted/compressed form
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Abandonware, upstream dead and last release in 2008
-EXPIRATION_DATE=2022-03-31
-
-LIB_DEPENDS= libmcrypt.so:security/libmcrypt \
- libmhash.so:security/mhash
-
-USES= tar:bzip2 libtool
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS= --with-pkg-config-files=${PREFIX}/libdata/pkgconfig
-INSTALL_TARGET= install-strip
-USE_LDCONFIG= yes
-
-OPTIONS_DEFINE= DOCS
-
-post-patch:
- @${REINPLACE_CMD} -e "s|md5sum|md5|g" ${WRKSRC}/Makefile.in
-
-pre-install-DOCS-on:
- @${REINPLACE_CMD} -E "s|^(libgringottsdocdir =).*|\1 $$\(datadir\)/doc/libgringotts|" ${WRKSRC}/docs/Makefile ${WRKSRC}/Makefile
-
-pre-install-DOCS-off:
- @${REINPLACE_CMD} -E -e "s|^(SUBDIRS =.*) docs|\1|" ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -E -e "s|^(install-data-am:.*)install-libgringottsdocDATA|\1|" ${WRKSRC}/Makefile
-
-.include <bsd.port.mk>
diff --git a/security/libgringotts/distinfo b/security/libgringotts/distinfo
deleted file mode 100644
index 1661d4ff1cc6..000000000000
--- a/security/libgringotts/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (libgringotts-1.2.1.tar.bz2) = a75e6f757b975d3da662fe7ea2d985f358f31ad2dede1a222bb4aa403d0dbfd1
-SIZE (libgringotts-1.2.1.tar.bz2) = 167014
diff --git a/security/libgringotts/pkg-descr b/security/libgringotts/pkg-descr
deleted file mode 100644
index c65114c837ae..000000000000
--- a/security/libgringotts/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-libGringotts is a small, easy-to-use, thread-safe C library originally
-developed for Gringotts; its purpose is to encapsulate data (generic: ASCII,
-but also binary data) in an encrypted and compressed structure, to be written
-in a file or used elseway. It makes use of strong encryption algorithms, to
-ensure the data are as safe as possible, and allow the user to have the
-complete control over all the algorithms used in the process.
-
-For encryptions, libGringotts makes use of the MCrypt and MHash libs by Nikos
-Mavroyanopoulos.
-
-WWW: http://gringotts.berlios.de/
diff --git a/security/libgringotts/pkg-plist b/security/libgringotts/pkg-plist
deleted file mode 100644
index 6214733069c7..000000000000
--- a/security/libgringotts/pkg-plist
+++ /dev/null
@@ -1,13 +0,0 @@
-include/libgringotts.h
-lib/libgringotts.a
-lib/libgringotts.so
-lib/libgringotts.so.2
-lib/libgringotts.so.2.0.7
-libdata/pkgconfig/libgringotts.pc
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/manual.htm