diff options
Diffstat (limited to 'devel/spdict')
-rw-r--r-- | devel/spdict/Makefile | 28 | ||||
-rw-r--r-- | devel/spdict/distinfo | 2 | ||||
-rw-r--r-- | devel/spdict/files/patch-Makefile | 23 | ||||
-rw-r--r-- | devel/spdict/pkg-descr | 6 | ||||
-rw-r--r-- | devel/spdict/pkg-plist | 13 |
5 files changed, 0 insertions, 72 deletions
diff --git a/devel/spdict/Makefile b/devel/spdict/Makefile deleted file mode 100644 index a2adde4408b1..000000000000 --- a/devel/spdict/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Vanilla I. Shu <vanilla@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= spdict -PORTVERSION= 0.3 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE -DISTNAME= ${PORTNAME}-${PORTVERSION}.src - -MAINTAINER= vanilla@FreeBSD.org -COMMENT= Library of dictionary algorithms - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_LDCONFIG= yes -USES= gmake - -do-install: - @${MKDIR} ${STAGEDIR}/${PREFIX}/include/spdict - ${INSTALL_DATA} ${WRKSRC}/*.hpp ${STAGEDIR}/${PREFIX}/include/spdict - ${INSTALL_DATA} ${WRKSRC}/libspdict.so ${STAGEDIR}/${PREFIX}/lib/libspdict.so.1 - ${LN} -s libspdict.so.1 ${STAGEDIR}/${PREFIX}/lib/libspdict.so - -.include <bsd.port.mk> diff --git a/devel/spdict/distinfo b/devel/spdict/distinfo deleted file mode 100644 index 69e2ead6653e..000000000000 --- a/devel/spdict/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (spdict-0.3.src.tar.gz) = 70e6641b664d733bf7a9662a82fef8f3b586ce535625d726ec406a4d31d55697 -SIZE (spdict-0.3.src.tar.gz) = 104865 diff --git a/devel/spdict/files/patch-Makefile b/devel/spdict/files/patch-Makefile deleted file mode 100644 index 32cbd9c1def9..000000000000 --- a/devel/spdict/files/patch-Makefile +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.orig 2011-06-21 09:13:26.000000000 +0800 -+++ Makefile 2011-06-21 09:13:41.000000000 +0800 -@@ -1,9 +1,9 @@ - - #-------------------------------------------------------------------- - --CC = gcc -+#CC = gcc - AR = ar cru --CFLAGS = -Wall -D_REENTRANT -D_GNU_SOURCE -g -fPIC -+CFLAGS += -Wall -D_REENTRANT -D_GNU_SOURCE -g -fPIC - SOFLAGS = -shared - LDFLAGS = -lstdc++ -lpthread - -@@ -48,6 +48,8 @@ testshm: testshm.o spdictshm.o - testshmcache: testshmcache.o spdictshm.o spdictshmhashmap.o spdictshmcache.o - $(LINKER) $(LDFLAGS) $^ -L. -lspdict -o $@ - -+testdict testcache testshm testshmcache: libspdict.so -+ - dist: clean spdict-$(version).src.tar.gz - - spdict-$(version).src.tar.gz: diff --git a/devel/spdict/pkg-descr b/devel/spdict/pkg-descr deleted file mode 100644 index f4e670c7fcfe..000000000000 --- a/devel/spdict/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -spdict is a library of dictionary algorithms written in C++. - -Initial release with support for sorted array, binary search tree, -red-black tree, skip list and balanced tree algorithms. - -WWW: http://code.google.com/p/spdict/ diff --git a/devel/spdict/pkg-plist b/devel/spdict/pkg-plist deleted file mode 100644 index 7e6e780072e0..000000000000 --- a/devel/spdict/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -include/spdict/spdictarray.hpp -include/spdict/spdictbstree.hpp -include/spdict/spdictbtree.hpp -include/spdict/spdictcache.hpp -include/spdict/spdictionary.hpp -include/spdict/spdictmmap.hpp -include/spdict/spdictrbtree.hpp -include/spdict/spdictshm.hpp -include/spdict/spdictshmcache.hpp -include/spdict/spdictshmhashmap.hpp -include/spdict/spdictslist.hpp -lib/libspdict.so -lib/libspdict.so.1 |