1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Vimana is an easy to use system for searching, downloading, and

installing vim scripts.

Vimana provides a command-line interface much like the aptitude
program on Debian Linux, for you to search, download, install, and
upgrade scripts from http://www.vim.org/ (vimonline site).

WWW:    http://search.cpan.org/dist/Vimana/

PR:		ports/138158
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
This commit is contained in:
Greg Larkin 2009-11-03 22:37:56 +00:00
parent 14e841f399
commit cdd1dee6f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243725
5 changed files with 82 additions and 0 deletions

View File

@ -172,6 +172,7 @@
SUBDIR += openoffice.org-3-devel
SUBDIR += openoffice.org-vcltesttool
SUBDIR += p5-Padre
SUBDIR += p5-Vimana
SUBDIR += pdfedit
SUBDIR += pico-alpine
SUBDIR += poedit

View File

@ -0,0 +1,44 @@
# New ports collection makefile for: p5-Vimana
# Date created: 2009-08-25
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Vimana
PORTVERSION= 0.09
CATEGORIES= editors perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/C/CO/CORNELIUS
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Vim script manager
RUN_DEPENDS:= ${BUILD_DEPENDS}
BUILD_DEPENDS= vim>=0:${PORTSDIR}/editors/vim \
p5-App-CLI>=0.08:${PORTSDIR}/devel/p5-App-CLI \
p5-Archive-Any>=0:${PORTSDIR}/archivers/p5-Archive-Any \
p5-Cache>=2.04:${PORTSDIR}/devel/p5-Cache \
p5-File-Copy-Recursive>=0.38:${PORTSDIR}/devel/p5-File-Copy-Recursive \
p5-File-Find-Rule>=0.30:${PORTSDIR}/devel/p5-File-Find-Rule \
p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path \
p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type \
p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \
p5-URI>=1.37:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite
PERL_CONFIGURE= yes
MAN1= vimana.1
MAN3= Vimana.3 \
Vimana::AutoInstall.3 \
Vimana::Command::Install.3 \
Vimana::Index.3 \
Vimana::Logger.3 \
Vimana::Manual.3 \
Vimana::PackageFile.3 \
Vimana::Util.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Vimana-0.09.tar.gz) = d6d3ecd1715fab03cea28404e84e338d
SHA256 (Vimana-0.09.tar.gz) = 0340e47cef495d0f3314eb08ba75fa832cdfc2fadcaaccab9c1e5a89c70c823a
SIZE (Vimana-0.09.tar.gz) = 35406

View File

@ -0,0 +1,8 @@
Vimana is an easy to use system for searching, downloading, and
installing vim scripts.
Vimana provides a command-line interface much like the aptitude
program on Debian Linux, for you to search, download, install, and
upgrade scripts from http://www.vim.org/ (vimonline site).
WWW: http://search.cpan.org/dist/Vimana/

View File

@ -0,0 +1,26 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Vimana/.packlist
%%SITE_PERL%%/Vimana.pm
%%SITE_PERL%%/Vimana/AutoInstall.pm
%%SITE_PERL%%/Vimana/Command.pm
%%SITE_PERL%%/Vimana/Command/Download.pm
%%SITE_PERL%%/Vimana/Command/Info.pm
%%SITE_PERL%%/Vimana/Command/Install.pm
%%SITE_PERL%%/Vimana/Command/Search.pm
%%SITE_PERL%%/Vimana/Command/Update.pm
%%SITE_PERL%%/Vimana/Command/Upgrade.pm
%%SITE_PERL%%/Vimana/Index.pm
%%SITE_PERL%%/Vimana/Logger.pm
%%SITE_PERL%%/Vimana/Manual.pm
%%SITE_PERL%%/Vimana/PackageFile.pm
%%SITE_PERL%%/Vimana/PortInstall.pm
%%SITE_PERL%%/Vimana/Util.pm
%%SITE_PERL%%/Vimana/VimOnline.pm
%%SITE_PERL%%/Vimana/VimOnline/ScriptPage.pm
%%SITE_PERL%%/Vimana/VimOnline/Search.pm
%%SITE_PERL%%/Vimana/VimballInstall.pm
bin/vimana
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Vimana
@dirrm %%SITE_PERL%%/Vimana/VimOnline
@dirrm %%SITE_PERL%%/Vimana/Command
@dirrm %%SITE_PERL%%/Vimana