mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update from 1.1.1 to 1.2.
This commit is contained in:
parent
1e1c448bab
commit
d22ec0d10c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7794
5 changed files with 44 additions and 15 deletions
|
@ -1,12 +1,12 @@
|
|||
# New ports collection makefile for: sp
|
||||
# Version required: 1.1.1
|
||||
# Version required: 1.2
|
||||
# Date created: April 26, 1997
|
||||
# Whom: jfieber
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1997/06/22 17:40:42 jfieber Exp $
|
||||
# $Id: Makefile,v 1.4 1997/07/06 19:27:30 jfieber Exp $
|
||||
#
|
||||
|
||||
DISTNAME= sp-1.1.1
|
||||
DISTNAME= sp-1.2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ftp://ftp.jclark.com/pub/sp/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (sp-1.1.1.tar.gz) = bd62e9cd9adf7f5428dbae096c88e5ae
|
||||
MD5 (sp-1.2.tar.gz) = 1d249f3b1dcc5173b4ebb6eced63a3c5
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#define SP_INCLUDE_UNISTD_H
|
||||
#define SP_POSIX_FILENAMES
|
||||
|
||||
+ #if (defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD))
|
||||
+ #if (defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__))
|
||||
+ #define SP_HAVE_LOCALE
|
||||
+ #define SP_HAVE_SOCKET
|
||||
+ #define SP_MULTI_BYTE
|
||||
|
|
19
textproc/sp/files/patch-ac
Normal file
19
textproc/sp/files/patch-ac
Normal file
|
@ -0,0 +1,19 @@
|
|||
*** lib/instmac.m4.orig Sun Jul 6 20:20:04 1997
|
||||
--- lib/instmac.m4 Sun Jul 6 20:20:54 1997
|
||||
***************
|
||||
*** 75,81 ****
|
||||
__undefine(`undefine')__dnl
|
||||
__undefine(`undivert')__dnl
|
||||
__undefine(`unix')__dnl
|
||||
! __dnl __changequote(,)__dnl disable quoting
|
||||
|
||||
#ifdef SP_NAMESPACE
|
||||
}
|
||||
--- 75,81 ----
|
||||
__undefine(`undefine')__dnl
|
||||
__undefine(`undivert')__dnl
|
||||
__undefine(`unix')__dnl
|
||||
! __dnl __changequote(,)__dnl
|
||||
|
||||
#ifdef SP_NAMESPACE
|
||||
}
|
|
@ -1,20 +1,21 @@
|
|||
bin/nsgmls
|
||||
bin/spam
|
||||
bin/sgmlnorm
|
||||
bin/spam
|
||||
bin/spent
|
||||
lib/libsp.a
|
||||
include/sp/EventGenerator.h
|
||||
include/sp/ParserEventGeneratorKit.h
|
||||
include/sp/SGMLApplication.h
|
||||
include/sp/Allocator.h
|
||||
include/sp/ArcEngine.h
|
||||
include/sp/Attribute.h
|
||||
include/sp/Attributed.h
|
||||
include/sp/Big5CodingSystem.h
|
||||
include/sp/Boolean.h
|
||||
include/sp/CharMap.cxx
|
||||
include/sp/CharMap.h
|
||||
include/sp/CharsetDecl.h
|
||||
include/sp/CharsetInfo.h
|
||||
include/sp/CharsetRegistry.h
|
||||
include/sp/CmdLineApp.h
|
||||
include/sp/CodingSystem.h
|
||||
include/sp/CodingSystemKit.h
|
||||
include/sp/ConsoleOutput.h
|
||||
include/sp/ContentState.h
|
||||
include/sp/ContentToken.h
|
||||
|
@ -32,6 +33,7 @@ include/sp/EntityManager.h
|
|||
include/sp/ErrnoMessageArg.h
|
||||
include/sp/ErrorCountEventHandler.h
|
||||
include/sp/Event.h
|
||||
include/sp/EventGenerator.h
|
||||
include/sp/EventsWanted.h
|
||||
include/sp/ExtendEntityManager.h
|
||||
include/sp/ExternalId.h
|
||||
|
@ -48,7 +50,6 @@ include/sp/IListIter.h
|
|||
include/sp/IListIterBase.h
|
||||
include/sp/IQueue.cxx
|
||||
include/sp/IQueue.h
|
||||
include/sp/ISO8859InputCodingSystem.h
|
||||
include/sp/ISet.cxx
|
||||
include/sp/ISet.h
|
||||
include/sp/ISetIter.h
|
||||
|
@ -68,6 +69,7 @@ include/sp/Message.h
|
|||
include/sp/MessageArg.h
|
||||
include/sp/MessageBuilder.h
|
||||
include/sp/MessageEventHandler.h
|
||||
include/sp/MessageFormatter.h
|
||||
include/sp/MessageReporter.h
|
||||
include/sp/MessageTable.h
|
||||
include/sp/Mode.h
|
||||
|
@ -78,15 +80,18 @@ include/sp/NamedResource.h
|
|||
include/sp/NamedResourceTable.h
|
||||
include/sp/NamedTable.h
|
||||
include/sp/Notation.h
|
||||
include/sp/NotationStorage.h
|
||||
include/sp/OpenElement.h
|
||||
include/sp/Options.cxx
|
||||
include/sp/Options.h
|
||||
include/sp/OutputByteStream.h
|
||||
include/sp/OutputCharStream.h
|
||||
include/sp/Owner.cxx
|
||||
include/sp/Owner.h
|
||||
include/sp/OwnerTable.cxx
|
||||
include/sp/OwnerTable.h
|
||||
include/sp/ParserApp.h
|
||||
include/sp/ParserEventGeneratorKit.h
|
||||
include/sp/ParserOptions.h
|
||||
include/sp/PointerTable.cxx
|
||||
include/sp/PointerTable.h
|
||||
|
@ -97,6 +102,7 @@ include/sp/RangeMap.cxx
|
|||
include/sp/RangeMap.h
|
||||
include/sp/Resource.h
|
||||
include/sp/RewindStorageObject.h
|
||||
include/sp/SGMLApplication.h
|
||||
include/sp/SJISCodingSystem.h
|
||||
include/sp/SOEntityCatalog.h
|
||||
include/sp/Sd.h
|
||||
|
@ -114,7 +120,7 @@ include/sp/SubstTable.cxx
|
|||
include/sp/SubstTable.h
|
||||
include/sp/Syntax.h
|
||||
include/sp/Text.h
|
||||
include/sp/TranslateInputCodingSystem.h
|
||||
include/sp/TranslateCodingSystem.h
|
||||
include/sp/TypeId.h
|
||||
include/sp/URLStorage.h
|
||||
include/sp/UTF8CodingSystem.h
|
||||
|
@ -123,19 +129,23 @@ include/sp/UnivCharsetDesc.h
|
|||
include/sp/Vector.cxx
|
||||
include/sp/Vector.h
|
||||
include/sp/Win32CodingSystem.h
|
||||
include/sp/WinInetStorage.h
|
||||
include/sp/WinApp.h
|
||||
include/sp/XcharMap.cxx
|
||||
include/sp/XcharMap.h
|
||||
include/sp/config.h
|
||||
include/sp/config.h.orig
|
||||
include/sp/constant.h
|
||||
include/sp/macros.h
|
||||
include/sp/rtti.h
|
||||
include/sp/sptchar.h
|
||||
include/sp/types.h
|
||||
include/sp/xnew.h
|
||||
lib/libsp.a
|
||||
@comment lib/libsp.so.1.4
|
||||
share/doc/sp/archform.htm
|
||||
share/doc/sp/build.htm
|
||||
share/doc/sp/catalog.htm
|
||||
share/doc/sp/charset.htm
|
||||
share/doc/sp/features.htm
|
||||
share/doc/sp/generic.htm
|
||||
share/doc/sp/ideas.htm
|
||||
|
@ -149,6 +159,6 @@ share/doc/sp/spam.htm
|
|||
share/doc/sp/spent.htm
|
||||
share/doc/sp/sysdecl.htm
|
||||
share/doc/sp/sysid.htm
|
||||
share/doc/sp/winntu.htm
|
||||
@dirrm share/doc/sp
|
||||
@comment @exec /sbin/ldconfig -m %D/lib
|
||||
@dirrm include/sp
|
||||
@dirrm share/doc/sp
|
||||
|
|
Loading…
Add table
Reference in a new issue