aboutsummaryrefslogtreecommitdiffstats
path: root/security/poc
Commit message (Collapse)AuthorAgeFilesLines
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* Avoid the need for running autotools by replacing the patch to Makefile.amarved2008-01-132-14/+7
| | | | with REINPLACE_CMDs on Makefile.in
* - Add SHA256pav2005-11-261-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* With portmgr hat on, reset maintainer. There have been several maintainerlinimon2005-09-301-1/+1
| | | | timeouts, and no response to email for more than 2 weeks.
* Sync with new bsd.autotools.mkade2004-06-051-0/+1
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-141-4/+4
| | | | use USE_GETOPT_LONG instead.
* De-pkg-comment.knu2003-02-212-1/+1
|
* Added USE_GMAKE to Makefile to unbreak build.alane2002-10-151-0/+1
| | | | | PR: 44067 Approved by: maintainer
* * Add libgnugetopt dependency.naddy2002-08-014-17/+32
| | | | | | | | | Submitted by: Juan Pablo Villa <juan@datafull.com> * Respect CFLAGS. * Use x86 asm only on i386 architecture. Approved by: no response from maintainer
* Add poc 1.2, a program for managing passwords on smartcards.will2002-06-236-0/+53
PR: 39168 Submitted by: king@v2project.com