summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorreed <reed>2008-02-09 14:53:14 +0000
committerreed <reed>2008-02-09 14:53:14 +0000
commit0fa4b98fee66eb281ff22eaa8b302dbc01f5d635 (patch)
treea3cd5a136850ebbe32a0fd5ad1153cb674f5a3ea /lang
parent46db769fe7d2442bec4c5cf0452f41c6c2edff70 (diff)
downloadpkgsrc-0fa4b98fee66eb281ff22eaa8b302dbc01f5d635.tar.gz
Update pcc to 0.9.9.
Sorry no change log. On January 27, ragge bumped the version with commit message: "Pcc now supports all C99 language constructs (I hope), so wrap to 0.9.9." This also includes the new manpages. (These are a work in progress -- please send me your improvements.) For pkgsrc: - changed download sites - changed homepage - INSTALLATION_DIRS not needed.
Diffstat (limited to 'lang')
-rw-r--r--lang/pcc/Makefile13
-rw-r--r--lang/pcc/PLIST5
-rw-r--r--lang/pcc/distinfo8
3 files changed, 13 insertions, 13 deletions
diff --git a/lang/pcc/Makefile b/lang/pcc/Makefile
index 67f706d818d..acac1d4d832 100644
--- a/lang/pcc/Makefile
+++ b/lang/pcc/Makefile
@@ -1,20 +1,17 @@
-# $NetBSD: Makefile,v 1.6 2007/11/03 22:38:48 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2008/02/09 14:53:14 reed Exp $
-DISTNAME= pcc-0.9.8-070912
-PKGNAME= pcc-0.9.8
+DISTNAME= pcc-0.9.9
CATEGORIES= lang
-MASTER_SITES= ftp://226.net120.skekraft.net/pcc/
+MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/ \
+ http://pcc.ludd.ltu.se/ftp/pub/pcc/
EXTRACT_SUFX= .tgz
MAINTAINER= reed@reedmedia.net
-HOMEPAGE= http://www.ludd.ltu.se/~ragge/pcc/
+HOMEPAGE= http://pcc.ludd.ltu.se/
COMMENT= Portable C compiler
USE_TOOLS+= lex yacc
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= no
-INSTALLATION_DIRS= bin libexec
-
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/pcc/PLIST b/lang/pcc/PLIST
index e349ea7cf4f..b41b2647625 100644
--- a/lang/pcc/PLIST
+++ b/lang/pcc/PLIST
@@ -1,4 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2007/09/15 10:02:06 agc Exp $
+@comment $NetBSD: PLIST,v 1.3 2008/02/09 14:53:15 reed Exp $
bin/pcc
libexec/ccom
libexec/cpp
+man/man1/ccom.1
+man/man1/cpp.1
+man/man1/pcc.1
diff --git a/lang/pcc/distinfo b/lang/pcc/distinfo
index a5648ca02d5..73bf2e2dc2b 100644
--- a/lang/pcc/distinfo
+++ b/lang/pcc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2007/09/21 23:16:39 reed Exp $
+$NetBSD: distinfo,v 1.4 2008/02/09 14:53:15 reed Exp $
-SHA1 (pcc-0.9.8-070912.tgz) = a3162c1139b865d2f9ce50f0dd161ee4061f2460
-RMD160 (pcc-0.9.8-070912.tgz) = 92fa1c920458fa5ccabe76f427ec48296effad27
-Size (pcc-0.9.8-070912.tgz) = 299675 bytes
+SHA1 (pcc-0.9.9.tgz) = 061b4bd82711d9c72a5889e6b5f38582758da5f7
+RMD160 (pcc-0.9.9.tgz) = 197012fe1c1416320cddd6df9c3eb8116a805ca4
+Size (pcc-0.9.9.tgz) = 426471 bytes