pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rpki-svn: Rename to rpki-git
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Sep 24 17:48:52 2016 +0200
Changeset: 0ed18868c317f6903df8e6653fa454ef34054f84
Modified Files:
Makefile
Added Files:
rpki-git/DESCR
rpki-git/Makefile
rpki-git/PLIST
rpki-git/TODO
Removed Files:
rpki-svn/DESCR
rpki-svn/Makefile
rpki-svn/PLIST
rpki-svn/TODO
Log Message:
rpki-svn: Rename to rpki-git
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0ed18868c317f6903df8e6653fa454ef34054f84
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 +-
rpki-git/DESCR | 0
rpki-git/Makefile | 34 ++++++++++++++++++++++++++++++++++
rpki-git/PLIST | 20 ++++++++++++++++++++
rpki-git/TODO | 1 +
rpki-svn/DESCR | 0
rpki-svn/Makefile | 34 ----------------------------------
rpki-svn/PLIST | 20 --------------------
rpki-svn/TODO | 1 -
9 files changed, 56 insertions(+), 56 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index b32f3ec..025d3dd 100644
--- a/Makefile
+++ b/Makefile
@@ -3712,7 +3712,7 @@ SUBDIR+= rott
SUBDIR+= roundcube-skin-mvision2
SUBDIR+= roxterm
SUBDIR+= rpcemu
-SUBDIR+= rpki-svn
+SUBDIR+= rpki-git
SUBDIR+= rpm5
SUBDIR+= rsem
SUBDIR+= rsget
diff --git a/rpki-git/DESCR b/rpki-git/DESCR
new file mode 100644
index 0000000..e69de29
diff --git a/rpki-git/Makefile b/rpki-git/Makefile
new file mode 100644
index 0000000..2c6d04d
--- /dev/null
+++ b/rpki-git/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.5 2014/09/10 09:12:46 thomasklausner Exp $
+
+DISTNAME= rpki-0.0
+CATEGORIES= net security
+MASTER_SITES= # not defined
+
+MAINTAINER= pettai%nordu.net@localhost
+HOMEPAGE= http://rpki.net/
+COMMENT= RPKI package collection
+LICENSE= original-bsd
+
+GIT_REPOSITORIES= rpki
+GIT_REPO.rpki= git%github.com@localhost:dragonresearch/rpki.net.git
+
+DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
+
+USE_TOOLS+= perl python
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
+#CONFIGURE_ARGS+= --disable-django
+#CONFIGURE_ARGS+= --disable-system-openssl
+
+WRKSRC= ${WRKDIR}/rpki
+
+INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX}
+
+INSTALLATION_DIRS= bin
+
+.include "../../lang/perl5/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/rpki-git/PLIST b/rpki-git/PLIST
new file mode 100644
index 0000000..ab3f9ce
--- /dev/null
+++ b/rpki-git/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.3 2015/03/05 20:41:52 tnn2 Exp $
+bin/find_roa
+bin/hashdir
+bin/print_roa
+bin/print_rpki_manifest
+bin/rtr-origin
+sbin/irbe_cli
+sbin/irdbd
+sbin/myrpki
+sbin/pubd
+sbin/rootd
+sbin/rpki-sql-backup
+sbin/rpki-sql-setup
+sbin/rpki-start-servers
+sbin/rpkid
+sbin/rpkigui-add-user
+sbin/rpkigui-load-csv
+sbin/rpkigui-response
+share/rpki/gui/apache/rpki.conf
+share/rpki/gui/apache/rpki.wsgi
diff --git a/rpki-git/TODO b/rpki-git/TODO
new file mode 100644
index 0000000..3d0236e
--- /dev/null
+++ b/rpki-git/TODO
@@ -0,0 +1 @@
+- Still needs some work before it works
diff --git a/rpki-svn/DESCR b/rpki-svn/DESCR
deleted file mode 100644
index e69de29..0000000
diff --git a/rpki-svn/Makefile b/rpki-svn/Makefile
deleted file mode 100644
index 2c6d04d..0000000
--- a/rpki-svn/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2014/09/10 09:12:46 thomasklausner Exp $
-
-DISTNAME= rpki-0.0
-CATEGORIES= net security
-MASTER_SITES= # not defined
-
-MAINTAINER= pettai%nordu.net@localhost
-HOMEPAGE= http://rpki.net/
-COMMENT= RPKI package collection
-LICENSE= original-bsd
-
-GIT_REPOSITORIES= rpki
-GIT_REPO.rpki= git%github.com@localhost:dragonresearch/rpki.net.git
-
-DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
-
-USE_TOOLS+= perl python
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
-#CONFIGURE_ARGS+= --disable-django
-#CONFIGURE_ARGS+= --disable-system-openssl
-
-WRKSRC= ${WRKDIR}/rpki
-
-INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX}
-
-INSTALLATION_DIRS= bin
-
-.include "../../lang/perl5/buildlink3.mk"
-.include "../../lang/python/application.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/rpki-svn/PLIST b/rpki-svn/PLIST
deleted file mode 100644
index ab3f9ce..0000000
--- a/rpki-svn/PLIST
+++ /dev/null
@@ -1,20 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2015/03/05 20:41:52 tnn2 Exp $
-bin/find_roa
-bin/hashdir
-bin/print_roa
-bin/print_rpki_manifest
-bin/rtr-origin
-sbin/irbe_cli
-sbin/irdbd
-sbin/myrpki
-sbin/pubd
-sbin/rootd
-sbin/rpki-sql-backup
-sbin/rpki-sql-setup
-sbin/rpki-start-servers
-sbin/rpkid
-sbin/rpkigui-add-user
-sbin/rpkigui-load-csv
-sbin/rpkigui-response
-share/rpki/gui/apache/rpki.conf
-share/rpki/gui/apache/rpki.wsgi
diff --git a/rpki-svn/TODO b/rpki-svn/TODO
deleted file mode 100644
index 3d0236e..0000000
--- a/rpki-svn/TODO
+++ /dev/null
@@ -1 +0,0 @@
-- Still needs some work before it works
Home |
Main Index |
Thread Index |
Old Index