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

Add p5-Net-MovableType 1.73,

a light-weight MovableType client Perl module.

PR:		58315
Submitted by:	clsung@dragon2.net
This commit is contained in:
Foxfair Hu 2003-10-21 07:26:21 +00:00
parent 774e17da01
commit a9f8ca2282
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91788
5 changed files with 47 additions and 0 deletions

View File

@ -441,6 +441,7 @@
SUBDIR += p5-Net-IPv4Addr
SUBDIR += p5-Net-IPv6Addr
SUBDIR += p5-Net-Jabber
SUBDIR += p5-Net-MovableType
SUBDIR += p5-Net-Netmask
SUBDIR += p5-Net-ParseWhois
SUBDIR += p5-Net-Patricia

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Net-MovableType
# Date created: Oct 21 2003
# Whom: clsung@dragon2.net
#
# $FreeBSD$
#
PORTNAME= Net-MovableType
PORTVERSION= 1.73
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@dragon2.net
COMMENT= A light-weight MovableType client Perl module
BUILD_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::MovableType.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Net-MovableType-1.73.tar.gz) = d7d87995151f640d19abf21d8adfb7d9

View File

@ -0,0 +1,15 @@
Using Net::MovableType you can post new entries, edit existing
entries, browse entries and users blogs, and perform most of the
features you can perform through accessing your MovableType account.
Since Net::MovableType uses MT's remote procedure call gateway, you
can do it from any computer with Internet connection.
Net::MovableType promises an intuitive, user friendly, Object Oriented
interface for managing your web sites published through MovableType.
Most of the method names correspond to those documented in MovableType's
Programming Interface Manual.
WWW: http://search.cpan.org/search?dist=Net-MovableType
Author: Sherzod Ruzmetov <sherzodr AT cpan.org>

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Net/MovableType.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/MovableType/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/MovableType
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true