aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p0f
diff options
context:
space:
mode:
authorjhale <jhale@FreeBSD.org>2012-10-07 20:34:55 +0800
committerjhale <jhale@FreeBSD.org>2012-10-07 20:34:55 +0800
commit034ba647e208ba06d5665a34bb25ef0ac706e4f8 (patch)
treecbd3b923026172664539110fdfd39827355cbd55 /net-mgmt/p0f
parent5e83f6696e1fff8b573c2e61d89b00a3d9a308bb (diff)
downloadfreebsd-ports-gnome-034ba647e208ba06d5665a34bb25ef0ac706e4f8.tar.gz
freebsd-ports-gnome-034ba647e208ba06d5665a34bb25ef0ac706e4f8.tar.zst
freebsd-ports-gnome-034ba647e208ba06d5665a34bb25ef0ac706e4f8.zip
- Update to 3.06b
While here: - Trim Makefile header - Convert to new options framework - Remove LICENSE_FILES and extra installation of COPYING since the full LGPL21 license is included in the ports tree PR: ports/172394 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) Approved by: makc, avilla (mentors implicit)
Diffstat (limited to 'net-mgmt/p0f')
-rw-r--r--net-mgmt/p0f/Makefile15
-rw-r--r--net-mgmt/p0f/distinfo4
2 files changed, 8 insertions, 11 deletions
diff --git a/net-mgmt/p0f/Makefile b/net-mgmt/p0f/Makefile
index 38738f70510b..498c7925e2cc 100644
--- a/net-mgmt/p0f/Makefile
+++ b/net-mgmt/p0f/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: p0f
-# Date created: 2000-06-12
-# Whom: Trevor Johnson
-#
+# Created by: Trevor Johnson
# $FreeBSD$
-#
PORTNAME= p0f
-PORTVERSION= 3.05b
+PORTVERSION= 3.06b
CATEGORIES= net-mgmt security
MASTER_SITES= http://lcamtuf.coredump.cx/p0f3/releases/ \
http://fossies.org/unix/privat/
@@ -16,16 +12,17 @@ MAINTAINER= fbsd-ports@opsec.eu
COMMENT= Passive OS fingerprinting tool
LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/docs/COPYING
PLIST_FILES= bin/p0f bin/p0f-client bin/p0f-sendsyn \
bin/p0f-sendsyn6 etc/p0f.fp
-PORTDOCS= COPYING ChangeLog README TODO existential-notes.txt \
+PORTDOCS= ChangeLog README TODO existential-notes.txt \
extra-sigs.txt
MAKE_JOBS_SAFE= yes
MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}"
+.include <bsd.port.options.mk>
+
post-patch:
@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/README
@${REINPLACE_CMD} -e 's|p0f.fp|${PREFIX}/etc/p0f.fp|g' ${WRKSRC}/config.h
@@ -36,7 +33,7 @@ do-install:
.endfor
${INSTALL_DATA} ${WRKSRC}/p0f.fp ${PREFIX}/etc/
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
.for ii in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/docs/${ii} ${DOCSDIR}
diff --git a/net-mgmt/p0f/distinfo b/net-mgmt/p0f/distinfo
index 0d047f73f014..5a6038608174 100644
--- a/net-mgmt/p0f/distinfo
+++ b/net-mgmt/p0f/distinfo
@@ -1,2 +1,2 @@
-SHA256 (p0f-3.05b.tgz) = c4663e669fe43ef4f36f1f5935c4fab571ef19838c4aed90cf3b8bc2264f6b3b
-SIZE (p0f-3.05b.tgz) = 91902
+SHA256 (p0f-3.06b.tgz) = d151931be2557ac45f9baa0a9384b8643979f4227c391ed395792874f2c6cde7
+SIZE (p0f-3.06b.tgz) = 92054
href='/~lantw44/cgit/gsoc2013-evolution/commit/?h=GNOME_PRINT_0_27&id=b301988ec3c7089112b6346c3bb6b22d2edcdeef'>don't need the = NULL's since we g_new0. (check_for_evolve_person): newChris Toshok2001-02-072-58/+215 * If the categories string is empty, remove the property (get_period_list):JP Rosevear2001-02-072-11/+19 * Made these pass char ** as the second parameter to iconv.Christopher James Lahey2001-02-073-5/+11 * Oops, that shouldn't have gone inJP Rosevear2001-02-072-11/+0 * Match new append_alarm signature (reminder_to_comp_object): only addJP Rosevear2001-02-074-22/+61 * Added a missing #include here.Christopher James Lahey2001-02-073-2/+15 * Set the default argument toChristopher James Lahey2001-02-062-7/+42 * Updated Spanish translationHector Garcia2001-02-062-314/+344 * Added e-text-model-testJeffrey Stedfast2001-02-061-0/+1 * Added xml-* files.Jeffrey Stedfast2001-02-063-1/+8 * Ignore test-dropdown-buttonJeffrey Stedfast2001-02-062-0/+5 * Use the renamed api callJP Rosevear2001-02-062-1/+6 * err, allocate 2 char*s when i assign 2 char*s.Chris Toshok2001-02-062-2/+6 * switch to ldap_modify_ext_s if OPENLDAP2, as ldap_modify_s is deprecated.Chris Toshok2001-02-062-18/+144 * Removed unwanted header. It was never put in for a reason. Stop fixingNot Zed2001-02-065-11/+229 * We are now going to use a file descriptor and a CamelMimeParser ratherJeffrey Stedfast2001-02-062-123/+110 * Set the time and duration values in the trigger to null by defaultJP Rosevear2001-02-062-1/+10 * oops, forgot to add this fileJeffrey Stedfast2001-02-061-0/+39 * get the new reminder widgets (sync_entries): different callback dataJP Rosevear2001-02-0611-675/+776 * Moved bonobo includes from the .c to the .h. IncludeChristopher James Lahey2001-02-0610-10/+44 * fixed up the display a bitJeffrey Stedfast2001-02-061-3/+5 * Fix broken English.Ettore Perazzoli2001-02-062-1/+6 * Added a missing #include.Christopher James Lahey2001-02-063-0/+9 * Save the help_text in the closure.Christopher James Lahey2001-02-062-2/+17 * Fixed up these #includes.Christopher James Lahey2001-02-062-1/+7 * New function to handle inline pgp-signatures.Jeffrey Stedfast2001-02-062-8/+58 * Fscking autoconfJP Rosevear2001-02-061-1/+1 * Guess what! Fix `builddir != srcdir' breakage.Ettore Perazzoli2001-02-062-4/+11 * This is it i hopeJP Rosevear2001-02-061-2/+1 * Oops. Change this too.Jeffrey Stedfast2001-02-062-2/+5 * More import cleanupJP Rosevear2001-02-062-9/+9 * Changed draw_borders from a gboolean to a a guint : 1.Christopher James Lahey2001-02-061-1/+1 * Removed unnecessary comment about now non-existant virtual column list.Christopher James Lahey2001-02-061-7/+0 * Changed the text to pop up the Field Chooser.Christopher James Lahey2001-02-061-1/+1 * Added gal-view-factory-minicard.c, gal-view-factory-minicard.h,Christopher James Lahey2001-02-067-8/+380 * Fixed a number of small bugs in how we were saving and loading viewChristopher James Lahey2001-02-062-7/+46 * Added a "changed" signal.Christopher James Lahey2001-02-065-11/+79 * Keep track of the CheckSettings check boxes. (transport_next): Connect ifJeffrey Stedfast2001-02-065-43/+57 * Remove <config.h> #includes from the `.h' files, which is known to be,Ettore Perazzoli2001-02-0624-92/+26 * Make some private variables static in `ETableSorter'.Ettore Perazzoli2001-02-061-4/+4 * Updated to not connect when getting a list of authtypes. (transport_next):Jeffrey Stedfast2001-02-065-15/+50 * Added pt_BR to ALL_LINGUAS.Gustavo Maciel Dias Vieira2001-02-062-1/+5 * Updated.Jeffrey Stedfast2001-02-068-109/+140 * Import cleanupJP Rosevear2001-02-0619-215/+721 * This commit was generated by cvs2svn to compensate for changes in r7975,JP Rosevear2001-02-063-3/+24 * Initial revisionJP Rosevear2001-02-062-0/+202 * Add a priorityIain Holmes2001-02-062-1/+5 * Make the Note field be quoted printable.Christopher James Lahey2001-02-053-4/+20 * Changed the call to iconv to be char ** instead of const char **.Christopher James Lahey2001-02-051-5/+5 * Rearranged the includes here a bit.Christopher James Lahey2001-02-051-2/+2 * Added declarations for all the functions declared in gnome-i18n.h.Christopher James Lahey2001-02-051-0/+15 * Add #include <config.h> and mark some strings for translation.Kjartan Maraas2001-02-0514-3/+1638 * Revert jeff's earlier change, the change below is the more-correct fix.Not Zed2001-02-053-23/+31 * When we drop a fake node, dont skip checking the next in the list.Not Zed2001-02-052-1/+16 * Revert last patchMiguel de Icaza2001-02-051-2/+8 * Make do_write loop until the entire buffer is written.Jeffrey Stedfast2001-02-053-6/+15 * Call e_select_names_set_default when appropriate.Christopher James Lahey2001-02-054-38/+126 * Require version 0.4.99.8 of gal.Christopher James Lahey2001-02-052-3/+7 * Make this not error out if ecol is not found, but simply return -1.Christopher James Lahey2001-02-051-3/+2 * Added AM_PROG_XML_I18N_TOOLS so translations works correctly. Added aKenneth Christiansen2001-02-042-0/+12 * Memory leak fixIain Holmes2001-02-042-0/+6 * Fix dodgy libxml allocation pollution, and potential faults on NULLMichael Meeks2001-02-042-3/+15 * Kill whitespace at end.Michael Meeks2001-02-041-17/+0 * gnome_dialog_grab_focus() on the Yes button. Fixes bug #1242.Federico Mena Quintero2001-02-042-3/+10 * Make sure we have gnome-libs 1.2.9 or higher.Federico Mena Quintero2001-02-042-2/+6 * Updated russian translation.Valek Frob2001-02-032-876/+1182 * Dont overwrite the end of our bitmap array.Not Zed2001-02-021-1/+2 * allow --enable/disable-ldap.Chris Toshok2001-02-022-4/+11 * Cleaned up so we dont add an unecessary level of indenting.Not Zed2001-02-023-65/+115 * Add missing header for cancel check stuff.Not Zed2001-02-024-4/+25 * Final docs.Iain Holmes2001-02-026-4/+36 * More docs...Iain Holmes2001-02-0214-102/+152 * Wheeee pretty documentationIain Holmes2001-02-0228-0/+2194 * cmd / widgetify.Michael Meeks2001-02-023-48/+44 * Fix this script to make it work with Solaris. Patch from Louise Miller.Jason Leach2001-02-022-19/+32 * for message menuJakub Steiner2001-02-023-0/+281 * apply filtersJakub Steiner2001-02-021-0/+45 * settings/mail filtersJakub Steiner2001-02-021-0/+71 * for the view menuJakub Steiner2001-02-022-0/+62 * i hope it's not confusing. should stand for 'hide selected images'Jakub Steiner2001-02-011-0/+33 * show all messagesJakub Steiner2001-02-011-0/+27 * new appointmentJakub Steiner2001-02-011-0/+0 * If we are folding, drop the space at the end of the line.Not Zed2001-02-012-0/+8 * make the segfault caused by double clicking into a critical warning untilLarry Ewing2001-02-011-0/+1 * added gboolean draw_borders to make it compile, probably some forgottenRadek Doulik2001-02-011-0/+2 * Terminology fixesSzabolcs Ban2001-02-012-44/+47 * new contact mbar iconJakub Steiner2001-01-311-0/+137 * the old stuff was kinkyJakub Steiner2001-01-3110-0/+0 * Fixed allocation and placement of text for no bordered text.Christopher James Lahey2001-01-311-16/+33 * Fixed allocation and placement of text window.Christopher James Lahey2001-01-312-25/+34 * Turn on joining of cancelled threads. (e_msgport_wait): Put a cleanupNot Zed2001-01-312-1/+18 * Updated Spanish translationHector Garcia2001-01-312-1083/+1199 * Fix bug in autodetected mboxesIain Holmes2001-01-313-44/+65 * Inform people when they can't import a file.Iain Holmes2001-01-312-9/+22 * Fix mishandling of --without-samba due to a typo.Pavel Roskin2001-01-311-1/+1 * Fix typo.Kjartan Maraas2001-01-302-1/+5 * Reverted the latest change to EText since we're in feature freeze.Christopher James Lahey2001-01-306-333/+63 * Mark a string for translation. Mark a bunch of strings for translation.Kjartan Maraas2001-01-303-20/+26 * Made the contained %ETableItem have cursor_mode asChristopher James Lahey2001-01-304-34/+45 * Made carriage return finish editing.Christopher James Lahey2001-01-302-31/+56 * make sure we convert from utf-8 before creating the option menu items.Larry Ewing2001-01-302-2/+11 * Add a #include <sys/time.h> to work around libgnomeprint.h's lack ofEttore Perazzoli2001-01-302-0/+5 * #ifdef INCLUDE_FILE_SOURCE. (table_add_elem): add help_text parameter andChris Toshok2001-01-302-15/+87 * Cast the camel_stream_mem_new() to a CamelStreamMem.Jeffrey Stedfast2001-01-303-2/+7 * reviewed by: JP Rosevear <jpr@ximian.com>Eskil Heyn Olsen2001-01-303-1/+12 * It's a ChangeLogIain Holmes2001-01-301-0/+7 * Remove the FIXME in the glade dialog, and put a nasty hack to change theIain Holmes2001-01-302-3/+26 * Use hlook and vlook so by default we get no text in vertical mode, andMichael Meeks2001-01-303-7/+7 * Fixed some typos.Kjartan Maraas2001-01-302-2/+6 * Updated Norwegian translation.Kjartan Maraas2001-01-303-1277/+1413 * Remvoe the stream locking here. I think this was leading to a deadlockNot Zed2001-01-302-4/+6 * looks more like a pile of cards..Jakub Steiner2001-01-301-75/+134 * <gnome.h> trimming to reduce compilation time. Likewise. Likewise.Federico Mena Quintero2001-01-3022-24/+38 * Return efence ifdefs to 0 for solaris buildJP Rosevear2001-01-302-2/+6 * Connect to the model's "position" signal. (e_text_init): Set default valueJon Trowbridge2001-01-306-63/+333 * Added Slovak messagesStano Visnovsky2001-01-305-0/+10 * configure.in: Added sk to ALL_LINGUASStano Visnovsky2001-01-303-1/+8 * Added initial Slovak translationStano Visnovsky2001-01-302-0/+7253 * Fixed [hu] entries in some .desktop filesSzabolcs Ban2001-01-291-1/+1 * Added e-cell-number.loChristopher James Lahey2001-01-293-1/+101 * (build_tree): Oops, turn on BROKEN_ETREE again.Michael Zucci2001-01-292-3/+6 * Updated russian translation.Valek Frob2001-01-292-560/+362 * Debug function to compare the tree we think we have, after an incrementalNot Zed2001-01-297-25/+201 * Always include +1 for the size. 0*2 == 0, so malloc returns NULL, which isNot Zed2001-01-291-1/+1 * Include the terminating NUL in the calculated string length. This hitNot Zed2001-01-292-1/+7 * If we have waiting threads, then dont start a new one for the NEW case.Not Zed2001-01-292-8/+98 * Turns out that I was wrong about the g_get_real_name mem leak, god damnJeffrey Stedfast2001-01-292-3/+7 * Use UTF-8. (set_defaults): Use UTF-8 and also fixed a memory leak byJeffrey Stedfast2001-01-293-20/+41 * <gnome.h> trimming to reduce compilation time. Ditto. Ditto. Ditto. Ditto.Federico Mena Quintero2001-01-299-9/+32 * Update copyrights.Ettore Perazzoli2001-01-282-2/+2 * Make the advanced search dialog use stock buttons. Make the OK buttonEttore Perazzoli2001-01-283-1/+17 * Update copyright and add myself as the author.Ettore Perazzoli2001-01-281-2/+6 * Make the ESearchBar pretty by using the same border for the dropdownEttore Perazzoli2001-01-282-3/+31 * Made the scrolling to show the current roll happen in a time out.Christopher James Lahey2001-01-282-2/+52 * Don't #define __GNOME_I18N_H__ if it's already defined.Chyla Zbigniew2001-01-283-110/+259 * Change the appearance of the scroll frame in the folder creationEttore Perazzoli2001-01-282-1/+7 * Update copyrights for files modified in year 2001.Ettore Perazzoli2001-01-2818-20/+18 * Make the vfolder and "advanced search" dialogs a bit larger for betterEttore Perazzoli2001-01-283-0/+10 * Documented.Ettore Perazzoli2001-01-281-4/+14 * Changed the EDropdownButton so that it works more like a standard menuEttore Perazzoli2001-01-283-16/+60 * Woooho. Fixed resize of popped-up folder bars.Ettore Perazzoli2001-01-282-2/+17 * Changed to use mail_save_part to save the data in another thread.Not Zed2001-01-284-57/+135 * Updated Spanish translationHector Garcia2001-01-282-475/+446 * Don't handle home and end keys since %ETable deals with them now.Christopher James Lahey2001-01-282-10/+5 * Make home and end keys move to the beginning and end of the row if cursorChristopher James Lahey2001-01-284-0/+62 * Protect against NULL address pointers. (subject_compare): Same but forJeffrey Stedfast2001-01-282-0/+12 * Someone forgot to update this when removing a file it uses. This wasJulian Missig2001-01-282-1/+5 * shell compile fixes (some #includes pointing to old headers) to goJacob Leach2001-01-284-4/+10 * Change (nonexistant) importer.sgml references to evolution-importer.sgmlJohn R. Sheets2001-01-284-24/+34 * Don't link with the old widgets/shortcut-bar/libshortcut-bar.la anymore,Jason Leach2001-01-272-1/+6 * remove widgets/shortcut-bar/Makefile from here.Jason Leach2001-01-272-1/+5 * cvs remove all files in shortcut-bar/, this widget is now in gal, will beJason Leach2001-01-2719-7532/+7 * warnings go byebyeIain Holmes2001-01-272-3/+11 * Make the ESearchBar use the new EDropdownButton widget.Ettore Perazzoli2001-01-273-146/+217 * Fix the API to EDropdownButton by removing args that don't make muchEttore Perazzoli2001-01-274-21/+13 * ...And the ChangeLog too.Ettore Perazzoli2001-01-271-0/+4 * Ooops, forgot to commit the Makefile.Ettore Perazzoli2001-01-271-9/+27 * New, simple dropdown button widget based on the thing that Damon didEttore Perazzoli2001-01-273-0/+390 * Menu cleanupsJP Rosevear2001-01-273-315/+84 * Make ETable stop editing when it looses focus.Christopher James Lahey2001-01-272-8/+32 * Fix the folder tree so that the icons don't look blurry anymore. (ForEttore Perazzoli2001-01-272-13/+26 * Replace the arrow icons in the ESelectNames component with "->" for aEttore Perazzoli2001-01-272-7/+13 * Fixed a crash that could happen when destroying a control without anyEttore Perazzoli2001-01-272-2/+9 * Try a control before an embeddable instead of an embeddable before aEttore Perazzoli2001-01-272-15/+25 * Check for a NULL service->url as we obviously can't subscribe to foldersJeffrey Stedfast2001-01-273-21/+46 * Fix some compile problems and stop the blank mail appearing with the mboxIain Holmes2001-01-274-8/+53 * Added; a new test program that demonstrates objects in ETexts.Jon Trowbridge2001-01-276-111/+776 * Remove all instances of non-portable macro `__FUNCTION__' from theEttore Perazzoli2001-01-276-19/+22 * Updated brazilian portuguese translationGustavo Maciel Dias Vieira2001-01-27