diff options
author | zafer <zafer@pkgsrc.org> | 2009-07-16 13:17:45 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2009-07-16 13:17:45 +0000 |
commit | a8e543cd5e810bb7187de429e3145db555fe4572 (patch) | |
tree | edd97b528fefe02c00cd17a4441de050ddd4b829 /www | |
parent | 21c9a92d8ac7644b21315582462b146641bc6d9c (diff) | |
download | pkgsrc-a8e543cd5e810bb7187de429e3145db555fe4572.tar.gz |
update to 0.3. update master_sites. update homepage. (add destdir).
Diffstat (limited to 'www')
-rw-r--r-- | www/swill/Makefile | 17 | ||||
-rw-r--r-- | www/swill/PLIST | 6 | ||||
-rw-r--r-- | www/swill/distinfo | 8 |
3 files changed, 16 insertions, 15 deletions
diff --git a/www/swill/Makefile b/www/swill/Makefile index 56d12833e01..aeeeb851d00 100644 --- a/www/swill/Makefile +++ b/www/swill/Makefile @@ -1,20 +1,19 @@ -# $NetBSD: Makefile,v 1.7 2009/07/07 18:55:03 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2009/07/16 13:17:45 zafer Exp $ -DISTNAME= swill-0.1 +DISTNAME= swill-0.3 CATEGORIES= www devel -MASTER_SITES= http://systems.cs.uchicago.edu/swill/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swill/} +EXTRACT_SUFX= .tgz MAINTAINER= thorpej@NetBSD.org -HOMEPAGE= http://systems.cs.uchicago.edu/swill/ +HOMEPAGE= http://swill.sourceforge.net/ COMMENT= The Simple Web Interface Link Library +LICENSE= gnu-lgpl-v2.1 -PKG_DESTDIR_SUPPORT= user-destdir - -WRKSRC= ${WRKDIR}/SWILL-0.1 +WRKSRC= ${WRKDIR}/SWILL-0.3 GNU_CONFIGURE= yes -INSTALLATION_DIRS= include lib - INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} +INSTALLATION_DIRS= include lib MAKE_JOBS_SAFE= no diff --git a/www/swill/PLIST b/www/swill/PLIST index 58b1ec9da66..b27aa1ad1e0 100644 --- a/www/swill/PLIST +++ b/www/swill/PLIST @@ -1,3 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/18 06:37:37 thorpej Exp $ -include/swill.h +@comment $NetBSD: PLIST,v 1.2 2009/07/16 13:17:45 zafer Exp $ +include/swill/swill.h lib/libswill.a +lib/libswill.so +@dirrm include/swill diff --git a/www/swill/distinfo b/www/swill/distinfo index 7f814743e25..4f3fd6b49af 100644 --- a/www/swill/distinfo +++ b/www/swill/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 14:08:39 wiz Exp $ +$NetBSD: distinfo,v 1.3 2009/07/16 13:17:45 zafer Exp $ -SHA1 (swill-0.1.tar.gz) = bfdc0e8fc49532aa656b166eeeedbdb6c378ef07 -RMD160 (swill-0.1.tar.gz) = 55cc4e41eafdccb0589a5c364c59f82dba50b166 -Size (swill-0.1.tar.gz) = 119170 bytes +SHA1 (swill-0.3.tgz) = 765a15c22ef527a811c41c3a2fd25199c979e298 +RMD160 (swill-0.3.tgz) = 72134ac3213b6e8df3cf5c7d3d73a2378e9f5659 +Size (swill-0.3.tgz) = 438745 bytes |