aboutsummaryrefslogtreecommitdiff
path: root/devel/spdict
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2008-04-05 10:22:48 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2008-04-05 10:22:48 +0000
commite8aaf6deab48b0c1d0ad971f1e68a5cd69c8a77c (patch)
tree7b671facf5bcc2306842c512f3b1b0841ad69724 /devel/spdict
parentf64a775f76e63631e36082e6340959ac15fd5a9b (diff)
downloadports-e8aaf6deab48b0c1d0ad971f1e68a5cd69c8a77c.tar.gz
ports-e8aaf6deab48b0c1d0ad971f1e68a5cd69c8a77c.zip
Notes
Diffstat (limited to 'devel/spdict')
-rw-r--r--devel/spdict/Makefile2
-rw-r--r--devel/spdict/distinfo6
-rw-r--r--devel/spdict/files/patch-Makefile22
-rw-r--r--devel/spdict/pkg-plist16
4 files changed, 14 insertions, 32 deletions
diff --git a/devel/spdict/Makefile b/devel/spdict/Makefile
index 2ee55de1b144..eb47c02dd56f 100644
--- a/devel/spdict/Makefile
+++ b/devel/spdict/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= spdict
-PORTVERSION= 0.2
+PORTVERSION= 0.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
diff --git a/devel/spdict/distinfo b/devel/spdict/distinfo
index 555316379979..c78b86e525b8 100644
--- a/devel/spdict/distinfo
+++ b/devel/spdict/distinfo
@@ -1,3 +1,3 @@
-MD5 (spdict-0.2.src.tar.gz) = 8db18e1ff321e69eb90ca55d3c7f3979
-SHA256 (spdict-0.2.src.tar.gz) = d248d3fa35a12fe96d4cbe58ee68e6348076a701e689662642fa34c0d7e834d6
-SIZE (spdict-0.2.src.tar.gz) = 27497
+MD5 (spdict-0.3.src.tar.gz) = 58fcd8af04a4ee6d9e9fe77136af5c7c
+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 0367146d8434..000000000000
--- a/devel/spdict/files/patch-Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.orig Thu Aug 2 22:36:24 2007
-+++ Makefile Thu Aug 2 22:39:43 2007
-@@ -3,8 +3,8 @@
-
- CC = gcc
- AR = ar cru
--CFLAGS = -Wall -D_REENTRANT -D_GNU_SOURCE -g
--SOFLAGS = -shared -fPIC
-+CFLAGS = -Wall -D_REENTRANT -D_GNU_SOURCE -g -fPIC
-+SOFLAGS = -shared
- LDFLAGS = -lpthread
-
- LINKER = $(CC)
-@@ -29,7 +29,7 @@
- all: $(TARGET)
-
- libspdict.so: $(LIBOBJS)
-- $(LINKER) $(SOFLAGS) $^ -o $@
-+ $(LINKER) $(SOFLAGS) $^ -o $@ -lstdc++
-
- testdict: testdict.o
- $(LINKER) $(LDFLAGS) $^ -L. -lspdict -o $@
diff --git a/devel/spdict/pkg-plist b/devel/spdict/pkg-plist
index 7e79e6f445c5..52a53e23bc5e 100644
--- a/devel/spdict/pkg-plist
+++ b/devel/spdict/pkg-plist
@@ -1,10 +1,14 @@
-include/spdict/sparrayimpl.hpp
-include/spdict/spbstreeimpl.hpp
-include/spdict/spbtreeimpl.hpp
-include/spdict/spcache.hpp
+include/spdict/spdictarray.hpp
+include/spdict/spdictbstree.hpp
+include/spdict/spdictbtree.hpp
+include/spdict/spdictcache.hpp
include/spdict/spdictionary.hpp
-include/spdict/sprbtreeimpl.hpp
-include/spdict/spslistimpl.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
@dirrm include/spdict