diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-01-20 19:14:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-01-20 19:14:56 +0000 |
commit | 6f21078447bb03dcc9c9dce2e28616c0048b3abd (patch) | |
tree | 635f8a7ce437e1306d1686bbd10ea5dc15b61807 /games/laughingman | |
parent | 3c3483a981fda8cad403869c8d3215a0b8b9f016 (diff) | |
download | ports-6f21078447bb03dcc9c9dce2e28616c0048b3abd.tar.gz ports-6f21078447bb03dcc9c9dce2e28616c0048b3abd.zip |
Notes
Diffstat (limited to 'games/laughingman')
-rw-r--r-- | games/laughingman/Makefile | 39 | ||||
-rw-r--r-- | games/laughingman/distinfo | 3 | ||||
-rw-r--r-- | games/laughingman/files/Makefile | 23 | ||||
-rw-r--r-- | games/laughingman/files/patch-laugh.cpp | 13 | ||||
-rw-r--r-- | games/laughingman/pkg-descr | 10 | ||||
-rw-r--r-- | games/laughingman/pkg-plist | 4 |
6 files changed, 0 insertions, 92 deletions
diff --git a/games/laughingman/Makefile b/games/laughingman/Makefile deleted file mode 100644 index 14bac2a0b414..000000000000 --- a/games/laughingman/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: laughingman -# Date created: 2007-07-13 -# Whom: nork@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= laughingman -PORTVERSION= 0.20070610 -PORTREVISION= 1 -CATEGORIES= games multimedia graphics -MASTER_SITES= http://www.masayashi.com/wp-content/uploads/2007/04/ -DISTNAME= LaughingMan_proj -EXTRACT_SUFX= .lzh -DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} - -MAINTAINER= nork@FreeBSD.org -COMMENT= A real-time face hijacking program made by the ultimate hacker Aoi - -LIB_DEPENDS= cv.1:${PORTSDIR}/graphics/opencv -EXTRACT_DEPENDS=lha:${PORTSDIR}/archivers/lha - -BROKEN= does not link -DEPRECATED= has been broken for 3 months -EXPIRATION_DATE=2010-01-08 - -EXTRACT_CMD= lha -EXTRACT_BEFORE_ARGS=xiq2 -EXTRACT_AFTER_ARGS= - -NO_WRKSUBDIR= yes - -MAKE_ENV+= BINDIR=${PREFIX}/bin \ - DATADIR=${DATADIR} - -post-extract: - @${CP} ${FILESDIR}/Makefile ${WRKSRC} - -.include <bsd.port.mk> diff --git a/games/laughingman/distinfo b/games/laughingman/distinfo deleted file mode 100644 index e4791862c9d7..000000000000 --- a/games/laughingman/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (laughingman/0.20070610/LaughingMan_proj.lzh) = ed252f73542b4ac88d640ebf6373b028 -SHA256 (laughingman/0.20070610/LaughingMan_proj.lzh) = 6d97604d19e2495e328c6681ece3bfdb00d7a17462a0fe78eb94fd7ed1e0c026 -SIZE (laughingman/0.20070610/LaughingMan_proj.lzh) = 127891 diff --git a/games/laughingman/files/Makefile b/games/laughingman/files/Makefile deleted file mode 100644 index ffa966231234..000000000000 --- a/games/laughingman/files/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $FreeBSD$ - -PROG_CXX= laugh -SRCS= laugh.cpp -NO_MAN= yes -LDADD= -L${LOCALBASE}/lib -lcv -lcxcore -lhighgui - -LOCALBASE?= /usr/local -PREFIX?= ${LOCALBASE} -BINDIR?= ${PREFIX}/bin -DATADIR?= ${PREFIX}/share/laughingman - -CXXFLAGS+= -DDATADIR=\"${DATADIR}\" -I${LOCALBASE}/include -I${LOCALBASE}/include/opencv - -FILES= haarcascade_frontalface_alt.xml laughingman.bmp -FILESDIR= ${DATADIR} - -MKDIR?= mkdir -p - -beforeinstall: - ${MKDIR} ${FILESDIR} - -.include <bsd.prog.mk> diff --git a/games/laughingman/files/patch-laugh.cpp b/games/laughingman/files/patch-laugh.cpp deleted file mode 100644 index af7e97a949ae..000000000000 --- a/games/laughingman/files/patch-laugh.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- laugh.cpp.orig 2007-02-25 13:36:50.000000000 +0900 -+++ laugh.cpp 2007-07-13 01:22:50.000000000 +0900 -@@ -117,8 +117,8 @@ - IplImage *frame_copy;
- IplImage *result;
- char window_name[] = "Catcher in the Rye";
-- const char* cascade_name = "haarcascade_frontalface_alt.xml"; //顔検出用のデータが入ってるXMLファイル
-- char mask_name[]="laughingman.bmp"; //マスク画像
-+ const char* cascade_name = DATADIR "/haarcascade_frontalface_alt.xml"; //顔検出用のデータが入ってるXMLファイル
-+ char mask_name[]=DATADIR "/laughingman.bmp"; //マスク画像
-
- //顔検出データを読み込む
- cascade = (CvHaarClassifierCascade*)cvLoad(cascade_name, 0, 0, 0);
diff --git a/games/laughingman/pkg-descr b/games/laughingman/pkg-descr deleted file mode 100644 index c3c24cdf943b..000000000000 --- a/games/laughingman/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The Laughing Man is a real-time face hijacking multiple video streams -simultaneously made by the ultimate hacker Aoi. - -SEE ALSO: - http://en.wikipedia.org/wiki/Laughing_Man_%28Ghost_in_the_Shell%29 - -Sorry, Japanese Only! -WWW: http://www.masayashi.com/labs/laughing_man/ - http://www1.bbiq.jp/kougaku/koukaku.html - http://www.kokaku-s.com/ diff --git a/games/laughingman/pkg-plist b/games/laughingman/pkg-plist deleted file mode 100644 index 0a451501a017..000000000000 --- a/games/laughingman/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/laugh -%%DATADIR%%/haarcascade_frontalface_alt.xml -%%DATADIR%%/laughingman.bmp -@dirrm %%DATADIR%% |