aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rpm2cpio.rb
AgeCommit message (Collapse)Author
2013-07-09rpm2cpio: fix install nameAdam Vandenberg
Closes #21105.
2013-07-03rpm2cpio: fix download URLAdam Vandenberg
Closes #20980.
2013-06-14rpm2cpio: restore .pl extensionAdam Vandenberg
rpm requires rpm2cpio to install, and references it with a .pl extension rpm also installs its own non-.pl rpm2cpio Closes #20498.
2013-06-07Use ScriptFileFormulaAdam Vandenberg
Switch these to use ScriptFileFormula, since they no longer need to munge the installed filenames.
2013-03-10rpm2cpio: adjust version to match upstreamJack Nagel
2013-03-10rpm2cpio: install to bin/rpm2cpio.plAnders F Bjorklund
Otherwise rpm2cpio the perl script will conflict with rpm2cpio the program (i.e. compiled binary), from the rpm installation. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-10rpm2cpio: move from cvsweb to svnweb for FreeBSDAnders F Bjorklund
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-29rpm2cpio 1.4 from FreeBSD PortsCody Boisclair
Closes #12813. Closes #13094. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Fix inheritance for ScriptFileFormula.Adam Vandenberg
2010-08-17New Formula: rpmp2cpio (the perl script)Christian Köstlin
Signed-off-by: Adam Vandenberg <flangy@gmail.com>