Retire port
This commit is contained in:
parent
735028c5e2
commit
b71f926ccb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185767
1
MOVED
1
MOVED
@ -2838,3 +2838,4 @@ textproc/ruby-rwv2||2007-02-18|Has expired: distfile disappeared and has no home
|
||||
net/happystats||2007-02-18|Has expired: Disappeared from the internet
|
||||
www/drupal-pubcookie||2007-02-19|Has expired: No maintainer
|
||||
lang/tcc||2007-02-19|Has expired: is unusable; tcc -run works, but little else
|
||||
www/p5-HTML||2007-02-23|Has expired: project no longer exists
|
||||
|
@ -629,7 +629,6 @@
|
||||
SUBDIR += p5-Flickr-Upload
|
||||
SUBDIR += p5-Gantry
|
||||
SUBDIR += p5-Geo-Caching
|
||||
SUBDIR += p5-HTML
|
||||
SUBDIR += p5-HTML-Breadcrumbs
|
||||
SUBDIR += p5-HTML-CalendarMonthSimple
|
||||
SUBDIR += p5-HTML-Chunks
|
||||
|
@ -1,31 +0,0 @@
|
||||
# New ports collection makefile for: p5-HTML
|
||||
# Date created: October 20th 1996
|
||||
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HTML
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= HTML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl5 module for writing HTML documents
|
||||
|
||||
DEPRECATED= project no longer exists
|
||||
EXPIRATION_DATE= 2006-11-16
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
@ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/HTML/
|
||||
@ ${INSTALL_DATA} ${WRKDIR}/HTML/Base.pm ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/HTML/
|
||||
@ ${INSTALL_DATA} ${WRKDIR}/html_base.pod ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (HTML-0.6.tar.gz) = 1804aa19b3f6bb355b82812543309425
|
||||
SHA256 (HTML-0.6.tar.gz) = 3c5d61bbaf254f136efc76338fa7db8f99e53e79661ba63805ec6b5cd421914c
|
||||
SIZE (HTML-0.6.tar.gz) = 25761
|
@ -1,10 +0,0 @@
|
||||
HTML::Base is an expansion module for PERL version 5 which
|
||||
provides an object-oriented way to build pages of HTML.
|
||||
It's purpose is to create HTML tags at the lowest level of
|
||||
functionality, that is to say, it creates HTML and doesn't
|
||||
do much else. Specifically, it does not provide any
|
||||
CGI-like services (see the CGI modules for that!).
|
||||
|
||||
Currently, the module supports all of the standard HTML
|
||||
2.0 tags, plus some selected tags from the proposed HTML
|
||||
3.0 standard, and some NetScapeisms.
|
@ -1,3 +0,0 @@
|
||||
%%SITE_PERL%%/HTML/Base.pm
|
||||
%%SITE_PERL%%/html_base.pod
|
||||
@dirrmtry %%SITE_PERL%%/HTML
|
Loading…
Reference in New Issue
Block a user