diff options
author | asau <asau> | 2013-06-03 21:15:32 +0000 |
---|---|---|
committer | asau <asau> | 2013-06-03 21:15:32 +0000 |
commit | b0d8814afdc0d21f7dd49dde018e42e2dd8f69f6 (patch) | |
tree | bbc59fcaed9ce5842e2b9776ba0fa7de4b6e14d1 /devel | |
parent | 0285026062061983b8bf4cc34c9ea411642af592 (diff) | |
download | pkgsrc-b0d8814afdc0d21f7dd49dde018e42e2dd8f69f6.tar.gz |
Import OpenRCS version 20110824192219 as devel/openrcs
OpenRCS is BSD-licensed implementation of RCS, Revision Control System
Diffstat (limited to 'devel')
-rw-r--r-- | devel/openrcs/DESCR | 1 | ||||
-rw-r--r-- | devel/openrcs/Makefile | 23 | ||||
-rw-r--r-- | devel/openrcs/PLIST | 10 | ||||
-rw-r--r-- | devel/openrcs/distinfo | 6 | ||||
-rw-r--r-- | devel/openrcs/openrcs-20110824192219.tar.gz | bin | 0 -> 106878 bytes | |||
-rw-r--r-- | devel/openrcs/patches-old/patch-aa | 14 | ||||
-rw-r--r-- | devel/openrcs/patches/patch-bootstrap | 13 |
7 files changed, 67 insertions, 0 deletions
diff --git a/devel/openrcs/DESCR b/devel/openrcs/DESCR new file mode 100644 index 00000000000..4dd75fd2461 --- /dev/null +++ b/devel/openrcs/DESCR @@ -0,0 +1 @@ +OpenRCS is RCS clone from OpenBSD project diff --git a/devel/openrcs/Makefile b/devel/openrcs/Makefile new file mode 100644 index 00000000000..6e9b09777a2 --- /dev/null +++ b/devel/openrcs/Makefile @@ -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" diff --git a/devel/openrcs/PLIST b/devel/openrcs/PLIST new file mode 100644 index 00000000000..1bbdb93d9d6 --- /dev/null +++ b/devel/openrcs/PLIST @@ -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 diff --git a/devel/openrcs/distinfo b/devel/openrcs/distinfo new file mode 100644 index 00000000000..695f0e5c68f --- /dev/null +++ b/devel/openrcs/distinfo @@ -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 diff --git a/devel/openrcs/openrcs-20110824192219.tar.gz b/devel/openrcs/openrcs-20110824192219.tar.gz Binary files differnew file mode 100644 index 00000000000..14efd330b54 --- /dev/null +++ b/devel/openrcs/openrcs-20110824192219.tar.gz diff --git a/devel/openrcs/patches-old/patch-aa b/devel/openrcs/patches-old/patch-aa new file mode 100644 index 00000000000..39c32eb2454 --- /dev/null +++ b/devel/openrcs/patches-old/patch-aa @@ -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 diff --git a/devel/openrcs/patches/patch-bootstrap b/devel/openrcs/patches/patch-bootstrap new file mode 100644 index 00000000000..65fe376e2eb --- /dev/null +++ b/devel/openrcs/patches/patch-bootstrap @@ -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 |