pkgsrc/net
wiz 2e248e6d9d Update to 2.7.7:
2006/06/19: version 2.7.7 = tag release-2-7-7
5196: IP: Store IPs with two int values instead of four to save RAM (pango)
5195: BT: Log tracker error messages in UTF-8
5194: HTML: Print warning on opening page when enable_servers is set to false

2006/06/18
5191: HTML: remove sysinfo on opening page & option motd_html
5192: Fix deactivation of verbosity "gui"
5163: Configure: CVS SCM support for Mac OS X 10.3 (gstat)

2006/06/17
5158: HTML: Use table for printing buildinfo and runinfo data (schlumpf, pango)

2006/06/16
5187: New option: BT_import_new_torrents_interval,
      ignore Thumbs.db & desktop.ini in directory lists
5186: GUI: Send only non-empty real_startup_message string

2006/06/15
5156: HTML, improve Options output (schlumpf)
* new command html_mods_use_js_helptext (true|false)
  to change display of helptext between javascript popup`s and html table
* fix some padding and border bugs
* add "toggle js_helptext" button to 'vo' and 'voo' to directly toggle the style

2006/06/12
5061: New option small_files_slot_limit to push release of small files (pango)
      all files below the configured file size (default 10kb) are uploaded
      through one reserved slot
5144: Increase default max_upload_rate to 10 (schlumpf)
5177: HTML, Options: update display after changing options (schlumpf)
5176: Swarming: Change error message text and verbosity for BAD WRITE
      BAD WRITE is not really an error, MLDonkey just receives unwanted data
5175: GTK1 oldgui: Last compile fix for abstract verification bitmaps (pango)
5174: Abstract verification bitmaps:
      compile fixes for GTK1 GUIs, move generic code to CDK (pango)
5173: Swarmer: Small fix for merged downloads (WIP7b') (pango)

2006/06/11
5172: EDK: Log error which causes pausing a download
5171: New command group "Driver/Users",
      print help text for "Bad number of arguments" error message
5170: Fix default max_indirect_connections, minimum is 30
5169: HTML, Options: add description to option section buttons,
      remove 'save' button (schlumpf)
5168: Global module to abstract verification bitmaps (pango)
5167: Swarmer: Fix saving ini data for merged downloads (pango)
5166: Swarmer: New module to abstract verification bitmaps (pango)

2006/06/07
5164: CommonSwarming: Pangos WIP5e'
* When cutting a range, the reciprocal link of the range after the right part
  still references the left part
* When cutting a block in two parts can before empty, but then can also before
  complete (if they have no ranges left)
* Added bad_writes_is_back patch
* When find_range can only find ranges already being downloaded, it now first
  does a quick check to see if there's no other, probably more interesting,
  blocks remaining. If so, it forces a block change (report no more ranges left)
* While it's a good feature in itself, it's probably a workaround for a bug in
  select_block (?); It seems that blocks oversaturated with sources happen way
  too often (4 or 5 sources on a single range shouldn't happen).
* Compute the size of unselected ranges in each blocks, so that sources don't
  "rush" on blocks just left by a source.
* Some BAD WRITEs seems to happen because we forget ranges we requested
  (when switching blocks ?)
* Replaced call to clear_uploader_ranges by a call to clear_uploader_intervals
  in BitTorrent support Choke message handler.
5063: EDK: remove duplicate entries in shared_files_new.ini (pango)
5160: Remove stale avifile.ml, clean commonMultimedia logging
5159: Compute magic values only when needed
5157: add some line breaks to option help text for shorter lines (schlumpf)

2006/06/01
5153: New command: force_web_infos to manually download web_infos URLs
5152: Do not connect friends from disabled networks
5151: Options: New stringvalue functions needed for multiuser support
5150: Log: Fix log when server list is empty in check_blocked_servers

2006/05/31
5149: Log: Some additions for commonSwarming
5148: Mail: Fix for multiline SMTP responses (zet)
5143: HTML/Telnet: Country codes for servers
5147: G1/G2: Display proper filename (and therefore support rename) (zet)
5145: EDK: Fix md4 hashing when filesize is an exact multiple
      of edk chunk size, MLDonkey is now eMule-compatible (zet)

2006/05/30
5141: Swarmer: New option swarming_block_selection_algorithm (pango)
* Allow to choose swarmer block selection algorithm at runtime.
  - Algorithm 1 is the current default algorithm
  - Algorithm 2, from WIP3o patch, should try harder to complete partially
    downloaded chunks, specially with Bittorrent. It was previously
    reverted because of unknown performance problem (slower download ?)
5140: Update .cvsignore files (pango)
5138: Catch ip banned exception (zet)
5137: HTML: Fix display of file magic values with '
5136: FileTP: fixes and enhancements (zet)
* Add "FTP-chunk_size" option (0 = no chunks = download full file at once)
-- A chunk_size would be required if downloading from > 1 source
* Add FTP downloads to bandwidth controller (for stats & speed limiter)
* Support FTP sites that do not buffer input (MS FTP)
* Add support for user/pass (http://user:pass@site or ftp://user:pass@site).
  This also adds user/pass support to http_client.
* Error codes from HTTP (ie: 404) and some from FTP are supported (530 sometimes
  signals a retry, sometimes a login failure so a regex was used (lftp)).
  Downloads are paused when a hard error is received (and noted in the log).

2006/05/25
5131: New option gui_log_size: number of lines for GUI console messages
5129: HTML: Display client_bind_addr in options menu
5124: Log: Login messages can be disabled with verbosity "no-login"
5130: CommonSwarming: Pangos WIP4a'
thanks for testing goes to SchAmane, CruX, jave (forgot someone?)
That's a huge patch over CommonSwarming module (whose job is to select what data
to ask from connected sources, and the merging of received data),
I hope I'm not forgetting anything important :
* first, it's a mantainance patch; Lots of code have been reworked for
  readability and compactness (iterators...), functions grouped together,
  sometimes renamed to more descriptive names. Lots of comments have been added,
  including the description of invariants I've found, and a nice ASCII art
  schema of the swarming datastructures ;)
* naming has been made more consistant, to differenciate chunks (from each
  network view) from blocks (internal to swarming), and intervals (list of
  int64 * int64 beggining/end offset pairs)
* Support for bitmaps encoded as strings (AvailableCharBitmap) removed, since
  it's no longer used anywhere; use the more compact AvailableBitv instead
* Removed range_current_begin from ranges, it's enough for a range to have a
  beginning and a end ;)
* Rewrote compute_block_num to have precise preconditions, and algorithm proof
* Added some assertions to better enforce invariants
  (on verification bitmaps, for example)
* Allocation of ranges is now delayed until the very last moment, instead of
  when a chunk starts being downloaded. Main benefit (beside small memory gain)
  is that requests for different ranges sizes can be fulfilled at any time.
* Modified received function so that no BAD WRITE message can happen anymore:
  condition when data that does not start from the beginning of a range is
  correctly detected and data discarded
  (since ranges cannot handle that case anyway)
* Rewrote a much simpler version of present_intervals
* Rewrote block selection algorithm for readability and flexibility; select_block
  simply "folds" over all available blocks, using compare_choices function to
  keep the best available one(s). May need some more CPU (no fast exit)
* Fixed donkey uploaders calls when disconnected
* Reenable the copy of identical chunks between files. Opportunities for copies
  are checked every 5 minutes.
* Made file writing a bit smarter in Unix32 module so that writing zeroed chunks
  (as can happen a lot with chunks copying) on an otherwise sparse temp file
  does not allocate disk space. A bit hackish.

2006/05/23
5121: EDK: Remove obsolete option emule_compression
5122: improve block_list output and runinfo ip blocking (schlumpf)
5123: Fix Invalid_argument("UTF8.length") bug in HTML, down-/uploaders
2006-07-02 11:05:38 +00:00
..
6tunnel
adns Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
aget Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
aiccu Add a patch from Christian Sturm for NetBSD ifconfig(8) command-line 2006-06-13 18:06:21 +00:00
airport2basestationconfig Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
airportbasestationconfig Backout last change because it doesn't have any effect. 2006-05-29 14:37:15 +00:00
airportmodemutility Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
amule Add missing include for close(2). Fix DragonFly, esp. hack around a 2006-04-28 20:43:42 +00:00
argus Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
arla List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-06 03:20:54 +00:00
arpd Just turn off "nonnull" warning instead of all warnings. 2006-06-30 15:33:39 +00:00
arping
arpwatch Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
autonet update autonet to 0.19: 2006-05-05 17:46:26 +00:00
awhois
balance Add DragonFly support. 2006-03-14 02:06:28 +00:00
batchftp Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
bftpd Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
bind4 Fix a tyop. 2006-03-09 05:29:56 +00:00
bind8 Add DragonFly and FreeBSD (the latter untested) support. 2006-03-22 18:33:57 +00:00
bind9 The contents of include/bind vary widly between systems as bind9 2006-06-20 13:37:22 +00:00
bing Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
bittornado Update to 0.3.15: 2006-03-10 20:46:28 +00:00
bittornado-gui Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
bittorrent Update "bittorrent" and "bittorent-gui" package to version 4.4.0. 2006-02-26 22:43:33 +00:00
bittorrent-gui Fix package list problem caused by revision bump. 2006-04-18 11:53:04 +00:00
bmon Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
boinc3-coreclient Uses C++. 2006-06-02 13:21:28 +00:00
boinc3-libs Uses C++. 2006-06-01 22:07:02 +00:00
boinc3-seti Uses C++. 2006-05-12 07:55:32 +00:00
bounce Per PR pkg/30133 majordomo conflicts with net/bounce. 2006-01-06 02:35:32 +00:00
bpalogin Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
bridged Fix DragonFly. 2006-03-14 02:07:32 +00:00
bsddip Move "bsddip" package to "bsddip" directory. 2006-06-30 16:17:27 +00:00
btget Needs makedepend as tool. 2006-03-16 22:54:06 +00:00
btpd Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
bug-buddy Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
cdpd Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
cftp List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-06 03:20:54 +00:00
chksniff
choparp NOT_FOR_PLATFORM Interix. 2005-11-08 15:37:03 +00:00
chrony Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
cia Fix DragonFly build. 2006-03-14 02:10:10 +00:00
cidr Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
cisco-mibs Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
citrix_ica Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
cmu-dhcpd Fix errno and strerror. Prefer NAME_MAX. Fix a number of sprintf usages 2006-03-14 02:21:46 +00:00
connect Update "connect" package to version 1.95. Changes since version 1.83 2006-04-03 16:05:30 +00:00
corkscrew Fixed warnings found by pkglint -Wall. 2006-02-17 07:43:36 +00:00
couriertcpd Install couriertcpd into sbin, which is the location expected by stock 2006-06-26 05:21:17 +00:00
ctorrent Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
dante Changes 1.1.19: 2006-05-26 08:50:13 +00:00
dc_gui2 Needs msgfmt. 2006-06-22 10:04:25 +00:00
dctc Needs pkg-config as tool. 2006-06-06 19:05:29 +00:00
ddclient Modify the pkginstall framework so that it manages all aspects of 2006-03-14 01:14:26 +00:00
delegate Match implementation and usage of a function. 2006-03-14 02:26:46 +00:00
dgd Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
dhid Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
dhisd Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
djbdns Fix ${MACHINE_ARCH} conditional (it's "x86_64, not "amd64"). Since 2006-01-11 17:20:32 +00:00
djbdns-run We don't need to set PKG_GECOS.<user> since the new defaults in 2006-04-27 22:46:10 +00:00
dlint Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
dnsdoctor Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
dnsmasq Add DragonFly support. 2006-03-22 15:59:56 +00:00
dnstop Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
dnstracer Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
docsis Workaround undefined prototype in net-snmp. 2006-03-22 16:33:08 +00:00
driftnet Needs makedepend. 2006-06-09 06:33:27 +00:00
dtcp Add CVS ID to patch. 2006-02-01 17:20:05 +00:00
dtcpclient Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
dynipclient Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
echoping Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ed2k-gtk-gui Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
edonkey2k Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where 2006-05-22 22:22:02 +00:00
entropy Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as a 2006-03-22 22:50:31 +00:00
etherape Never include sys/errno.h or define errno. 2006-06-21 21:27:29 +00:00
ethereal Patch libtool fragment to support DragonFly. 2006-06-20 20:34:57 +00:00
ettercap Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ettercap-NG Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
ez-ipupdate Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
fair-identd
firewalk Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
flan Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
flodo Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
flow-tools Include unistd.h when using getopt(3). 2006-02-24 20:32:19 +00:00
fmirror
fping
fping6 Require option "inet6" for IPv6 capability. 2005-11-08 15:25:07 +00:00
freenet-tools Update to 0.2.25. No offical changelog; mainly, incorporates Interix 2006-05-16 18:02:04 +00:00
freeradius The databases/openldap package has been split in -client and -server component 2006-05-31 18:22:23 +00:00
freewais-sf Scan libc with nm -D on DragonFly, otherwise symbols won't be found. 2006-06-04 13:25:44 +00:00
ftplibpp Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ftpproxy Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
gated Add DragonFly support. Fix va_arg integer promotion problem, bump 2006-06-01 22:40:19 +00:00
GeoIP Update to 1.3.17, and take over MAINTAINER per old maintainer's request. 2006-06-05 16:38:40 +00:00
gethost Install man page to PKGMANDIR instead of hard-coded "man". 2005-12-27 17:37:27 +00:00
gftp Fix a possible stack overflow on architectures with MAXNAMLEN > 255, 2006-06-27 20:11:12 +00:00
gftp-gtk1 Fixed security issue in gftp, so bump revision for gtk1 version as well. 2006-06-27 20:17:36 +00:00
gift Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
gift-fasttrack Needs pkg-config. 2006-06-07 12:30:36 +00:00
gift-gnutella Needs pkg-config. 2006-06-07 12:36:15 +00:00
gift-openft Needs pkg-config. 2006-06-07 12:42:39 +00:00
giftcurs Needs pkg-config. 2006-06-07 12:47:15 +00:00
gini Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
gkrellm-multiping Fix build on DragonFly. 2006-05-29 14:06:27 +00:00
gkrellm-ping Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
gkrellm-snmp Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
gkrellm-wireless Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
gkrellm1-snmp Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
gkrellm1-wireless Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
gnapfetch Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
gnet Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
gnet1 Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
gnetcat List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-06 03:20:54 +00:00
gnome-netstatus Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
gnome-vfs2-smb fix the other problem with gnomevfs-smb: need runtime library path, 2006-06-23 17:27:50 +00:00
gnugk Needs libtool. 2006-06-08 19:50:22 +00:00
gofish Modify packages that set PKG_USERS and PKG_GROUPS to follow the new 2006-04-23 00:12:35 +00:00
gopher Disable the OS X hack for re_comp and friends on DragonFly, where it 2006-03-22 21:22:09 +00:00
gt-itm Make this package build on NetBSD by fixing header file names and link 2006-05-05 23:52:36 +00:00
gtk-gnutella Needs pkg-config. 2006-06-11 14:22:01 +00:00
gtk_wicontrol Needs msgfmt. 2006-06-09 06:37:51 +00:00
hesiod Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
hf6to4 Move documentation into subdirectory of share/doc, list all 2006-06-01 22:09:52 +00:00
hlfl Add some bug fix patches from hlfl's CVS, reported by ISIHARA 2006-01-08 11:46:42 +00:00
hobbitclient USE_TOOLS+=yacc 2006-06-09 16:13:47 +00:00
hobbitmon Use the correct path to each dependencies' libraries and headers by 2006-06-21 16:54:25 +00:00
host Never use -Wid-clash-30. It is dead, Jim. 2006-03-16 17:32:03 +00:00
howl Modify packages that set PKG_USERS and PKG_GROUPS to follow the new 2006-04-23 00:12:35 +00:00
hping Update to hping2, release candidate 3 2006-03-30 13:51:28 +00:00
httptunnel Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
icsi-finger Force traditional mode for cpp, at least GCC 3.4+ will not generate 2006-06-08 14:29:26 +00:00
iftop Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
IglooFTP Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ipa Add basic DragonFly support. PF should work, IP(6)FW disabled right now. 2006-06-04 22:21:27 +00:00
ipcalc
ipcheck Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
iperf Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ipgrab List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-06 03:20:54 +00:00
iplog Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ipv6calc Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ipw Rename variable "optreset" to "my_optreset" to avoid conflict with global 2006-06-30 18:25:43 +00:00
irrd Add missing PLIST entries. Bump revision. 2006-05-29 16:14:25 +00:00
irrtoolset-nox11 Use C++ and INSTALLATION_DIRS. 2006-06-02 15:34:12 +00:00
ishell Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
isic Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
ispman Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ja-samba The databases/openldap package has been split in -client and -server component 2006-05-31 18:22:23 +00:00
jftpgw changes new in 0.13.5, Wed Jun 3 16:17:44 CEST 2004 2006-04-10 09:31:01 +00:00
jigdo Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jumpgate Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
jwhois Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
kdenetwork3 Update KDE to 3.5.3 2006-06-01 13:54:09 +00:00
kftpgrabber Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
kiax USE_LANGUAGES=c c++ 2006-05-25 14:12:56 +00:00
kphone fix a possible information disclosure (CVE-2006-2442), from Debian 2006-05-22 16:39:00 +00:00
LaBrea On BSDs also check if BIOCIMMEDIATE is actually defined, DragonFly 2006-06-06 19:47:48 +00:00
lambdamoo USE_TOOLS+=yacc 2006-06-20 22:12:59 +00:00
lambdamoo-core Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
lambdamoo-doc * Teach the tools framework how to supply the pkgsrc version of 2006-03-05 16:27:22 +00:00
latd Uses C++. 2006-06-03 00:07:01 +00:00
lft Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
lftp delint. 2006-05-31 13:44:14 +00:00
libares Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
libcares Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
libdnet Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
libIDL Added appropriate TEST_TARGET. 2006-04-14 07:08:07 +00:00
liblive Uses C++. 2006-06-02 18:00:04 +00:00
libnids Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
libpcap Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
libradius Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
libsoup Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
libsoup-devel Update to 2.2.93: 2006-05-31 22:55:29 +00:00
libsscript Remove unnecessary DECOMPRESS_CMD setting, which is automatically taken 2006-01-19 23:00:24 +00:00
libtorrent The configure script needs a working C compiler. 2006-05-29 06:36:06 +00:00
libupnp Fix build on DragonFly. 2006-06-05 16:26:07 +00:00
linc Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
llnlxdir Add DragonFly support. Add explicit rpath for /usr/pkg/lib. 2006-03-22 23:15:29 +00:00
llnlxftp Add DragonFly support. Add explicit rpath for /usr/pkg/lib for libXmu. 2006-03-22 23:33:47 +00:00
lopster Add some more pixmaps to PLIST. Bump revision. 2006-04-22 16:44:25 +00:00
maradns Use 3rd person for DESCR. 2006-04-27 19:50:15 +00:00
mbrowse The configure script needs to know the location of the installed net-snmp 2006-05-06 17:12:33 +00:00
md-whois Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
mDNSResponder Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
miredo Fix PLIST and bump revision. Add DragonFly work arounds for pthread.h 2006-05-12 08:25:47 +00:00
mirror Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
mldonkey Update to 2.7.7: 2006-07-02 11:05:38 +00:00
mldonkey-gui Update to 2.7.6: 2006-05-30 19:25:59 +00:00
mouse-pppoe net/if_ether.h and net/ethertypes.h are approximately replacable by 2006-01-25 17:45:32 +00:00
mppe-lkm Add a reminder that the LKM needs arc4, which is brought by wlan drivers. 2006-02-16 22:04:07 +00:00
mrstat Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
mrt Fix broken va_arg usage violating ISO C promotion rules. Bump revision. 2006-03-22 23:55:37 +00:00
mrtg Buildlink gettext-lib because this package needs the gettext library. 2006-06-05 23:54:44 +00:00
mtr Don't override the result of configure a few moments ago by hard-coding 2006-05-12 07:51:05 +00:00
mydns-mysql Handle info page with install framework. Bump revision. 2006-06-07 12:43:13 +00:00
mydns-pgsql Use install framework for info pages. Bump revision. 2006-06-07 12:54:48 +00:00
nagios-base Update to 2.3.1: fix another content-length buffer overflow in CGIs. 2006-05-17 20:47:41 +00:00
nagios-imagepak-base Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
nagios-nrpe PKG_USERS should not have more than just <user>:<group>. All else is 2006-06-04 13:56:20 +00:00
nagios-nsca Update to 2.6: 2006-05-09 18:12:11 +00:00
nagios-plugin-ldap The databases/openldap package has been split in -client and -server component 2006-05-31 18:22:23 +00:00
nagios-plugin-mysql Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
nagios-plugin-pgsql Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
nagios-plugin-snmp Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
nagios-plugins Don't use statvfs on DragonFly. 2006-03-08 12:30:33 +00:00
nam Make this package build with gcc-4. 2006-03-03 04:46:50 +00:00
nap Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
napshare Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
nasd Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
nbtscan Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ncftp2 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ncftp3
neat Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
nemesis Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
net-snmp regen 2006-06-19 13:46:36 +00:00
netatalk Prefer NAME_MAX over MAXNAMLEN, fixes build on DragonFly. 2006-06-05 17:23:38 +00:00
netatalk1 Prefer NAME_MAX over MAXNAMLEN and avoid statvfs on DragonFly. 2006-06-12 15:24:08 +00:00
netbsd-tap Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
netcat Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
netcat6 Add missing gettext-lib dependency. Bump PKGREVISION. 2006-03-17 23:29:44 +00:00
netdisco Use -[0-9]* instead of -* in dependencies. Bump revision. 2006-06-30 09:54:42 +00:00
netgroup NOT_FOR_PLATFORM Interix. 2005-11-03 17:00:38 +00:00
netname
netperf
netpipes Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
netsaint-base Modify packages that set PKG_USERS and PKG_GROUPS to follow the new 2006-04-23 00:12:35 +00:00
netsaint-plugin-cluster Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
netsaint-plugin-snmp Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
netsaint-plugins Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ngrep Add DragonFly support. 2006-03-14 02:36:12 +00:00
nicotine Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
nidentd
nload Uses C++. 2006-05-22 15:10:38 +00:00
nmap Update to version 4.11 2006-06-25 14:29:14 +00:00
nmapfe Sync with nmap 4.11 2006-06-25 14:29:30 +00:00
nocol USE_TOOLS+=yacc 2006-06-20 22:12:59 +00:00
nprobe Correct pthread detection in configure. Has libtool, so annotate that. 2006-05-12 09:19:54 +00:00
ns Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
nsca Fix errno. 2006-04-22 16:49:48 +00:00
nsd Check the right directory for OpenSSL. 2006-05-02 17:32:05 +00:00
nslint Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
nstx DragonFly support. 2005-12-02 21:05:43 +00:00
ntop Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
ntop1 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ntp4 Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
oidentd Add basic DragonFly support. 2006-06-01 22:20:16 +00:00
oinkmaster Update to 2.0 2006-03-09 14:06:03 +00:00
openafs USE_TOOLS+=lex 2006-06-09 16:05:11 +00:00
openag This package needs zlib. 2006-06-07 21:01:15 +00:00
openh323 Remove manual extraction code, now that mk/ recognizes -tar.gz. 2006-05-31 00:16:22 +00:00
openntpd Modify packages that set PKG_USERS and PKG_GROUPS to follow the new 2006-04-23 00:12:35 +00:00
openslp added a hack that overcomes a problem with the IRIX 5.3 header files 2006-04-20 10:55:35 +00:00
openvmps On NetBSD use daemon() instead of the custom code here which forgets to 2006-05-31 17:47:45 +00:00
openvpn Add support for NetBSD's cloning tap device to support "device tap" 2006-04-11 20:09:52 +00:00
ORBit xgettext requested by configure. 2006-06-06 21:37:15 +00:00
ORBit2 Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
overnet Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where 2006-05-22 22:22:02 +00:00
p5-DNS-ZoneParse Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Geo-IP Update to 1.27, and take over MAINTAINER per old maintainer's request. 2006-06-05 16:39:38 +00:00
p5-INET6
p5-IO-Interface
p5-IO-Socket-Multicast
p5-IP-Country Fixed spelling mistake. 2006-06-11 19:38:05 +00:00
p5-ispman Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net Update comment in patch. 2005-12-01 20:25:44 +00:00
p5-Net-Bind Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-CIDR-Lite Updated to version 0.20. 2006-02-15 22:28:06 +00:00
p5-Net-Daemon
p5-Net-Dev-MIBLoadOrder Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-DNS Updated to version 0.57. 2006-03-12 00:10:16 +00:00
p5-Net-DNSServer Mark as BROKEN_IN pkgsrc-2006Q1 according to 2006-05-18 20:29:58 +00:00
p5-Net-FTPSSL Import p5-Net-FTPSSL from pkgsrc-wip. Packaged by dieter roelants. 2006-04-09 17:14:33 +00:00
p5-Net-Gnats Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-Google Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-Ident
p5-Net-IP
p5-Net-IPv4Addr Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
p5-Net-IPv6Addr
p5-Net-IRC
p5-Net-Packet Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
p5-Net-Pcap Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
p5-Net-RawIP
p5-Net-Rendezvous This is Net::Rendezvous, a set of perl modules to utilize DNS for service 2006-01-15 16:24:16 +00:00
p5-Net-Server Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-SNMP Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-Telnet Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-Telnet-Cisco Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-TFTP Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-XWhois
p5-Net-Z3950 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-NetAddr-IP Update to version 3.33. 2006-05-13 21:03:45 +00:00
p5-NetPacket
p5-Nmap-Parser Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
p5-POE-Component-Client-DNS
p5-POE-Component-Client-Ident Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
p5-POE-Component-SNMP This module is an event-driven SNMP interface for POE. 2005-11-07 11:30:34 +00:00
p5-RADIUS Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-SNMP-Info
p5-SNMP-MIB-Compiler
p5-SNMP_Session Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-SOAP-Lite Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Socket6 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-X500-DN Change MAINTAINER to myself as geeogeegeeoh (at) users.sourceforge.net does 2006-02-17 20:37:11 +00:00
packit
partysip Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
pchar Uses C++. 2006-05-14 18:45:25 +00:00
pconsole
pear-Net_DIME Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
pear-Net_Sieve Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
pear-Net_SMTP Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
pear-Net_Socket Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
pear-Net_URL Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
pear-SOAP Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
pen Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
pfnet Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
php-ftp Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
php-snmp Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
php-sockets Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
php-xmlrpc Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
php-yp Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
php5-soap Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
pim6dd Honour PKGMANDIR and fix installation of man pages on !NetBSD. 2006-03-14 02:38:37 +00:00
pim6sd USE_TOOLS+=yacc 2006-06-21 18:31:21 +00:00
pload Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
poink Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
polsms Uses C++. 2006-06-07 12:43:54 +00:00
poptop DragonFly support. 2006-03-23 00:53:48 +00:00
ppp-lzs Mark as BROKEN_IN pkgsrc-2006Q1 according to 2006-05-18 20:29:58 +00:00
pppd Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
pptp Fix build on DragonFly. Add pptp.8 to PLIST. Bump revision. 2006-05-12 09:30:55 +00:00
proftpd The databases/openldap package has been split in -client and -server component 2006-05-31 18:22:23 +00:00
proxycheck Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as a 2006-03-22 22:50:31 +00:00
publicfile Use errno-hack for leapsecs_read.c as well. 2005-12-18 20:28:34 +00:00
puf Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
pure-ftpd The databases/openldap package has been split in -client and -server component 2006-05-31 18:22:23 +00:00
pxe Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-adns Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-dns Mark as Python 2.2+, since explicit integer division is used (//). 2006-06-02 16:17:08 +00:00
py-GeoIP Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-google py-SOAPpy needs Python 2.2+ 2006-06-07 16:56:08 +00:00
py-IP Consistently use NetBSD.org address for shell, shellhung.org does not exist. 2006-03-16 22:48:42 +00:00
py-kenosis ... and the logging module is available for Python 2.3+. 2006-06-07 12:53:48 +00:00
py-libdnet Needs Python 2.2+ 2006-06-06 20:36:17 +00:00
py-libpcap Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
py-mimelib Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-ORBit Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
py-soaplib Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-soappy Doesn't work with Python 2.1. 2006-06-07 12:52:24 +00:00
py-spreadmodule Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-twisted Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-twisted-docs Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-zsi Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
pygopherd Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
qadsl Fix INSTALLATION_DIRS. 2006-06-02 14:13:04 +00:00
quagga Update to 0.98.6. 2006-06-05 19:28:25 +00:00
quagga-devel Update to 0.99.4. 2006-06-05 13:58:54 +00:00
ra-rtsp-proxy Fix errno. 2006-03-14 02:41:56 +00:00
radiusd-cistron Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
rdesktop Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
rdist6 USE_TOOLS+=yacc 2006-06-20 22:18:19 +00:00
rinetd Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ripe-whois Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ripe-whois-tools Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
rootprobe Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
rp-l2tp Add DragonFly support. 2006-05-12 09:41:15 +00:00
rp-pppoe md5 is in libmd on DragonFly. 2006-03-14 02:49:03 +00:00
rsync Update to 2.6.8: 2006-04-28 16:08:37 +00:00
rtorrent Needs pkg-config. 2006-06-07 13:03:01 +00:00
ruby-icmp Bump PKGREVISION of these packages which affected (fixed) by 2006-02-03 04:43:47 +00:00
samba The databases/openldap package has been split in -client and -server component 2006-05-31 18:22:23 +00:00
scamper Update to cvs version 20060331, from Matthew Luckie <mjl@luckie.org.nz>. 2006-04-20 22:57:06 +00:00
scapy Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
scdp Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
scli Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
sdig Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
sdist Logging option added, defaults to same logging as rdist. 2006-06-04 07:58:36 +00:00
SDL_net Update to 1.2.6: 2006-06-12 16:26:30 +00:00
sendfile Modify the pkginstall framework so that it manages all aspects of 2006-03-14 01:14:26 +00:00
sharity-light DragonFly support. 2005-12-18 20:14:03 +00:00
sipcalc Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
sipsak
sitescooper Use pkginstall framework. Sort PLIST. Bump PKGREVISION. 2006-02-22 22:51:28 +00:00
skype Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where 2006-05-22 22:22:02 +00:00
slurm Add DragonFly and try to fix the reliance on zeroness of undefined 2006-02-24 19:25:33 +00:00
smokeping Convert dependency to use -[0-9]* style instead of just -*. 2006-06-30 10:06:36 +00:00
sniffit Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
snort Fixed a typo (SUBST_MESSAGE.cgi => SUBST_MESSAGE.paths) found by pkglint. 2006-06-18 00:25:26 +00:00
snort-mysql Add debug option 2006-04-18 22:39:32 +00:00
snort-pgsql Add debug option 2006-04-18 22:39:32 +00:00
snort-prelude Belatedly bump PKGREVISION for all libtasn1 dependencies, since 2006-03-06 00:18:10 +00:00
snort-rules
socat Update to 1.4.3.1 2006-02-05 00:33:34 +00:00
socket++ - add DragonFly support (positive lists for broken platforms would 2006-05-12 07:44:26 +00:00
socks4 Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
socks5 Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
soup Fix build with gcc4 on NetBSD-3.99.21. 2006-06-27 14:53:42 +00:00
speedtouch Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
spegla
spread Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
srsh
ssync
stripes Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
sup fix the checksums 2006-03-29 00:15:44 +00:00
synergy Update synergy to 1.3.1. Patches provided by Kibum Han. 2006-06-01 23:31:59 +00:00
synergy1.2 Add synergy 1.2.7 as synergy1.2 because synergy>=1.3 is not compatible 2006-06-01 23:26:55 +00:00
tacacs Fix errno. Define O_SYNC as O_FSYNC for DragonFly. 2005-12-18 19:23:04 +00:00
tcl-scotty USE_TOOLS+=lex 2006-06-21 18:33:51 +00:00
tcpdmerge Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
tcpdpriv Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
tcpdstat Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
tcpdump Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
tcpflow Include a set of patches from Jukka Salmi in PR# 30805 2006-01-02 19:23:40 +00:00
tcpick
tcpillust Switch to Tcl/Tk 8.4. Bump PKGREVISION. 2006-03-08 19:02:47 +00:00
tcpreplay Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
tcpslice Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
tcptrace Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
tcptraceroute Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
tightvnc Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tightvncviewer Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tinc List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-06 03:20:54 +00:00
tinyfugue Make this package build with gcc-4. Patches provided by John D. Baker 2006-06-20 03:37:04 +00:00
tkined Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tn5250 Uses C++. 2006-06-01 19:24:52 +00:00
tnftp corrected a typo in libnetbsd/usleep.c which probably surfaces only on some 2006-04-10 13:26:15 +00:00
tnftpd USE_TOOLS+=yacc 2006-06-20 22:19:38 +00:00
tor Changes in version 0.1.1.21 - 2006-06-10 2006-06-12 14:31:49 +00:00
torrentutils Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
totd Fixed gcc warnings. 2006-06-26 11:20:47 +00:00
traceroute-as Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
trafshow Add -DBIND_8_COMPAT to CFLAGS to build on Darwin. This fixes 2006-06-05 17:29:25 +00:00
trickle Add DragonFly support. 2006-03-23 15:55:53 +00:00
tsclient Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
tsocks Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
tspc Install the relevant template files and point the configuration file to their 2006-02-23 10:18:02 +00:00
ttt Fix prototype implementation mismatch and DragonFly specific 2006-06-09 11:08:53 +00:00
ucarp Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
ucspi-ssl Only build sslperl if option "ucspi-ssl-perl" is enabled. Bump PKGREVISION. 2006-04-02 17:44:16 +00:00
ucspi-tcp
udptunnel Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
unison Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
unison-devel Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
upclient Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
userppp Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
uucp Initial import of uucp-1.07 as net/uucp. 2006-04-24 23:21:46 +00:00
vcheck Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
vde Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
vino Needs msgfmt. 2006-06-22 10:29:10 +00:00
vnc Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
vncviewer Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
vncviewer4 Uses C++. 2006-05-12 09:45:12 +00:00
vpnc Only vpnc-script has to be executable, not vpnc.conf. Bump PKGREVISION. 2006-06-14 21:14:32 +00:00
vsftpd Improve linkage but not using the crappy shell script from vsftpd, 2006-05-16 21:08:50 +00:00
vtun Fix build with newer OpenSSL. 2006-05-12 09:48:09 +00:00
wakeup
wap-utils Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
waste Uses C++. 2006-06-01 23:15:39 +00:00
wget Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
whatmask
whoson Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
wimon Add DragonFly support. 2006-01-08 21:22:58 +00:00
wistumbler DragonFly support. 2006-03-23 17:20:22 +00:00
wistumbler2 Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
wistumbler2-gtk Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
wmget Invert MASTER_SITES and HOMEPAGE. Pointed out by Bernd Ernesti. 2006-02-26 18:44:54 +00:00
wminet Attempt at DragonFly support. 2006-03-23 17:31:05 +00:00
wmnd Use DIST_SUBDIR and bump PKGREVISION. Pointed out by salo and wiz. 2006-04-29 10:55:55 +00:00
wmnet Add DragonFly support. 2006-03-23 17:36:16 +00:00
wmpload Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wol Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
wu-ftpd USE_TOOLS+=yacc 2006-06-20 22:19:38 +00:00
x2vnc Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xfce4-wavelan-plugin Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
xipdump Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
xmftp Include stdlib.h instead of malloc.h, which is not available on Darwin. 2006-05-10 06:40:59 +00:00
xnap Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
xorp Last patchset works better when config.h actually can define 2006-05-16 18:19:13 +00:00
xrmftp Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xtraceroute Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
yafc List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-06 03:20:54 +00:00
yale-tftpd When opening a file for write, truncate it as well. 2006-03-14 14:11:53 +00:00
yaz Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
ytalk Merge Makefile.common into Makefile (not needed any longer 2006-01-12 20:03:52 +00:00
ywho Make this package build with gcc-4. 2006-05-10 06:13:51 +00:00
zebra * Nuke all references to and definitions of INFO_DIR in package Makefiles 2006-03-20 18:15:37 +00:00
Makefile Move "bsddip" package to "bsddip" directory. 2006-06-30 16:17:27 +00:00