pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
flintqs new package, +Makefile
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By: jihbed
Date: Sun Oct 16 21:41:48 2022 +0000
Changeset: 2fa490c7841fc004ef11a0756d48d10522647a06
Modified Files:
Makefile
Added Files:
flintqs/DESCR
flintqs/Makefile
flintqs/PLIST
flintqs/distinfo
Log Message:
flintqs new package, +Makefile
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2fa490c7841fc004ef11a0756d48d10522647a06
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
flintqs/DESCR | 1 +
flintqs/Makefile | 16 ++++++++++++++++
flintqs/PLIST | 2 ++
flintqs/distinfo | 5 +++++
5 files changed, 25 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 45e56ee2a0..65629db707 100644
--- a/Makefile
+++ b/Makefile
@@ -893,6 +893,7 @@ SUBDIR+= flim
SUBDIR+= flimp
SUBDIR+= flimsel
SUBDIR+= flint
+SUBDIR+= flintqs
SUBDIR+= flite2
SUBDIR+= flnews-devel
SUBDIR+= flowblade
diff --git a/flintqs/DESCR b/flintqs/DESCR
new file mode 100644
index 0000000000..dd116970ea
--- /dev/null
+++ b/flintqs/DESCR
@@ -0,0 +1 @@
+Program using quadratic sieve to factor integers
diff --git a/flintqs/Makefile b/flintqs/Makefile
new file mode 100644
index 0000000000..171b8cd303
--- /dev/null
+++ b/flintqs/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME= flintqs-1.0
+CATEGORIES= math
+MASTER_SITES= http://files.sagemath.org/spkg/upstream/flintqs/
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/sagemath/FlintQS
+COMMENT= Program using quadratic sieve to factor integers
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+
+.include "../../devel/gmp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/flintqs/PLIST b/flintqs/PLIST
new file mode 100644
index 0000000000..b14a843934
--- /dev/null
+++ b/flintqs/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/QuadraticSieve
diff --git a/flintqs/distinfo b/flintqs/distinfo
new file mode 100644
index 0000000000..fbb7689978
--- /dev/null
+++ b/flintqs/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (flintqs-1.0.tar.gz) = 1dffd8c1bc060866389af292f33d410e6f94a478e0c8129928726d4e49d5b7e1
+SHA512 (flintqs-1.0.tar.gz) = 8391bb13bcc91f4ea68c972f0f6eaf9aa37bedc4c8694d039a21fd5153b203d561364ae545478d34013001354c4e8a013b2e5a5cb947b6e7f453c6f0f392f8be
+Size (flintqs-1.0.tar.gz) = 151535 bytes
Home |
Main Index |
Thread Index |
Old Index