pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
djbsort: remove, imported to pkgsrc/math/djbsort
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Sun Jul 29 09:44:16 2018 +0200
Changeset: 4be82940bf4ccd3b59c09e0add4b8b46c2e3fa9d
Modified Files:
Makefile
Removed Files:
djbsort/DESCR
djbsort/Makefile
djbsort/PLIST
djbsort/buildlink3.mk
djbsort/distinfo
Log Message:
djbsort: remove, imported to pkgsrc/math/djbsort
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4be82940bf4ccd3b59c09e0add4b8b46c2e3fa9d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 14 +++++++-------
djbsort/DESCR | 11 -----------
djbsort/Makefile | 35 -----------------------------------
djbsort/PLIST | 5 -----
djbsort/buildlink3.mk | 13 -------------
djbsort/distinfo | 6 ------
6 files changed, 7 insertions(+), 77 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 75b9b81509..b51f87eb47 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,6 @@ SUBDIR+= alberta
SUBDIR+= aldo
SUBDIR+= alive
SUBDIR+= allegro52
-SUBDIR+= alpine
SUBDIR+= alsa-lib-git
SUBDIR+= alsa-plugins
SUBDIR+= alsa-plugins-jack
@@ -505,10 +504,10 @@ SUBDIR+= datamash
SUBDIR+= dates
SUBDIR+= davical-git
SUBDIR+= dazz_db
-SUBDIR+= dcdis
SUBDIR+= dbf
SUBDIR+= dbus-dfbsd
SUBDIR+= dbus-explorer
+SUBDIR+= dcdis
SUBDIR+= ddate
SUBDIR+= ddocent
SUBDIR+= deadbeef
@@ -671,7 +670,6 @@ SUBDIR+= emacs-nox11-git
SUBDIR+= emacs-pr-el
SUBDIR+= emacs-session
SUBDIR+= emacs-w3m-cvs
-SUBDIR+= emacs26
SUBDIR+= emboss
SUBDIR+= emboss-base
SUBDIR+= emboss-domainatrix
@@ -1622,8 +1620,8 @@ SUBDIR+= lgogdownloader-git
SUBDIR+= lhapdf
SUBDIR+= lhs2tex
SUBDIR+= libGenome
-SUBDIR+= libLLVM38
SUBDIR+= libLLVM-dfbsd
+SUBDIR+= libLLVM38
SUBDIR+= libalkimia
SUBDIR+= libanimal
SUBDIR+= libavc1394
@@ -1792,9 +1790,9 @@ SUBDIR+= libretro-fmsx
SUBDIR+= libretro-freeintv
SUBDIR+= libretro-fuse
SUBDIR+= libretro-gambatte
-SUBDIR+= libretro-genesis-plus-gx
SUBDIR+= libretro-gearboy
SUBDIR+= libretro-gearsystem
+SUBDIR+= libretro-genesis-plus-gx
SUBDIR+= libretro-glsl-shaders
SUBDIR+= libretro-mame2003
SUBDIR+= libretro-mame2014
@@ -2149,6 +2147,7 @@ SUBDIR+= nautilus-sound-converter
SUBDIR+= nauty
SUBDIR+= navi2ch-current
SUBDIR+= navit
+SUBDIR+= navit-current
SUBDIR+= nbfc
SUBDIR+= ncbi
SUBDIR+= ncbi-bin
@@ -3097,9 +3096,9 @@ SUBDIR+= py-django-markwhat
SUBDIR+= py-django-mathjax
SUBDIR+= py-django-nose
SUBDIR+= py-django-picklefield
+SUBDIR+= py-django-quran
SUBDIR+= py-django-sudo
SUBDIR+= py-django-templatetag-sugar
-SUBDIR+= py-django-quran
SUBDIR+= py-django-uuidfield
SUBDIR+= py-djangopypi2
SUBDIR+= py-djvulibre
@@ -3396,8 +3395,8 @@ SUBDIR+= py-milksnake
SUBDIR+= py-minepy
SUBDIR+= py-minidb
SUBDIR+= py-mipp
-SUBDIR+= py-mmh3
SUBDIR+= py-mmLib
+SUBDIR+= py-mmh3
SUBDIR+= py-mne
SUBDIR+= py-mochi
SUBDIR+= py-mocker
@@ -4345,6 +4344,7 @@ SUBDIR+= tardy
SUBDIR+= taskcoach
SUBDIR+= taskd
SUBDIR+= tasks
+SUBDIR+= tc
SUBDIR+= tc-git
SUBDIR+= tc-hasida-table
SUBDIR+= tcc
diff --git a/djbsort/DESCR b/djbsort/DESCR
deleted file mode 100644
index 36b9390045..0000000000
--- a/djbsort/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-djbsort is a software library for sorting arrays of integers. It
-provides the following features:
-
-- Speed: djbsort holds new speed records for in-memory sorting.
-
-- Security: djbsort is designed to be safe for cryptographic contexts.
-
-- Verification: djbsort includes tools to automatically verify correctness.
-
-These features are not separate options: there is a single sorting
-function that is simultaneously fast, secure, and verified.
diff --git a/djbsort/Makefile b/djbsort/Makefile
deleted file mode 100644
index 817dd21e8f..0000000000
--- a/djbsort/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD$
-
-DISTNAME= djbsort-20180717
-CATEGORIES= math
-MASTER_SITES= ${HOMEPAGE}
-
-MAINTAINER= schmonz%NetBSD.org@localhost
-HOMEPAGE= https://sorting.cr.yp.to/
-COMMENT= Library for sorting arrays of integers
-LICENSE= public-domain
-
-PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-REPLACE_PYTHON= build test upgrade verif/tryinput
-
-INSTALLATION_DIRS= include lib
-
-do-build:
- cd ${WRKSRC} && ./build
-
-do-test: do-build
- cd ${WRKSRC} && ./test
-
-do-install: do-test
- cd ${WRKSRC} && ./upgrade && \
- cd link-install/newest && \
- for i in include/*.h; do \
- ${INSTALL_DATA} $${i} ${DESTDIR}${PREFIX}/include; \
- done; \
- for i in lib/*/*.a; do \
- ${INSTALL_DATA} $${i} ${DESTDIR}${PREFIX}/lib; \
- done
-
-.include "../../lang/python/application.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/djbsort/PLIST b/djbsort/PLIST
deleted file mode 100644
index e292ce20ff..0000000000
--- a/djbsort/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD$
-include/djbsort_cpucycles.h
-include/int32_sort.h
-include/uint32_sort.h
-lib/libdjbsort.a
diff --git a/djbsort/buildlink3.mk b/djbsort/buildlink3.mk
deleted file mode 100644
index 014c48a51e..0000000000
--- a/djbsort/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+= djbsort
-
-.if !defined(DJBSORT_BUILDLINK3_MK)
-DJBSORT_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.djbsort+= djbsort>=20180717
-BUILDLINK_PKGSRCDIR.djbsort?= ../../math/djbsort
-BUILDLINK_DEPMETHOD.djbsort?= build
-.endif # DJBSORT_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -djbsort
diff --git a/djbsort/distinfo b/djbsort/distinfo
deleted file mode 100644
index f31ed8a0b1..0000000000
--- a/djbsort/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (djbsort-20180717.tar.gz) = 8f6efd8f66aa23707d54c083b9fb28371a409c55
-RMD160 (djbsort-20180717.tar.gz) = 64d92cccf13d8a997ea25ee77491f54b6a6b3ce1
-SHA512 (djbsort-20180717.tar.gz) = c26a871c46006580343b2876203264c8de0db613ee90ba5dd050f46a71a346d9340ecd06220dc1c0a46a6c1cd910af4bd2cb3fcd39588a62cc2a4a996fc9113e
-Size (djbsort-20180717.tar.gz) = 25055 bytes
Home |
Main Index |
Thread Index |
Old Index