aboutsummaryrefslogtreecommitdiff
path: root/devel/aunit
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-01-20 19:14:56 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-01-20 19:14:56 +0000
commit6f21078447bb03dcc9c9dce2e28616c0048b3abd (patch)
tree635f8a7ce437e1306d1686bbd10ea5dc15b61807 /devel/aunit
parent3c3483a981fda8cad403869c8d3215a0b8b9f016 (diff)
downloadports-6f21078447bb03dcc9c9dce2e28616c0048b3abd.tar.gz
ports-6f21078447bb03dcc9c9dce2e28616c0048b3abd.zip
Notes
Diffstat (limited to 'devel/aunit')
-rw-r--r--devel/aunit/Makefile55
-rw-r--r--devel/aunit/distinfo3
-rw-r--r--devel/aunit/files/patch-makefile43
-rw-r--r--devel/aunit/pkg-descr4
-rw-r--r--devel/aunit/pkg-plist52
5 files changed, 0 insertions, 157 deletions
diff --git a/devel/aunit/Makefile b/devel/aunit/Makefile
deleted file mode 100644
index d2c2c169a878..000000000000
--- a/devel/aunit/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# New ports collection makefile for: aunit
-# Date created: 31 Dec 2006
-# Whom: John Merryweather Cooper
-#
-# $FreeBSD$
-#
-
-PORTNAME= aunit
-PORTVERSION= 1.05
-CATEGORIES= devel
-MASTER_SITES= http://libre.adacore.com/
-DISTFILES= ${PORTNAME}-${PORTVERSION}-src.tgz
-
-MAINTAINER= john_m_cooper@yahoo.com
-COMMENT= AUnit is an adaption of the Java JUnit unit test framework
-
-BUILD_DEPENDS= gnatmake:${PORTSDIR}/lang/gnat
-RUN_DEPENDS= gnatgcc:${PORTSDIR}/lang/gnat
-
-BROKEN= does not build
-DEPRECATED= has been broken for 3 months
-EXPIRATION_DATE=2010-01-08
-
-USE_GMAKE= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src
-
-.include <bsd.port.pre.mk>
-
-# Check for GNAT sources.
-.if !exists(${DISTDIR}/${DISTFILES}) && !defined(PACKAGE_BUILDING)
-pre-everything::
- @echo "Because of licensing and registration restrictions, you must"
- @echo "fetch the source distribution manually. Please access"
- @echo "http://libre.adacore.com/ with a web browser, register"
- @echo "(It's free!) and log in. Download the source files:"
- @echo
- @echo " ${DISTFILES}"
- @echo
- @echo "and place them in ${DISTDIR}"
- @exit 1
-.endif
-
-pre-build:
- @${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile
-
-# install-info is being called directly because aunit.info does not have an
-# entry field
-post-install:
- @install-info --entry "AUnit" ${DOCSDIR}/aunit.info \
- ${DOCSDIR}/dir
-
-test:
- @${CD} ${WRKSRC} && ${GMAKE} test
-
-.include <bsd.port.post.mk>
diff --git a/devel/aunit/distinfo b/devel/aunit/distinfo
deleted file mode 100644
index 2528a5e6a110..000000000000
--- a/devel/aunit/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (aunit-1.05-src.tgz) = bff181b9854d03e81cdf2874d0e4d154
-SHA256 (aunit-1.05-src.tgz) = f395f0ff8388a004efe5709fb1ab32bfdd460c9fcfa0f85355225bba5beedfa1
-SIZE (aunit-1.05-src.tgz) = 112619
diff --git a/devel/aunit/files/patch-makefile b/devel/aunit/files/patch-makefile
deleted file mode 100644
index 7a11a928eef8..000000000000
--- a/devel/aunit/files/patch-makefile
+++ /dev/null
@@ -1,43 +0,0 @@
---- makefile.orig Fri Nov 4 14:23:52 2005
-+++ makefile Mon Jan 1 13:16:52 2007
-@@ -1,7 +1,7 @@
-
- # $Id: patch-makefile,v 1.1 2007/01/01 18:25:35 jcooper Exp $
-
--INSTALL = /opt
-+INSTALL = $(PREFIX)
-
- # Install directories
-
-@@ -40,12 +40,13 @@
- $(MKDIR) $(I_PLG)
-
- install: install_dirs
-- $(CP) aunit/framework/*.ad* aunit/text_reporter/*.ad* $(I_INC)
-- $(CP) aunit/lib/* $(I_LIB)
-- $(CP) template/*.ad* template/*.gpr $(I_TPL)
-- $(CP) docs/*.html docs/*.info docs/*.pdf docs/*.txt $(I_DOC)
-- $(CP) support/aunit.gpr $(I_GPR)
-- $(CP) support/aunit.xml $(I_PLG)
-+ $(INSTALL_DATA) aunit/framework/*.ad* aunit/text_reporter/*.ad* \
-+ $(I_INC)
-+ $(INSTALL_DATA) aunit/lib/* $(I_LIB)
-+ $(INSTALL_DATA) template/*.ad* template/*.gpr $(I_TPL)
-+ $(INSTALL_DATA) docs/*.html docs/*.info docs/*.pdf docs/*.txt $(I_DOC)
-+ $(INSTALL_DATA) support/aunit.gpr $(I_GPR)
-+ $(INSTALL_DATA) support/aunit.xml $(I_PLG)
-
- doc:
- ${MAKE} -C docs
-@@ -56,7 +57,7 @@
- gnatmake -Paunit_tests
- ./harness
-
--RMDIR = rmdir
--MKDIR = mkdir -p
--RM = rm
--CP = cp -p
-+RMDIR = rmdir
-+MKDIR = mkdir -p
-+RM = rm
-+INSTALL_DATA = install -o root -g wheel -m 444
diff --git a/devel/aunit/pkg-descr b/devel/aunit/pkg-descr
deleted file mode 100644
index 82edb0f2c03f..000000000000
--- a/devel/aunit/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-AUnit is an adaptation of the Java JUnit (Kent Beck, Erich Gamma) unit
-test framework for Ada code.
-
-WWW: http://libre.adacore.com/
diff --git a/devel/aunit/pkg-plist b/devel/aunit/pkg-plist
deleted file mode 100644
index 612db0de522f..000000000000
--- a/devel/aunit/pkg-plist
+++ /dev/null
@@ -1,52 +0,0 @@
-include/aunit/aunit-assertions.adb
-include/aunit/aunit-assertions.ads
-include/aunit/aunit-lists.adb
-include/aunit/aunit-lists.ads
-include/aunit/aunit-options.adb
-include/aunit/aunit-options.ads
-include/aunit/aunit-test_cases-registration.adb
-include/aunit/aunit-test_cases-registration.ads
-include/aunit/aunit-test_cases.adb
-include/aunit/aunit-test_cases.ads
-include/aunit/aunit-test_results-text_reporter.adb
-include/aunit/aunit-test_results-text_reporter.ads
-include/aunit/aunit-test_results.adb
-include/aunit/aunit-test_results.ads
-include/aunit/aunit-test_runner.adb
-include/aunit/aunit-test_runner.ads
-include/aunit/aunit-test_suites.adb
-include/aunit/aunit-test_suites.ads
-include/aunit/aunit-tests.ads
-include/aunit/aunit.ads
-lib/aunit/aunit-assertions.ali
-lib/aunit/aunit-lists.ali
-lib/aunit/aunit-options.ali
-lib/aunit/aunit-test_cases-registration.ali
-lib/aunit/aunit-test_cases.ali
-lib/aunit/aunit-test_results-text_reporter.ali
-lib/aunit/aunit-test_results.ali
-lib/aunit/aunit-test_runner.ali
-lib/aunit/aunit-test_suites.ali
-lib/aunit/aunit-tests.ali
-lib/aunit/aunit.ali
-lib/aunit/libaunit.a
-lib/gnat/aunit.gpr
-%%PORTDOCS%%%%DOCSDIR%%/aunit.html
-%%PORTDOCS%%%%DOCSDIR%%/aunit.info
-%%PORTDOCS%%%%DOCSDIR%%/aunit.pdf
-%%PORTDOCS%%%%DOCSDIR%%/aunit.txt
-%%PORTDOCS%%%%DOCSDIR%%/dir
-%%EXAMPLESDIR%%/harness.adb
-%%EXAMPLESDIR%%/pr_xxxx_xxx.adb
-%%EXAMPLESDIR%%/pr_xxxx_xxx.ads
-%%EXAMPLESDIR%%/sample.adp
-%%EXAMPLESDIR%%/sample.gpr
-%%EXAMPLESDIR%%/sample_suite.adb
-share/gps/plug-ins/aunit.xml
-@dirrm share/gps/plug-ins
-@dirrm share/gps
-@dirrm %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm lib/gnat
-@dirrm lib/aunit
-@dirrm include/aunit