summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-03 22:38:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-03 22:38:25 +0000
commit780e8a39f08838e2a960ef805cd5756788edea11 (patch)
treedfcadec1f283df9f3eb09eb529f775dfe7b197d7 /palm
parentUpdate to 0.65 which contains the following small fix: (diff)
2009-01-19 games/emacs-chess: has been broken for more than 6 months
2009-02-01 devel/subversion-devel: Use devel/subversion or devel/subversion-freebsd instead of this port 2009-01-19 devel/hs-hat: has been broken for more than 6 months 2009-01-19 devel/hs-hpl: has been broken for more than 6 months 2009-01-19 databases/mysqlbigram: has been broken for more than 6 months 2009-01-19 mail/claws-mail-clamav: has been broken for more than 6 months 2009-01-19 mail/sylpheed2-devel: has been broken for more than 6 months 2009-01-19 www/pecl-mnogosearch: has been broken for more than 6 months 2009-01-31 x11-fonts/mathfonts: This port was supported by Mozilla 1.8 (including Firefox 2.0) - to be replaced by STIX fonts for Firefox 3.x 2009-01-19 x11-wm/fluxspace: has been broken for more than 6 months 2009-01-31 x11-wm/expocity: project has been abandoned 2009-01-19 x11/bbuname: has been broken for more than 6 months 2009-01-19 security/squidclam: has been broken for more than 6 months 2009-01-19 print/virtualpaper: depends on broken, expired port 2009-01-19 print/ifhp: has been broken for more than 6 months 2009-01-19 net-p2p/peercast: has been forbidden for more than 6 months 2009-01-19 palm/pdbc: has been broken for more than 6 months 2009-01-19 net-mgmt/NeTraMet: has been broken for more than 6 months 2009-01-19 net-im/sulci: has been broken for more than 6 months 2009-01-19 multimedia/mjpegtools-yuvfilters: has been broken for more than 6 months 2009-01-19 multimedia/helixplayer: has been broken for more than 6 months 2009-01-19 lang/quack: has been broken for more than 6 months 2009-01-19 misc/pybliographer: has been broken for more than 6 months 2009-01-19 net/versuch: has been broken for more than 6 months 2009-01-19 net/py-mantissa: has been broken for more than 6 months 2009-01-19 net/libunpipc: has been broken for more than 6 months 2009-01-19 net/gnometelnet: has been broken for more than 6 months 2009-01-19 net/gacxtool: depends on expired, broken port 2009-01-19 devel/py-coro: has been broken for more than 6 months 2009-01-19 chinese/stardict2-dict-zh_TW: has been broken for more than 6 months 2009-01-19 x11-themes/gtk-industrial-theme: has been broken for more than 6 months
Notes
Notes: svn path=/head/; revision=227571
Diffstat (limited to 'palm')
-rw-r--r--palm/Makefile1
-rw-r--r--palm/pdbc/Makefile47
-rw-r--r--palm/pdbc/distinfo3
-rw-r--r--palm/pdbc/files/patch-man-man1-pdbc.111
-rw-r--r--palm/pdbc/files/patch-man-man1-pdbdec.120
-rw-r--r--palm/pdbc/files/patch-man-man5-pdbc.531
-rw-r--r--palm/pdbc/pkg-descr15
7 files changed, 0 insertions, 128 deletions
diff --git a/palm/Makefile b/palm/Makefile
index 87060d8ada86..5da4da833d4c 100644
--- a/palm/Makefile
+++ b/palm/Makefile
@@ -23,7 +23,6 @@
SUBDIR += palmos-sdk
SUBDIR += palmpower
SUBDIR += pdbar
- SUBDIR += pdbc
SUBDIR += pilot-link
SUBDIR += pilot_makedoc
SUBDIR += pilrc
diff --git a/palm/pdbc/Makefile b/palm/pdbc/Makefile
deleted file mode 100644
index a2afb4bf1ef8..000000000000
--- a/palm/pdbc/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# New ports collection makefile for: pdbc
-# Date created: 28 Jul 2004
-# Whom: Eric P. Scott
-#
-# $FreeBSD$
-#
-
-PORTNAME= pdbc
-PORTVERSION= 0.9.5
-PORTREVISION= 1
-CATEGORIES= palm
-MASTER_SITES= http://trials.palmgear.com/dl2.php/29490.zip/
-DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Palm DataBase Compiler/Decompiler
-
-BROKEN= Checksum mismatch
-DEPRECATED= has been broken for more than 6 months
-EXPIRATION_DATE=2009-01-19
-
-USE_ZIP= YES
-EXTRACT_BEFORE_ARGS= -q -a
-BUILD_WRKSRC= ${WRKSRC}/src
-USE_BISON= build
-USE_GMAKE= YES
-MAKEFILE= Makefile.unix
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
-
-MAN1= pdbc.1 pdbdec.1
-MAN5= pdbc.5
-PLIST_FILES= bin/pdbc bin/pdbdec
-
-post-extract:
- ${CHMOD} -R u+rw,go-w ${WRKSRC}
- ${MV} ${WRKSRC}/man/man4/pdbc.4 ${WRKSRC}/man/man4/pdbc.5
- ${MV} ${WRKSRC}/man/man4 ${WRKSRC}/man/man5
- ${CHMOD} a-x ${WRKSRC}/src/* ${WRKSRC}/man/man?/*
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/pdbc ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/src/pdbdec ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man/man1/pdbc.1 ${MANPREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/man/man1/pdbdec.1 ${MANPREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/man/man5/pdbc.5 ${MANPREFIX}/man/man5
-
-.include <bsd.port.mk>
diff --git a/palm/pdbc/distinfo b/palm/pdbc/distinfo
deleted file mode 100644
index 6a80e0d0cdbd..000000000000
--- a/palm/pdbc/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (pdbc_0.9.5.zip) = 8bd31307bc79134cce63876a8b0534f6
-SHA256 (pdbc_0.9.5.zip) = 967dc7fadb5b1e80b3320b3e941d906729050e9ae51d3fdf761f16b3a84f47c9
-SIZE (pdbc_0.9.5.zip) = 220150
diff --git a/palm/pdbc/files/patch-man-man1-pdbc.1 b/palm/pdbc/files/patch-man-man1-pdbc.1
deleted file mode 100644
index 264967858345..000000000000
--- a/palm/pdbc/files/patch-man-man1-pdbc.1
+++ /dev/null
@@ -1,11 +0,0 @@
---- man/man1/pdbc.1.orig Fri May 14 00:21:49 2004
-+++ man/man1/pdbc.1 Wed Jul 28 13:16:48 2004
-@@ -320,7 +320,7 @@
- .Ve
- .SH "SEE ALSO"
- .IX Header "SEE ALSO"
--pdbc(4), pdbdec(1)
-+pdbc(5), pdbdec(1)
-
- .SH "BUGS"
- .IX Header "BUGS"
diff --git a/palm/pdbc/files/patch-man-man1-pdbdec.1 b/palm/pdbc/files/patch-man-man1-pdbdec.1
deleted file mode 100644
index 17640483c46d..000000000000
--- a/palm/pdbc/files/patch-man-man1-pdbdec.1
+++ /dev/null
@@ -1,20 +0,0 @@
---- man/man1/pdbdec.1.orig Fri May 14 00:21:49 2004
-+++ man/man1/pdbdec.1 Wed Jul 28 13:24:37 2004
-@@ -326,7 +326,7 @@
- \&\fBpdbdec\fR converts binary \s-1PDB\s0 file into an ascii text source file.
- .SH "SOURCE FILE FORMAT (OUTPUT)"
- .IX Header "SOURCE FILE FORMAT (OUTPUT)"
--For the syntax of the source file format consult \fIpdbc\fR\|(4).
-+For the syntax of the source file format consult \fIpdbc\fR\|(5).
- .SH "ERRORS"
- .IX Header "ERRORS"
- .SH "DIAGNOSTICS"
-@@ -361,7 +361,7 @@
- .IX Item "pdbdec mystuff.pdb"
- .SH "SEE ALSO"
- .IX Header "SEE ALSO"
--pdbc(1), pdbc(4)
-+pdbc(1), pdbc(5)
-
- .SH "BUGS"
- .IX Header "BUGS"
diff --git a/palm/pdbc/files/patch-man-man5-pdbc.5 b/palm/pdbc/files/patch-man-man5-pdbc.5
deleted file mode 100644
index bcb76bb26cbf..000000000000
--- a/palm/pdbc/files/patch-man-man5-pdbc.5
+++ /dev/null
@@ -1,31 +0,0 @@
---- man/man5/pdbc.5.orig Fri May 14 00:21:49 2004
-+++ man/man5/pdbc.5 Wed Jul 28 13:34:22 2004
-@@ -128,8 +128,8 @@
- .rm #[ #] #H #V #F C
- .\" ========================================================================
- .\"
--.IX Title "PDBC_FILE 1"
--.TH PDBC_FILE 1 "2004-04-28" "pdbc 1.0" "Palm Development File Formats"
-+.IX Title "PDBC 5"
-+.TH PDBC 5 "2004-04-28" "pdbc 1.0" "Palm Development File Formats"
- .SH "NAME"
- \&\fBpdbc\fR \- palm database source file format
- .SH "DESCRIPTION"
-@@ -456,7 +456,7 @@
- .Sp
- Backslash ('\e') can be used to escape special characters
- (\e\e, \ea, \eb, \ef, \en, \er, \et, \ev, \eddd)
--as described in \fIprintf\fR\|(5).
-+as described in \fIprintf\fR\|(1).
- .Sp
- Depending on the current string padding \s-1NULL\s0 bytes may be appended.
- .Sp
-@@ -806,7 +806,7 @@
- .Ve
- .SH "SEE ALSO"
- .IX Header "SEE ALSO"
--pdbc(1), pdbdec(1), printf(5)
-+pdbc(1), pdbdec(1), printf(1)
-
- .SH "AUTHOR"
- .IX Header "AUTHOR"
diff --git a/palm/pdbc/pkg-descr b/palm/pdbc/pkg-descr
deleted file mode 100644
index 49d70ccd0f74..000000000000
--- a/palm/pdbc/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-pdbc is a compiler that converts a source file into a Palm DataBase (PDB) file
-or Palm Resource (PRC) file. The language the pdbc compiler understands is
-designed to be easy to understand and write. Yet it is powerful enough to give
-the freedom to describe the binary content of the database records in a variety
-of ways. It is also easy to generate the pdbc source file from another
-language (e.g. Perl).
-
-In addition to the pdbc tool there is also pdbdec. pdbdec is a decompiler
-which converts any PDB or PRC file into a pdbc source file. This is useful to
-check the correctness of the pdbc generated file and to analyze other PDB
-files.
-
-pdbc and pdbdec are command line tools.
-
-WWW: http://obermuhlner.com/public/Projects/Palm/PDBC/