1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Remove; I added this into the wrong category

This commit is contained in:
Pav Lucistnik 2005-11-24 11:51:37 +00:00
parent 12818d23bf
commit 22490e3886
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149281
4 changed files with 0 additions and 37 deletions

View File

@ -258,7 +258,6 @@
SUBDIR += xrestop
SUBDIR += xrootconsole
SUBDIR += xrsh
SUBDIR += xscoop
SUBDIR += xscreensaver
SUBDIR += xscreensaver-gnome
SUBDIR += xscreensaver-gnome-hacks

View File

@ -1,27 +0,0 @@
# New ports collection makefile for: xscoop
# Date created: Sa 04 Nov 2005 00:00:00 MET DST
# Whom: Ron Scheckelhoff <rscheckelhoff@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= xscoop
PORTVERSION= 1.0.1
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.datazygte.com/ports/x11-toolkits/xscoop/
MAINTAINER= rscheckelhoff@yahoo.com
COMMENT= An X library detective
MAN7= xscoop.7
PLIST_FILES= bin/xscoop
PORTDOCS= xscoop.pdf
NO_BUILD= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xscoop ${PREFIX}/bin/xscoop
${INSTALL_MAN} ${WRKSRC}/xscoop.7 ${MAN7PREFIX}/man/man7/xscoop.7
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/xscoop.pdf ${DOCSDIR}/xscoop.pdf
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
MD5 (xscoop-1.0.1.tar.gz) = a407dd3e7fae0cd1559d935008f15d67
SHA256 (xscoop-1.0.1.tar.gz) = b2ba1530768e14d0f3e6e10b61f2e50ea3fb5cb8076ddb4d37b7cecf7ad67c11
SIZE (xscoop-1.0.1.tar.gz) = 89457

View File

@ -1,6 +0,0 @@
XScoop provides the ability to quickly determine which underlying X libraries
were statically linked into an application, even when the source is not
available. XScoop parses an executable, looking for matches on a subset of
sample keywords that may identify the library being used. It does not produce
absolute results, and instead supplies a report with key-hits which represent
the likelihood that a particular library is present in the binary.