aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-02-28 19:27:51 +0800
committerpav <pav@FreeBSD.org>2004-02-28 19:27:51 +0800
commit90c04fed69060ff20a6ca6996a3d335399f611f5 (patch)
tree709519f58c5df8bc5fa64585bc4091b3c066950f
parent7e875563a473484f42489f97f9313fe38e07bbd1 (diff)
downloadfreebsd-ports-graphics-90c04fed69060ff20a6ca6996a3d335399f611f5.tar.gz
freebsd-ports-graphics-90c04fed69060ff20a6ca6996a3d335399f611f5.tar.zst
freebsd-ports-graphics-90c04fed69060ff20a6ca6996a3d335399f611f5.zip
D'oh! Remove ossp-str, it's duplicate of existing port devel/str.
Sorry for the noise. Pointy hat to: pav
-rw-r--r--devel/Makefile1
-rw-r--r--devel/ossp-str/Makefile26
-rw-r--r--devel/ossp-str/distinfo2
-rw-r--r--devel/ossp-str/pkg-descr7
-rw-r--r--devel/ossp-str/pkg-plist6
5 files changed, 0 insertions, 42 deletions
diff --git a/devel/Makefile b/devel/Makefile
index ed6a892b628..3454adbb743 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -514,7 +514,6 @@
SUBDIR += ossp-cfg
SUBDIR += ossp-ex
SUBDIR += ossp-l2
- SUBDIR += ossp-str
SUBDIR += ossp-val
SUBDIR += ossp-var
SUBDIR += p4.el
diff --git a/devel/ossp-str/Makefile b/devel/ossp-str/Makefile
deleted file mode 100644
index 2052c23cf5d..00000000000
--- a/devel/ossp-str/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: OSSP str
-# Date created: 22 February 2004
-# Whom: Kimura Fuyuki <fuyuki@nigredo.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= str
-PORTVERSION= 0.9.8
-CATEGORIES= devel
-MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/${PORTNAME}/
-PKGNAMEPREFIX= ossp-
-
-MAINTAINER= fuyuki@nigredo.org
-COMMENT= A generic string library written in ISO-C
-
-USE_LIBTOOL_VER= 15
-INSTALLS_SHLIB= yes
-
-MAN1= str-config.1
-MAN3= str.3
-
-test:
- cd ${WRKSRC}; make check
-
-.include <bsd.port.mk>
diff --git a/devel/ossp-str/distinfo b/devel/ossp-str/distinfo
deleted file mode 100644
index 402d477d439..00000000000
--- a/devel/ossp-str/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (str-0.9.8.tar.gz) = 4b3be05ddcc5959215de2d0532b233ac
-SIZE (str-0.9.8.tar.gz) = 254674
diff --git a/devel/ossp-str/pkg-descr b/devel/ossp-str/pkg-descr
deleted file mode 100644
index 6474e5fee78..00000000000
--- a/devel/ossp-str/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-OSSP str is a generic string library written in ISO-C which provides
-functions for handling, matching, parsing, searching and formatting of
-ISO-C strings. So it can be considered as a superset of POSIX
-string(3), but its main intention is to provide a more convenient and
-compact API plus a more generalized functionality.
-
-WWW: http://www.ossp.org/pkg/lib/str/
diff --git a/devel/ossp-str/pkg-plist b/devel/ossp-str/pkg-plist
deleted file mode 100644
index 4f31810516d..00000000000
--- a/devel/ossp-str/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/str-config
-include/str.h
-lib/libstr.a
-lib/libstr.la
-lib/libstr.so
-lib/libstr.so.9