mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Initial import of sma version 0.9.7.
A Scour Media Agent client for UNIX. PR: 6553, 6554 Submitted by: Donald Burr <dburr@POBoxes.com>
This commit is contained in:
parent
d093362e30
commit
e2ff569205
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10940
37
misc/sma/Makefile
Normal file
37
misc/sma/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: sma
|
||||
# Version required: 0.9.7
|
||||
# Date created: 8 May 1998
|
||||
# Whom: Donald Burr <dburr@POBoxes.com>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= SMA2
|
||||
PKGNAME= sma-0.9.7
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.scour.net/sma/
|
||||
EXTRACT_SUFX= .pl
|
||||
|
||||
MAINTAINER= dburr@POBoxes.com
|
||||
|
||||
RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKDIR}
|
||||
|
||||
pre-configure:
|
||||
@${SED} -e '1,1s:/usr/bin/perl:${PREFIX}/bin/perl5.00404:' \
|
||||
${DISTDIR}/SMA2.pl > ${WRKDIR}/sma
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/sma ${PREFIX}/bin
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGDIR}/MESSAGE
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/sma/distinfo
Normal file
1
misc/sma/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (SMA2.pl) = 679a976fb113ea1ac75f617e5a740582
|
1
misc/sma/pkg-comment
Normal file
1
misc/sma/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Scour Media Agent client for UNIX
|
20
misc/sma/pkg-descr
Normal file
20
misc/sma/pkg-descr
Normal file
@ -0,0 +1,20 @@
|
||||
The Scour Media Agent (SMA) is a program that is used in conjunction with
|
||||
the Scour search service (http://www.scour.net/). This is a new kind of
|
||||
search service that specializes in searching for multimedia filetypes
|
||||
(video, animation, audio, etc.). They search 6 different protocols and have
|
||||
the most comprehensive webcrawlers of any search engine presently in
|
||||
existence. The database contains everything from links to streaming video
|
||||
lectures on Microbiology (coming soon) to the latest music video from the
|
||||
Spice Girls.
|
||||
|
||||
They specialize even further by separating media files into their respective
|
||||
types (.avi, .mpg, .mov, .viv, .ram, .mp3, etc.) So, going beyond just
|
||||
being able to search for video files, you can specify all the way down to
|
||||
the file type.
|
||||
|
||||
This free service started out as a dorm room project by a couple of Computer
|
||||
Science students at UCLA.
|
||||
|
||||
Check it out at http://www.scour.net/.
|
||||
|
||||
[ This port is maintained by Donald Burr <dburr@POBoxes.com>. ]
|
31
misc/sma/pkg-message
Normal file
31
misc/sma/pkg-message
Normal file
@ -0,0 +1,31 @@
|
||||
Scour is now successfully installed.
|
||||
|
||||
You can use it either as a standalone program or as a browser plug-in.
|
||||
|
||||
Standalone:
|
||||
===========
|
||||
When you find a file you want to look at on the Scour site, click on it
|
||||
to download it. Netscape will pop up a "save as" dialog to ask you where
|
||||
to save a file called "smadlc". Save it anywhere, then from a command line
|
||||
type "sma /path/to/smadlc" (example: if you saved it as /tmp/smadlc, type
|
||||
"sma /tmp/smadlc")
|
||||
|
||||
Netscape plug-in:
|
||||
=================
|
||||
In the Preferences dialog, click through to the "Navigator/Applications"
|
||||
hierarchy. Click the "New" button and fill out the dialog as follows:
|
||||
|
||||
Description: Scour Media Agent
|
||||
MIMEType: application/x-scour-directive
|
||||
Suffixes: sma
|
||||
Handled by: Check "Application", and in the box, enter "sma %s"
|
||||
|
||||
Lynx plug-in:
|
||||
=============
|
||||
Add the following line to the lynx.cfg file:
|
||||
VIEWER:application/x-scour-directive:sma %s
|
||||
|
||||
You will also need to install programs for whichever media type(s) you wish
|
||||
to be able to view. Look around in the /usr/ports hierarchy.
|
||||
|
||||
Now go on over to http://www.scour.net/ and use it!
|
1
misc/sma/pkg-plist
Normal file
1
misc/sma/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/sma
|
Loading…
Reference in New Issue
Block a user