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: editors/vile/pkg-plist.filt

Number of commits found: 27

Friday, 8 Feb 2013
02:03 miwi search for other commits by this committer
- Update to 9.8i

PR:		175033
Submitted by:	Ports Fury
Original commitRevision:311901 
Sunday, 15 Apr 2012
16:11 gj search for other commits by this committer
Update to 9.8g.
Original commit
Tuesday, 29 Dec 2009
11:41 gj search for other commits by this committer
Update to version 9.7y.
Original commit
Thursday, 13 Aug 2009
10:35 gj search for other commits by this committer
Update to version 9.7t.
Original commit
Wednesday, 25 Mar 2009
09:49 gj search for other commits by this committer
Update to 9.7m.
Original commit
Monday, 5 Jan 2009
13:00 gj search for other commits by this committer
Update to 9.7j.
Original commit
Tuesday, 17 Jun 2008
11:50 gj search for other commits by this committer
Update to version 9.7.

While I'm here, fix handling of the NOPORTSDOCS case.
Original commit
Friday, 8 Feb 2008
10:18 gj search for other commits by this committer
Update to version 9.6e.
Original commit
Tuesday, 29 May 2007
16:55 gj search for other commits by this committer
Update to version 9.5q.

Use OPTIONS.
Original commit
Thursday, 11 Jan 2007
12:35 gj search for other commits by this committer
Update to 9.5n.
Original commit
Thursday, 13 Apr 2006
17:55 gj search for other commits by this committer
Update to 9.5g.

In xvile make loadable filters really work by changing CONFIG_ARGS to
CONFIGURE_ARGS when WITH_FILTERS is defined.
Original commit
Saturday, 1 Oct 2005
19:08 gj search for other commits by this committer
Update to 9.5a.

PR:     ports/86232 (vile only)
Original commit
Sunday, 31 Jul 2005
11:08 gj search for other commits by this committer
Update to version 9.5.

Do some cleanup to make portlint happy.

In the WITH_FILTERS case use dynamically loadable filters rather than
filters which are statically compiled in. This makes the executables about
200kB to 400kB smaller and does not semm to make startup any slower.

Partly based on
PR: ports/84122
Original commit
Saturday, 21 May 2005
19:19 gj search for other commits by this committer
Update to 9.4t.
Original commit
Tuesday, 1 Feb 2005
15:13 gj search for other commits by this committer
Update to 9.4o.
Original commit
Thursday, 9 Dec 2004
10:21 gj search for other commits by this committer
Update to version 9.4l.
Original commit
Thursday, 9 Oct 2003
09:54 gj search for other commits by this committer
Update to version 9.4a.
Original commit
Friday, 27 Jun 2003
13:57 gj search for other commits by this committer
Update to version 9.3s.
Original commit
Monday, 3 Mar 2003
21:09 gj search for other commits by this committer
Update to 9.3l.
Original commit
Sunday, 12 Jan 2003
12:33 gj search for other commits by this committer
Update to version 9.3j.
Original commit
Tuesday, 29 Oct 2002
12:55 gj search for other commits by this committer
# New ports collection makefile for:    vile
# Date created:         Wed Nov 26, 1996
# Whom:                 pgf
#
# $FreeBSD: ports/editors/vile/Makefile,v 1.48 2002/10/29 12:50:24 gj Exp $
#

PORTNAME=       vile
PORTVERSION=    9.3g
CATEGORIES=     editors
MASTER_SITES=   ftp://ftp.phred.org/pub/vile/ \
                ftp://dickey.his.com/vile/
DISTNAME=       vile-9.3
EXTRACT_SUFX=   .tgz

PATCH_SITES=    ${MASTER_SITES:S,vile/,vile/patches/,g}
PATCHFILES=     vile-9.3a.patch.gz \
                vile-9.3b.patch.gz \
                vile-9.3c.patch.gz \
                vile-9.3d.patch.gz \
                vile-9.3e.patch.gz \
                vile-9.3f.patch.gz \
                vile-9.3g.patch.gz

MAINTAINER=     gj@FreeBSD.org

MAKEFILE=       makefile
GNU_CONFIGURE=  yes
MAN1=           vile.1

.if defined(WITH_ALL)
WITH_FILTERS=1
WITH_PERL=1
.endif

.if defined(WITH_PERL)
CONFIGURE_ARGS= --with-perl
PLIST=          ${PKGDIR}/pkg-plist.perl
USE_PERL5=      yes
.endif

.if defined(WITH_FILTERS)
CONFIGURE_ARGS+= --with-builtin-filters=all
PLIST=          ${PKGDIR}/pkg-plist.filt
.endif

.if defined(WITH_PERL) && defined(WITH_FILTERS)
PLIST=          ${PKGDIR}/pkg-plist.perl+filt
.endif

pre-configure:
.if ! defined(WITH_PERL)
        @${ECHO_MSG} "Define WITH_PERL if you want to make a vile which
includes"
        @${ECHO_MSG} "PERL functionality"
.endif
.if ! defined(WITH_FILTERS)
        @${ECHO_MSG} "Define WITH_FILTERS if you want to make a vile which
includes"
        @${ECHO_MSG} "all filters in the binary"
.endif

post-install:
.if !defined(NOPORTDOCS)
        @if ! [ -d ${PREFIX}/share/doc/vile ]; then ${MKDIR}
${PREFIX}/share/doc/vile; fi
        ${INSTALL_DATA} ${WRKSRC}/doc/*.doc ${PREFIX}/share/doc/vile
.endif
        @if ! [ -d ${PREFIX}/share/vile/macros ]; then ${MKDIR}
${PREFIX}/share/vile/macros; fi
        ${INSTALL_DATA} ${WRKSRC}/macros/*.rc ${PREFIX}/share/vile/macros
        ${INSTALL_SCRIPT} ${WRKSRC}/macros/vile-pager
${PREFIX}/share/vile/macros
.if defined(WITH_PERL)
        ${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/vile
.endif
        @${ECHO_MSG} "Look in ${PREFIX}/share/doc/vile for documentation."
        @${ECHO_MSG} "Look in ${PREFIX}/share/vile/macros for macros."

.include <bsd.port.mk>
Original commit
Saturday, 26 Oct 2002
06:09 gj search for other commits by this committer
Update to version 9.3f.
Original commit
Saturday, 12 Oct 2002
10:16 gj search for other commits by this committer
Update to version 9.3d.

Delete patch-file.c since it is now part of the port.
Original commit
Wednesday, 14 Aug 2002
10:14 gj search for other commits by this committer
Update to version 9.3c.
Original commit
Wednesday, 26 Jun 2002
11:23 gj search for other commits by this committer
Update to version 9.3.
Original commit
Sunday, 14 Oct 2001
10:58 gj search for other commits by this committer
Update to patch level p.    
Original commit
Friday, 23 Mar 2001
21:02 gj search for other commits by this committer
Update this port to apply all the officially released patches (up to   j, which
is why PORTVERSION is now 9.2j).    
Original commit

Number of commits found: 27