1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "Sgrep",
"description": "Search SGML, XML, and HTML",
"url": "https://www.mirrorservice.org/sites/distfiles.macports.org/sgrep2/sgrep-1.94a.tar.gz",
"mirror": "https://fossies.org/linux/misc/old/sgrep-1.94a.tar.gz",
"homepage": "https://www.cs.helsinki.fi/u/jjaakkol/sgrep.html",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--prefix=#{prefix}\",",
"\"--mandir=#{man}\",",
"\"--datadir=#{pkgshare}\"",
"system \"make\", \"install\""
],
"version": "1.94",
"file": "sgrep.rb"
}
|