pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
src: import src-0.19 as wip/src
Module Name: pkgsrc-wip
Committed By: Emil Skoeldberg <esg%sdf.lonestar.org@localhost>
Pushed By: esg
Date: Tue Nov 17 11:19:43 2015 +0000
Changeset: cfe7b35ba5c2a7f05d19480071627da80e1f75dc
Modified Files:
Makefile
Added Files:
src/DESCR
src/Makefile
src/PLIST
src/distinfo
Log Message:
src: import src-0.19 as wip/src
Simple Revision Control
is RCS reloaded with a modern UI, designed to manage single-file solo
projects kept more than one to a directory. Use it for FAQs, ~/bin
directories, config files, and the like. Features integer sequential
revision numbers, a command set that will seem familiar to
Subversion/Git/hg users, and no binary blobs anywhere.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cfe7b35ba5c2a7f05d19480071627da80e1f75dc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
src/DESCR | 7 +++++++
src/Makefile | 20 ++++++++++++++++++++
src/PLIST | 3 +++
src/distinfo | 6 ++++++
5 files changed, 37 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index fd25b33..86fbc28 100644
--- a/Makefile
+++ b/Makefile
@@ -3654,6 +3654,7 @@ SUBDIR+= squirrelmail-avelsieve
SUBDIR+= squirrelmail-chg_sasl_passwd
SUBDIR+= squirrelmail-compatibility
SUBDIR+= squirrelmail-vlogin
+SUBDIR+= src
SUBDIR+= srecord
SUBDIR+= srvx
SUBDIR+= sselp
diff --git a/src/DESCR b/src/DESCR
new file mode 100644
index 0000000..f84e0e4
--- /dev/null
+++ b/src/DESCR
@@ -0,0 +1,7 @@
+Simple Revision Control
+
+is RCS reloaded with a modern UI, designed to manage single-file solo
+projects kept more than one to a directory. Use it for FAQs, ~/bin
+directories, config files, and the like. Features integer sequential
+revision numbers, a command set that will seem familiar to
+Subversion/Git/hg users, and no binary blobs anywhere.
diff --git a/src/Makefile b/src/Makefile
new file mode 100644
index 0000000..fc8aa69
--- /dev/null
+++ b/src/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME= src-0.19
+CATEGORIES= devel
+MASTER_SITES= http://www.catb.org/~esr/src/
+
+MAINTAINER= esg%sdf.org@localhost
+HOMEPAGE= http://www.catb.org/~esr/src/
+COMMENT= Simple Revision Control
+LICENSE= modified-bsd
+
+REPLACE_PYTHON= src
+AUTO_MKDIRS= yes
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/src ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/src.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/src/PLIST b/src/PLIST
new file mode 100644
index 0000000..831108a
--- /dev/null
+++ b/src/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/src
+man/man1/src.1
diff --git a/src/distinfo b/src/distinfo
new file mode 100644
index 0000000..ca59fc1
--- /dev/null
+++ b/src/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (src-0.19.tar.gz) = 66951fb71f8ea3c7e52b87fdcfb0a954ecdb8712
+RMD160 (src-0.19.tar.gz) = ed06298c3402cdc7c8e4400dff75656045b0dab0
+SHA512 (src-0.19.tar.gz) = 88f50bf05cb50218241e1362a82b14ba7298d81d63cf3bc37ee33db39ba74fbb41fb2c3fd6152b480b8b2417e5c24229a665a3dee3ded0331cad99badf6f259c
+Size (src-0.19.tar.gz) = 36950 bytes
Home |
Main Index |
Thread Index |
Old Index