Import OpenRCS version 20110824192219 as devel/openrcs
OpenRCS is BSD-licensed implementation of RCS, Revision Control System
This commit is contained in:
parent
f8712f214f
commit
6e8df03afc
7 changed files with 67 additions and 0 deletions
1
devel/openrcs/DESCR
Normal file
1
devel/openrcs/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
OpenRCS is RCS clone from OpenBSD project
|
23
devel/openrcs/Makefile
Normal file
23
devel/openrcs/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2013/06/03 21:15:32 asau Exp $
|
||||
|
||||
DISTNAME= openrcs-20110824192219
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://chl.be/openrcs/
|
||||
|
||||
MAINTAINER= asau@inbox.ru
|
||||
HOMEPAGE= http://chl.be/openrcs/
|
||||
COMMENT= OpenRCS is RCS clone from OpenBSD project
|
||||
|
||||
WRKSRC= $(WRKDIR)/openrcs
|
||||
|
||||
USE_TOOLS= aclocal automake autoconf
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
pre-configure:
|
||||
cd $(WRKSRC) && $(CONFIG_SHELL) bootstrap
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
DISTDIR:= $(PKGSRCDIR)/$(PKGPATH) # override it!
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
10
devel/openrcs/PLIST
Normal file
10
devel/openrcs/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2013/06/03 21:15:32 asau Exp $
|
||||
bin/ci
|
||||
bin/co
|
||||
bin/ident
|
||||
bin/merge
|
||||
bin/rcs
|
||||
bin/rcsclean
|
||||
bin/rcsdiff
|
||||
bin/rcsmerge
|
||||
bin/rlog
|
6
devel/openrcs/distinfo
Normal file
6
devel/openrcs/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2013/06/03 21:15:35 asau Exp $
|
||||
|
||||
SHA1 (openrcs-20110824192219.tar.gz) = 582ca78a9efcc193c18d82fae0617468bdc75b1d
|
||||
RMD160 (openrcs-20110824192219.tar.gz) = 266fd50d49da2fbacd2a7c05e2f545a3a19331ad
|
||||
Size (openrcs-20110824192219.tar.gz) = 106878 bytes
|
||||
SHA1 (patch-bootstrap) = d520fefce0a555d23332d8629ac59c7d1eb5558e
|
BIN
devel/openrcs/openrcs-20110824192219.tar.gz
Normal file
BIN
devel/openrcs/openrcs-20110824192219.tar.gz
Normal file
Binary file not shown.
14
devel/openrcs/patches-old/patch-aa
Normal file
14
devel/openrcs/patches-old/patch-aa
Normal file
|
@ -0,0 +1,14 @@
|
|||
ftp http://chl.be/openrcs/openrcs-20110824192219.tar.gz
|
||||
|
||||
|
||||
--- bootstrap.orig 2010-08-25 00:08:11.000000000 +0200
|
||||
+++ bootstrap 2013-05-13 11:07:07.711993011 +0200
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
# Check for automake
|
||||
amvers="no"
|
||||
-for v in 10 9 8 7 6 5; do
|
||||
+for v in 13 12 11 10 9 8 7 6 5; do
|
||||
if automake-1.${v} --version >/dev/null 2>&1; then
|
||||
amvers="-1.${v}"
|
||||
break
|
13
devel/openrcs/patches/patch-bootstrap
Normal file
13
devel/openrcs/patches/patch-bootstrap
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-bootstrap,v 1.1.1.1 2013/06/03 21:15:35 asau Exp $
|
||||
|
||||
--- bootstrap.orig 2010-08-24 22:08:11.000000000 +0000
|
||||
+++ bootstrap
|
||||
@@ -35,7 +35,7 @@ aclocalflags="`sed -ne 's/^[ \t]*ACLOCAL
|
||||
|
||||
# Check for automake
|
||||
amvers="no"
|
||||
-for v in 10 9 8 7 6 5; do
|
||||
+for v in 13 12 11 10 9 8 7 6 5; do
|
||||
if automake-1.${v} --version >/dev/null 2>&1; then
|
||||
amvers="-1.${v}"
|
||||
break
|
Loading…
Reference in a new issue