aboutsummaryrefslogtreecommitdiff
path: root/security/regripper
Commit message (Collapse)AuthorAgeFilesLines
* Update to a newer snapshot (6 june 2016)Antoine Brodin2016-06-172-4/+5
| | | | Notes: svn path=/head/; revision=417029
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Switch regripper to USE_GITHUBAntoine Brodin2016-03-073-10/+17
| | | | | | | | - Update regripper to a recent snapshot (2.8.20160225) - Merge regripperplugins into regripper Notes: svn path=/head/; revision=410541
* Fix usage of ${PERL5}.Mathieu Arnold2015-12-171-3/+4
| | | | | | | | | | | | | | | | | ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=403913
* 2 more ports: convert to USES+= zipJohn Marino2014-05-281-2/+1
| | | | | | | | USES=zip is required when at least one distfile is a zip archive. Approved by: general infrastructure blanket Notes: svn path=/head/; revision=355658
* Use dos2unixAntoine Brodin2013-11-191-2/+1
| | | | Notes: svn path=/head/; revision=334358
* Convert to STAGEDIR.Antoine Brodin2013-10-031-2/+2
| | | | Notes: svn path=/head/; revision=329217
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Convert regripper to USES=perl5Antoine Brodin2013-08-031-1/+2
| | | | Notes: svn path=/head/; revision=324182
* Update regripper to 2.8Antoine Brodin2013-05-042-6/+4
| | | | | | | | | | Remove infozip dependency Do not set LICENSE_FILE for known license Approved by: eadler, miwi (mentors, implicit) Notes: svn path=/head/; revision=317306
* Regripper distfile has been rerolled.Antoine Brodin2013-04-042-3/+4
| | | | | | | | | | | Diff available at: http://people.freebsd.org/~antoine/ports/1/rip.pl.diff Reported by: Francis Provencher Approved by: portmgr (bapt), eadler (mentor) Notes: svn path=/head/; revision=315728
* - fix wording of "RUN_DEPENDS"Ruslan Makhmatkhanov2012-12-022-2/+2
| | | | | | | | | | | | - use INSTALL_DATA to not set execution bit for plugins - remove trailing whitespace in pkg-descr, while here PR: 174047 Submitted by: antoine (maintainer) Feature safe: yes Notes: svn path=/head/; revision=308102
* RegRipper is an open source tool, written in Perl, for extracting/parsingPawel Pekala2012-11-293-0/+40
information (keys, values, data) from the Registry and presenting it for analysis. WWW: http://code.google.com/p/regripper/ PR: ports/172899 Submitted by: antoine@FreeBSD.org Feature safe: yes Notes: svn path=/head/; revision=307974