aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2005-05-28 07:14:26 +0800
committerpat <pat@FreeBSD.org>2005-05-28 07:14:26 +0800
commitfecaab07f1721497ed6d5d82459699b36e22b82e (patch)
tree3116bb7eb32f4187f98650ece4d869b11deb90dd
parent568e11c26fccd279666dcd717f7d8aad36b610ec (diff)
downloadfreebsd-ports-gnome-fecaab07f1721497ed6d5d82459699b36e22b82e.tar.gz
freebsd-ports-gnome-fecaab07f1721497ed6d5d82459699b36e22b82e.tar.zst
freebsd-ports-gnome-fecaab07f1721497ed6d5d82459699b36e22b82e.zip
Clean up the ports tree some by removing my junk... more to come...
-rw-r--r--devel/Makefile1
-rw-r--r--devel/hp48cc/Makefile29
-rw-r--r--devel/hp48cc/distinfo2
-rw-r--r--devel/hp48cc/pkg-descr10
-rw-r--r--devel/hp48cc/pkg-plist16
5 files changed, 0 insertions, 58 deletions
diff --git a/devel/Makefile b/devel/Makefile
index d0bab9a8bf62..d3edcc40ad45 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -338,7 +338,6 @@
SUBDIR += gvd
SUBDIR += happydoc
SUBDIR += hapy
- SUBDIR += hp48cc
SUBDIR += hptools
SUBDIR += hs-alex
SUBDIR += hs-buddha
diff --git a/devel/hp48cc/Makefile b/devel/hp48cc/Makefile
deleted file mode 100644
index df29f9fc744f..000000000000
--- a/devel/hp48cc/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: hp48cc
-# Date created: Sun Aug 12 04:33:37 EDT 2001
-# Whom: Patrick Li <pat@databits.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= hp48cc
-PORTVERSION= 1.3
-PORTREVISION= 1
-CATEGORIES= devel lang
-MASTER_SITES= http://www.sigala.it/sandro/files/
-
-MAINTAINER= pat@FreeBSD.org
-COMMENT= C-like compiler that translates input code to the HP48 RPN language
-
-USE_BISON= yes
-GNU_CONFIGURE= yes
-
-MAN1= ${PORTNAME}.1
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
- @${INSTALL_DATA} ${WRKSRC}/examples/* \
- ${PREFIX}/share/examples/${PORTNAME}
-.endif #NOPORTDOCS
-
-.include <bsd.port.mk>
diff --git a/devel/hp48cc/distinfo b/devel/hp48cc/distinfo
deleted file mode 100644
index a9ee28193b4d..000000000000
--- a/devel/hp48cc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (hp48cc-1.3.tar.gz) = 23f41a6168d3c17ea50537fe6ec2124a
-SIZE (hp48cc-1.3.tar.gz) = 39260
diff --git a/devel/hp48cc/pkg-descr b/devel/hp48cc/pkg-descr
deleted file mode 100644
index 996eafca5342..000000000000
--- a/devel/hp48cc/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-hp48cc is a C-like compiler that translates the input code
-into the HP48 RPN language. The language recognized by the
-compiler is only a small subset of the C language, with
-some non-standard extensions, but powerful enough to write
-complex programs simply.
-
-WWW: http://www.sigala.it/sandro/software.html#hp48cc
-Author: Sandro Sigala <sandro@sigala.it>
-
-- Patrick Li <pat@FreeBSD.org>
diff --git a/devel/hp48cc/pkg-plist b/devel/hp48cc/pkg-plist
deleted file mode 100644
index 7eb27e46da41..000000000000
--- a/devel/hp48cc/pkg-plist
+++ /dev/null
@@ -1,16 +0,0 @@
-bin/hp48cc
-%%PORTDOCS%%share/examples/hp48cc/README
-%%PORTDOCS%%share/examples/hp48cc/accuracy.hpc
-%%PORTDOCS%%share/examples/hp48cc/astro.hpc
-%%PORTDOCS%%share/examples/hp48cc/fact.hpc
-%%PORTDOCS%%share/examples/hp48cc/gcd.hpc
-%%PORTDOCS%%share/examples/hp48cc/hello.hpc
-%%PORTDOCS%%share/examples/hp48cc/inform.hpc
-%%PORTDOCS%%share/examples/hp48cc/pi1.hpc
-%%PORTDOCS%%share/examples/hp48cc/pi2.hpc
-%%PORTDOCS%%share/examples/hp48cc/sort.hpc
-%%PORTDOCS%%share/examples/hp48cc/tutorial.hpc
-%%PORTDOCS%%share/examples/hp48cc/xcos.hpc
-%%PORTDOCS%%share/examples/hp48cc/xexp.hpc
-%%PORTDOCS%%share/examples/hp48cc/xsin.hpc
-%%PORTDOCS%%@dirrm share/examples/hp48cc