notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: ftp/wzdftpd/Makefile

Number of commits found: 115 (showing only 15 on this page)

«  1 | 2 

Wednesday, 13 Oct 2004
13:50 krion search for other commits by this committer
Update to 0.4.2

PR:             ports/72635
Submitted by:   maintainer
Original commit
Monday, 4 Oct 2004
07:58 sergei search for other commits by this committer
- Unbreak the build by fixing a typo in Makefile:
  s/USE_PERL/USE_PERL5/

PR:             ports/72281
Submitted by:   Roman Bogorodskiy (maintainer)
Approved by:    portmgr (marcus)
Original commit
Wednesday, 29 Sep 2004
05:55 kris search for other commits by this committer
BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
Original commit
Saturday, 28 Aug 2004
20:31 sem search for other commits by this committer
- Update to 0.4.0
- Use OPTIONS
- Install documentation in more correct way

PR:             ports/71021
Submitted by:   maintainer
Original commit
Friday, 9 Jul 2004
17:43 marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Original commit
Thursday, 1 Jul 2004
23:38 pav search for other commits by this committer
- Update to 0.3.3

PR:             ports/68562
Submitted by:   Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Original commit
Tuesday, 22 Jun 2004
19:18 pav search for other commits by this committer
- Add rc script
- Expand variables in pkg-message
- Move users.sample to better place

PR:             ports/68164
Submitted by:   Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Original commit
Monday, 24 May 2004
21:31 pav search for other commits by this committer
- Update to 0.3.2
- Add WITH_UTF8 and WITH_TCL knobs

PR:             ports/67121
Submitted by:   Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Original commit
Monday, 10 May 2004
12:09 krion search for other commits by this committer
- Add missing dependencies

PR:             ports/66427
Submitted by:   maintainer
Original commit
Tuesday, 4 May 2004
14:28 krion search for other commits by this committer
- Update to version 0.3.1

PR:             ports/66255
Submitted by:   maintainer
Original commit
Tuesday, 20 Apr 2004
09:03 pav search for other commits by this committer
- Update to 0.3

PR:             ports/65744
Submitted by:   Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

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.
Original commit
Monday, 23 Feb 2004
06:27 leeym search for other commits by this committer
update to wzdftpd 0.2.3

PR:             63214
Submitted by:   Roman Bogorodskiy <bogorodskiy@inbox.ru>
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Thursday, 18 Dec 2003
16:31 sergei search for other commits by this committer
Add wzdftpd 0.1, modular FTP server configurable online
using SITE commands.

wzdftpd is a FTP server designed to be modular,
work under linux/win32/freebsd/openbsd,
and to be entirely configurable online using SITE commands.

wzdftpd offers the following features:
- Simple configuration file, supporting inclusions
- Online administration, using SITE commands
- Backends to store users/groups in different structures
- Modules: internal, using shared librairies, or external
  (scripts/applications)
- Users are virtual: you do not need to create users in system
- SSL/TLS support
- Server is designed to run as a non-privileged user to enforce security
- Server can detect ip changes (dynamic ips)
- Cross devices operations (copy/move) (though can be slow)
- Logging support (compatible with the wu-ftpd standard)
- Designed for high performance: coded with C, multithreaded

WWW:    http://www.wzdftpd.net/

PR:             59873
Submitted by:   Roman Bogorodskiy <bogorodskiy@inbox.ru>
Original commit

Number of commits found: 115 (showing only 15 on this page)

«  1 | 2