Commit 7940a644 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/yanopaste: Remove expired port

2023-12-18 www/yanopaste: Last upstream release was in 2011
parent 8975e4dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8182,3 +8182,4 @@ devel/py-astroid253|devel/py-astroid|2023-12-14|Remove obsoleted port. Use devel
mail/imap-uw|mail/panda-imap|2023-12-16|Has expired: Last upstream release was in 2007 so use the fork mail/panda-imap
mail/mailsync||2023-12-16|Has expired: Depends on outdated mail/cclient
mail/cclient|mail/panda-cclient|2023-12-16|Has expired: Last upstream release was in 2007 so use the fork mail/panda-cclient
www/yanopaste||2023-12-18|Has expired: Last upstream release was in 2011
+0 −1
Original line number Diff line number Diff line
@@ -2507,7 +2507,6 @@
    SUBDIR += xoops
    SUBDIR += xsp
    SUBDIR += yabb
    SUBDIR += yanopaste
    SUBDIR += yarn
    SUBDIR += yarn-node16
    SUBDIR += yarn-node18

www/yanopaste/Makefile

deleted100644 → 0
+0 −35
Original line number Diff line number Diff line
PORTNAME=	yanopaste
PORTVERSION=	1.3.0
PORTREVISION=	2
CATEGORIES=	www
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Yet Another Nopaste
WWW=		https://sourceforge.net/projects/yanopaste/

DEPRECATED=	Last upstream release was in 2011
EXPIRATION_DATE=	2023-12-18

USES+=		php
USE_PHP=	xsl session xmlwriter xmlreader

NO_BUILD=	yes
SUB_FILES=	pkg-message

post-patch:
	${FIND} ${WRKSRC} -name .svn -type d | ${XARGS} ${RM} -r

do-install:
	@${MKDIR} ${STAGEDIR}${WWWDIR}
	${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}

create-plist:
	@${FIND} -s ${WRKSRC}/${file} -not -type d \
		| ${SED} -e 's,^${WRKSRC},%%WWWDIR%%,' > ${PLIST}
	@${ECHO_CMD} '@postexec touch %D/%%WWWDIR%%/config.php;chown ${WWWOWN} %D/%%WWWDIR%%/config.php' >> ${PLIST}
	@${ECHO_CMD} '@postunexec if [ ! -s %D/%%WWWDIR%%/config.php ];then rm -f %D/%%WWWDIR%%/config.php;fi' >> ${PLIST}
	@${FIND} -ds ${WRKSRC}/${file} -type d -empty \
	| ${SED} -e 's,^${WRKSRC},@dir %%WWWDIR%%,' >> ${PLIST}

.include <bsd.port.mk>

www/yanopaste/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (yanopaste-1.3.0.tar.gz) = 66de09e908114d966c30e22368d6e740c33314811c5a2352f3ab30b6db05dc89
SIZE (yanopaste-1.3.0.tar.gz) = 487082
+0 −16
Original line number Diff line number Diff line
[
{ type: install
  message: <<EOM
yanopaste has been installed into:

    %%WWWDIR%%

You will probably want to add an alias to your httpd.conf file,
somethinglike this:

        Alias /yanopaste "%%WWWDIR%%"

And restart Apache.
EOM
}
]
Loading