summaryrefslogtreecommitdiff
path: root/net-mgmt/arpalert (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - update to 2.0.11Yen-Ming Lee2008-04-224-24/+16
| | | | | | | - unbreak on amd64 Notes: svn path=/head/; revision=211796
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* - Mark BROKEN on amd64: does not compilePav Lucistnik2008-02-031-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=206676
* - add CFLAGS+=-fPIC to try to fix build on amd64Yen-Ming Lee2008-01-181-0/+1
| | | | | | | Noticed by: pav Notes: svn path=/head/; revision=205796
* - update to 2.0.9Yen-Ming Lee2008-01-082-4/+4
| | | | Notes: svn path=/head/; revision=205251
* - update to 2.0.8Yen-Ming Lee2007-10-223-4/+5
| | | | Notes: svn path=/head/; revision=201748
* - update to 2.0.6Yen-Ming Lee2007-10-182-4/+4
| | | | Notes: svn path=/head/; revision=201641
* - update to 2.0.5Yen-Ming Lee2007-10-162-4/+4
| | | | Notes: svn path=/head/; revision=201563
* - update to 2.0.4Yen-Ming Lee2007-08-142-4/+4
| | | | Notes: svn path=/head/; revision=197691
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - update to 2.0.3Yen-Ming Lee2006-12-104-6/+17
| | | | Notes: svn path=/head/; revision=179386
* - update to 1.1.3Yen-Ming Lee2006-11-062-4/+4
| | | | | | | | PR: 104590 Submitted by: clsung Notes: svn path=/head/; revision=176618
* add arpalert-1.1.0Yen-Ming Lee2006-10-065-0/+48
Arpalert uses ARP protocol monitoring to prevent unauthorized connections on the local network. If an illegal connection is detected, a program or script is launched, which could be used to send an alert message, for example. WWW: http://www.arpalert.org/ Notes: svn path=/head/; revision=174618