From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 17:35:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 56839657626; Sat, 26 Jun 2021 17:35:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GC1Gk1zkLz3HP2; Sat, 26 Jun 2021 17:35:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C32422DE5; Sat, 26 Jun 2021 17:35:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15QHZArd028447; Sat, 26 Jun 2021 17:35:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QHZAGI028446; Sat, 26 Jun 2021 17:35:10 GMT (envelope-from git) Date: Sat, 26 Jun 2021 17:35:10 GMT Message-Id: <202106261735.15QHZAGI028446@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rene Ladan Subject: git: 15a22c0b815d - main - */*: Remove expired ports: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 15a22c0b815d89d5ca719e43305e6d9d38d2cc12 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 17:35:10 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=15a22c0b815d89d5ca719e43305e6d9d38d2cc12 commit 15a22c0b815d89d5ca719e43305e6d9d38d2cc12 Author: Rene Ladan AuthorDate: 2021-06-26 17:34:51 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 17:35:02 +0000 */*: Remove expired ports: 2020-12-31 devel/viewvc: Uses Python 2.7 which is EOLed upstream --- MOVED | 1 + devel/Makefile | 1 - devel/viewvc/Makefile | 69 --------------- devel/viewvc/distinfo | 3 - devel/viewvc/files/pkg-message.in | 74 ---------------- devel/viewvc/files/viewvc.in | 68 --------------- devel/viewvc/pkg-descr | 8 -- devel/viewvc/pkg-plist | 178 -------------------------------------- 8 files changed, 1 insertion(+), 401 deletions(-) diff --git a/MOVED b/MOVED index 3eed6d271a71..593a45f62ab7 100644 --- a/MOVED +++ b/MOVED @@ -16448,3 +16448,4 @@ audio/lxmusic||2021-06-26|Has expired: Uses EOL Python 2.7 via audio/xmms2 math/gringo||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream math/aspcud||2021-06-26|Has expired: Uses EOL Python 2.7 via math/gringo math/py-pyasp||2021-06-26|Has expired: Uses EOL Python 2.7 via math/gringo +devel/viewvc|devel/viewvc-devel|2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream diff --git a/devel/Makefile b/devel/Makefile index 24641620edb4..e4f7782fd531 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6978,7 +6978,6 @@ SUBDIR += vcglib SUBDIR += vera++ SUBDIR += vexcl - SUBDIR += viewvc SUBDIR += viewvc-devel SUBDIR += violet SUBDIR += vitables diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile deleted file mode 100644 index a75639ccfdab..000000000000 --- a/devel/viewvc/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# Created by: will - -PORTNAME= viewvc -DISTVERSION= 1.2.1 -PORTREVISION= 1 -CATEGORIES= devel python - -MAINTAINER= ports@FreeBSD.org -COMMENT= Web-based Version Control Repository Browsing - -CONFLICTS_INSTALL= py[23][6-8]-viewvc-1.3* - -LICENSE= BSD2CLAUSE - -USES= cpe python:2.7 -USE_GITHUB= yes -USE_RC_SUBR= viewvc - -NO_BUILD= yes -NO_OPTIONS_SORT= yes -OPTIONS_DEFINE= WEBSRV APMOD SVN -OPTIONS_DEFAULT= WEBSRV APACHE SVN - -OPTIONS_SINGLE= WEBSRV APMOD -OPTIONS_SINGLE_WEBSRV= APACHE LIGHTTPD -OPTIONS_SINGLE_APMOD= MODWSGI - -WEBSRV_DESC= Enable web server support -APMOD_DESC= depend on Apache module - -MODWSGI_DESC= Add mod_wsgi to the list of package dependencies - -APACHE_USE= APACHE_RUN=24+ -LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd -MODWSGI_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}mod_wsgi>=4.4.13:www/mod_wsgi4@${PY_FLAVOR} - -SVN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion-lts>=0:devel/py-subversion@${PY_FLAVOR} - -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pygments-25>=0.9:textproc/py-pygments-25@${PY_FLAVOR} - -.include - -SUB_FILES= pkg-message -SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ - ECHO=${ECHO} EGREP=${EGREP} TOUCH=${TOUCH} \ - CHOWN=${CHOWN} RM=${RM:Q} - -pre-everything:: -.if ${PORT_OPTIONS:MAPMOD} && !${PORT_OPTIONS:MAPACHE} -IGNORE= apache module needs Apache server, please re-run 'make config' then choose WEBSRV and APACHE -.endif - -post-patch: -.for i in cvsgraph.conf mimetypes.conf viewvc.conf - ${MV} ${WRKSRC}/conf/${i}.dist ${WRKSRC}/conf/${i}.sample - ${REINPLACE_CMD} -e '/"${i}"/d' ${WRKSRC}/viewvc-install -.endfor - ${REINPLACE_CMD} -e 's/conf.dist/conf.sample/g' \ - ${WRKSRC}/viewvc-install -# to much files, use own shebangfix - ${FIND} ${WRKSRC} -type f | ${GREP} -v -e 'png' -e 'images' \ - | ${XARGS} ${SED} -i '' \ - -e '1s|^\#![[:space:]]*/usr/bin/env python|\#!${PYTHON_CMD}|' \ - -e '1s|^\#![[:space:]]*/usr/bin/python|\#!${PYTHON_CMD}|' - -do-install: - @(cd ${WRKSRC} && ${PYTHON_CMD} viewvc-install --prefix=${PREFIX}/${PORTNAME} --destdir="${STAGEDIR}" --clean-mode=false) - -.include diff --git a/devel/viewvc/distinfo b/devel/viewvc/distinfo deleted file mode 100644 index f58c474a8fdd..000000000000 --- a/devel/viewvc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1587311591 -SHA256 (viewvc-viewvc-1.2.1_GH0.tar.gz) = 5fe1e16f986b51a2800d908683673b880684e90ae1611d98744187f0649634f5 -SIZE (viewvc-viewvc-1.2.1_GH0.tar.gz) = 361031 diff --git a/devel/viewvc/files/pkg-message.in b/devel/viewvc/files/pkg-message.in deleted file mode 100644 index e12163bc856d..000000000000 --- a/devel/viewvc/files/pkg-message.in +++ /dev/null @@ -1,74 +0,0 @@ -[ -{ type: install - message: < - WSGIRestrictSignal Off - - - - ScriptAlias "/viewvc" "%%PREFIX%%/viewvc/bin/cgi/viewvc.cgi" - - - - WSGIScriptAlias "/viewvc" "%%PREFIX%%/viewvc/bin/wsgi/viewvc.wsgi" - - - - Options NONE +ExecCGI - - - Example config lines for lighttpd - ================================= - server.modules = ( - "mod_alias", - "mod_access" - ) - - alias.url += ( "/viewvc" => "%%PREFIX%%/viewvc/bin/cgi" ) - - $HTTP["url"] =~ "^/viewvc/" { - index-file.names = ( "viewvc.cgi" ) - cgi.assign = ( - ".cgi" => "%%PYTHON_CMD%%", - ) - } -EOM -} -{ - type: upgrade - maximum_version: "1.2.1" - message: <&1 > /dev/null - if [ $? -eq 0 ]; then - %%ECHO%% "Please remove parameter -d from viewvc_flags" - %%ECHO%% - return 1 - fi -} - -viewvc_start() { - echo "Starting viewvc." - %%TOUCH%% ${pidfile} && %%CHOWN%% ${viewvc_user} ${pidfile} - /usr/sbin/daemon -cf -p ${pidfile} -u ${viewvc_user} ${standalone} ${viewvc_flags} -} - -viewvc_cleanup() { - [ -f ${pidfile} ] && %%RM%% ${pidfile} -} - -run_rc_command "$1" diff --git a/devel/viewvc/pkg-descr b/devel/viewvc/pkg-descr deleted file mode 100644 index 69e1fb0eee77..000000000000 --- a/devel/viewvc/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -ViewVC is a browser interface for CVS and Subversion version control -repositories. It generates templatized HTML to present navigable directory, -revision, and change log listings. It can display specific versions of files as -well as diffs between those versions. Basically, ViewVC provides the bulk of the -report-like functionality you expect out of your version control tool, but much -more prettily than the average textual command-line program output. - -WWW: http://www.viewvc.org/ diff --git a/devel/viewvc/pkg-plist b/devel/viewvc/pkg-plist deleted file mode 100644 index 8250de615db1..000000000000 --- a/devel/viewvc/pkg-plist +++ /dev/null @@ -1,178 +0,0 @@ -viewvc/bin/cgi/viewvc.cgi -viewvc/bin/cvsdbadmin -viewvc/bin/loginfo-handler -viewvc/bin/make-database -viewvc/bin/mod_python/.htaccess -viewvc/bin/mod_python/handler.py -viewvc/bin/mod_python/viewvc.py -viewvc/bin/standalone.py -viewvc/bin/svndbadmin -viewvc/bin/wsgi/viewvc.fcgi -viewvc/bin/wsgi/viewvc.wsgi -@sample viewvc/cvsgraph.conf.sample -viewvc/lib/accept.py -viewvc/lib/accept.pyc -viewvc/lib/blame.py -viewvc/lib/blame.pyc -viewvc/lib/common.py -viewvc/lib/common.pyc -viewvc/lib/compat_difflib.py -viewvc/lib/compat_difflib.pyc -viewvc/lib/compat_ndiff.py -viewvc/lib/compat_ndiff.pyc -viewvc/lib/config.py -viewvc/lib/config.pyc -viewvc/lib/cvsdb.py -viewvc/lib/cvsdb.pyc -viewvc/lib/dbi.py -viewvc/lib/dbi.pyc -viewvc/lib/debug.py -viewvc/lib/debug.pyc -viewvc/lib/ezt.py -viewvc/lib/ezt.pyc -viewvc/lib/idiff.py -viewvc/lib/idiff.pyc -viewvc/lib/popen.py -viewvc/lib/popen.pyc -viewvc/lib/sapi.py -viewvc/lib/sapi.pyc -viewvc/lib/vcauth/__init__.py -viewvc/lib/vcauth/__init__.pyc -viewvc/lib/vcauth/forbidden/__init__.py -viewvc/lib/vcauth/forbidden/__init__.pyc -viewvc/lib/vcauth/forbiddenre/__init__.py -viewvc/lib/vcauth/forbiddenre/__init__.pyc -viewvc/lib/vcauth/svnauthz/__init__.py -viewvc/lib/vcauth/svnauthz/__init__.pyc -viewvc/lib/vclib/__init__.py -viewvc/lib/vclib/__init__.pyc -viewvc/lib/vclib/ccvs/__init__.py -viewvc/lib/vclib/ccvs/__init__.pyc -viewvc/lib/vclib/ccvs/bincvs.py -viewvc/lib/vclib/ccvs/bincvs.pyc -viewvc/lib/vclib/ccvs/blame.py -viewvc/lib/vclib/ccvs/blame.pyc -viewvc/lib/vclib/ccvs/ccvs.py -viewvc/lib/vclib/ccvs/ccvs.pyc -viewvc/lib/vclib/ccvs/rcsparse/__init__.py -viewvc/lib/vclib/ccvs/rcsparse/__init__.pyc -viewvc/lib/vclib/ccvs/rcsparse/common.py -viewvc/lib/vclib/ccvs/rcsparse/common.pyc -viewvc/lib/vclib/ccvs/rcsparse/debug.py -viewvc/lib/vclib/ccvs/rcsparse/debug.pyc -viewvc/lib/vclib/ccvs/rcsparse/default.py -viewvc/lib/vclib/ccvs/rcsparse/default.pyc -viewvc/lib/vclib/ccvs/rcsparse/parse_rcs_file.py -viewvc/lib/vclib/ccvs/rcsparse/parse_rcs_file.pyc -viewvc/lib/vclib/ccvs/rcsparse/run-tests.py -viewvc/lib/vclib/ccvs/rcsparse/run-tests.pyc -viewvc/lib/vclib/ccvs/rcsparse/test-data/default,v -viewvc/lib/vclib/ccvs/rcsparse/test-data/default.out -viewvc/lib/vclib/ccvs/rcsparse/test-data/empty-file,v -viewvc/lib/vclib/ccvs/rcsparse/test-data/empty-file.out -viewvc/lib/vclib/ccvs/rcsparse/texttools.py -viewvc/lib/vclib/ccvs/rcsparse/texttools.pyc -viewvc/lib/vclib/svn/__init__.py -viewvc/lib/vclib/svn/__init__.pyc -viewvc/lib/vclib/svn/svn_ra.py -viewvc/lib/vclib/svn/svn_ra.pyc -viewvc/lib/vclib/svn/svn_repos.py -viewvc/lib/vclib/svn/svn_repos.pyc -viewvc/lib/viewvc.py -viewvc/lib/viewvc.pyc -viewvc/lib/win32popen.py -viewvc/lib/win32popen.pyc -@sample viewvc/mimetypes.conf.sample -viewvc/templates/classic/diff.ezt -viewvc/templates/classic/dir_new.ezt -viewvc/templates/classic/directory.ezt -viewvc/templates/classic/docroot/help.css -viewvc/templates/classic/docroot/help_dirview.html -viewvc/templates/classic/docroot/help_log.html -viewvc/templates/classic/docroot/help_rootview.html -viewvc/templates/classic/docroot/images/annotate.png -viewvc/templates/classic/docroot/images/back.png -viewvc/templates/classic/docroot/images/back_small.png -viewvc/templates/classic/docroot/images/binary.png -viewvc/templates/classic/docroot/images/broken.png -viewvc/templates/classic/docroot/images/chalk.jpg -viewvc/templates/classic/docroot/images/cvsgraph_16x16.png -viewvc/templates/classic/docroot/images/cvsgraph_32x32.png -viewvc/templates/classic/docroot/images/diff.png -viewvc/templates/classic/docroot/images/dir.png -viewvc/templates/classic/docroot/images/down.png -viewvc/templates/classic/docroot/images/download.png -viewvc/templates/classic/docroot/images/favicon.ico -viewvc/templates/classic/docroot/images/feed-icon-16x16.jpg -viewvc/templates/classic/docroot/images/forward.png -viewvc/templates/classic/docroot/images/image.png -viewvc/templates/classic/docroot/images/list.png -viewvc/templates/classic/docroot/images/lock.png -viewvc/templates/classic/docroot/images/log.png -viewvc/templates/classic/docroot/images/text.png -viewvc/templates/classic/docroot/images/up.png -viewvc/templates/classic/docroot/images/view.png -viewvc/templates/classic/docroot/images/viewvc-logo.png -viewvc/templates/classic/docroot/styles.css -viewvc/templates/classic/error.ezt -viewvc/templates/classic/file.ezt -viewvc/templates/classic/graph.ezt -viewvc/templates/classic/include/diff_display.ezt -viewvc/templates/classic/include/diff_form.ezt -viewvc/templates/classic/include/dir_footer.ezt -viewvc/templates/classic/include/dir_header.ezt -viewvc/templates/classic/include/file_header.ezt -viewvc/templates/classic/include/footer.ezt -viewvc/templates/classic/include/header.ezt -viewvc/templates/classic/include/log_footer.ezt -viewvc/templates/classic/include/log_header.ezt -viewvc/templates/classic/include/paging.ezt -viewvc/templates/classic/include/pathrev_form.ezt -viewvc/templates/classic/include/props.ezt -viewvc/templates/classic/include/sort.ezt -viewvc/templates/classic/log.ezt -viewvc/templates/classic/log_table.ezt -viewvc/templates/classic/query_form.ezt -viewvc/templates/classic/query_results.ezt -viewvc/templates/classic/revision.ezt -viewvc/templates/classic/roots.ezt -viewvc/templates/classic/rss.ezt -viewvc/templates/default/diff.ezt -viewvc/templates/default/directory.ezt -viewvc/templates/default/docroot/help.css -viewvc/templates/default/docroot/help_dirview.html -viewvc/templates/default/docroot/help_log.html -viewvc/templates/default/docroot/help_rootview.html -viewvc/templates/default/docroot/images/back.png -viewvc/templates/default/docroot/images/back_small.png -viewvc/templates/default/docroot/images/binary.png -viewvc/templates/default/docroot/images/broken.png -viewvc/templates/default/docroot/images/cvs-logo.png -viewvc/templates/default/docroot/images/dir.png -viewvc/templates/default/docroot/images/down.png -viewvc/templates/default/docroot/images/feed-icon-16x16.jpg -viewvc/templates/default/docroot/images/forward.png -viewvc/templates/default/docroot/images/image.png -viewvc/templates/default/docroot/images/lock-icon.gif -viewvc/templates/default/docroot/images/svn-logo.png -viewvc/templates/default/docroot/images/text.png -viewvc/templates/default/docroot/images/up.png -viewvc/templates/default/docroot/images/viewvc-logo.png -viewvc/templates/default/docroot/scripts.js -viewvc/templates/default/docroot/styles.css -viewvc/templates/default/error.ezt -viewvc/templates/default/file.ezt -viewvc/templates/default/graph.ezt -viewvc/templates/default/include/diff_display.ezt -viewvc/templates/default/include/diff_form.ezt -viewvc/templates/default/include/footer.ezt -viewvc/templates/default/include/header.ezt -viewvc/templates/default/include/pathrev_form.ezt -viewvc/templates/default/include/props.ezt -viewvc/templates/default/log.ezt -viewvc/templates/default/query_form.ezt -viewvc/templates/default/query_results.ezt -viewvc/templates/default/revision.ezt -viewvc/templates/default/roots.ezt -viewvc/templates/default/rss.ezt -@sample viewvc/viewvc.conf.sample