1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add p5-subatom 0.12, produce an atom feed from subversion commits.

PR:		ports/103644
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Cheng-Lung Sung 2006-09-28 01:55:27 +00:00
parent 938e5ab96a
commit 758f8ec7ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174012
4 changed files with 41 additions and 0 deletions

View File

@ -1494,6 +1494,7 @@
SUBDIR += p5-orz
SUBDIR += p5-prefork
SUBDIR += p5-rpm-build-perl
SUBDIR += p5-subatom
SUBDIR += p5-threads
SUBDIR += p5-version
SUBDIR += p65

32
devel/p5-subatom/Makefile Normal file
View File

@ -0,0 +1,32 @@
# New ports collection makefile for: p5-subatom
# Date created: 2006-09-26
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= subatom
PORTVERSION= 0.12
CATEGORIES= devel
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/H/HD/HDM
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Produce an atom feed from subversion commits
BUILD_DEPENDS= ${SITE_PERL}/XML/Atom/SimpleFeed.pm:${PORTSDIR}/textproc/p5-XML-Atom-SimpleFeed
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
PLIST_FILES= bin/subatom
MAN1= subatom.1
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800 # Inherited from textproc/XML-Atom-SimpleFeed
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (subatom-0.12.tar.gz) = c5a7cab76c12b2759f4e88b0ab5a5eaf
SHA256 (subatom-0.12.tar.gz) = f1824de7c86c1d93c9e6e054ed24e2aec8c56b02c051752666cfbedde059158a
SIZE (subatom-0.12.tar.gz) = 7591

View File

@ -0,0 +1,5 @@
subatom is a small script to produce an Atom feed from subversion
commits. You can use this with a feed reader to see new commits to
your repository.
WWW: http://search.cpan.org/dist/subatom/