aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-28 11:27:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-28 11:27:51 +0000
commit50d9d8d17e02d4e5c0cf41bf4d2e9029ba8f32ed (patch)
treec9108aa90567fcb3631ff0ab916ed75920c08bab /devel
parentfee241f3365d6f1c1ed937e2c77f54288570267c (diff)
downloadports-50d9d8d17e02d4e5c0cf41bf4d2e9029ba8f32ed.tar.gz
ports-50d9d8d17e02d4e5c0cf41bf4d2e9029ba8f32ed.zip
Notes
Diffstat (limited to 'devel')
-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 ed6a892b6286..3454adbb7431 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 2052c23cf5db..000000000000
--- 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 402d477d4398..000000000000
--- 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 6474e5fee78e..000000000000
--- 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 4f31810516d8..000000000000
--- 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