aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-12-18 08:28:27 +0000
committerRene Ladan <rene@FreeBSD.org>2023-12-18 08:28:27 +0000
commit7940a6449cbdca8438a771e89f808e8b60180c0e (patch)
tree413ecb37017c2d8cbd379c7c9f69d23b1b920895
parent8975e4dd40296362d8d0f3bb837a1b24ebeb2581 (diff)
downloadports-7940a64.tar.gz
ports-7940a64.zip
www/yanopaste: Remove expired port
2023-12-18 www/yanopaste: Last upstream release was in 2011
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/yanopaste/Makefile35
-rw-r--r--www/yanopaste/distinfo2
-rw-r--r--www/yanopaste/files/pkg-message.in16
-rw-r--r--www/yanopaste/pkg-descr4
-rw-r--r--www/yanopaste/pkg-plist153
7 files changed, 1 insertions, 211 deletions
diff --git a/MOVED b/MOVED
index ffb3a39e1711..69d97eaf403f 100644
--- a/MOVED
+++ b/MOVED
@@ -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
diff --git a/www/Makefile b/www/Makefile
index 84a5eadfcf45..fa26921d973b 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2507,7 +2507,6 @@
SUBDIR += xoops
SUBDIR += xsp
SUBDIR += yabb
- SUBDIR += yanopaste
SUBDIR += yarn
SUBDIR += yarn-node16
SUBDIR += yarn-node18
diff --git a/www/yanopaste/Makefile b/www/yanopaste/Makefile
deleted file mode 100644
index 04cb28aaf790..000000000000
--- a/www/yanopaste/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-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>
diff --git a/www/yanopaste/distinfo b/www/yanopaste/distinfo
deleted file mode 100644
index f235a4d07395..000000000000
--- a/www/yanopaste/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (yanopaste-1.3.0.tar.gz) = 66de09e908114d966c30e22368d6e740c33314811c5a2352f3ab30b6db05dc89
-SIZE (yanopaste-1.3.0.tar.gz) = 487082
diff --git a/www/yanopaste/files/pkg-message.in b/www/yanopaste/files/pkg-message.in
deleted file mode 100644
index 4c9ee0cea088..000000000000
--- a/www/yanopaste/files/pkg-message.in
+++ /dev/null
@@ -1,16 +0,0 @@
-[
-{ 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
-}
-]
diff --git a/www/yanopaste/pkg-descr b/www/yanopaste/pkg-descr
deleted file mode 100644
index db55bc608fe3..000000000000
--- a/www/yanopaste/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Yet Another Nopaste is a PHP implementation of nopaste, allowing copy / paste
-of piece of code from numerous language to share it using a simple URL,
-optionally protected using a password. It uses GeSHi as highlighter back-end.
-It does not use database.
diff --git a/www/yanopaste/pkg-plist b/www/yanopaste/pkg-plist
deleted file mode 100644
index a35492571ece..000000000000
--- a/www/yanopaste/pkg-plist
+++ /dev/null
@@ -1,153 +0,0 @@
-%%WWWDIR%%/ClassParseResult.php
-%%WWWDIR%%/ClassParseSave.php
-%%WWWDIR%%/INSTALL
-%%WWWDIR%%/LICENSE
-%%WWWDIR%%/common.js
-%%WWWDIR%%/config.php.sample
-%%WWWDIR%%/functions.php
-%%WWWDIR%%/header.jpg
-%%WWWDIR%%/includes/geshi/abap.php
-%%WWWDIR%%/includes/geshi/actionscript.php
-%%WWWDIR%%/includes/geshi/actionscript3.php
-%%WWWDIR%%/includes/geshi/ada.php
-%%WWWDIR%%/includes/geshi/apache.php
-%%WWWDIR%%/includes/geshi/applescript.php
-%%WWWDIR%%/includes/geshi/apt_sources.php
-%%WWWDIR%%/includes/geshi/asm.php
-%%WWWDIR%%/includes/geshi/asp.php
-%%WWWDIR%%/includes/geshi/autoit.php
-%%WWWDIR%%/includes/geshi/avisynth.php
-%%WWWDIR%%/includes/geshi/bash.php
-%%WWWDIR%%/includes/geshi/basic4gl.php
-%%WWWDIR%%/includes/geshi/bf.php
-%%WWWDIR%%/includes/geshi/bibtex.php
-%%WWWDIR%%/includes/geshi/blitzbasic.php
-%%WWWDIR%%/includes/geshi/bnf.php
-%%WWWDIR%%/includes/geshi/boo.php
-%%WWWDIR%%/includes/geshi/c.php
-%%WWWDIR%%/includes/geshi/c_mac.php
-%%WWWDIR%%/includes/geshi/caddcl.php
-%%WWWDIR%%/includes/geshi/cadlisp.php
-%%WWWDIR%%/includes/geshi/cfdg.php
-%%WWWDIR%%/includes/geshi/cfm.php
-%%WWWDIR%%/includes/geshi/cil.php
-%%WWWDIR%%/includes/geshi/cmake.php
-%%WWWDIR%%/includes/geshi/cobol.php
-%%WWWDIR%%/includes/geshi/cpp-qt.php
-%%WWWDIR%%/includes/geshi/cpp.php
-%%WWWDIR%%/includes/geshi/csharp.php
-%%WWWDIR%%/includes/geshi/css.php
-%%WWWDIR%%/includes/geshi/d.php
-%%WWWDIR%%/includes/geshi/dcs.php
-%%WWWDIR%%/includes/geshi/delphi.php
-%%WWWDIR%%/includes/geshi/diff.php
-%%WWWDIR%%/includes/geshi/div.php
-%%WWWDIR%%/includes/geshi/dos.php
-%%WWWDIR%%/includes/geshi/dot.php
-%%WWWDIR%%/includes/geshi/eiffel.php
-%%WWWDIR%%/includes/geshi/email.php
-%%WWWDIR%%/includes/geshi/erlang.php
-%%WWWDIR%%/includes/geshi/fo.php
-%%WWWDIR%%/includes/geshi/fortran.php
-%%WWWDIR%%/includes/geshi/freebasic.php
-%%WWWDIR%%/includes/geshi/genero.php
-%%WWWDIR%%/includes/geshi/gettext.php
-%%WWWDIR%%/includes/geshi/glsl.php
-%%WWWDIR%%/includes/geshi/gml.php
-%%WWWDIR%%/includes/geshi/gnuplot.php
-%%WWWDIR%%/includes/geshi/groovy.php
-%%WWWDIR%%/includes/geshi/haskell.php
-%%WWWDIR%%/includes/geshi/hq9plus.php
-%%WWWDIR%%/includes/geshi/html4strict.php
-%%WWWDIR%%/includes/geshi/idl.php
-%%WWWDIR%%/includes/geshi/ini.php
-%%WWWDIR%%/includes/geshi/inno.php
-%%WWWDIR%%/includes/geshi/intercal.php
-%%WWWDIR%%/includes/geshi/io.php
-%%WWWDIR%%/includes/geshi/java.php
-%%WWWDIR%%/includes/geshi/java5.php
-%%WWWDIR%%/includes/geshi/javascript.php
-%%WWWDIR%%/includes/geshi/kixtart.php
-%%WWWDIR%%/includes/geshi/klonec.php
-%%WWWDIR%%/includes/geshi/klonecpp.php
-%%WWWDIR%%/includes/geshi/latex.php
-%%WWWDIR%%/includes/geshi/lisp.php
-%%WWWDIR%%/includes/geshi/locobasic.php
-%%WWWDIR%%/includes/geshi/lolcode.php
-%%WWWDIR%%/includes/geshi/lotusformulas.php
-%%WWWDIR%%/includes/geshi/lotusscript.php
-%%WWWDIR%%/includes/geshi/lscript.php
-%%WWWDIR%%/includes/geshi/lsl2.php
-%%WWWDIR%%/includes/geshi/lua.php
-%%WWWDIR%%/includes/geshi/m68k.php
-%%WWWDIR%%/includes/geshi/make.php
-%%WWWDIR%%/includes/geshi/matlab.php
-%%WWWDIR%%/includes/geshi/mirc.php
-%%WWWDIR%%/includes/geshi/modula3.php
-%%WWWDIR%%/includes/geshi/mpasm.php
-%%WWWDIR%%/includes/geshi/mxml.php
-%%WWWDIR%%/includes/geshi/mysql.php
-%%WWWDIR%%/includes/geshi/nsis.php
-%%WWWDIR%%/includes/geshi/oberon2.php
-%%WWWDIR%%/includes/geshi/objc.php
-%%WWWDIR%%/includes/geshi/ocaml-brief.php
-%%WWWDIR%%/includes/geshi/ocaml.php
-%%WWWDIR%%/includes/geshi/oobas.php
-%%WWWDIR%%/includes/geshi/oracle11.php
-%%WWWDIR%%/includes/geshi/oracle8.php
-%%WWWDIR%%/includes/geshi/pascal.php
-%%WWWDIR%%/includes/geshi/per.php
-%%WWWDIR%%/includes/geshi/perl.php
-%%WWWDIR%%/includes/geshi/php-brief.php
-%%WWWDIR%%/includes/geshi/php.php
-%%WWWDIR%%/includes/geshi/pic16.php
-%%WWWDIR%%/includes/geshi/pixelbender.php
-%%WWWDIR%%/includes/geshi/plsql.php
-%%WWWDIR%%/includes/geshi/povray.php
-%%WWWDIR%%/includes/geshi/powershell.php
-%%WWWDIR%%/includes/geshi/progress.php
-%%WWWDIR%%/includes/geshi/prolog.php
-%%WWWDIR%%/includes/geshi/properties.php
-%%WWWDIR%%/includes/geshi/providex.php
-%%WWWDIR%%/includes/geshi/python.php
-%%WWWDIR%%/includes/geshi/qbasic.php
-%%WWWDIR%%/includes/geshi/rails.php
-%%WWWDIR%%/includes/geshi/rebol.php
-%%WWWDIR%%/includes/geshi/reg.php
-%%WWWDIR%%/includes/geshi/robots.php
-%%WWWDIR%%/includes/geshi/ruby.php
-%%WWWDIR%%/includes/geshi/sas.php
-%%WWWDIR%%/includes/geshi/scala.php
-%%WWWDIR%%/includes/geshi/scheme.php
-%%WWWDIR%%/includes/geshi/scilab.php
-%%WWWDIR%%/includes/geshi/sdlbasic.php
-%%WWWDIR%%/includes/geshi/smalltalk.php
-%%WWWDIR%%/includes/geshi/smarty.php
-%%WWWDIR%%/includes/geshi/sql.php
-%%WWWDIR%%/includes/geshi/tcl.php
-%%WWWDIR%%/includes/geshi/teraterm.php
-%%WWWDIR%%/includes/geshi/text.php
-%%WWWDIR%%/includes/geshi/thinbasic.php
-%%WWWDIR%%/includes/geshi/tsql.php
-%%WWWDIR%%/includes/geshi/typoscript.php
-%%WWWDIR%%/includes/geshi/vb.php
-%%WWWDIR%%/includes/geshi/vbnet.php
-%%WWWDIR%%/includes/geshi/verilog.php
-%%WWWDIR%%/includes/geshi/vhdl.php
-%%WWWDIR%%/includes/geshi/vim.php
-%%WWWDIR%%/includes/geshi/visualfoxpro.php
-%%WWWDIR%%/includes/geshi/visualprolog.php
-%%WWWDIR%%/includes/geshi/whitespace.php
-%%WWWDIR%%/includes/geshi/whois.php
-%%WWWDIR%%/includes/geshi/winbatch.php
-%%WWWDIR%%/includes/geshi/xml.php
-%%WWWDIR%%/includes/geshi/xorg_conf.php
-%%WWWDIR%%/includes/geshi/xpp.php
-%%WWWDIR%%/includes/geshi/z80.php
-%%WWWDIR%%/includes/geshi.VERSION
-%%WWWDIR%%/includes/geshi.php
-%%WWWDIR%%/index.php
-%%WWWDIR%%/screen.css
-%%WWWDIR%%/upgrade.php
-@postexec touch %D/%%WWWDIR%%/config.php;chown www %D/%%WWWDIR%%/config.php
-@postunexec if [ ! -s %D/%%WWWDIR%%/config.php ];then rm -f %D/%%WWWDIR%%/config.php;fi