1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

2012-05-10 databases/ruby-kyotocabinet: BROKEN for more than 6 month

2012-05-10 x11-themes/kde-icons-amaranth-althaea: BROKEN for more than 6 month
2012-12-06 net/bpfstat: Merge in netstat on all supported version of FreeBSD
This commit is contained in:
Baptiste Daroussin 2013-01-27 12:21:31 +00:00
parent bf25f6b6b4
commit 72fb4b1a81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311060
15 changed files with 3 additions and 169 deletions

3
MOVED
View File

@ -4008,3 +4008,6 @@ devel/p4v||2013-01-22|No longer publishes FreeBSD version
multimedia/libdvdplay||2013-01-27|Has expired: No more public_distfiles
www/p5-Bundle-Sledge||2013-01-27|Removed
devel/p5-Class-Fields||2013-01-27|Has expired: considered obsolete by upstream
databases/ruby-kyotocabinet||2013-01-27|Has expired: BROKEN for more than 6 month
x11-themes/kde-icons-amaranth-althaea||2013-01-27|Has expired: BROKEN for more than 6 month
net/bpfstat||2013-01-27|Has expired: Merge in netstat on all supported version of FreeBSD

View File

@ -788,7 +788,6 @@
SUBDIR += ruby-frontbase
SUBDIR += ruby-gdbm
SUBDIR += ruby-interbase
SUBDIR += ruby-kyotocabinet
SUBDIR += ruby-memcache
SUBDIR += ruby-msql
SUBDIR += ruby-mysql

View File

@ -1,68 +0,0 @@
# New ports collection makefile for: kyotocabinet-ruby
# Date created: 28 April 2010
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= kyotocabinet
PORTVERSION= 1.24
PORTREVISION= 1
CATEGORIES= databases ruby
MASTER_SITES= http://fallabs.com/kyotocabinet/rubypkg/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby (1.9.1+) binding to Kyoto Cabinet
LIB_DEPENDS= kyotocabinet:${PORTSDIR}/databases/kyotocabinet
LICENSE= GPLv3
DEPRECATED= BROKEN for more than 6 month
EXPIRATION_DATE= 2012-05-10
BROKEN= does not compile
RUBY_VER= 1.9
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
NO_PACKAGE= GPL3 incompatibility with Ruby
CONFIGURE_ARGS= --with-kyotocabinet-dir="${LOCALBASE}" \
--with-bindir="${LOCALBASE}/bin"
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700042
BROKEN= requires gcc 4.2+ and ruby built with the same compiler
.endif
PLIST_FILES= %%RUBY_SITEARCHLIBDIR%%/kyotocabinet.so
.if !defined(NOPORTDOCS)
DOCSDIR= ${RUBY_MODDOCDIR}
PORTDOCS= *
.endif
.if !defined(NOPORTEXAMPLES)
EXAMPLESDIR= ${RUBY_MODEXAMPLESDIR}
PORTEXAMPLES= *
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR}/
.endif
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
cd ${WRKSRC}/example && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
.endif
check:
cd ${BUILD_WRKSRC} && ${SETENV} RUBYLIB=. ${RUBY} test.rb
.include <bsd.port.post.mk>

View File

@ -1,2 +0,0 @@
SHA256 (ruby/kyotocabinet-ruby-1.24.tar.gz) = ea988ce9309a9ede9bb53a1433b838f34ec666d5c7f04efc05ba294633247c52
SIZE (ruby/kyotocabinet-ruby-1.24.tar.gz) = 64565

View File

@ -1,14 +0,0 @@
--- extconf.rb.orig 2010-11-30 19:41:45.000000000 +0800
+++ extconf.rb 2011-12-18 16:36:33.312316430 +0800
@@ -3,8 +3,9 @@
File::unlink("Makefile") if (File::exist?("Makefile"))
dir_config('kyotocabinet')
-home = ENV["HOME"]
-ENV["PATH"] = ENV["PATH"] + ":/usr/local/bin:$home/bin:."
+#home = ENV["HOME"]
+#ENV["PATH"] = ENV["PATH"] + ":/usr/local/bin:$home/bin:."
+ENV["PATH"] = '%s:%s' % [with_config('bindir'), ENV["PATH"]]
kccflags = `kcutilmgr conf -i 2>/dev/null`.chomp
kcldflags = `kcutilmgr conf -l 2>/dev/null`.chomp
kcldflags = kcldflags.gsub(/-l[\S]+/, "").strip

View File

@ -1,8 +0,0 @@
This is a Ruby (1.9.1+) binding to Kyoto Cabinet, a straightforward
implementation of DBM.
Since the library is licensed under GPLv3 which is incompatible with
the ruby runtime, binary distribution is inhibited.
Author: Mikio Hirabayashi <hirarin@gmail.com>
WWW: http://1978th.net/kyotocabinet/

View File

@ -60,7 +60,6 @@
SUBDIR += boinc-client
SUBDIR += boinc_curses
SUBDIR += bounce
SUBDIR += bpfstat
SUBDIR += bsdproxy
SUBDIR += bwi-firmware-kmod
SUBDIR += bwn-firmware-kmod

View File

@ -1,25 +0,0 @@
# Created by: Christian S.J. Peron <csjp@FreeBSD.org>
# $FreeBSD$
PORTNAME= bpfstat
PORTVERSION= 1.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= csjp
MAINTAINER= csjp@FreeBSD.org
COMMENT= Program to retrieve bpf statistics
DEPRECATED= Merge in netstat on all supported version of FreeBSD
EXPIRATION_DATE= 2012-12-06
MAN8= bpfstat.8
PLIST_FILES= sbin/bpfstat
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
IGNORE= this has been merged into netstat
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +0,0 @@
SHA256 (bpfstat-1.0.tar.gz) = a7cb7330835bdca9e5f26f2a9820429325551d6644b89d46e224a2b2ba947702
SIZE (bpfstat-1.0.tar.gz) = 3442

View File

@ -1,6 +0,0 @@
The bpfstat utility will print statistics associated with active bpf(4)
devices. These statistics contain information about device state as well
as packets which have been received, dropped or matched by the bpf filter
program.
WWW: http://people.freebsd.org/~csjp/

View File

@ -98,7 +98,6 @@
SUBDIR += icons-tango
SUBDIR += icons-tango-extras
SUBDIR += irssi-themes
SUBDIR += kde-icons-amaranth-althaea
SUBDIR += kde-icons-black-and-white
SUBDIR += kde-icons-cezanne
SUBDIR += kde-icons-crystal-project

View File

@ -1,22 +0,0 @@
# New ports collection makefile for: KDE iconset Amaranth Althaea
# Date created: Fri Feb 13 11:24:29 UTC 2004
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= amaranth-althaea
PORTVERSION= 0.5
MASTER_SITES= ${MASTER_SITE_THEMES}
MASTER_SITE_SUBDIR= amaranth
DISTNAME= ${PORTNAME}-${PORTVERSION:C/^.//}
COMMENT= KDE iconset like Crystal SVG, but simpler and with more shadows
DEPRECATED= BROKEN for more than 6 month
EXPIRATION_DATE= 2012-05-10
BROKEN= Does not fetch
WRKSRC= "${WRKDIR}/Altheae"
.include "${.CURDIR}/../kde-icons-noia/Makefile.icons"

View File

@ -1,2 +0,0 @@
SHA256 (KDE/amaranth-althaea-.5.tar.gz) = ac5f3a0a1701f87412b73567a4a9966f87eb8fa9b65ba1a738d4d2fd56a66d68
SIZE (KDE/amaranth-althaea-.5.tar.gz) = 6984704

View File

@ -1,8 +0,0 @@
[ excerpt from developer's web site ]
Think of it like Crystal SVG, but way simpler-looking and with more
shadows. Shadows are cool. OS X has shadows. OS X is cool. You
may have to edit the "index.desktop" file, to inherit from crystalsvg,
so as to avoid having all those nagging blank icons.
WWW: http://www.kde-look.org/content/show.php?content=9781

View File

@ -1,9 +0,0 @@
ATTENTIONATTENTION:
How to install a new icon theme
1) Open the KDE-Menu and start the Control Center
2) Click on "Look and Feel", then "Icons"
3) Select Amaranth Altheae iconset
4) Click "Apply"
5) Have fun! :-)