1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

Remove expired ports:

2015-10-22 misc/ruby-progressbar: Abandoned upstream, superseded by devel/rubygem-ruby-progressbar
2015-10-24 www/twig: Upstream vanished, php3 and php4 are long unsupported
This commit is contained in:
Rene Ladan 2015-10-25 00:24:23 +00:00
parent 9e4f8bdd8b
commit 9355e0fe63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400143
11 changed files with 2 additions and 1948 deletions

2
MOVED
View File

@ -7897,3 +7897,5 @@ devel/rubygem-listen2||2015-10-20|Has expired: not used by other ports anymore
devel/cloudabi-binutils|devel/cloudabi-binutils-x86_64|2015-10-21|CloudABI now supports aarch64 as well
net/ntp-rc|net/ntp|2015-10-21|ntp-4.2.8p4 has gone GA
x11-wm/clementine|x11-wm/clementine-wm|2015-10-23|add suffix so the port is not mixed up with audio/clementine-player
www/twig||2015-10-25|Has expired: Upstream vanished, php3 and php4 are long unsupported
misc/ruby-progressbar|devel/rubygem-ruby-progressbar|2015-10-25|Has expired: Abandoned upstream, superseded by devel/rubygem-ruby-progressbar

View File

@ -396,7 +396,6 @@
SUBDIR += rname
SUBDIR += rpl
SUBDIR += rtfm
SUBDIR += ruby-progressbar
SUBDIR += rubygem-dotenv
SUBDIR += rubygem-iesd
SUBDIR += rubygem-mime-types

View File

@ -1,34 +0,0 @@
# Created by: TAKATSU Tomonari <tota@rtfm.jp>
# $FreeBSD$
PORTNAME= progressbar
PORTVERSION= 0.9
PORTREVISION= 1
CATEGORIES= misc ruby
MASTER_SITES= http://0xcc.net/ruby-progressbar/ \
LOCAL/tota/progressbar
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Text progress bar library for Ruby
DEPRECATED= Abandoned upstream, superseded by devel/rubygem-ruby-progressbar
EXPIRATION_DATE= 2015-10-22
CONFLICTS_INSTALL= rubygem-ruby-progressbar-*
USE_RUBY= yes
NO_BUILD= yes
RUBY_RD_FILES= progressbar.en.rd progressbar.ja.rd
DOCS= ChangeLog ${RUBY_RD_FILES}
OPTIONS_DEFINE= DOCS
do-install:
${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}
${INSTALL_DATA} ${INSTALL_WRKSRC}/${PORTNAME}.rb ${STAGEDIR}${RUBY_SITELIBDIR}
${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
cd ${INSTALL_WRKSRC}; ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${RUBY_MODDOCDIR}
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (ruby-progressbar-0.9.tar.gz) = f2ea4a03fafdfc55ac52e84664167a288ee63f80591392e89fe8925024110551
SIZE (ruby-progressbar-0.9.tar.gz) = 5580

View File

@ -1,5 +0,0 @@
Ruby/ProgressBar is a text progress bar library for Ruby.
It can indicate progress with percentage, a progress bar,
and estimated remaining time.
WWW: http://0xcc.net/ruby-progressbar/index.html.en

View File

@ -1,4 +0,0 @@
%%RUBY_SITELIBDIR%%/progressbar.rb
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/progressbar.en.rd
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/progressbar.ja.rd

View File

@ -2148,7 +2148,6 @@
SUBDIR += trytond28_google_maps
SUBDIR += tt-rss
SUBDIR += ttf2eot
SUBDIR += twig
SUBDIR += twiki
SUBDIR += twiki-BehaviourContrib
SUBDIR += twiki-BlogAddOn

View File

@ -1,47 +0,0 @@
# $FreeBSD$
PORTNAME= twig
PORTVERSION= 2.8.3
PORTREVISION= 2
CATEGORIES= www mail
MASTER_SITES= ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Web Based Email Client and Scheduler
DEPRECATED= Upstream vanished, php3 and php4 are long unsupported
EXPIRATION_DATE= 2015-10-24
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
.if !defined(WITHOUT_PHP_DEPENDS)
USE_PHP= ctype imap openssl pgsql pcre posix session tokenizer xml zlib
.endif
NO_BUILD= yes
USES= shebangfix
SHEBANG_FILES= features/schedule/reminders.php3
PLIST_SUB+= TWIG=${TWIG}
ROOTFILES= index.php test.php goto.php
CONFFILES= .htaccess mailfooter.inc.php3.sample
USERFILES= announcements.inc.php3 config.inc.php3 dbconfig.inc.php3 \
defaults.inc.php3 footer.inc.php3 header.inc.php3 \
images.inc.php3 login.footer.inc.php3 login.form.php3 \
login.header.inc.php3 mainmenu.inc.php3 newusergroups.inc.php3
TWIG?= www/twig
do-install:
-${MKDIR} ${STAGEDIR}${PREFIX}/${TWIG}/config
(cd ${WRKSRC} && ${CP} ${ROOTFILES} ${STAGEDIR}${PREFIX}/${TWIG}/ )
(cd ${WRKSRC} && ${CP} -R features ${STAGEDIR}${PREFIX}/${TWIG}/ )
(cd ${WRKSRC} && ${CP} -R images ${STAGEDIR}${PREFIX}/${TWIG}/ )
(cd ${WRKSRC} && ${CP} -R lib ${STAGEDIR}${PREFIX}/${TWIG}/ )
(cd ${WRKSRC}/config && ${CP} ${CONFFILES} ${STAGEDIR}${PREFIX}/${TWIG}/config/ )
.for i in ${USERFILES}
${CP} ${WRKSRC}/config/${i} ${STAGEDIR}${PREFIX}/${TWIG}/config/${i}-dist
.endfor
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (twig-2.8.3.tar.gz) = 71c51c289f2a2fe24ccbe001be014cdccc95c531f15423e6036f085bb01133e8
SIZE (twig-2.8.3.tar.gz) = 1440449

View File

@ -1,9 +0,0 @@
TWIG is a Web-based groupware suite written in PHP, compatible with both
PHP3 and PHP4. Its features include IMAP and POP3 email, Usenet newsgroups,
contact management, scheduling, shared notes and bookmarks, a todo list,
and meeting announcements. Any piece of information can be shared with others
via group oriented access controls. By using only plain HTML, it is a simple,
cross-platform, fast and browser-independent way to access or share almost
any kind of information, without the complexity or costs of other
intranet/groupware packages. It is fully internationalized, with 22
translations.

File diff suppressed because it is too large Load Diff