added cvs2cl; reviewed by naddy@
This commit is contained in:
parent
c1f0904af0
commit
e9498a6c07
26
devel/cvs2cl/Makefile
Normal file
26
devel/cvs2cl/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/07/25 20:49:44 danh Exp $
|
||||
# $FreeBSD: ports/devel/cvs2cl/Makefile,v 1.8 2000/07/09 03:15:07 knu Exp $
|
||||
|
||||
DISTNAME= cvs2cl-2.10
|
||||
CATEGORIES= devel
|
||||
NEED_VERSION= 1.319
|
||||
HOMEPAGE= http://www.red-bean.com/~kfogel/cvs2cl.shtml
|
||||
|
||||
MAINTAINER= anil@recoil.org
|
||||
|
||||
# (license is GPL)
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
NO_BUILD= Yes
|
||||
WRKDIST= ${WRKDIR}/cvs2cl
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIST}/cvs2cl.pl ${PREFIX}/bin/cvs2cl
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/cvs2cl/files/md5
Normal file
3
devel/cvs2cl/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (cvs2cl-2.10.tar.gz) = 1df2811f94cfc5c4df593ca111895f93
|
||||
RMD160 (cvs2cl-2.10.tar.gz) = cb933de787b6079be9485ccbc4479d07108a127b
|
||||
SHA1 (cvs2cl-2.10.tar.gz) = 6acd157a65db603d855993d37c79dda958247dca
|
11
devel/cvs2cl/patches/patch-cvs2cl_pl
Normal file
11
devel/cvs2cl/patches/patch-cvs2cl_pl
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-cvs2cl_pl,v 1.1.1.1 2000/07/25 20:49:45 danh Exp $
|
||||
--- cvs2cl.pl.orig Sun Jul 23 21:35:59 2000
|
||||
+++ cvs2cl.pl Sun Jul 23 21:36:10 2000
|
||||
@@ -1,6 +1,4 @@
|
||||
-#!/bin/sh
|
||||
-exec perl -w -x $0 ${1+"$@"} # -*- mode: perl; perl-indent-level: 2; -*-
|
||||
-#!perl -w
|
||||
+#!/usr/bin/perl
|
||||
|
||||
##############################################################
|
||||
### ###
|
1
devel/cvs2cl/pkg/COMMENT
Normal file
1
devel/cvs2cl/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
generate GNU-style ChangeLogs from CVS repositories
|
6
devel/cvs2cl/pkg/DESCR
Normal file
6
devel/cvs2cl/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
This Perl script produces a GNU-style ChangeLog for CVS-controlled
|
||||
sources, by running "cvs log" and parsing the output.
|
||||
|
||||
Duplicate log messages get unified in the Right Way.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
7
devel/cvs2cl/pkg/MESSAGE
Normal file
7
devel/cvs2cl/pkg/MESSAGE
Normal file
@ -0,0 +1,7 @@
|
||||
==============================================================
|
||||
To see the full range of configuration options, type
|
||||
in 'cvs2cl --help'
|
||||
|
||||
You can get more information from the homepage, at:
|
||||
${HOMEPAGE}
|
||||
==============================================================
|
2
devel/cvs2cl/pkg/PLIST
Normal file
2
devel/cvs2cl/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/07/25 20:49:45 danh Exp $
|
||||
bin/cvs2cl
|
Loading…
Reference in New Issue
Block a user