diff options
author | ahze <ahze@FreeBSD.org> | 2007-02-24 06:29:13 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-02-24 06:29:13 +0800 |
commit | 3b447f0445e127d27ee8d558618632d1dadf8439 (patch) | |
tree | 0d757bed08f4377599271c8c187a8a2facbaca41 | |
parent | 4799e4f94b217a3bf783f3086a193217df3ef1b1 (diff) | |
download | freebsd-ports-gnome-3b447f0445e127d27ee8d558618632d1dadf8439.tar.gz freebsd-ports-gnome-3b447f0445e127d27ee8d558618632d1dadf8439.tar.zst freebsd-ports-gnome-3b447f0445e127d27ee8d558618632d1dadf8439.zip |
Retire port
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-HTML/Makefile | 31 | ||||
-rw-r--r-- | www/p5-HTML/distinfo | 3 | ||||
-rw-r--r-- | www/p5-HTML/pkg-descr | 10 | ||||
-rw-r--r-- | www/p5-HTML/pkg-plist | 3 |
6 files changed, 1 insertions, 48 deletions
@@ -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 diff --git a/www/Makefile b/www/Makefile index df3126348776..d947fff1e07d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/p5-HTML/Makefile b/www/p5-HTML/Makefile deleted file mode 100644 index a0124b0b6fd6..000000000000 --- a/www/p5-HTML/Makefile +++ /dev/null @@ -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> diff --git a/www/p5-HTML/distinfo b/www/p5-HTML/distinfo deleted file mode 100644 index 7dfd6ea5422a..000000000000 --- a/www/p5-HTML/distinfo +++ /dev/null @@ -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 diff --git a/www/p5-HTML/pkg-descr b/www/p5-HTML/pkg-descr deleted file mode 100644 index 98cf1acfb3e7..000000000000 --- a/www/p5-HTML/pkg-descr +++ /dev/null @@ -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. diff --git a/www/p5-HTML/pkg-plist b/www/p5-HTML/pkg-plist deleted file mode 100644 index 3aec0929dc33..000000000000 --- a/www/p5-HTML/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%SITE_PERL%%/HTML/Base.pm -%%SITE_PERL%%/html_base.pod -@dirrmtry %%SITE_PERL%%/HTML |