SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
26
devel/cvs2cl/Makefile
Normal file
26
devel/cvs2cl/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
COMMENT= generate GNU-style ChangeLogs from CVS repositories
|
||||
|
||||
V= 2.62
|
||||
DISTNAME= cvs2cl.pl-${V}
|
||||
PKGNAME= cvs2cl-${V}
|
||||
CATEGORIES= devel
|
||||
HOMEPAGE= http://www.red-bean.com/cvs2cl/
|
||||
EXTRACT_SUFX= .gz
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
MASTER_SITES= http://openbsd.dead-parrot.de/distfiles/
|
||||
|
||||
NO_TEST= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
do-build:
|
||||
pod2man ${WRKSRC}/cvs2cl.pl-${V} ${WRKSRC}/cvs2cl.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/cvs2cl.pl-${V} ${PREFIX}/bin/cvs2cl
|
||||
${INSTALL_MAN} ${WRKSRC}/cvs2cl.1 ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/cvs2cl/distinfo
Normal file
2
devel/cvs2cl/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (cvs2cl.pl-2.62.gz) = 1sKjoVx/vQ0w3fAcJBnBbwSDMeRr50NC9Ms8hiTRqdg=
|
||||
SIZE (cvs2cl.pl-2.62.gz) = 28338
|
10
devel/cvs2cl/patches/patch-cvs2cl_pl-2_62
Normal file
10
devel/cvs2cl/patches/patch-cvs2cl_pl-2_62
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- cvs2cl.pl-2.62.orig Mon Jun 13 20:49:20 2005
|
||||
+++ cvs2cl.pl-2.62 Mon Jun 13 20:49:29 2005
|
||||
@@ -1,6 +1,4 @@
|
||||
-#!/bin/sh
|
||||
-exec perl -w -x $0 ${1+"$@"} # -*- mode: perl; perl-indent-level: 2; -*-
|
||||
-#!perl -w
|
||||
+#!/usr/bin/perl -w
|
||||
|
||||
|
||||
##############################################################
|
4
devel/cvs2cl/pkg/DESCR
Normal file
4
devel/cvs2cl/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
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.
|
2
devel/cvs2cl/pkg/PLIST
Normal file
2
devel/cvs2cl/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/cvs2cl
|
||||
@man man/man1/cvs2cl.1
|
Loading…
Add table
Add a link
Reference in a new issue