aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-VCS-Lite
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2007-01-02 03:18:00 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2007-01-02 03:18:00 +0000
commit2e4b69f399fbba0e4a56a58fb6eb85f2dc9fb746 (patch)
tree2acbe7bae688f59fd495e0c59b08913d8f20bcc4 /devel/p5-VCS-Lite
parent303483c487a1a85a2e1dbfee08ee90b924bf5e88 (diff)
downloadports-2e4b69f399fbba0e4a56a58fb6eb85f2dc9fb746.tar.gz
ports-2e4b69f399fbba0e4a56a58fb6eb85f2dc9fb746.zip
Notes
Diffstat (limited to 'devel/p5-VCS-Lite')
-rw-r--r--devel/p5-VCS-Lite/Makefile25
-rw-r--r--devel/p5-VCS-Lite/distinfo3
-rw-r--r--devel/p5-VCS-Lite/pkg-descr9
-rw-r--r--devel/p5-VCS-Lite/pkg-plist10
4 files changed, 47 insertions, 0 deletions
diff --git a/devel/p5-VCS-Lite/Makefile b/devel/p5-VCS-Lite/Makefile
new file mode 100644
index 000000000000..2a1a32a719d3
--- /dev/null
+++ b/devel/p5-VCS-Lite/Makefile
@@ -0,0 +1,25 @@
+# ex:ts=8
+# Ports collection makefile for: VCS::Lite
+# Date created: Jan 2, 2007
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= VCS-Lite
+PORTVERSION= 0.08
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl@FreeBSD.org
+COMMENT= Minimal version control system
+
+BUILD_DEPENDS= p5-Algorithm-Diff>=1.13:${PORTSDIR}/devel/p5-Algorithm-Diff
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= VCS::Lite.3 VCS::Lite::Delta.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-VCS-Lite/distinfo b/devel/p5-VCS-Lite/distinfo
new file mode 100644
index 000000000000..7ffea1cf213c
--- /dev/null
+++ b/devel/p5-VCS-Lite/distinfo
@@ -0,0 +1,3 @@
+MD5 (VCS-Lite-0.08.tar.gz) = 4f81c6bfbceec6abe4cd33afcbefa93a
+SHA256 (VCS-Lite-0.08.tar.gz) = 062c5148cd26c6f2b3c8dadb5ab02e8550ff47b60a2bca18c4257b911552f451
+SIZE (VCS-Lite-0.08.tar.gz) = 16575
diff --git a/devel/p5-VCS-Lite/pkg-descr b/devel/p5-VCS-Lite/pkg-descr
new file mode 100644
index 000000000000..23c8e83baa6f
--- /dev/null
+++ b/devel/p5-VCS-Lite/pkg-descr
@@ -0,0 +1,9 @@
+This module provides the functions normally associated with a version control
+system, but without needing or implementing a version control system.
+Applications include wikis, document management systems and configuration
+management.
+
+It makes use of the module Algorithm::Diff. It provides the facility for basic
+diffing, patching and merging.
+
+WWW: http://search.cpan.org/dist/VCS-Lite/
diff --git a/devel/p5-VCS-Lite/pkg-plist b/devel/p5-VCS-Lite/pkg-plist
new file mode 100644
index 000000000000..730fd96faed1
--- /dev/null
+++ b/devel/p5-VCS-Lite/pkg-plist
@@ -0,0 +1,10 @@
+bin/vldiff
+bin/vlmerge
+bin/vlpatc
+%%SITE_PERL%%/VCS/Lite.pm
+%%SITE_PERL%%/VCS/Lite/Delta.pm
+@dirrm %%SITE_PERL%%/VCS/Lite
+@dirrmtry %%SITE_PERL%%/VCS
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/VCS/Lite/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/VCS/Lite
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/VCS