summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authoragc <agc>1999-10-29 13:57:56 +0000
committeragc <agc>1999-10-29 13:57:56 +0000
commit227d6d33510f91411df62883f4745a55db3ff7cd (patch)
treea4528481e927832954f5ace47ccc89fe3be08b30 /lang
parentffae4f8b4d7430ee398136bef2d51631cd0d5a63 (diff)
downloadpkgsrc-227d6d33510f91411df62883f4745a55db3ff7cd.tar.gz
Initial import of librep, an Emacs Lisp-like runtime library,
interpreter, compiler and VM, into the NetBSD packages collection.
Diffstat (limited to 'lang')
-rw-r--r--lang/librep/Makefile29
-rw-r--r--lang/librep/files/md53
-rw-r--r--lang/librep/files/patch-sum6
-rw-r--r--lang/librep/pkg/COMMENT1
-rw-r--r--lang/librep/pkg/DESCR7
-rw-r--r--lang/librep/pkg/PLIST90
6 files changed, 136 insertions, 0 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
new file mode 100644
index 00000000000..e54208443bb
--- /dev/null
+++ b/lang/librep/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/10/29 13:57:56 agc Exp $
+#
+
+DISTNAME= librep-0.7
+CATEGORIES= lang
+MASTER_SITES= ftp://ftp.dcs.warwick.ac.uk/people/John.Harper/librep/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.dcs.warwick.ac.uk/~john/sw/librep.html
+
+ONLY_FOR_PLATFORM= SunOS-*-* # only for Solaris, at the moment
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+
+#INFO_FILES= librep.info
+
+PLIST_SRC= ${WRKDIR}/PLIST-src
+
+post-install:
+ case ${OPSYS} in \
+ NetBSD) platform=""; os="netbsd1" ;; \
+ SunOS) platform="sun"; os="solaris2" ;; \
+ esac; \
+ ${SED} -e 's|@PLATFORM@|'$$platform'|g' -e 's|@OS@|'$$os'|g' \
+ ${PKGDIR}/PLIST > ${PLIST_SRC}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/lang/librep/files/md5 b/lang/librep/files/md5
new file mode 100644
index 00000000000..93f86004964
--- /dev/null
+++ b/lang/librep/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/10/29 13:57:56 agc Exp $
+
+MD5 (librep-0.7.tar.gz) = f11df26c90f1280e361831d2587b417f
diff --git a/lang/librep/files/patch-sum b/lang/librep/files/patch-sum
new file mode 100644
index 00000000000..01c0d6d3b2e
--- /dev/null
+++ b/lang/librep/files/patch-sum
@@ -0,0 +1,6 @@
+$NetBSD: patch-sum,v 1.1.1.1 1999/10/29 13:57:56 agc Exp $
+
+This placeholder file is generated by the ``makepatchsum'' target
+whenever the patches directory is empty or missing. Its purpose
+is to ensure that the presence of any obsolete patches will cause
+the proper error to be emitted at build time.
diff --git a/lang/librep/pkg/COMMENT b/lang/librep/pkg/COMMENT
new file mode 100644
index 00000000000..6f84344e492
--- /dev/null
+++ b/lang/librep/pkg/COMMENT
@@ -0,0 +1 @@
+an Emacs Lisp-like runtime library, interpreter, compiler and VM.
diff --git a/lang/librep/pkg/DESCR b/lang/librep/pkg/DESCR
new file mode 100644
index 00000000000..7b49a9033b7
--- /dev/null
+++ b/lang/librep/pkg/DESCR
@@ -0,0 +1,7 @@
+librep is an Emacs Lisp-like runtime library for UNIX. It contains a
+LISP interpreter, byte-code compiler and virtual machine.
+Applications may use the LISP interpreter as an extension language, or
+it may be used for standalone scripts.
+
+It is known to compile on at least Solaris/sparc and Linux/ix86; it is
+released under the terms of the GNU GPL, copyright John Harper
diff --git a/lang/librep/pkg/PLIST b/lang/librep/pkg/PLIST
new file mode 100644
index 00000000000..b0f3e737c8f
--- /dev/null
+++ b/lang/librep/pkg/PLIST
@@ -0,0 +1,90 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/29 13:57:57 agc Exp $
+lib/librep.so.2.2.3
+lib/librep.la
+lib/librep.a
+bin/rep
+bin/repdoc
+bin/rep-config
+bin/rep-remote
+include/rep.h
+include/rep_lisp.h
+include/rep_regexp.h
+include/rep_subrs.h
+info/librep.info
+info/librep.info-1
+info/librep.info-2
+info/librep.info-3
+info/librep.info-4
+info/librep.info-5
+info/librep.info-6
+info/librep.info-7
+share/aclocal/rep.m4
+share/rep/0.7/lisp/autoload.jl
+share/rep/0.7/lisp/backquote.jl
+share/rep/0.7/lisp/bytecodes.jl
+share/rep/0.7/lisp/cgi-get.jl
+share/rep/0.7/lisp/compiler-opt.jl
+share/rep/0.7/lisp/compiler.jl
+share/rep/0.7/lisp/date.jl
+share/rep/0.7/lisp/debug.jl
+share/rep/0.7/lisp/disassembler.jl
+share/rep/0.7/lisp/dump.jl
+share/rep/0.7/lisp/environ.jl
+share/rep/0.7/lisp/init.jl
+share/rep/0.7/lisp/lisp-doc.jl
+share/rep/0.7/lisp/lisp.jl
+share/rep/0.7/lisp/mailaddr.jl
+share/rep/0.7/lisp/pwd-prompt.jl
+share/rep/0.7/lisp/remote-ftp.jl
+share/rep/0.7/lisp/remote-rcp.jl
+share/rep/0.7/lisp/remote-rep.jl
+share/rep/0.7/lisp/remote.jl
+share/rep/0.7/lisp/rep.jl
+share/rep/0.7/lisp/ring.jl
+share/rep/0.7/lisp/sort.jl
+share/rep/0.7/lisp/tilde.jl
+share/rep/0.7/lisp/tar-file-handler.jl
+share/rep/0.7/lisp/backquote.jlc
+share/rep/0.7/lisp/bytecodes.jlc
+share/rep/0.7/lisp/cgi-get.jlc
+share/rep/0.7/lisp/compiler-opt.jlc
+share/rep/0.7/lisp/compiler.jlc
+share/rep/0.7/lisp/date.jlc
+share/rep/0.7/lisp/debug.jlc
+share/rep/0.7/lisp/disassembler.jlc
+share/rep/0.7/lisp/dump.jlc
+share/rep/0.7/lisp/environ.jlc
+share/rep/0.7/lisp/init.jlc
+share/rep/0.7/lisp/lisp-doc.jlc
+share/rep/0.7/lisp/lisp.jlc
+share/rep/0.7/lisp/mailaddr.jlc
+share/rep/0.7/lisp/pwd-prompt.jlc
+share/rep/0.7/lisp/remote-ftp.jlc
+share/rep/0.7/lisp/remote-rcp.jlc
+share/rep/0.7/lisp/remote-rep.jlc
+share/rep/0.7/lisp/remote.jlc
+share/rep/0.7/lisp/rep.jlc
+share/rep/0.7/lisp/ring.jlc
+share/rep/0.7/lisp/sort.jlc
+share/rep/0.7/lisp/tar-file-handler.jlc
+share/rep/0.7/lisp/tilde.jlc
+share/rep/0.7/DOC.dir
+share/rep/0.7/DOC.pag
+libexec/rep/${MACHINE_ARCH}-sun-solaris2/libtool
+libexec/rep/${MACHINE_ARCH}-sun-solaris2/rules.mk
+libexec/rep/0.7/${MACHINE_ARCH}-sun-solaris2/libtest-dl.so.0.0.0
+libexec/rep/0.7/${MACHINE_ARCH}-sun-solaris2/libtest-dl.la
+libexec/rep/0.7/${MACHINE_ARCH}-sun-solaris2/libtest-dl.a
+libexec/rep/0.7/${MACHINE_ARCH}-sun-solaris2/libsdbm.so.0.0.0
+libexec/rep/0.7/${MACHINE_ARCH}-sun-solaris2/libsdbm.la
+libexec/rep/0.7/${MACHINE_ARCH}-sun-solaris2/libsdbm.a
+libexec/rep/0.7/${MACHINE_ARCH}-sun-solaris2/libtimers.so.0.0.0
+libexec/rep/0.7/${MACHINE_ARCH}-sun-solaris2/libtimers.la
+libexec/rep/0.7/${MACHINE_ARCH}-sun-solaris2/libtimers.a
+@dirrm libexec/rep/0.7/sparc-sun-solaris2
+@dirrm libexec/rep/0.7
+@dirrm libexec/rep/sparc-sun-solaris2
+@dirrm libexec/rep
+@dirrm share/rep/0.7/lisp
+@dirrm share/rep/0.7
+@dirrm share/rep