Date: Wed, 21 Aug 2019 23:18:46 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509570 - in head: comms/jpilot-picsnvideos databases/mdbconv databases/palm-db-tools devel/libmal graphics/imgvtopgm sysutils/bibelot sysutils/makeztxt Message-ID: <201908212318.x7LNIkMF040908@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Wed Aug 21 23:18:46 2019 New Revision: 509570 URL: https://svnweb.freebsd.org/changeset/ports/509570 Log: - set deprecation on obsolete technology Modified: head/comms/jpilot-picsnvideos/Makefile head/databases/mdbconv/Makefile head/databases/palm-db-tools/Makefile head/devel/libmal/Makefile head/graphics/imgvtopgm/Makefile head/sysutils/bibelot/Makefile head/sysutils/makeztxt/Makefile Modified: head/comms/jpilot-picsnvideos/Makefile ============================================================================== --- head/comms/jpilot-picsnvideos/Makefile Wed Aug 21 23:13:27 2019 (r509569) +++ head/comms/jpilot-picsnvideos/Makefile Wed Aug 21 23:18:46 2019 (r509570) @@ -14,6 +14,9 @@ COMMENT= JPilot plugin to download photos and videos LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= obsolete technology +EXPIRATION_DATE= 2019-09-21 + RUN_DEPENDS= jpilot:palm/jpilot BUILD_DEPENDS= jpilot:palm/jpilot LIB_DEPENDS= libgdbm.so:databases/gdbm Modified: head/databases/mdbconv/Makefile ============================================================================== --- head/databases/mdbconv/Makefile Wed Aug 21 23:13:27 2019 (r509569) +++ head/databases/mdbconv/Makefile Wed Aug 21 23:18:46 2019 (r509570) @@ -10,6 +10,9 @@ DISTNAME= ${PORTNAME}freebsd3x MAINTAINER= ports@FreeBSD.org COMMENT= Converts CSV to MobileDB database +DEPRECATED= obsolete technology +EXPIRATION_DATE= 2019-09-21 + NO_WRKSUBDIR= yes PLIST_FILES= bin/mdbconv Modified: head/databases/palm-db-tools/Makefile ============================================================================== --- head/databases/palm-db-tools/Makefile Wed Aug 21 23:13:27 2019 (r509569) +++ head/databases/palm-db-tools/Makefile Wed Aug 21 23:18:46 2019 (r509570) @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for the PalmOS flat-file database programs +DEPRECATED= obsolete technology +EXPIRATION_DATE= 2019-09-21 + WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes USES= gmake Modified: head/devel/libmal/Makefile ============================================================================== --- head/devel/libmal/Makefile Wed Aug 21 23:13:27 2019 (r509569) +++ head/devel/libmal/Makefile Wed Aug 21 23:18:46 2019 (r509570) @@ -13,6 +13,9 @@ COMMENT= Library encapsulating malsync LICENSE= MPL10 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= obsolete technology +EXPIRATION_DATE= 2019-09-21 + LIB_DEPENDS= libpisock.so:palm/pilot-link USES= gmake libtool Modified: head/graphics/imgvtopgm/Makefile ============================================================================== --- head/graphics/imgvtopgm/Makefile Wed Aug 21 23:13:27 2019 (r509569) +++ head/graphics/imgvtopgm/Makefile Wed Aug 21 23:18:46 2019 (r509570) @@ -13,6 +13,9 @@ COMMENT= Palm Pilot Image Viewer to PGM Converter LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= obsolete technology +EXPIRATION_DATE= 2019-09-21 + BROKEN= unfetchable LIB_DEPENDS= libnetpbm.so:graphics/netpbm Modified: head/sysutils/bibelot/Makefile ============================================================================== --- head/sysutils/bibelot/Makefile Wed Aug 21 23:13:27 2019 (r509569) +++ head/sysutils/bibelot/Makefile Wed Aug 21 23:18:46 2019 (r509570) @@ -9,6 +9,9 @@ MASTER_SITES= SF/${PORTNAME}/Bibelot/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Formats and converts text documents into compressed PalmDoc .pdb files +DEPRECATED= obsolete technology +EXPIRATION_DATE= 2019-09-21 + USES= perl5 shebangfix NO_BUILD= yes Modified: head/sysutils/makeztxt/Makefile ============================================================================== --- head/sysutils/makeztxt/Makefile Wed Aug 21 23:13:27 2019 (r509569) +++ head/sysutils/makeztxt/Makefile Wed Aug 21 23:18:46 2019 (r509570) @@ -12,6 +12,9 @@ COMMENT= Command line utility to create GutenPalm's zT LICENSE= GPLv2 +DEPRECATED= obsolete technology +EXPIRATION_DATE= 2019-09-21 + PLIST_FILES= bin/makeztxt WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= gmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908212318.x7LNIkMF040908>