summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-05 20:06:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-05 20:06:28 +0000
commitd36a55a3f4ac0dcf16a3cd8bdfbcfcecb695a611 (patch)
treeb317dcbfa58eff671e0a0548232956c327870a5a /devel
parentUpdate to v0.0.18 (diff)
2006-12-27 devel/libformat: distfile and homepage disappeared
2006-12-01 editors/ooodict-all: Size mismatch 2006-12-01 mail/distribute: Does not install 2006-12-01 net-im/gaim-rss-reader: Requires update to work with Gaim 0.82.1 2006-12-31 sysutils/slay: Author doesn't see it as needed anymore
Notes
Notes: svn path=/head/; revision=181563
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/libformat/Makefile39
-rw-r--r--devel/libformat/distinfo3
-rw-r--r--devel/libformat/files/Makefile.lib17
-rw-r--r--devel/libformat/pkg-descr3
5 files changed, 0 insertions, 63 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 3ffd77cd308c..5b7288dc1ed1 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -530,7 +530,6 @@
SUBDIR += libevocosm
SUBDIR += libexecinfo
SUBDIR += libffi
- SUBDIR += libformat
SUBDIR += libfs++
SUBDIR += libftdi
SUBDIR += libg++
diff --git a/devel/libformat/Makefile b/devel/libformat/Makefile
deleted file mode 100644
index 0bcbb48f2c79..000000000000
--- a/devel/libformat/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: libFormat
-# Date created: Jun 19, 2001
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= libformat
-PORTVERSION= 1.1
-CATEGORIES= devel
-MASTER_SITES= http://kingleo.pages.at/development/cpp/
-DISTNAME= ${PORTNAME:S/^lib//}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= C++ library that supports printf style like format printing
-
-DEPRECATED= distfile and homepage disappeared
-EXPIRATION_DATE= 2006-12-27
-
-MAKEFILE= ${FILESDIR}/Makefile.lib
-USE_LDCONFIG= yes
-
-PORTDOCS= ChangeLog README testformat.cpp
-PLIST_FILES= include/format.h lib/libformat.a lib/libformat.so lib/libformat.so.1
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-USE_GCC= 3.3
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/libformat/distinfo b/devel/libformat/distinfo
deleted file mode 100644
index 07cae75fc50f..000000000000
--- a/devel/libformat/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (format-1.1.tar.gz) = d94b8ade7cbf7bae2dea044f7535f6b7
-SHA256 (format-1.1.tar.gz) = 074ecc4b83b7f77180f2859854e5c198f9d9dcfdf2458589c604c1cfaecfc477
-SIZE (format-1.1.tar.gz) = 9007
diff --git a/devel/libformat/files/Makefile.lib b/devel/libformat/files/Makefile.lib
deleted file mode 100644
index 8a6d09693084..000000000000
--- a/devel/libformat/files/Makefile.lib
+++ /dev/null
@@ -1,17 +0,0 @@
-PREFIX?= /usr/local
-SHLIB_VER?= 1
-
-LIB= format
-LIBDIR= ${PREFIX}/lib
-SHLIB_MAJOR= ${SHLIB_VER}
-SHLIB_MINOR= 0
-NOPROFILE= true
-NOOBJ= true
-
-INCS= format.h
-INCSDIR= ${PREFIX}/include
-INCDIR= ${INCSDIR} # for pre-bsd.incs.mk API
-
-SRCS= format.cpp
-
-.include <bsd.lib.mk>
diff --git a/devel/libformat/pkg-descr b/devel/libformat/pkg-descr
deleted file mode 100644
index 66d7cfa9a24a..000000000000
--- a/devel/libformat/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-C++ library that supports printf style like format printing
-
-WWW: http://kingleo.home.pages.at/index.php?language=EN&show=/development/cpp