diff options
Diffstat (limited to 'devel/libfortuna')
-rw-r--r-- | devel/libfortuna/Makefile | 26 | ||||
-rw-r--r-- | devel/libfortuna/distinfo | 2 | ||||
-rw-r--r-- | devel/libfortuna/files/patch-Makefile | 33 | ||||
-rw-r--r-- | devel/libfortuna/pkg-descr | 4 | ||||
-rw-r--r-- | devel/libfortuna/pkg-plist | 11 |
5 files changed, 0 insertions, 76 deletions
diff --git a/devel/libfortuna/Makefile b/devel/libfortuna/Makefile deleted file mode 100644 index 3fc6a1778877..000000000000 --- a/devel/libfortuna/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= libfortuna -PORTVERSION= 0.1.1 -CATEGORIES= devel - -MAINTAINER= waitman@waitman.net -COMMENT= Fortuna PRNG Library -WWW= http://crxwg.com/fortuna/bin/libfortuna.html - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYRIGHT - -DEPRECATED= Legacy fortuna library, last upstream activity 10 years ago -EXPIRATION_DATE=2025-07-31 - -USE_GITHUB= yes -USE_LDCONFIG= yes -GH_ACCOUNT= waitman -GH_TAGNAME= 11cbd88 - -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD -CFLAGS+= -Wno-error=array-parameter -.endif - -.include <bsd.port.post.mk> diff --git a/devel/libfortuna/distinfo b/devel/libfortuna/distinfo deleted file mode 100644 index 5a5ff73f2db4..000000000000 --- a/devel/libfortuna/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (waitman-libfortuna-0.1.1-11cbd88_GH0.tar.gz) = 08402e7c531126905a5ac566098d079585d771cb7092559e1ad7fe392ec8bcc9 -SIZE (waitman-libfortuna-0.1.1-11cbd88_GH0.tar.gz) = 475218 diff --git a/devel/libfortuna/files/patch-Makefile b/devel/libfortuna/files/patch-Makefile deleted file mode 100644 index ba12f13198c7..000000000000 --- a/devel/libfortuna/files/patch-Makefile +++ /dev/null @@ -1,33 +0,0 @@ ---- ./Makefile.orig 2014-02-19 10:24:15.411792348 +0100 -+++ ./Makefile 2014-02-19 10:25:09.252791282 +0100 -@@ -18,18 +18,18 @@ - rm -f *.so - - install: -- mkdir $(PREFIX)/include/fortuna -- $(INSTALL) -m 644 ./src/fortuna.h $(PREFIX)/include/fortuna/ -- $(INSTALL) -m 644 ./src/px.h $(PREFIX)/include/fortuna/ -- $(INSTALL) -m 644 ./src/rijndael.h $(PREFIX)/include/fortuna/ -- $(INSTALL) -m 644 ./src/sha2.h $(PREFIX)/include/fortuna/ -- $(INSTALL) -m 644 ./src/c.h $(PREFIX)/include/fortuna/ -- $(INSTALL) -m 644 ./src/blf.h $(PREFIX)/include/fortuna/ -- $(INSTALL) -m 644 ./src/sha1.h $(PREFIX)/include/fortuna/ -- $(INSTALL) -m 644 ./src/internal.h $(PREFIX)/include/fortuna/ -- $(INSTALL) -m 644 ./src/md5.h $(PREFIX)/include/fortuna/ -- $(INSTALL) -m 644 ./libfortuna.a $(PREFIX)/lib/ -- $(INSTALL) -m 644 ./libfortuna.so $(PREFIX)/lib/ -+ mkdir $(DESTDIR)$(PREFIX)/include/fortuna -+ $(INSTALL) -m 644 ./src/fortuna.h $(DESTDIR)$(PREFIX)/include/fortuna/ -+ $(INSTALL) -m 644 ./src/px.h $(DESTDIR)$(PREFIX)/include/fortuna/ -+ $(INSTALL) -m 644 ./src/rijndael.h $(DESTDIR)$(PREFIX)/include/fortuna/ -+ $(INSTALL) -m 644 ./src/sha2.h $(DESTDIR)$(PREFIX)/include/fortuna/ -+ $(INSTALL) -m 644 ./src/c.h $(DESTDIR)$(PREFIX)/include/fortuna/ -+ $(INSTALL) -m 644 ./src/blf.h $(DESTDIR)$(PREFIX)/include/fortuna/ -+ $(INSTALL) -m 644 ./src/sha1.h $(DESTDIR)$(PREFIX)/include/fortuna/ -+ $(INSTALL) -m 644 ./src/internal.h $(DESTDIR)$(PREFIX)/include/fortuna/ -+ $(INSTALL) -m 644 ./src/md5.h $(DESTDIR)$(PREFIX)/include/fortuna/ -+ $(INSTALL) -m 644 ./libfortuna.a $(DESTDIR)$(PREFIX)/lib/ -+ $(INSTALL) -m 644 ./libfortuna.so $(DESTDIR)$(PREFIX)/lib/ - - deinstall: - rm -Rf $(PREFIX)/include/fortuna diff --git a/devel/libfortuna/pkg-descr b/devel/libfortuna/pkg-descr deleted file mode 100644 index d262c554b688..000000000000 --- a/devel/libfortuna/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Fortuna PRNG library for generating random numbers - -libfortuna is a C library based on code extracted from BSD licensed PostgreSQL -sources. It generates numbers with decent randomness. diff --git a/devel/libfortuna/pkg-plist b/devel/libfortuna/pkg-plist deleted file mode 100644 index 58dd42c5e1bf..000000000000 --- a/devel/libfortuna/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -include/fortuna/blf.h -include/fortuna/c.h -include/fortuna/fortuna.h -include/fortuna/internal.h -include/fortuna/md5.h -include/fortuna/px.h -include/fortuna/rijndael.h -include/fortuna/sha1.h -include/fortuna/sha2.h -lib/libfortuna.a -lib/libfortuna.so |