diff options
Diffstat (limited to 'devel/rubygem-webby')
-rw-r--r-- | devel/rubygem-webby/Makefile | 28 | ||||
-rw-r--r-- | devel/rubygem-webby/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-webby/pkg-descr | 12 |
3 files changed, 0 insertions, 42 deletions
diff --git a/devel/rubygem-webby/Makefile b/devel/rubygem-webby/Makefile deleted file mode 100644 index 3def3ac8af8e..000000000000 --- a/devel/rubygem-webby/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= webby -PORTVERSION= 0.9.4 -PORTREVISION= 2 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= zi@FreeBSD.org -COMMENT= Small website management system -WWW= https://rubygems.org/gems/webby - -LICENSE= MIT - -DEPRECATED= Deprecated upstream in 2011 -EXPIRATION_DATE=2025-04-30 - -RUN_DEPENDS= rubygem-bones>=2.5.0:devel/rubygem-bones \ - rubygem-directory_watcher>=1.1.2:devel/rubygem-directory_watcher \ - rubygem-hpricot>=0.6.0:www/rubygem-hpricot \ - rubygem-launchy>=0.3.2:devel/rubygem-launchy \ - rubygem-logging>=0.9.7:devel/rubygem-logging \ - rubygem-loquacious>=1.3.0:devel/rubygem-loquacious \ - rubygem-rspec>=1.2.2:devel/rubygem-rspec - -NO_ARCH= yes -USES= gem -PLIST_FILES= bin/webby bin/webby-gen - -.include <bsd.port.mk> diff --git a/devel/rubygem-webby/distinfo b/devel/rubygem-webby/distinfo deleted file mode 100644 index b323d4530a62..000000000000 --- a/devel/rubygem-webby/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/webby-0.9.4.gem) = 4955abc4ae94fd1c6242c5056183d574a8b90c1c3086de80f621417a9484b422 -SIZE (rubygem/webby-0.9.4.gem) = 344064 diff --git a/devel/rubygem-webby/pkg-descr b/devel/rubygem-webby/pkg-descr deleted file mode 100644 index 9812e6952677..000000000000 --- a/devel/rubygem-webby/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Webby is a fantastic little website management system. -It would be called a content management system if it -were a bigger kid. But, it's just a runt with a -special knack for transforming text. - -Webby works by combining the contents of a page with -a layout to produce HTML. The layout contains -everything common to all the pages HTML headers, -navigation menu, footer, etc. and the page -contains just the information for that page. You -can use your favorite markup language to write -your pages; Webby supports quite a few. |