summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-05 18:13:34 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-05 18:13:34 +0000
commitab487d24a339a5000391d547e84d8e707d719aa3 (patch)
treef83d306f9dc2c7c0d058daf47a9893947d17907c /devel
parentUpdate to 0.9.9.1 (diff)
2007-01-01 devel/kasm: Buggy and unmaintained, use devel/hptools instead
2007-01-04 devel/py-getargs: distfile and homepage disappeared 2007-01-04 devel/pyumlgraph: distfile and homepage disappeared 2007-01-04 editors/beaver: distfile disappeared from homepage 2007-01-04 editors/dte: distfile and homepage disappeared
Notes
Notes: svn path=/head/; revision=181541
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
-rw-r--r--devel/kasm/Makefile35
-rw-r--r--devel/kasm/distinfo3
-rw-r--r--devel/kasm/files/patch-doc_Makefile.in11
-rw-r--r--devel/kasm/files/patch-src_Makefile.in40
-rw-r--r--devel/kasm/files/patch-src_entrytable.hpp11
-rw-r--r--devel/kasm/files/patch-src_main.cpp11
-rw-r--r--devel/kasm/files/patch-src_nib__io.hpp33
-rw-r--r--devel/kasm/pkg-descr15
-rw-r--r--devel/kasm/pkg-plist4
-rw-r--r--devel/py-getargs/Makefile25
-rw-r--r--devel/py-getargs/distinfo3
-rw-r--r--devel/py-getargs/pkg-descr7
-rw-r--r--devel/py-getargs/pkg-plist3
-rw-r--r--devel/pyumlgraph/Makefile37
-rw-r--r--devel/pyumlgraph/distinfo3
-rw-r--r--devel/pyumlgraph/pkg-descr8
17 files changed, 0 insertions, 252 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f4a223438724..d84bf72af45e 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -468,7 +468,6 @@
SUBDIR += jude-community
SUBDIR += judy
SUBDIR += kaptain
- SUBDIR += kasm
SUBDIR += kcachegrind
SUBDIR += kdbg
SUBDIR += kdesdk3
@@ -1733,7 +1732,6 @@
SUBDIR += py-game
SUBDIR += py-gamin
SUBDIR += py-generate
- SUBDIR += py-getargs
SUBDIR += py-gobject
SUBDIR += py-grouch
SUBDIR += py-icalendar
@@ -1815,7 +1813,6 @@
SUBDIR += pymacs
SUBDIR += pypersrc
SUBDIR += pyrex
- SUBDIR += pyumlgraph
SUBDIR += qca
SUBDIR += qextmdi
SUBDIR += qmake
diff --git a/devel/kasm/Makefile b/devel/kasm/Makefile
deleted file mode 100644
index 76459c9ef2fe..000000000000
--- a/devel/kasm/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: kasm
-# Date created: 28 Aug 2006
-# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kasm
-PORTVERSION= 1.0.0
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= k-asm
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A System RPL/Machine Language assembler for the HP48/HP49 calculators
-
-DEPRECATED= Buggy and unmaintained, use devel/hptools instead
-EXPIRATION_DATE=2007-01-01
-
-GNU_CONFIGURE= yes
-USE_GETOPT_LONG=yes
-PORTDOCS= *
-
-OPTIONS= HP48 "set the default output model to hp48 instead of hp49" off
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_HP48)
-CONFIGURE_ARGS+= --with-default=hp48
-.endif
-
-post-patch:
- @${RM} -f ${WRKSRC}/src/getopt.h
-
-.include <bsd.port.post.mk>
diff --git a/devel/kasm/distinfo b/devel/kasm/distinfo
deleted file mode 100644
index e79086b1c028..000000000000
--- a/devel/kasm/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (kasm-1.0.0.tar.gz) = b15ec1661da0b6f4d8cd958c868e6695
-SHA256 (kasm-1.0.0.tar.gz) = 01000ab8c9f47117c4103a7a9b58d2080d19f18f2a587b5665e203348a173d41
-SIZE (kasm-1.0.0.tar.gz) = 285884
diff --git a/devel/kasm/files/patch-doc_Makefile.in b/devel/kasm/files/patch-doc_Makefile.in
deleted file mode 100644
index 851c84b8b4bd..000000000000
--- a/devel/kasm/files/patch-doc_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/Makefile.in.orig Sat Mar 17 18:28:53 2001
-+++ doc/Makefile.in Mon Aug 28 08:11:13 2006
-@@ -67,7 +67,7 @@
- VERSION = @VERSION@
- YACC = @YACC@
-
--docdir = $(prefix)/doc/kalc-$(VERSION)
-+docdir = $(prefix)/share/doc/kasm
-
- doc_DATA = kasm.dvi kasm.ps
-
diff --git a/devel/kasm/files/patch-src_Makefile.in b/devel/kasm/files/patch-src_Makefile.in
deleted file mode 100644
index 34aead14123f..000000000000
--- a/devel/kasm/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,40 +0,0 @@
---- src/Makefile.in.orig Sat Mar 17 18:28:56 2001
-+++ src/Makefile.in Mon Aug 28 08:05:10 2006
-@@ -69,10 +69,10 @@
-
- bin_PROGRAMS = kasm
-
--kasm_SOURCES = main.cpp kasm_parser.yy kasm_lexer.ll kasm_mnemonics.cpp entrytable.cpp nib_io.cpp getopt.c getopt1.c
-+kasm_SOURCES = main.cpp kasm_parser.yy kasm_lexer.ll kasm_mnemonics.cpp entrytable.cpp nib_io.cpp
-
-
--noinst_HEADERS = kasm_parser.h entrytable.hpp kasm.hpp nib_io.hpp getopt.h
-+noinst_HEADERS = kasm_parser.h entrytable.hpp kasm.hpp nib_io.hpp
-
-
- YFLAGS = -dt
-@@ -89,7 +89,7 @@
- LDFLAGS = @LDFLAGS@
- LIBS = @LIBS@
- kasm_OBJECTS = main.o kasm_parser.o kasm_lexer.o kasm_mnemonics.o \
--entrytable.o nib_io.o getopt.o getopt1.o
-+entrytable.o nib_io.o
- kasm_LDADD = $(LDADD)
- kasm_DEPENDENCIES =
- kasm_LDFLAGS =
-@@ -235,13 +235,13 @@
- kasm.hpp
- getopt.o: getopt.c ../config.h
- getopt1.o: getopt1.c ../config.h getopt.h
--kasm_lexer.o: kasm_lexer.cc getopt.h ../config.h entrytable.hpp \
-+kasm_lexer.o: kasm_lexer.cc ../config.h entrytable.hpp \
- nib_io.hpp kasm.hpp kasm_parser.h
- kasm_mnemonics.o: kasm_mnemonics.cpp ../config.h entrytable.hpp \
- nib_io.hpp kasm.hpp
- kasm_parser.o: kasm_parser.cc ../config.h entrytable.hpp nib_io.hpp \
- kasm.hpp
--main.o: main.cpp ../config.h getopt.h entrytable.hpp nib_io.hpp kasm.hpp
-+main.o: main.cpp ../config.h entrytable.hpp nib_io.hpp kasm.hpp
- nib_io.o: nib_io.cpp ../config.h nib_io.hpp
-
- info-am:
diff --git a/devel/kasm/files/patch-src_entrytable.hpp b/devel/kasm/files/patch-src_entrytable.hpp
deleted file mode 100644
index 370fb9d8dbd5..000000000000
--- a/devel/kasm/files/patch-src_entrytable.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/entrytable.hpp.orig Fri Jan 26 11:39:04 2001
-+++ src/entrytable.hpp Mon Aug 28 07:56:38 2006
-@@ -25,6 +25,8 @@
- #ifndef __ENTRYTABLE_HPP
- #define __ENTRYTABLE_HPP
-
-+#include <map>
-+using namespace std;
-
- #define T_POINTER 0
- #define T_ROMPTR 1
diff --git a/devel/kasm/files/patch-src_main.cpp b/devel/kasm/files/patch-src_main.cpp
deleted file mode 100644
index a0dcf1bc3e70..000000000000
--- a/devel/kasm/files/patch-src_main.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/main.cpp.orig Tue Mar 6 01:50:34 2001
-+++ src/main.cpp Mon Aug 28 07:58:54 2006
-@@ -176,7 +176,7 @@
- }
-
- #ifndef MSDOS
-- fOut.open(outfile.c_str(), ios::out | ios::trunc | ios::bin);
-+ fOut.open(outfile.c_str(), ios::out | ios::trunc);
- #else
- fOut.open(outfile.c_str(), ios::out | ios::trunc | ios::binary);
- #endif
diff --git a/devel/kasm/files/patch-src_nib__io.hpp b/devel/kasm/files/patch-src_nib__io.hpp
deleted file mode 100644
index bae7c27e69e2..000000000000
--- a/devel/kasm/files/patch-src_nib__io.hpp
+++ /dev/null
@@ -1,33 +0,0 @@
---- src/nib_io.hpp.orig Thu Feb 8 19:31:17 2001
-+++ src/nib_io.hpp Mon Aug 28 08:03:41 2006
-@@ -29,6 +29,7 @@
- #define __NIB_IO_H
-
- #include <fstream>
-+using namespace std;
-
-
- /*********************************
-@@ -49,9 +50,8 @@
- // Constructors
- nibfstream(): fstream() { ibuff = obuff = false; }
- #ifndef MSDOS
-- nibfstream(int fd) : fstream(fd) { ibuff = obuff = false; }
-- nibfstream(const char *name, int mode = ios::in, int prot = 0644)
-- : fstream(name, mode, prot) { ibuff = obuff = false; }
-+ nibfstream(const char *name, ios_base::openmode mode = ios::in, int prot = 0644)
-+ : fstream(name, mode) { ibuff = obuff = false; }
- #else
- nibfstream(const char *name, int mode = ios::in)
- : fstream(name, mode) { ibuff = obuff = false; }
-@@ -59,8 +59,8 @@
- ~nibfstream() { close(); }
-
- #ifndef MSDOS
-- void open(const char *name, int mode, int prot = 0664)
-- { fstream::open(name, mode, prot); ibuff = obuff = false; }
-+ void open(const char *name, ios_base::openmode mode, int prot = 0664)
-+ { fstream::open(name, mode); ibuff = obuff = false; }
- #else
- void open(const char *name, int mode)
- { fstream::open(name, mode); ibuff = obuff = false; }
diff --git a/devel/kasm/pkg-descr b/devel/kasm/pkg-descr
deleted file mode 100644
index fb73e9713f5e..000000000000
--- a/devel/kasm/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-kasm is a System RPL/Machine Language assembler for the Saturn microprocessor,
-used in the HP48/HP49 calculators (this microprocessor is also used in other
-HP calculators, but kasm is made specifically for the HP48/HP49
-calculators). It uses the same syntax as the MASD compiler (found in the
-MetaKernel program for HP48 calculators and in the HP49 calculator). This
-syntax, which has only very small incompatibilities with the traditional
-syntax (used in the HP Tools, in the GNU Tools and in JAZZ), supports a few
-constructs that make the assembly language be closer to a high level
-programming language. It supports all the structures (blocks, etc.) and
-shortcuts (RPL, SCREEN, etc.) of the MASD compiler in the HP49G calculators.
-
-WWW: http://k-asm.sourceforge.net/
-
-- Jean-Yves Lefort
-jylefort@FreeBSD.org
diff --git a/devel/kasm/pkg-plist b/devel/kasm/pkg-plist
deleted file mode 100644
index 1dbd6fac58c9..000000000000
--- a/devel/kasm/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/kasm
-share/kasm/entry48.a
-share/kasm/entry49.a
-@dirrm share/kasm
diff --git a/devel/py-getargs/Makefile b/devel/py-getargs/Makefile
deleted file mode 100644
index e2075b473b91..000000000000
--- a/devel/py-getargs/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: py-getargs
-# Date created: Feb 2, 2004
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= getargs
-PORTVERSION= 2.14
-CATEGORIES= devel python
-MASTER_SITES= http://iamroot.beigetower.org/pkgs/getargs/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Parse command line arguments in sys.argv
-
-DEPRECATED= distfile and homepage disappeared
-EXPIRATION_DATE= 2007-01-04
-
-USE_BZIP2= yes
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-getargs/distinfo b/devel/py-getargs/distinfo
deleted file mode 100644
index 9d11dfcdb4b8..000000000000
--- a/devel/py-getargs/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (getargs-2.14.tar.bz2) = a492922d830e37c5e5026be7a27bc925
-SHA256 (getargs-2.14.tar.bz2) = 1c47564bdf758f198df810b99785c7c9a2fd752d49dd77bac3f330bf9f189053
-SIZE (getargs-2.14.tar.bz2) = 8782
diff --git a/devel/py-getargs/pkg-descr b/devel/py-getargs/pkg-descr
deleted file mode 100644
index 05df5958dfb1..000000000000
--- a/devel/py-getargs/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-This module implements a Command Line Parser class (CLParser) that
-applications can use to parse command line arguments in sys.argv.
-
-getargs is designed as a considerably more powerful and flexible alternative
-to the standard getopt module.
-
-WWW: http://iamroot.beigetower.org/getargs.html
diff --git a/devel/py-getargs/pkg-plist b/devel/py-getargs/pkg-plist
deleted file mode 100644
index 53e554a42d27..000000000000
--- a/devel/py-getargs/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-%%PYTHON_SITELIBDIR%%/getargs.py
-%%PYTHON_SITELIBDIR%%/getargs.pyc
-%%PYTHON_SITELIBDIR%%/getargs.pyo
diff --git a/devel/pyumlgraph/Makefile b/devel/pyumlgraph/Makefile
deleted file mode 100644
index e3b7b2542a16..000000000000
--- a/devel/pyumlgraph/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: PyUMLGraph
-# Date created: Mar 15, 2004
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= pyumlgraph
-PORTVERSION= 0.1.10
-CATEGORIES= devel
-MASTER_SITES= http://adamfeuer.com/~adamf/software/PyUMLGraph/
-DISTNAME= PyUMLGraph-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Declarative Drawing of UML diagrams for Python
-
-DEPRECATED= distfile and homepage disappeared
-EXPIRATION_DATE= 2007-01-04
-
-USE_PYTHON= 2.2+
-USE_PYDISTUTILS= yes
-
-PLIST_FILES= bin/pyumlgraph
-PORTDOCS= *
-
-post-install:
- @${FIND} ${PYTHON_SITELIBDIR}/PyUMLGraph -type f | \
- ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
- @${FIND} ${PYTHON_SITELIBDIR}/PyUMLGraph -type d | ${SORT} -r | \
- ${SED} "s,^${PREFIX}/,@dirrm ," >> ${TMPPLIST}
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/pyumlgraph/distinfo b/devel/pyumlgraph/distinfo
deleted file mode 100644
index 7d47b045af2a..000000000000
--- a/devel/pyumlgraph/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (PyUMLGraph-0.1.10.tar.gz) = 619491cbf672d42d4b447e20cfebea28
-SHA256 (PyUMLGraph-0.1.10.tar.gz) = e45f1e78729f281953f06fd668caa4218bfdbff3f0bbe7dc5947584d9e35253b
-SIZE (PyUMLGraph-0.1.10.tar.gz) = 25553
diff --git a/devel/pyumlgraph/pkg-descr b/devel/pyumlgraph/pkg-descr
deleted file mode 100644
index acb7a70410fa..000000000000
--- a/devel/pyumlgraph/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-PyUMLGraph is a Python debugger that produces UML diagrams by inspecting
-running Python programs. The output is in Graphviz's dot language, and dot
-can produce pictures in many popular formats, such as PNG, PDF, SVG, and
-others. The UML diagrams can contain information about class inheritance
-relationships, references to other classes, class methods and return types,
-as well as class attributes and types.
-
-WWW: http://adamfeuer.com/~adamf/software/PyUMLGraph/