diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-01-31 11:16:48 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-01-31 11:16:48 +0000 |
commit | e6c55782ac7c0568ceb1598e43e0e879ec512170 (patch) | |
tree | 27fdf8812d7239096966e728e9b8abfb6740bcbe /devel | |
parent | b2931451eb3c09c64f2da6da5a66ce7a51486517 (diff) |
SIZE-ify
Notes
Notes:
svn path=/head/; revision=99595
Diffstat (limited to 'devel')
-rw-r--r-- | devel/darcs/Makefile | 1 | ||||
-rw-r--r-- | devel/darcs/distinfo | 1 | ||||
-rw-r--r-- | devel/hs-buddha/Makefile | 1 | ||||
-rw-r--r-- | devel/hs-buddha/distinfo | 1 | ||||
-rw-r--r-- | devel/hs-c2hs/Makefile | 1 | ||||
-rw-r--r-- | devel/hs-c2hs/distinfo | 1 | ||||
-rw-r--r-- | devel/hs-crypto/Makefile | 1 | ||||
-rw-r--r-- | devel/hs-crypto/distinfo | 1 | ||||
-rw-r--r-- | devel/hs-darcs/Makefile | 1 | ||||
-rw-r--r-- | devel/hs-darcs/distinfo | 1 | ||||
-rw-r--r-- | devel/hs-drift/Makefile | 1 | ||||
-rw-r--r-- | devel/hs-drift/distinfo | 1 | ||||
-rw-r--r-- | devel/hs-green-card/Makefile | 1 | ||||
-rw-r--r-- | devel/hs-green-card/distinfo | 1 | ||||
-rw-r--r-- | devel/hs-haddock/Makefile | 1 | ||||
-rw-r--r-- | devel/hs-haddock/distinfo | 1 | ||||
-rw-r--r-- | devel/hs-hat/Makefile | 1 | ||||
-rw-r--r-- | devel/hs-hat/distinfo | 1 | ||||
-rw-r--r-- | devel/hs-hdoc/Makefile | 1 | ||||
-rw-r--r-- | devel/hs-hdoc/distinfo | 1 | ||||
-rw-r--r-- | devel/hs-hpl/Makefile | 1 | ||||
-rw-r--r-- | devel/hs-hpl/distinfo | 1 | ||||
-rw-r--r-- | devel/hs-idoc/Makefile | 1 | ||||
-rw-r--r-- | devel/hs-idoc/distinfo | 1 | ||||
-rw-r--r-- | devel/hs-popenhs/Makefile | 1 | ||||
-rw-r--r-- | devel/hs-popenhs/distinfo | 1 | ||||
-rw-r--r-- | devel/libvc/Makefile | 1 | ||||
-rw-r--r-- | devel/libvc/distinfo | 1 |
28 files changed, 28 insertions, 0 deletions
diff --git a/devel/darcs/Makefile b/devel/darcs/Makefile index 0dfec68dfa93..5ed68579cd67 100644 --- a/devel/darcs/Makefile +++ b/devel/darcs/Makefile @@ -16,6 +16,7 @@ COMMENT= Yet another replacement for CVS, written in Haskell BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +USE_SIZE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ diff --git a/devel/darcs/distinfo b/devel/darcs/distinfo index 07f5e445e891..49fe74a37812 100644 --- a/devel/darcs/distinfo +++ b/devel/darcs/distinfo @@ -1 +1,2 @@ MD5 (darcs-0.9.15.tar.gz) = baf34dc8f29557a6b3f1090891d9bbb2 +SIZE (darcs-0.9.15.tar.gz) = 392218 diff --git a/devel/hs-buddha/Makefile b/devel/hs-buddha/Makefile index ddd403552634..6bc00f9933b2 100644 --- a/devel/hs-buddha/Makefile +++ b/devel/hs-buddha/Makefile @@ -18,6 +18,7 @@ COMMENT= A declarative debugger for Haskell 98 BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc +USE_SIZE= yes USE_REINPLACE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} diff --git a/devel/hs-buddha/distinfo b/devel/hs-buddha/distinfo index 3370150d63a4..efd80c221cc0 100644 --- a/devel/hs-buddha/distinfo +++ b/devel/hs-buddha/distinfo @@ -1 +1,2 @@ MD5 (buddha-1.0.tar.gz) = 528ad8d8a4802100769cc59bf1e2a498 +SIZE (buddha-1.0.tar.gz) = 489823 diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile index 520546d4c3f2..f09198fa0b5a 100644 --- a/devel/hs-c2hs/Makefile +++ b/devel/hs-c2hs/Makefile @@ -17,6 +17,7 @@ COMMENT= C->Haskell, an Interface Generator for Haskell BUILD_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 RUN_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 +USE_SIZE= yes HAS_CONFIGURE= yes USE_GMAKE= yes diff --git a/devel/hs-c2hs/distinfo b/devel/hs-c2hs/distinfo index 29189c1a4793..053b8e7c7046 100644 --- a/devel/hs-c2hs/distinfo +++ b/devel/hs-c2hs/distinfo @@ -1 +1,2 @@ MD5 (c2hs-0.11.5.tar.gz) = 2f3859154ec3c472e85db726095163b5 +SIZE (c2hs-0.11.5.tar.gz) = 374927 diff --git a/devel/hs-crypto/Makefile b/devel/hs-crypto/Makefile index b83c12cb278d..0bd75ee1abae 100644 --- a/devel/hs-crypto/Makefile +++ b/devel/hs-crypto/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc BUILD_DEPENDS= haddock:${PORTSDIR}/devel/hs-haddock .endif +USE_SIZE= yes WRKSRC= ${WRKDIR}/${PORTNAME} USE_REINPLACE= yes USE_GMAKE= yes diff --git a/devel/hs-crypto/distinfo b/devel/hs-crypto/distinfo index 8a1d14d1f969..3cf9a0652e2d 100644 --- a/devel/hs-crypto/distinfo +++ b/devel/hs-crypto/distinfo @@ -1 +1,2 @@ MD5 (crypto-1.1.2.tar) = 195205a01566659f036d5df929fe7cc4 +SIZE (crypto-1.1.2.tar) = 256000 diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index 0dfec68dfa93..5ed68579cd67 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -16,6 +16,7 @@ COMMENT= Yet another replacement for CVS, written in Haskell BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +USE_SIZE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ diff --git a/devel/hs-darcs/distinfo b/devel/hs-darcs/distinfo index 07f5e445e891..49fe74a37812 100644 --- a/devel/hs-darcs/distinfo +++ b/devel/hs-darcs/distinfo @@ -1 +1,2 @@ MD5 (darcs-0.9.15.tar.gz) = baf34dc8f29557a6b3f1090891d9bbb2 +SIZE (darcs-0.9.15.tar.gz) = 392218 diff --git a/devel/hs-drift/Makefile b/devel/hs-drift/Makefile index e982ca76a2a2..663fca96d1b3 100644 --- a/devel/hs-drift/Makefile +++ b/devel/hs-drift/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc BUILD_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98 .endif +USE_SIZE= yes HAS_CONFIGURE= yes INFO= drift diff --git a/devel/hs-drift/distinfo b/devel/hs-drift/distinfo index 05819f16d65f..4e9e791452ba 100644 --- a/devel/hs-drift/distinfo +++ b/devel/hs-drift/distinfo @@ -1 +1,2 @@ MD5 (DrIFT-2.0.3.tar.gz) = 8d9b42dc5ea0c20a95d67e3eb7ec99cf +SIZE (DrIFT-2.0.3.tar.gz) = 214442 diff --git a/devel/hs-green-card/Makefile b/devel/hs-green-card/Makefile index 776e9595564e..4820e1001687 100644 --- a/devel/hs-green-card/Makefile +++ b/devel/hs-green-card/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 WRKSRC= ${WRKDIR}/gc-${PORTVERSION} +USE_SIZE= yes USE_GMAKE= yes ALL_TARGET= all diff --git a/devel/hs-green-card/distinfo b/devel/hs-green-card/distinfo index 9eb98c1fcc49..ec40978d520e 100644 --- a/devel/hs-green-card/distinfo +++ b/devel/hs-green-card/distinfo @@ -1 +1,2 @@ MD5 (gc-2.05-src.tar.gz) = 0cb2fb49d0c65be8dc790ae85b5ea394 +SIZE (gc-2.05-src.tar.gz) = 182113 diff --git a/devel/hs-haddock/Makefile b/devel/hs-haddock/Makefile index 288e5c8c7340..4407532b1985 100644 --- a/devel/hs-haddock/Makefile +++ b/devel/hs-haddock/Makefile @@ -25,6 +25,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textpr .endif WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//g} +USE_SIZE= yes USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/devel/hs-haddock/distinfo b/devel/hs-haddock/distinfo index 741164b3b601..758dd716b769 100644 --- a/devel/hs-haddock/distinfo +++ b/devel/hs-haddock/distinfo @@ -1 +1,2 @@ MD5 (haddock-0.6-src.tar.gz) = 6f15d15a3e4352f77f003fb133b1d9b2 +SIZE (haddock-0.6-src.tar.gz) = 429708 diff --git a/devel/hs-hat/Makefile b/devel/hs-hat/Makefile index 970510a24046..b94a0300fb8d 100644 --- a/devel/hs-hat/Makefile +++ b/devel/hs-hat/Makefile @@ -14,6 +14,7 @@ PKGNAMEPREFIX= hs- MAINTAINER= obraun@FreeBSD.org COMMENT= A source-level tracer for Haskell 98 +USE_SIZE= yes USE_GMAKE= yes HAS_CONFIGURE= yes USE_REINPLACE= yes diff --git a/devel/hs-hat/distinfo b/devel/hs-hat/distinfo index fd593413e262..c22e5e149cfc 100644 --- a/devel/hs-hat/distinfo +++ b/devel/hs-hat/distinfo @@ -1 +1,2 @@ MD5 (hat-2.02.tar.gz) = 04aec4a8d98a52416dec88d20e657894 +SIZE (hat-2.02.tar.gz) = 1438904 diff --git a/devel/hs-hdoc/Makefile b/devel/hs-hdoc/Makefile index 9fe4e6f87608..2fa6af503033 100644 --- a/devel/hs-hdoc/Makefile +++ b/devel/hs-hdoc/Makefile @@ -15,6 +15,7 @@ COMMENT= HTML documentation tool for Haskell BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc +USE_SIZE= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/devel/hs-hdoc/distinfo b/devel/hs-hdoc/distinfo index 95a80fbab340..e7c252017f68 100644 --- a/devel/hs-hdoc/distinfo +++ b/devel/hs-hdoc/distinfo @@ -1 +1,2 @@ MD5 (hdoc-0.8.2.tar.gz) = 3e71a2f29c3ebea04888071cbf8c7edf +SIZE (hdoc-0.8.2.tar.gz) = 215643 diff --git a/devel/hs-hpl/Makefile b/devel/hs-hpl/Makefile index 0cee0592ed40..90ad7a71d022 100644 --- a/devel/hs-hpl/Makefile +++ b/devel/hs-hpl/Makefile @@ -19,6 +19,7 @@ COMMENT= Haskell Ports Library provides ports in Haskell BUILD_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 RUN_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 +USE_SIZE= yes HAS_CONFIGURE= yes USE_GMAKE= yes diff --git a/devel/hs-hpl/distinfo b/devel/hs-hpl/distinfo index 033a70bc6cb2..2fccca3a6818 100644 --- a/devel/hs-hpl/distinfo +++ b/devel/hs-hpl/distinfo @@ -1 +1,2 @@ MD5 (ports-0.3.3.tar.gz) = b5d13ff5456b7b80fada58aefcb1957b +SIZE (ports-0.3.3.tar.gz) = 62882 diff --git a/devel/hs-idoc/Makefile b/devel/hs-idoc/Makefile index 5f2b11bcc161..1d5ce1b55156 100644 --- a/devel/hs-idoc/Makefile +++ b/devel/hs-idoc/Makefile @@ -15,6 +15,7 @@ COMMENT= A No Frills Haskell Interface Documentation System BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc +USE_SIZE= yes USE_REINPLACE= yes USE_GMAKE= yes diff --git a/devel/hs-idoc/distinfo b/devel/hs-idoc/distinfo index 7e04cf3e7232..9376119a3bd1 100644 --- a/devel/hs-idoc/distinfo +++ b/devel/hs-idoc/distinfo @@ -1 +1,2 @@ MD5 (idoc-0.2.5.tar.gz) = bfc37c24ea2c6e1f01b83129895984bd +SIZE (idoc-0.2.5.tar.gz) = 27194 diff --git a/devel/hs-popenhs/Makefile b/devel/hs-popenhs/Makefile index 0bf60d64b190..4d6eafa61b4e 100644 --- a/devel/hs-popenhs/Makefile +++ b/devel/hs-popenhs/Makefile @@ -17,6 +17,7 @@ COMMENT= A popen-like library for Haskell BUILD_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 RUN_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 +USE_SIZE= yes USE_GMAKE= yes HAS_CONFIGURE= yes diff --git a/devel/hs-popenhs/distinfo b/devel/hs-popenhs/distinfo index 286ca546e317..89a0ca7abd86 100644 --- a/devel/hs-popenhs/distinfo +++ b/devel/hs-popenhs/distinfo @@ -1 +1,2 @@ MD5 (popenhs-1.00.0.tar.gz) = 4a395a9e4480aec50ebdbb05dc78aceb +SIZE (popenhs-1.00.0.tar.gz) = 66443 diff --git a/devel/libvc/Makefile b/devel/libvc/Makefile index 7700ba152a70..7707a4be6f33 100644 --- a/devel/libvc/Makefile +++ b/devel/libvc/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= rolo MAINTAINER= obraun@FreeBSD.org COMMENT= A vCard library +USE_SIZE= yes USE_BZIP2= yes USE_BISON= yes GNU_CONFIGURE= yes diff --git a/devel/libvc/distinfo b/devel/libvc/distinfo index ede0f3e3da46..72f838cc1325 100644 --- a/devel/libvc/distinfo +++ b/devel/libvc/distinfo @@ -1 +1,2 @@ MD5 (libvc-003.tar.bz2) = e6bba5c83c34754639460c0bedbf72dc +SIZE (libvc-003.tar.bz2) = 231864 |