mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
A Perl interface to the web site notlong.com. Notlong.com simply
maintains a database of long URLs, each of which has a unique identifier. WWW: http://search.cpan.org/dist/WWW-Shorten-NotLong/ PR: ports/140856 Submitted by: Sahil Tandon <sahil at tandon.net>
This commit is contained in:
parent
d29f9efe58
commit
201645c25d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246627
@ -1175,6 +1175,7 @@
|
||||
SUBDIR += p5-WWW-Shorten-0rz
|
||||
SUBDIR += p5-WWW-Shorten-Bitly
|
||||
SUBDIR += p5-WWW-Shorten-KUSO
|
||||
SUBDIR += p5-WWW-Shorten-NotLong
|
||||
SUBDIR += p5-WWW-Shorten-isgd
|
||||
SUBDIR += p5-WWW-SourceForge
|
||||
SUBDIR += p5-WWW-Spinn3r
|
||||
|
26
www/p5-WWW-Shorten-NotLong/Makefile
Normal file
26
www/p5-WWW-Shorten-NotLong/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-WWW-Shorten-NotLong
|
||||
# Date created: November 24 2009
|
||||
# Whom: Sahil Tandon <sahil@tandon.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= WWW-Shorten-NotLong
|
||||
PORTVERSION= 2.00
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sahil@tandon.net
|
||||
COMMENT= A Perl interface to the web site notlong.com
|
||||
|
||||
BUILD_DEPENDS= p5-libwww>=5.75:${PORTSDIR}/www/p5-libwww \
|
||||
p5-URI>=1.27:${PORTSDIR}/net/p5-URI \
|
||||
p5-WWW-Shorten>=0:${PORTSDIR}/www/p5-WWW-Shorten
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= WWW::Shorten::NotLong.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-WWW-Shorten-NotLong/distinfo
Normal file
3
www/p5-WWW-Shorten-NotLong/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (WWW-Shorten-NotLong-2.00.tar.gz) = 4cd15c5d389fcd41a899cc870e230e47
|
||||
SHA256 (WWW-Shorten-NotLong-2.00.tar.gz) = bc1067647ad58e4358fa59cd1c9d00e6f6c5513a8f67f294f53598b5ab63e9fc
|
||||
SIZE (WWW-Shorten-NotLong-2.00.tar.gz) = 3675
|
5
www/p5-WWW-Shorten-NotLong/pkg-descr
Normal file
5
www/p5-WWW-Shorten-NotLong/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
A Perl interface to the web site notlong.com. Notlong.com simply
|
||||
maintains a database of long URLs, each of which has a unique
|
||||
identifier.
|
||||
|
||||
WWW: http://search.cpan.org/dist/WWW-Shorten-NotLong/
|
7
www/p5-WWW-Shorten-NotLong/pkg-plist
Normal file
7
www/p5-WWW-Shorten-NotLong/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/WWW/Shorten/NotLong.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/NotLong/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/NotLong
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
|
||||
@dirrmtry %%SITE_PERL%%/WWW/Shorten
|
||||
@dirrmtry %%SITE_PERL%%/WWW
|
Loading…
Reference in New Issue
Block a user