[BACK]Return to Makefile.common CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / www / links

File: [cvs.NetBSD.org] / pkgsrc / www / links / Makefile.common (download)

Revision 1.22, Sat Feb 26 10:08:11 2005 UTC (19 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.21: +2 -2 lines

Update to 2.1.0.17:

Wed Feb 23 19:46:01 MET 2005 mikulas:

	Correct implementation of non-aggressive cache (i.e. allow more keywords
	in Cache-Control

Wed Feb 23 18:36:52 MET 2005 mikulas:

	Allow typing only characters valid in current character set into form
	fields on web

Wed Feb 23 16:31:56 MET 2005 Serge Winitzki <serge at cosmos dot phy dot tufts dot edu>:

	Updated Russian translation

Wed Feb 23 16:25:41 MET 2005 mikulas:

	Allow cookies without a value

Mon Feb 14 13:15:00 MET 2005 user:

	When server returns cookie values as "deleted", delete it

Tue Feb  1 18:22:11 MET 2005 user:

	Fixed non-working find next/previous in view menu

Thu Jan 27 19:09:46 CET 2005 mikulas:

	Fixed wrong prototypes causing compilation problem on MacOS X and some
	other systems

Thu Jan 27 16:28:35 MET 2005 mikulas:

	Fixed configure failure on Solaris

Thu Jan 27 00:23:09 CET 2005 Brain

	javascript: set form action

# $NetBSD: Makefile.common,v 1.22 2005/02/26 10:08:11 wiz Exp $

DISTNAME=	links-2.1pre17
CATEGORIES=	www
MASTER_SITES= \
	http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/ \
	ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/links/
EXTRACT_SUFX=  .tar.bz2

MAINTAINER=	jschauma@NetBSD.org
HOMEPAGE=	http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/

PKG_INSTALLATION_TYPES=	overwrite pkgviews

USE_BUILDLINK3=		YES
GNU_CONFIGURE=		YES
CONFIGURE_ARGS+=	--enable-javascript

PLIST_SRC=		${.CURDIR}/../../www/links/PLIST
PATCHDIR=		${.CURDIR}/../../www/links/patches
DISTINFO_FILE=		${.CURDIR}/../../www/links/distinfo

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/links
	${INSTALL_DATA} ${WRKSRC}/KEYS ${PREFIX}/share/doc/links

.include "../../security/openssl/buildlink3.mk"