Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

8
misc/9menu/DESCR Normal file
View File

@@ -0,0 +1,8 @@
This is 9menu, a simple program that allows you to create X menus from the
shell, where each menu item will run a command. 9menu is intended for use
with 9wm, but can be used with any other window manager.
The idea of a command line menu generator is from xmenu, but xmenu was
exclusively a pop-up menu, not what I wanted.
Author: Arnold Robbins <arnold@gnu.ai.mit.edu>

23
misc/9menu/Makefile Normal file
View File

@@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.23 2012/10/08 09:57:15 asau Exp $
DISTNAME= 9menu-1.8
PKGREVISION= 1
CATEGORIES= misc plan9
MASTER_SITES= ftp://ftp.freefriends.org/arnold/Source/
EXTRACT_SUFX= .shar.gz
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Simple menu patterned after the plan9 user interface
MAKE_FILE= Makefile.noimake
BUILD_TARGET= 9menu
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/9menu ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/9menu.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

3
misc/9menu/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:27:28 zuntum Exp $
bin/9menu
man/man1/9menu.1

6
misc/9menu/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.7 2005/02/24 11:02:49 agc Exp $
SHA1 (9menu-1.8.shar.gz) = 8eed85ccf211d967fcf9100beaf6bfc2a3330ea5
RMD160 (9menu-1.8.shar.gz) = e91eaa901c9f7db3860be49f977a9460bbafd01e
Size (9menu-1.8.shar.gz) = 8990 bytes
SHA1 (patch-aa) = 381ea9092583fc0e91a9cc619ea1ee0d32c49abb

View File

@@ -0,0 +1,16 @@
$NetBSD: patch-aa,v 1.2 2003/06/04 08:50:13 agc Exp $
--- Makefile.noimake 2003/06/04 08:23:07 1.1
+++ Makefile.noimake 2003/06/04 08:37:56
@@ -5,9 +5,8 @@
# Arnold Robbins
# arnold@skeeve.atl.ga.us
-CC = gcc
-CFLAGS = -g -O
-LIBS = -lX11
+CFLAGS+= -I${X11BASE}/include
+LIBS = ${LDFLAGS} -lX11
9menu: 9menu.c
$(CC) $(CFLAGS) 9menu.c $(LIBS) -o 9menu

11
misc/Addresses/DESCR Normal file
View File

@@ -0,0 +1,11 @@
Addresses for GNUstep is a versatile address book application for
managing contact information. It stores addresses, phone numbers,
pictures, instant messaging information, email, homepages and whatever.
Addresses is also a framework that allows access to the addresses
database in a way that is sourcecode-compatible with Apple's
AddressBook.framework. It also contains a view framework to facilitate the
construction of applications that use the contact database.
Addresses is currently being used by Ludovic Marcotte's GNUMail
application. It uses and requires GNUstep.

24
misc/Addresses/Makefile Normal file
View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.27 2013/05/09 07:39:13 adam Exp $
#
DISTNAME= Addresses-0.4.8
PKGREVISION= 2
CATEGORIES= misc gnustep
MASTER_SITES= http://savannah.nongnu.org/download/gap/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://giesler.biz/bjoern/en/sw_addr.html
COMMENT= Address book for GNUstep
LICENSE= gnu-lgpl-v2
USE_LANGUAGES= objc
NO_CONFIGURE= yes
MAKE_JOBS_SAFE= no
MAKE_ENV+= Addresses_OBJCFLAGS=-I..
MAKE_FILE= GNUmakefile
.include "../../devel/gnustep-base/buildlink3.mk"
.include "../../x11/gnustep-back/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

109
misc/Addresses/PLIST Normal file
View File

@@ -0,0 +1,109 @@
@comment $NetBSD: PLIST,v 1.10 2012/10/22 02:48:41 rh Exp $
bin/AddressManager
include/AddressBook/AddressBook.h
include/AddressView
include/Addresses
lib/GNUstep/Applications/AddressManager.app/AddressManager
lib/GNUstep/Applications/AddressManager.app/Resources/AddressManager.desktop
lib/GNUstep/Applications/AddressManager.app/Resources/AddressManager.tiff
lib/GNUstep/Applications/AddressManager.app/Resources/AddressManagerInfo.plist
lib/GNUstep/Applications/AddressManager.app/Resources/Dutch.lproj/AddressManager.gorm/Add.tiff
lib/GNUstep/Applications/AddressManager.app/Resources/Dutch.lproj/AddressManager.gorm/data.classes
lib/GNUstep/Applications/AddressManager.app/Resources/Dutch.lproj/AddressManager.gorm/data.info
lib/GNUstep/Applications/AddressManager.app/Resources/Dutch.lproj/AddressManager.gorm/objects.gorm
lib/GNUstep/Applications/AddressManager.app/Resources/Dutch.lproj/ISOCountryCodes.dict
lib/GNUstep/Applications/AddressManager.app/Resources/Dutch.lproj/Localizable.strings
lib/GNUstep/Applications/AddressManager.app/Resources/English.lproj/AddressManager.gorm/Add.tiff
lib/GNUstep/Applications/AddressManager.app/Resources/English.lproj/AddressManager.gorm/data.classes
lib/GNUstep/Applications/AddressManager.app/Resources/English.lproj/AddressManager.gorm/data.info
lib/GNUstep/Applications/AddressManager.app/Resources/English.lproj/AddressManager.gorm/objects.gorm
lib/GNUstep/Applications/AddressManager.app/Resources/English.lproj/ISOCountryCodes.dict
lib/GNUstep/Applications/AddressManager.app/Resources/English.lproj/Localizable.strings
lib/GNUstep/Applications/AddressManager.app/Resources/French.lproj/AddressManager.gorm/Add.tiff
lib/GNUstep/Applications/AddressManager.app/Resources/French.lproj/AddressManager.gorm/data.classes
lib/GNUstep/Applications/AddressManager.app/Resources/French.lproj/AddressManager.gorm/data.info
lib/GNUstep/Applications/AddressManager.app/Resources/French.lproj/AddressManager.gorm/objects.gorm
lib/GNUstep/Applications/AddressManager.app/Resources/French.lproj/ISOCountryCodes.dict
lib/GNUstep/Applications/AddressManager.app/Resources/French.lproj/Localizable.strings
lib/GNUstep/Applications/AddressManager.app/Resources/German.lproj/AddressManager.gorm/Add.tiff
lib/GNUstep/Applications/AddressManager.app/Resources/German.lproj/AddressManager.gorm/data.classes
lib/GNUstep/Applications/AddressManager.app/Resources/German.lproj/AddressManager.gorm/objects.gorm
lib/GNUstep/Applications/AddressManager.app/Resources/German.lproj/ISOCountryCodes.dict
lib/GNUstep/Applications/AddressManager.app/Resources/German.lproj/Localizable.strings
lib/GNUstep/Applications/AddressManager.app/Resources/Info-gnustep.plist
lib/GNUstep/Applications/AddressManager.app/Resources/Spanish.lproj/AddressManager.gorm/Add.tiff
lib/GNUstep/Applications/AddressManager.app/Resources/Spanish.lproj/AddressManager.gorm/data.classes
lib/GNUstep/Applications/AddressManager.app/Resources/Spanish.lproj/AddressManager.gorm/objects.gorm
lib/GNUstep/Applications/AddressManager.app/Resources/Spanish.lproj/ISOCountryCodes.dict
lib/GNUstep/Applications/AddressManager.app/Resources/Spanish.lproj/Localizable.strings
lib/GNUstep/Applications/AddressManager.app/Resources/VCFFile.tiff
lib/GNUstep/Applications/AddressManager.app/Resources/VCFImage.tiff
lib/GNUstep/Applications/AddressManager.app/Resources/VCFImageMulti.tiff
lib/GNUstep/Applications/AddressManager.app/stamp.make
lib/GNUstep/Frameworks/AddressView.framework/AddressView
lib/GNUstep/Frameworks/AddressView.framework/Headers
lib/GNUstep/Frameworks/AddressView.framework/Resources
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/AddressView
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Headers/ADImageView.h
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Headers/ADPersonPropertyView.h
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Headers/ADPersonView.h
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Headers/ADSinglePropertyView.h
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Headers/AddressView.h
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Resources/Add.tiff
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Resources/AddressLayouts.dict
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Resources/Change.tiff
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Resources/Dutch.lproj/Localizable.strings
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Resources/English.lproj/Localizable.strings
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Resources/French.lproj/Localizable.strings
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Resources/German.lproj/Localizable.strings
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Resources/ISOCodeMapping.dict
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Resources/Info-gnustep.plist
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Resources/Labels.dict
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Resources/Lock.tiff
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Resources/Remove.tiff
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Resources/ScriptingInfo.plist
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Resources/Share.tiff
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Resources/Spanish.lproj/Localizable.strings
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Resources/UnknownImage.tiff
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/Resources/VCFImage.tiff
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/libAddressView.so
lib/GNUstep/Frameworks/AddressView.framework/Versions/0/libAddressView.so.0.0.1
lib/GNUstep/Frameworks/AddressView.framework/Versions/Current
lib/GNUstep/Frameworks/AddressView.framework/libAddressView.so
lib/GNUstep/Frameworks/Addresses.framework/Addresses
lib/GNUstep/Frameworks/Addresses.framework/Headers
lib/GNUstep/Frameworks/Addresses.framework/Resources
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Addresses
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Headers/ADAddressBook.h
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Headers/ADConverter.h
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Headers/ADEnvelopeAddressBook.h
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Headers/ADGlobals.h
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Headers/ADGroup.h
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Headers/ADImageLoading.h
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Headers/ADLocalAddressBook.h
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Headers/ADMultiValue.h
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Headers/ADPListConverter.h
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Headers/ADPerson.h
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Headers/ADPlugin.h
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Headers/ADPublicAddressBook.h
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Headers/ADRecord.h
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Headers/ADSearchElement.h
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Headers/ADTypedefs.h
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Headers/ADVCFConverter.h
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Headers/AddressBook.h
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Headers/Addresses.h
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Resources/Dutch.lproj/PropertiesAndLabels.strings
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Resources/English.lproj/PropertiesAndLabels.strings
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Resources/French.lproj/PropertiesAndLabels.strings
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Resources/German.lproj/PropertiesAndLabels.strings
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Resources/Info-gnustep.plist
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Resources/ScriptingInfo.plist
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/Resources/Spanish.lproj/PropertiesAndLabels.strings
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/libAddresses.so
lib/GNUstep/Frameworks/Addresses.framework/Versions/0/libAddresses.so.0.0.1
lib/GNUstep/Frameworks/Addresses.framework/Versions/Current
lib/GNUstep/Frameworks/Addresses.framework/libAddresses.so
lib/libAddressView.so
lib/libAddressView.so.0.0.1
lib/libAddresses.so
lib/libAddresses.so.0.0.1

View File

@@ -0,0 +1,23 @@
# $NetBSD: buildlink3.mk,v 1.15 2013/01/26 21:36:36 adam Exp $
BUILDLINK_TREE+= Addresses
.if !defined(ADDRESSES_BUILDLINK3_MK)
ADDRESSES_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.Addresses+= Addresses>=0.4.8
BUILDLINK_ABI_DEPENDS.Addresses+= Addresses>=0.4.8nb1
BUILDLINK_PKGSRCDIR.Addresses?= ../../misc/Addresses
.include "../../devel/gnustep-make/gnustep.mk"
BUILDLINK_INCDIRS.Addresses+= lib/GNUstep/Frameworks/Addresses.framework/Headers
BUILDLINK_INCDIRS.Addresses+= lib/GNUstep/Frameworks/AddresView.framework/Headers
BUILDLINK_FILES.Addresses+= include/AddressBook/*.h
BUILDLINK_FILES.Addresses+= include/Addresses/*.h
BUILDLINK_FILES.Addresses+= include/AddressView/*.h
.include "../../x11/gnustep-back/buildlink3.mk"
.endif # ADDRESSES_BUILDLINK3_MK
BUILDLINK_TREE+= -Addresses

5
misc/Addresses/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.7 2012/10/22 02:48:41 rh Exp $
SHA1 (Addresses-0.4.8.tar.gz) = bf15ea13453533d437efbb80eef4b0d728257720
RMD160 (Addresses-0.4.8.tar.gz) = 6d203466c5bc8f163c2d60f6da29128cb14c248e
Size (Addresses-0.4.8.tar.gz) = 287207 bytes

8
misc/JBidwatcher/DESCR Normal file
View File

@@ -0,0 +1,8 @@
A Java-based application allowing you to monitor auctions you're
not part of, submit bids, snipe (bid at the last moment), and
otherwise track your auction-site experience. It includes adult-auction
management, MANY currencies (pound, dollar (US, Canada, Australian,
and New Taiwanese) and euro, presently), drag-and-drop of auction
URLs, an original, unique and powerful 'multisniping' feature, a
relatively nice UI, and is known to work cleanly under Linux,
Windows, Solaris, and MacOSX from the same binary.

28
misc/JBidwatcher/Makefile Normal file
View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.11 2013/04/06 03:45:17 rodent Exp $
#
DISTNAME= JBidwatcher-2.1.5
CATEGORIES= misc
MASTER_SITES= http://www.jbidwatcher.com/download/
EXTRACT_SUFX= .jar
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.jbidwatcher.com/
COMMENT= Software for eBay sniping, bidding and monitoring
#LICENSE= Creative Commons BY-NC-SA Amended
WRKSRC= ${WRKDIR}
USE_JAVA= run
INSTALLATION_DIRS= bin libexec/JBidwatcher
do-build:
${ECHO} "#!/bin/sh" > ${WRKSRC}/JBidwatcher
${ECHO} "${PKG_JAVA_HOME}/bin/java -Xmx512m -jar ${PREFIX}/libexec/JBidwatcher/${DISTNAME}.jar"' "$$@"' >> ${WRKSRC}/JBidwatcher
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/JBidwatcher ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar \
${DESTDIR}${PREFIX}/libexec/JBidwatcher
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"

3
misc/JBidwatcher/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/08 07:47:49 wiz Exp $
bin/JBidwatcher
libexec/JBidwatcher/${PKGNAME}.jar

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.9 2011/04/12 08:46:19 wiz Exp $
SHA1 (JBidwatcher-2.1.5.jar) = c188fd79d25267509bfed3d72e9c292af199fff5
RMD160 (JBidwatcher-2.1.5.jar) = b043d2bdb576172f860b7fd2ae0488b9bd16272d
Size (JBidwatcher-2.1.5.jar) = 4284604 bytes

5
misc/JMdict/DESCR Normal file
View File

@@ -0,0 +1,5 @@
JMdict is a Japanese-Multilingual dictionary.
It is an enhanced XML-based multilingual version
of EDICT, currently containing English, French,
and German translations, frequency counts, and
other useful information.

38
misc/JMdict/Makefile Normal file
View File

@@ -0,0 +1,38 @@
# $NetBSD: Makefile,v 1.9 2012/10/08 09:57:15 asau Exp $
#
# Update instructions:
# . bump PKGNAME to today's date
# . get distfiles from OMASTER_SITES
# . update ${DISTDIR}/${PKGNAME_NOREV} to
# ftp.NetBSD.org:/pub/NetBSD/packages/distfiles/LOCAL_PORTS/
DISTNAME= JMdict
PKGNAME= JMdict-20061208
CATEGORIES= japanese misc
MASTER_SITES= ${MASTER_SITE_LOCAL:=${PKGNAME_NOREV}/}
OMASTER_SITES= ftp://ftp.cc.monash.edu.au/pub/nihongo/
EXTRACT_SUFX= .gz
DISTFILES= jmdict_proj_desc.html JMdict.gz JMdict.dtd
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.csse.monash.edu.au/~jwb/edict.html
COMMENT= Japanese-Multilingual electronic dictionary
WRKSRC= ${WRKDIR}
DIST_SUBDIR= ${PKGNAME_NOREV}
EXTRACT_ONLY= JMdict.gz
NO_BUILD= yes
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/JMdict
${INSTALL_DATA} ${WRKSRC}/JMdict ${DESTDIR}${PREFIX}/share/JMdict
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/JMdict.dtd \
${DESTDIR}${PREFIX}/share/JMdict
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/JMdict.gz \
${DESTDIR}${PREFIX}/share/JMdict
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/JMdict
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/jmdict_proj_desc.html \
${DESTDIR}${PREFIX}/share/doc/JMdict
.include "../../mk/bsd.pkg.mk"

5
misc/JMdict/PLIST Normal file
View File

@@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:07:18 joerg Exp $
share/JMdict/JMdict
share/JMdict/JMdict.dtd
share/JMdict/JMdict.gz
share/doc/JMdict/jmdict_proj_desc.html

11
misc/JMdict/distinfo Normal file
View File

@@ -0,0 +1,11 @@
$NetBSD: distinfo,v 1.6 2006/12/08 16:59:56 wiz Exp $
SHA1 (JMdict-20061208/JMdict.dtd) = df676669b5dacbf82bb970efc4d96169ab0ee603
RMD160 (JMdict-20061208/JMdict.dtd) = 3483e45334c835bb0955da5ee1b44d636837dccf
Size (JMdict-20061208/JMdict.dtd) = 12642 bytes
SHA1 (JMdict-20061208/JMdict.gz) = f05d9e1c41a8856f06e87094298f9999fbf0bff0
RMD160 (JMdict-20061208/JMdict.gz) = 43def55fb0e2fdb434d96e652ec799fcbb33baab
Size (JMdict-20061208/JMdict.gz) = 6406060 bytes
SHA1 (JMdict-20061208/jmdict_proj_desc.html) = b6a670ef3c24117e2d8324e06f4a6f4ae0d7244b
RMD160 (JMdict-20061208/jmdict_proj_desc.html) = 651067ab954ea36393884ab38fd2f5a37a70c37a
Size (JMdict-20061208/jmdict_proj_desc.html) = 5696 bytes

317
misc/Makefile Normal file
View File

@@ -0,0 +1,317 @@
# $NetBSD: Makefile,v 1.402 2013/05/28 12:55:22 wiz Exp $
#
COMMENT= Miscellaneous utilities
SUBDIR+= 9menu
SUBDIR+= Addresses
SUBDIR+= JBidwatcher
SUBDIR+= JMdict
SUBDIR+= ascii
SUBDIR+= asr-manpages
SUBDIR+= astrolog
SUBDIR+= attica
SUBDIR+= autocue
SUBDIR+= basket
SUBDIR+= bbappconf
SUBDIR+= bbdb
SUBDIR+= bbweather
SUBDIR+= blccc
SUBDIR+= bottlerocket
SUBDIR+= brs
SUBDIR+= bsdiff
SUBDIR+= bsdstats
SUBDIR+= buffer
SUBDIR+= calibre
SUBDIR+= celestia
SUBDIR+= chipmunk
SUBDIR+= chord
SUBDIR+= cksfv
SUBDIR+= color-theme
SUBDIR+= colorblind
SUBDIR+= colorize
SUBDIR+= colorls
SUBDIR+= colortail
SUBDIR+= cowsay
SUBDIR+= cstream
SUBDIR+= cuecat
SUBDIR+= cuetools
SUBDIR+= deskbar-applet
SUBDIR+= dgpsip
SUBDIR+= dialog
SUBDIR+= dirdiff
SUBDIR+= dnetc
SUBDIR+= dotfile
SUBDIR+= dpkg
SUBDIR+= dt
SUBDIR+= dtach
SUBDIR+= dvorakng
SUBDIR+= dvtm
SUBDIR+= dync
SUBDIR+= easymenu
SUBDIR+= ec2-ami-tools
SUBDIR+= ec2-api-tools
SUBDIR+= edict
SUBDIR+= elizatalk
SUBDIR+= elscreen
SUBDIR+= emacs-wiki
SUBDIR+= epm
SUBDIR+= esniper
SUBDIR+= fbreader
SUBDIR+= fd
SUBDIR+= fep
SUBDIR+= figlet
SUBDIR+= figlet-fonts
SUBDIR+= firelib
SUBDIR+= gaupol
SUBDIR+= gelemental
SUBDIR+= getopt
SUBDIR+= gkrellm-flynn
SUBDIR+= gkrellm-launch
SUBDIR+= gkrellm-leds
SUBDIR+= gkrellm-moon
SUBDIR+= gkrellm-weather
SUBDIR+= gnome-devel-docs
SUBDIR+= gnome-user-docs
SUBDIR+= gnome-utils
SUBDIR+= gnuls
SUBDIR+= goffice0.10
SUBDIR+= goffice0.6
SUBDIR+= goffice0.8
SUBDIR+= gok
SUBDIR+= gone
SUBDIR+= gperiodic
SUBDIR+= granulate
SUBDIR+= gwaei
SUBDIR+= hanzim
SUBDIR+= heirloom-banner
SUBDIR+= heirloom-cal
SUBDIR+= heirloom-calendar
SUBDIR+= heirloom-hd
SUBDIR+= heirloom-more
SUBDIR+= heirloom-od
SUBDIR+= heirloom-printenv
SUBDIR+= heirloom-printf
SUBDIR+= heirloom-random
SUBDIR+= heirloom-sleep
SUBDIR+= heirloom-sum
SUBDIR+= heirloom-tcopy
SUBDIR+= heirloom-time
SUBDIR+= heyu
SUBDIR+= howm
SUBDIR+= ibutton-pdkit
SUBDIR+= ipbt
SUBDIR+= iselect
SUBDIR+= ja-less
SUBDIR+= ja-man
SUBDIR+= jhd
SUBDIR+= jive
SUBDIR+= kaccessible
SUBDIR+= kalzium
SUBDIR+= kanjidic
SUBDIR+= kanjidic2
SUBDIR+= kanjipad
SUBDIR+= kbruch
SUBDIR+= kcharselect
SUBDIR+= kchm
SUBDIR+= kchmviewer
SUBDIR+= kde-wallpapers4
SUBDIR+= kdeaccessibility3
SUBDIR+= kdeaddons3
SUBDIR+= kdeadmin3
SUBDIR+= kdeadmin4
SUBDIR+= kdeartwork3
SUBDIR+= kdeartwork4
SUBDIR+= kdeedu3
SUBDIR+= kdepim-runtime4
SUBDIR+= kdepim3
SUBDIR+= kdepim4
SUBDIR+= kdepimlibs4
SUBDIR+= kdeplasma-addons4
SUBDIR+= kdeutils3
SUBDIR+= kdrill
SUBDIR+= kgeography
SUBDIR+= kig
SUBDIR+= kiten
SUBDIR+= klettres
SUBDIR+= kmag
SUBDIR+= kmousetool
SUBDIR+= kmouth
SUBDIR+= kodos
SUBDIR+= koffice
SUBDIR+= koffice-l10n-da
SUBDIR+= koffice-l10n-de
SUBDIR+= koffice-l10n-en_GB
SUBDIR+= koffice-l10n-es
SUBDIR+= koffice-l10n-et
SUBDIR+= koffice-l10n-fi
SUBDIR+= koffice-l10n-fr
SUBDIR+= koffice-l10n-pl
SUBDIR+= kp
SUBDIR+= kremotecontrol
SUBDIR+= kstars
SUBDIR+= ktouch
SUBDIR+= kturtle
SUBDIR+= kwordquiz
SUBDIR+= kz_h8write
SUBDIR+= labelnation
SUBDIR+= latin-words-bin
SUBDIR+= less
SUBDIR+= libcarddav
SUBDIR+= libcdio
SUBDIR+= libkdeedu
SUBDIR+= libkgeomap
SUBDIR+= libkvkontakte
SUBDIR+= libquantum
SUBDIR+= libreoffice
SUBDIR+= libreoffice3-bin
SUBDIR+= libreoffice4-bin
SUBDIR+= libutf
SUBDIR+= lile
SUBDIR+= linux-words
SUBDIR+= loco
SUBDIR+= logsurfer
SUBDIR+= lookup
SUBDIR+= lv
SUBDIR+= m17n-contrib
SUBDIR+= m17n-db
SUBDIR+= m17n-docs
SUBDIR+= marble
SUBDIR+= mirmon
SUBDIR+= mkcue
SUBDIR+= mmv
SUBDIR+= mnemosyne
SUBDIR+= molden
SUBDIR+= most
SUBDIR+= mousetweaks
SUBDIR+= mtail
SUBDIR+= multitail
SUBDIR+= nepomuk-core
SUBDIR+= nepomuk-widgets
SUBDIR+= nxtvepg
SUBDIR+= open2300
SUBDIR+= open2300-mysql
SUBDIR+= openoffice3
SUBDIR+= openoffice3-bin
SUBDIR+= orca
SUBDIR+= p5-App-MrShell
SUBDIR+= p5-Array-PrintCols
SUBDIR+= p5-Business-CreditCard
SUBDIR+= p5-Business-ISBN
SUBDIR+= p5-Business-ISBN-Data
SUBDIR+= p5-Business-UPS
SUBDIR+= p5-ControlX10-CM11
SUBDIR+= p5-ControlX10-CM17
SUBDIR+= p5-File-MMagic
SUBDIR+= p5-File-MMagic-XS
SUBDIR+= p5-File-Tail
SUBDIR+= p5-I18N-LangTags
SUBDIR+= p5-Locale-Codes
SUBDIR+= p5-Locale-Maketext
SUBDIR+= p5-Locale-Maketext-Fuzzy
SUBDIR+= p5-Locale-Maketext-Lexicon
SUBDIR+= p5-Locale-Maketext-Simple
SUBDIR+= p5-Locale-US
SUBDIR+= p5-Locale-libintl
SUBDIR+= p5-Mac-Macbinary
SUBDIR+= p5-Mac-PropertyList
SUBDIR+= p5-Msgcat
SUBDIR+= p5-Parse-Win32Registry
SUBDIR+= p5-Search
SUBDIR+= p5-Vroom
SUBDIR+= parchive
SUBDIR+= parley
SUBDIR+= pciids
SUBDIR+= pdmenu
SUBDIR+= php-orangehrm
SUBDIR+= pinfo
SUBDIR+= ppower
SUBDIR+= pty-redir
SUBDIR+= py-anita
SUBDIR+= py-anki2
SUBDIR+= py-carddav
SUBDIR+= qbrew
SUBDIR+= qterm
SUBDIR+= raspberrypi-userland
SUBDIR+= reed
SUBDIR+= rlwrap
SUBDIR+= rocs
SUBDIR+= root
SUBDIR+= root-tail
SUBDIR+= routeplanner-cli
SUBDIR+= rox-memo
SUBDIR+= rpm
SUBDIR+= ruby-ansi
SUBDIR+= ruby-args_parser
SUBDIR+= ruby-bundler
SUBDIR+= ruby-columnize
SUBDIR+= ruby-commander
SUBDIR+= ruby-configuration
SUBDIR+= ruby-daemons
SUBDIR+= ruby-gem_plugin
SUBDIR+= ruby-hashie
SUBDIR+= ruby-launchy
SUBDIR+= ruby-parallel
SUBDIR+= ruby-progressbar
SUBDIR+= ruby-rainbow
SUBDIR+= ruby-sprockets
SUBDIR+= ruby-sprockets22
SUBDIR+= ruby-transaction-simple
SUBDIR+= ruby-typed-array
SUBDIR+= rubygems
SUBDIR+= rump
SUBDIR+= sch
SUBDIR+= sci
SUBDIR+= screen
SUBDIR+= send-pr
SUBDIR+= siag
SUBDIR+= since
SUBDIR+= softmaker-office-demo
SUBDIR+= splitvt
SUBDIR+= stellarium
SUBDIR+= step
SUBDIR+= superkaramba
SUBDIR+= sweeper
SUBDIR+= taskjuggler
SUBDIR+= tds
SUBDIR+= team
SUBDIR+= tellico
SUBDIR+= tellico-kde3
SUBDIR+= teseq
SUBDIR+= tmux
SUBDIR+= topless
SUBDIR+= ttyrec
SUBDIR+= udfclient
SUBDIR+= ukpostcodes
SUBDIR+= uptimec
SUBDIR+= urjtag
SUBDIR+= usbids
SUBDIR+= usbprog
SUBDIR+= utftools
SUBDIR+= vera
SUBDIR+= vfu
SUBDIR+= vimpager
SUBDIR+= visual-regexp
SUBDIR+= vttest
SUBDIR+= vym
SUBDIR+= watch
SUBDIR+= wdic
SUBDIR+= whohas
SUBDIR+= window
SUBDIR+= xchm
SUBDIR+= xdg-utils
SUBDIR+= xfce4-weather-plugin
SUBDIR+= xjdic
SUBDIR+= xorg-docs
SUBDIR+= xorg-sgml-doctools
SUBDIR+= xrolodex
SUBDIR+= xtail
SUBDIR+= xtend
SUBDIR+= yelp
SUBDIR+= yelp3
SUBDIR+= yrolo
SUBDIR+= zorro
SUBDIR+= zyGrib
SUBDIR+= zyGrib-maps
.include "../mk/misc/category.mk"

5
misc/ascii/DESCR Normal file
View File

@@ -0,0 +1,5 @@
This is a handy little utility that recognizes many different ways of
naming an ASCII character (hex, octal, binary, decimal, C escape, ISO
character table pair, slang names, and others) and prints out all the
equivalents. A CGI script that can be used to enable access over the
Web is included.

22
misc/ascii/Makefile Normal file
View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.13 2012/10/08 09:57:15 asau Exp $
#
DISTNAME= ascii-3.8
CATEGORIES= misc
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.catb.org/~esr/ascii/
COMMENT= ASCII character table program
USE_TOOLS= gmake
USE_LIBTOOL= yes
BUILD_TARGET= ascii
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
${INSTALL_DATA} ${WRKSRC}/ascii.cgi ${DESTDIR}${EGDIR}
.include "../../mk/bsd.pkg.mk"

4
misc/ascii/PLIST Normal file
View File

@@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:07:18 joerg Exp $
bin/ascii
man/man1/ascii.1
share/examples/ascii/ascii.cgi

6
misc/ascii/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.4 2008/06/19 17:33:50 bjs Exp $
SHA1 (ascii-3.8.tar.gz) = c7a513cd52c0fec64491566b5db18fa070639ca4
RMD160 (ascii-3.8.tar.gz) = 66fdcc1e46875f5d3cc296e6d26f06283b9fd812
Size (ascii-3.8.tar.gz) = 19667 bytes
SHA1 (patch-aa) = 019afb0b95b09e26ed9171d64c766ee0fc247471

View File

@@ -0,0 +1,32 @@
$NetBSD: patch-aa,v 1.1 2008/06/19 17:33:50 bjs Exp $
--- Makefile.orig 2005-03-03 16:03:38.000000000 -0500
+++ Makefile
@@ -2,10 +2,11 @@
VERS=$(shell sed <ascii.spec -n -e '/Version: \(.*\)/s//\1/p')
-CFLAGS = -O
+CFLAGS ?= -O
ascii: ascii.c splashscreen.h nametable.h
- $(CC) -DREVISION=$(VERS) ascii.c -o ascii
+ $(LIBTOOL) --mode=link --tag=CC \
+ $(CC) $(CFLAGS) -DREVISION=$(VERS) ascii.c -o ascii
splashscreen.h: splashscreen
sed <splashscreen >splashscreen.h -e 's/\\/\\\\/g' -e 's/"/\\"/g' -e 's/.*/P("&");/'
@@ -23,8 +24,11 @@ clean:
rm -f ascii ascii.o splashscreen.h nametable.h *.rpm *.tar.gz MANIFEST
install: ascii ascii.1
- cp ascii $(DESTDIR)/usr/bin/ascii
- cp ascii.1 $(DESTDIR)/usr/share/man/man1
+ $(BSD_INSTALL_PROGRAM_DIR) $(DESTDIR)$(PREFIX)/bin
+ $(LIBTOOL) --mode=install \
+ $(BSD_INSTALL_PROGRAM) ascii $(DESTDIR)$(PREFIX)/bin
+ $(BSD_INSTALL_MAN_DIR) $(DESTDIR)$(PREFIX)/$(PKGMANDIR)/man1
+ $(BSD_INSTALL_MAN) ascii.1 $(DESTDIR)$(PREFIX)/$(PKGMANDIR)/man1/ascii.1
uninstall:
rm $(DESTDIR)/usr/bin/ascii

13
misc/asr-manpages/DESCR Normal file
View File

@@ -0,0 +1,13 @@
You are in the presence of a System Administrator. Kneel.
"On Usenet, we vent in a group called alt.sysadmin.recovery. The
group has a FAQ. If you read the FAQ, you will find that you (the
users) subscribe to this group at your own peril. If you want to
be useful, why don't you run over to the supply cabinet and get a
new box of pixels for the monitor. As part of our venting, some
of us have written a series of man pages that we'd like to see."
Manpages you ever needed:
bosskill.8 c.1 chastise.3 ctluser.8 guru.8 knife.8 lart.1m luser.8
normality.5 nuke.8 people.2 pmsd.8 rtfm.1 slave.1 sysadmin.1 think.1
whack.1

View File

@@ -0,0 +1,38 @@
# $NetBSD: Makefile,v 1.13 2013/04/06 03:45:17 rodent Exp $
#
DISTNAME= asr.pages
PKGNAME= asr-manpages-20000406
CATEGORIES= misc
MASTER_SITES= # on ftp.NetBSD.org
EXTRACT_SUFX= .tar
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://web.archive.org/web/2/www.winternet.com/~eric/sysadmin/manpages.html
COMMENT= Distribution of alt.sysadmin.recovery man page
NO_CONFIGURE= yes
NO_BUILD= yes
DIST_SUBDIR= ${PKGNAME_NOREV}
INSTALLATION_DIRS= ${PKGMANDIR}/man1 ${PKGMANDIR}/man2 ${PKGMANDIR}/man3 ${PKGMANDIR}/man5 ${PKGMANDIR}/man8
do-install:
${INSTALL_MAN} ${WRKDIR}/bosskill.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
${INSTALL_MAN} ${WRKDIR}/c.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_MAN} ${WRKDIR}/chastise.3 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
${INSTALL_MAN} ${WRKDIR}/ctluser.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
${INSTALL_MAN} ${WRKDIR}/guru.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
${INSTALL_MAN} ${WRKDIR}/knife.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
${INSTALL_MAN} ${WRKDIR}/lart.1m ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/lart.1
${INSTALL_MAN} ${WRKDIR}/luser.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
${INSTALL_MAN} ${WRKDIR}/normality.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
${INSTALL_MAN} ${WRKDIR}/nuke.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
${INSTALL_MAN} ${WRKDIR}/people.2 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man2
${INSTALL_MAN} ${WRKDIR}/pmsd.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
${INSTALL_MAN} ${WRKDIR}/rtfm.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_MAN} ${WRKDIR}/slave.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_MAN} ${WRKDIR}/sysadmin.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_MAN} ${WRKDIR}/think.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_MAN} ${WRKDIR}/whack.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"

18
misc/asr-manpages/PLIST Normal file
View File

@@ -0,0 +1,18 @@
@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:27:31 zuntum Exp $
man/man1/c.1
man/man1/lart.1
man/man1/rtfm.1
man/man1/slave.1
man/man1/sysadmin.1
man/man1/think.1
man/man1/whack.1
man/man2/people.2
man/man3/chastise.3
man/man5/normality.5
man/man8/bosskill.8
man/man8/ctluser.8
man/man8/guru.8
man/man8/knife.8
man/man8/luser.8
man/man8/nuke.8
man/man8/pmsd.8

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.5 2007/03/16 20:07:43 wiz Exp $
SHA1 (asr-manpages-20000406/asr.pages.tar) = 1133c059ee39242d2426e04876bad0ba00285b89
RMD160 (asr-manpages-20000406/asr.pages.tar) = e8c30a719bdc1fdd97f07b1defc0906a9ac614a8
Size (asr-manpages-20000406/asr.pages.tar) = 50176 bytes

12
misc/astrolog/DESCR Normal file
View File

@@ -0,0 +1,12 @@
Astrolog is a many featured and customizable astrology chart
calculation program for DOS, Windows, Mac, and Unix, used in 30+
countries on six continents. It is 100% freeware and requires no
registration fee. :) The complete source code is available. Astrolog
features: wheels, aspects, midpoints, relationship charts, transits,
progressions, some interpretations, astro-graphy, local horizon,
constellations, planet orbits, dispositors, various influence charts,
biorhythms, different zodiacs, central planets, 14 house systems, 8400
year ephemeris, asteroids, Uranians, fixed stars, Arabic parts, script
files and macros, interactive PC & MS/X11 Windows graphics, smooth
animation of charts, graphic files in PostScript, Windows metafile,
and bitmap formats, and more!

7
misc/astrolog/MESSAGE Normal file
View File

@@ -0,0 +1,7 @@
===========================================================================
$NetBSD: MESSAGE,v 1.1 2004/02/14 18:04:41 snj Exp $
See the file ${PREFIX}/share/doc/astrolog/Helpfile.530 for help.
You may also want to tune ${PREFIX}/lib/astrolog/astrolog.dat.
===========================================================================

54
misc/astrolog/Makefile Normal file
View File

@@ -0,0 +1,54 @@
# $NetBSD: Makefile,v 1.38 2012/10/08 09:57:16 asau Exp $
DISTNAME= ast54unx
PKGNAME= astrolog-5.40
PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.astrolog.org/ftp/ephem/ \
http://www.astrolog.org/ftp/
DISTFILES= ${DISTNAME}.shr ${EPHEM}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.astrolog.org/
COMMENT= Astrology program for X11 and alpha-numeric terminals
LICENSE= astrolog-license
RESTRICTED= Do not sell or profit from this software in any way
NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
WRKSRC= ${WRKDIR}
EPHEM= LRZ5_24 CHI_24 CPJV_24
EXTRACT_ONLY= ${DISTNAME}.shr
USE_X11BASE= yes
DIST_SUBDIR= astrolog
BUILD_TARGET= astrolog
INSTALLATION_DIRS= bin
do-install:
@${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/astrolog
cd ${DISTDIR}/${DIST_SUBDIR} && \
${INSTALL_DATA} ${EPHEM} ${DESTDIR}${PREFIX}/lib/astrolog
cd ${WRKSRC} && \
if [ -f ${DESTDIR}${PREFIX}/lib/astrolog/astrolog.dat ] ; then \
${INSTALL_DATA} astrolog.dat ${DESTDIR}${PREFIX}/lib/astrolog/astrolog.dat-dist; \
else \
${INSTALL_DATA} astrolog.dat ${DESTDIR}${PREFIX}/lib/astrolog; \
fi
cd ${WRKSRC} && ${INSTALL_PROGRAM} astrolog ${DESTDIR}${PREFIX}/bin
@${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/astrolog
cd ${WRKSRC} && \
${INSTALL_DATA} Helpfile.540 ${DESTDIR}${PREFIX}/share/doc/astrolog
cd ${WRKSRC} && \
${INSTALL_DATA} Update.540 ${DESTDIR}${PREFIX}/share/doc/astrolog
cd ${WRKSRC} && \
${INSTALL_DATA} README.540 ${DESTDIR}${PREFIX}/share/doc/astrolog
@${ECHO}
@${ECHO} "See the file ${PREFIX}/share/doc/astrolog/Helpfile.540 for"
@${ECHO} "help and tune ${PREFIX}/lib/astrolog/astrolog.dat"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

9
misc/astrolog/PLIST Normal file
View File

@@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:07:18 joerg Exp $
bin/astrolog
share/doc/astrolog/Helpfile.540
share/doc/astrolog/README.540
share/doc/astrolog/Update.540
lib/astrolog/astrolog.dat
lib/astrolog/LRZ5_24
lib/astrolog/CHI_24
lib/astrolog/CPJV_24

17
misc/astrolog/distinfo Normal file
View File

@@ -0,0 +1,17 @@
$NetBSD: distinfo,v 1.5 2005/02/24 11:02:50 agc Exp $
SHA1 (astrolog/ast54unx.shr) = 8511f7cdee0a559779f30d838e55e44585775840
RMD160 (astrolog/ast54unx.shr) = 4714490507ab673be707d0e09ff965012cd6c3ca
Size (astrolog/ast54unx.shr) = 1465432 bytes
SHA1 (astrolog/LRZ5_24) = 9c0006c445c2da31d25a202992dff96cfee12ed2
RMD160 (astrolog/LRZ5_24) = 0f3eab708776dce82abb09b0ca6e319a37c98e46
Size (astrolog/LRZ5_24) = 75000 bytes
SHA1 (astrolog/CHI_24) = 62a65ebdc73aa2f55f2baab2d98cb925712e910a
RMD160 (astrolog/CHI_24) = 1b0b6a20797dc304e2dd403bb03ca3db523c4c60
Size (astrolog/CHI_24) = 15000 bytes
SHA1 (astrolog/CPJV_24) = e9ecc057a1aa7a8423fad31b9e6c9cfdf4316b63
RMD160 (astrolog/CPJV_24) = 9fc848544cbc7c2d99d2d382db33e9aaa3c24594
Size (astrolog/CPJV_24) = 60000 bytes
SHA1 (patch-aa) = aa3c6f09b6ba7d1c74465762567cac9c9d7240ce
SHA1 (patch-ab) = 05cdba66d45c28407e7b2b4a634943218db9ca7c
SHA1 (patch-ac) = 54020e3223c23a40bf8a4cb2fad0d018448683bd

View File

@@ -0,0 +1,19 @@
$NetBSD: patch-aa,v 1.4 2001/04/20 23:27:38 jtb Exp $
--- Makefile.orig Sat Apr 21 00:15:30 2001
+++ Makefile
@@ -23,10 +23,10 @@
charts0.o charts1.o charts2.o charts3.o intrpret.o\
xdata.o xgeneral.o xdevice.o xcharts0.o xcharts1.o xcharts2.o xscreen.o
# If you don't have X windows, delete the "-lX11" part from the line below:
-LIBS = -lm -lX11
-CFLAGS = -O
+LIBS = -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lX11 -lm
+CFLAGS += -I${X11BASE}/include -DDEFAULT_DIR=\"${PREFIX}/lib/astrolog\"
astrolog:: $(OBJ)
- cc -o $(NAME) $(OBJ) $(LIBS)
- strip $(NAME)
+ $(CC) -o $(NAME) $(OBJ) $(LIBS)
+# strip $(NAME)
#

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-ab,v 1.3 2001/04/20 23:27:38 jtb Exp $
--- astrolog.h.orig Wed Dec 23 23:29:00 1998
+++ astrolog.h
@@ -131,7 +131,9 @@
*/
#ifndef PC
+#ifndef DEFAULT_DIR
#define DEFAULT_DIR "~/astrolog"
+#endif
#else
#define DEFAULT_DIR "C:\\ASTROLOG"
#endif

View File

@@ -0,0 +1,16 @@
$NetBSD: patch-ac,v 1.1 2004/05/23 23:28:29 danw Exp $
--- placalc.h.orig Wed Dec 23 23:29:09 1998
+++ placalc.h
@@ -121,11 +121,6 @@ auto-dectection of MSDOS (TURBO_C or MS_
#define UCHAR unsigned char
#if HPUNIX
-#ifndef MAC
-#ifndef NeXT
-#include <malloc.h>
-#endif
-#endif /* MAC */
typedef double REAL8; /* real with at least 64 bit precision */
typedef float REAL4; /* real with at least 32 bit precision */
typedef long INT4; /* signed integer with at least 32 bit precision */

8
misc/attica/DESCR Normal file
View File

@@ -0,0 +1,8 @@
Attica is a Qt library that implements the Open Collaboration Services
API version 1.4. The REST API is defined here:
http://www.freedesktop.org/wiki/Specifications/open-collaboration-services
It grants easy access to the services such as querying information
about persons and contents. The library is used in KNewStuff3 as content
provider. In order to integrate with KDE's Plasma Desktop, a platform
plugin exists in kdebase.

31
misc/attica/Makefile Normal file
View File

@@ -0,0 +1,31 @@
# $NetBSD: Makefile,v 1.26 2013/06/06 12:53:41 wiz Exp $
DISTNAME= attica-0.4.1
PKGREVISION= 3
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_KDE:=attica/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://projects.kde.org/projects/kdesupport/attica
COMMENT= Qt library that implements the Open Collaboration Services API
LICENSE= gnu-lgpl-v2.1
# BUILD_MAKE_FLAGS+= VERBOSE=1
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
USE_CMAKE= yes
CMAKE_ARG_PATH= ..
CONFIGURE_DIRS= _build
PKGCONFIG_OVERRIDE+= lib/cmake/libattica.pc.cmake
pre-configure:
${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/
${MKDIR} ${WRKSRC}/_build
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

48
misc/attica/PLIST Normal file
View File

@@ -0,0 +1,48 @@
@comment $NetBSD: PLIST,v 1.4 2013/04/13 23:03:32 markd Exp $
include/attica/accountbalance.h
include/attica/achievement.h
include/attica/activity.h
include/attica/atticabasejob.h
include/attica/atticaclient_export.h
include/attica/atticautils.h
include/attica/buildservice.h
include/attica/buildservicejob.h
include/attica/buildservicejoboutput.h
include/attica/category.h
include/attica/comment.h
include/attica/content.h
include/attica/deletejob.h
include/attica/distribution.h
include/attica/downloaddescription.h
include/attica/downloaditem.h
include/attica/event.h
include/attica/folder.h
include/attica/forum.h
include/attica/getjob.h
include/attica/homepageentry.h
include/attica/homepagetype.h
include/attica/icon.h
include/attica/itemjob.h
include/attica/knowledgebaseentry.h
include/attica/license.h
include/attica/listjob.h
include/attica/message.h
include/attica/metadata.h
include/attica/person.h
include/attica/platformdependent.h
include/attica/platformdependent_v2.h
include/attica/postjob.h
include/attica/privatedata.h
include/attica/project.h
include/attica/provider.h
include/attica/providermanager.h
include/attica/publisher.h
include/attica/publisherfield.h
include/attica/putjob.h
include/attica/remoteaccount.h
include/attica/topic.h
include/attica/version.h
lib/libattica.so
lib/libattica.so.0.4
lib/libattica.so.${PKGVERSION}
lib/pkgconfig/libattica.pc

15
misc/attica/buildlink3.mk Normal file
View File

@@ -0,0 +1,15 @@
# $NetBSD: buildlink3.mk,v 1.22 2013/06/06 12:53:41 wiz Exp $
BUILDLINK_TREE+= attica
.if !defined(ATTICA_BUILDLINK3_MK)
ATTICA_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.attica+= attica>=0.1.2
BUILDLINK_ABI_DEPENDS.attica+= attica>=0.4.1nb3
BUILDLINK_PKGSRCDIR.attica?= ../../misc/attica
.include "../../x11/qt4-libs/buildlink3.mk"
.endif # ATTICA_BUILDLINK3_MK
BUILDLINK_TREE+= -attica

5
misc/attica/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.5 2013/04/13 23:03:32 markd Exp $
SHA1 (attica-0.4.1.tar.bz2) = f4962636ec9282c32c4ceaec0c85f92ca5102b60
RMD160 (attica-0.4.1.tar.bz2) = bcfa706a160b244cf4e68de4c537e20ec0ec36af
Size (attica-0.4.1.tar.bz2) = 58742 bytes

15
misc/autocue/DESCR Normal file
View File

@@ -0,0 +1,15 @@
autocue is a program which takes a simple text file as input, and
outputs its contents, broken up into paragraphs, and formatted by fmt,
into xcb's cut buffers. From there, the text can be pasted with a
simple mouse click. autocue will then wait for a period of time
relative to the size of the text, before moving onto the next
paragraph. Successive cut buffers will be used, and then will wrap
to the beginning.
The speed can be varied whilst the program is running - by sending
a SIGUSR1 to the process, autocue will go faster. Sending a SIGUSR2
to the process will make it go slower.
This program can be used to scroll a presentation, along with timing
information (a beep is sounded when the next buffer should be pasted),
and the presenter can simply paste into the presentation window.

26
misc/autocue/Makefile Normal file
View File

@@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.8 2012/10/08 09:57:16 asau Exp $
#
DISTNAME= autocue-20070224
CATEGORIES= misc
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= agc@NetBSD.org
HOMEPAGE= http://www.alistaircrooks.co.uk/software.html
COMMENT= Time-based text formatter, sending output to xcb for pasting
DEPENDS+= xcb-[0-9]*:../../x11/xcb
USE_FEATURES+= cdefs
do-extract:
@${CP} -R ${FILESDIR} ${WRKSRC}
do-install:
${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/autocue ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN_DIR} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_MAN} ${WRKSRC}/autocue.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"

3
misc/autocue/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/28 20:47:22 agc Exp $
bin/autocue
man/man1/autocue.1

1
misc/autocue/distinfo Normal file
View File

@@ -0,0 +1 @@
$NetBSD: distinfo,v 1.2 2013/04/08 11:17:17 rodent Exp $

View File

@@ -0,0 +1,8 @@
# $NetBSD: Makefile,v 1.1.1.1 2006/01/28 20:47:22 agc Exp $
PROG= autocue
SRCS= autocue.c
MKMAN= no
WARNS= 4
.include <bsd.prog.mk>

View File

@@ -0,0 +1,98 @@
.\" $NetBSD: autocue.1,v 1.3 2007/03/02 20:38:21 wiz Exp $
.\"
.\" Copyright © 2006 Alistair Crooks. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. The name of the author may not be used to endorse or promote
.\" products derived from this software without specific prior written
.\" permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
.\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
.\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd February 24, 2007
.Dt AUTOCUE 1
.Os
.Sh NAME
.Nm autocue
.Nd display text in X11 cut buffers timed depending on size of text
.Sh SYNOPSIS
.Nm
.Op Fl S Ar speed
.Op Fl c Ar maxcut
.Op Fl s Ar symbolic-speed
.Op Ar
.Sh DESCRIPTION
The
.Nm
utility reads a text input file, and sends formatted output
to the X11 cut buffers by using the
.Ar xcb
utility.
.Nm
will then wait for a period of time (dependent upon the speed
settings), before sending the next paragraph of text to the next cut
buffers.
.Pp
The options are as follows:
.Bl -tag -width maxcuts
.It Fl S Ar speed
Takes a numeric value for speed, which is the number of characters
per second that the text can be read.
See also the
.Ar s
argument for some pre-defined rates.
Slow readers can generally read at 3 characters per second, medium
at 7 characters per second, and fast readers at 10 or more characters per
second.
.It Fl c Ar maxcut
Provides the maximum number of X11 cut buffers which will be used.
.It Fl s Ar speed
Provides pre-computed
.Ar fast ,
.Ar medium and
.Ar slow
definitions for the speed.
.Pp
If
.Nm
is going too fast, then a SIGUSR2 signal
delivered via
.Xr kill 1
will make it go one
character per second slower.
If
.Nm
is going too slowly, then a SIGUSR1 signal
delivered via
.Xr kill 1
will make it go
one character per second faster.
.El
.Sh EXIT STATUS
The
.Nm
utility exits 0 on success, and \*[Gt]0 if an error occurs.
.Sh SEE ALSO
.Xr kill 1
.Sh AUTHORS
The
.Nm
was written by
.An Alistair Crooks Aq agc@NetBSD.org .

View File

@@ -0,0 +1,158 @@
/* $NetBSD: autocue.c,v 1.3 2007/02/24 12:16:12 agc Exp $ */
/*
* Copyright © 2006 Alistair Crooks. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. The name of the author may not be used to endorse or promote
* products derived from this software without specific prior written
* permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
* OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#ifndef lint
__COPYRIGHT("@(#) Copyright © 2006 \
The NetBSD Foundation, Inc. All rights reserved.");
__RCSID("$NetBSD: autocue.c,v 1.3 2007/02/24 12:16:12 agc Exp $");
#endif
#include <err.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
/* symbolic constants */
enum {
MaxCutBuffers = 4,
FmtGoal = 45,
FmtMax = 50,
SlowDenom = 3,
MediumDenom = 7,
FastDenom = 12
};
static int speed;
/* send process a USR1 to make the display go faster */
static void
sigusr1(int s)
{
printf("moving from speed %d to %d (faster)\n", speed, speed + 1);
speed += 1;
}
/* send process a USR2 to make the display go slower */
static void
sigusr2(int s)
{
printf("moving from speed %d to %d (slower)\n", speed, speed - 1);
speed -= 1;
}
/* show the contents of the buffer `buf', which is `cc' chars long */
/* maxcut is the number of xcb cut buffers you have displayed */
/* speed is a numeric value for the number of seconds denominator */
static void
showbuffer(char *buf, int cc, int maxcut)
{
static int cut;
char cmd[BUFSIZ * 20];
FILE *pp;
int s;
(void) snprintf(cmd, sizeof(cmd), "fmt %d %d | xcb -s %d", FmtGoal, FmtMax, cut);
if ((pp = popen(cmd, "w")) == NULL) {
errx(EXIT_FAILURE, "can't open pipe to xcb");
}
buf[cc] = 0x0;
(void) fprintf(pp, "%s - \n", buf);
(void) pclose(pp);
s = cc / speed;
printf("%.20s...\nBuffer contents are in cut buffer %d, sleeping %d secs\a\n", buf, cut, s);
while ((s = sleep(s)) > 0) {
}
cut = (cut + 1) % maxcut;
}
int
main(int argc, char **argv)
{
char buf[BUFSIZ * 20];
char line[BUFSIZ];
FILE *fp;
int maxcut;
int cc;
int c;
int i;
maxcut = MaxCutBuffers;
speed = SlowDenom;
signal(SIGUSR1, sigusr1);
signal(SIGUSR2, sigusr2);
while ((i = getopt(argc, argv, "S:c:s:")) != -1) {
switch(i) {
case 'S':
speed = atoi(optarg);
break;
case 'c':
maxcut = atoi(optarg);
break;
case 's':
if (strcmp(optarg, "slow") == 0) {
speed = SlowDenom;
} else if (strcmp(optarg, "medium") == 0) {
speed = MediumDenom;
} else if (strcmp(optarg, "fast") == 0) {
speed = FastDenom;
}
break;
}
}
if (argc - optind < 1) {
errx(EXIT_FAILURE, "Usage: %s [-S numeric-speed] [-c max cut buffers] [-s speed] file", *argv);
}
if (speed == 0) {
err(EXIT_FAILURE, "Speed cannot be '0'");
}
if (maxcut == 0) {
err(EXIT_FAILURE, "Maximum cut buffers cannot be '0'");
}
if ((fp = fopen(argv[optind], "r")) == NULL) {
errx(EXIT_FAILURE, "can't open `%s'", argv[optind]);
}
printf("send this process - %d - a USR1 to make the display go faster, a USR2 to make it go slower\n", getpid());
for (cc = 0 ; fgets(line, sizeof(line), fp) != NULL ; ) {
if (line[0] == '\n') {
showbuffer(buf, cc, maxcut);
cc = 0;
continue;
}
c = strlen(line);
(void) memcpy(&buf[cc], line, c);
cc += c;
}
exit(EXIT_SUCCESS);
}

5
misc/basket/DESCR Normal file
View File

@@ -0,0 +1,5 @@
BasKet is a multi-purpose note-taking KDE application that helps
you to easily take all sort of notes, collect research results and
share them, centralize your project data and reuse it, quickly
organize your thoughts in idea boxes, keep track of your information
in a smart way, make intelligent To Do lists, and a lot more...

24
misc/basket/Makefile Normal file
View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.31 2013/06/06 12:54:45 wiz Exp $
DISTNAME= basket-1.0.2
PKGREVISION= 27
CATEGORIES= misc
MASTER_SITES= http://basket.kde.org/downloads/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://basket.kde.org/
COMMENT= Feature-rich note-taking KDE application
USE_TOOLS+= gmake msgfmt pkg-config
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
SET_LIBDIR= yes
BUILDLINK_DEPMETHOD.qt3-tools= full
.include "../../security/gpgme/buildlink3.mk"
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../misc/kdepim3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

135
misc/basket/PLIST Normal file
View File

@@ -0,0 +1,135 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:07:18 joerg Exp $
bin/basket
lib/kde3/basketthumbcreator.la
lib/kde3/kcm_basket.la
lib/kde3/libbasketpart.la
lib/kde3/libkontact_basket.la
lib/libbasketcommon.la
share/doc/kde/HTML/en/basket/common
share/doc/kde/HTML/en/basket/index.cache.bz2
share/doc/kde/HTML/en/basket/index.docbook
share/icons/crystalsvg/128x128/apps/basket.png
share/icons/crystalsvg/128x128/mimetypes/baskets.png
share/icons/crystalsvg/128x128/mimetypes/baskett.png
share/icons/crystalsvg/16x16/actions/likeback_bug.png
share/icons/crystalsvg/16x16/actions/likeback_dislike.png
share/icons/crystalsvg/16x16/actions/likeback_feature.png
share/icons/crystalsvg/16x16/actions/likeback_like.png
share/icons/crystalsvg/16x16/actions/tag_checkbox.png
share/icons/crystalsvg/16x16/actions/tag_checkbox_checked.png
share/icons/crystalsvg/16x16/actions/tag_for_later.png
share/icons/crystalsvg/16x16/actions/tag_fun.png
share/icons/crystalsvg/16x16/actions/tag_important.png
share/icons/crystalsvg/16x16/actions/tag_preference_bad.png
share/icons/crystalsvg/16x16/actions/tag_preference_excelent.png
share/icons/crystalsvg/16x16/actions/tag_preference_good.png
share/icons/crystalsvg/16x16/actions/tag_priority_high.png
share/icons/crystalsvg/16x16/actions/tag_priority_low.png
share/icons/crystalsvg/16x16/actions/tag_priority_medium.png
share/icons/crystalsvg/16x16/actions/tag_progress_000.png
share/icons/crystalsvg/16x16/actions/tag_progress_025.png
share/icons/crystalsvg/16x16/actions/tag_progress_050.png
share/icons/crystalsvg/16x16/actions/tag_progress_075.png
share/icons/crystalsvg/16x16/actions/tag_progress_100.png
share/icons/crystalsvg/16x16/apps/basket.png
share/icons/crystalsvg/16x16/mimetypes/baskets.png
share/icons/crystalsvg/16x16/mimetypes/baskett.png
share/icons/crystalsvg/22x22/apps/basket.png
share/icons/crystalsvg/22x22/mimetypes/baskets.png
share/icons/crystalsvg/22x22/mimetypes/baskett.png
share/icons/crystalsvg/32x32/apps/basket.png
share/icons/crystalsvg/32x32/mimetypes/baskets.png
share/icons/crystalsvg/32x32/mimetypes/baskett.png
share/icons/crystalsvg/48x48/apps/basket.png
share/icons/crystalsvg/48x48/mimetypes/baskets.png
share/icons/crystalsvg/48x48/mimetypes/baskett.png
share/icons/crystalsvg/64x64/apps/basket.png
share/icons/crystalsvg/64x64/mimetypes/baskets.png
share/icons/crystalsvg/64x64/mimetypes/baskett.png
share/icons/crystalsvg/scalable/apps/basket.svg
share/kde/applnk/Utilities/basket.desktop
share/kde/apps/basket/backgrounds/abstract.png
share/kde/apps/basket/backgrounds/alien-artifact.png
share/kde/apps/basket/backgrounds/alien-artifact.png.config
share/kde/apps/basket/backgrounds/basket-title.png
share/kde/apps/basket/backgrounds/green-curves.png
share/kde/apps/basket/backgrounds/light.png
share/kde/apps/basket/backgrounds/painting.png
share/kde/apps/basket/backgrounds/pens.png
share/kde/apps/basket/backgrounds/pins.png
share/kde/apps/basket/backgrounds/previews/abstract.png
share/kde/apps/basket/backgrounds/previews/alien-artifact.png
share/kde/apps/basket/backgrounds/previews/basket-title.png
share/kde/apps/basket/backgrounds/previews/green-curves.png
share/kde/apps/basket/backgrounds/previews/light.png
share/kde/apps/basket/backgrounds/previews/painting.png
share/kde/apps/basket/backgrounds/previews/pens.png
share/kde/apps/basket/backgrounds/previews/pins.png
share/kde/apps/basket/backgrounds/previews/rainbow-balls.png
share/kde/apps/basket/backgrounds/previews/rounds-line.png
share/kde/apps/basket/backgrounds/previews/strings.png
share/kde/apps/basket/backgrounds/previews/todo.png
share/kde/apps/basket/backgrounds/previews/working.png
share/kde/apps/basket/backgrounds/rainbow-balls.png
share/kde/apps/basket/backgrounds/rounds-line.png
share/kde/apps/basket/backgrounds/strings.png
share/kde/apps/basket/backgrounds/todo.png
share/kde/apps/basket/backgrounds/working.png
share/kde/apps/basket/basket_part.rc
share/kde/apps/basket/basketui.rc
share/kde/apps/basket/icons/crystalsvg/16x16/actions/tag_checkbox.png
share/kde/apps/basket/icons/crystalsvg/16x16/actions/tag_checkbox_checked.png
share/kde/apps/basket/icons/crystalsvg/16x16/actions/tag_for_later.png
share/kde/apps/basket/icons/crystalsvg/16x16/actions/tag_fun.png
share/kde/apps/basket/icons/crystalsvg/16x16/actions/tag_important.png
share/kde/apps/basket/icons/crystalsvg/16x16/actions/tag_preference_bad.png
share/kde/apps/basket/icons/crystalsvg/16x16/actions/tag_preference_excelent.png
share/kde/apps/basket/icons/crystalsvg/16x16/actions/tag_preference_good.png
share/kde/apps/basket/icons/crystalsvg/16x16/actions/tag_priority_high.png
share/kde/apps/basket/icons/crystalsvg/16x16/actions/tag_priority_low.png
share/kde/apps/basket/icons/crystalsvg/16x16/actions/tag_priority_medium.png
share/kde/apps/basket/icons/crystalsvg/16x16/actions/tag_progress_000.png
share/kde/apps/basket/icons/crystalsvg/16x16/actions/tag_progress_025.png
share/kde/apps/basket/icons/crystalsvg/16x16/actions/tag_progress_050.png
share/kde/apps/basket/icons/crystalsvg/16x16/actions/tag_progress_075.png
share/kde/apps/basket/icons/crystalsvg/16x16/actions/tag_progress_100.png
share/kde/apps/basket/images/insertion_help.png
share/kde/apps/basket/images/tag_export_help.png
share/kde/apps/basket/images/tag_export_on_every_lines_help.png
share/kde/apps/basket/welcome/Welcome_de.baskets
share/kde/apps/basket/welcome/Welcome_en_US.baskets
share/kde/apps/basket/welcome/Welcome_fr.baskets
share/kde/apps/basket/welcome/Welcome_it.baskets
share/kde/apps/basket/welcome/Welcome_ja.baskets
share/kde/apps/basket/welcome/Welcome_nn.baskets
share/kde/apps/basket/welcome/Welcome_pt.baskets
share/kde/apps/basket/welcome/Welcome_ru.baskets
share/kde/apps/kontact/ksettingsdialog/kontact_basketplugin.setdlg
share/kde/config/magic/basket.magic
share/kde/mimelnk/application/x-basket-archive.desktop
share/kde/mimelnk/application/x-basket-template.desktop
share/kde/services/basket_config_apps.desktop
share/kde/services/basket_config_baskets.desktop
share/kde/services/basket_config_features.desktop
share/kde/services/basket_config_general.desktop
share/kde/services/basket_config_new_notes.desktop
share/kde/services/basket_config_notes.desktop
share/kde/services/basket_config_notes_appearance.desktop
share/kde/services/basket_part.desktop
share/kde/services/basketthumbcreator.desktop
share/kde/services/kontact/basket.desktop
share/kde/services/kontact/basket_v4.desktop
share/locale/cs/LC_MESSAGES/basket.mo
share/locale/de/LC_MESSAGES/basket.mo
share/locale/es/LC_MESSAGES/basket.mo
share/locale/fr/LC_MESSAGES/basket.mo
share/locale/it/LC_MESSAGES/basket.mo
share/locale/ja/LC_MESSAGES/basket.mo
share/locale/nl/LC_MESSAGES/basket.mo
share/locale/nn/LC_MESSAGES/basket.mo
share/locale/pl_PL/LC_MESSAGES/basket.mo
share/locale/pt/LC_MESSAGES/basket.mo
share/locale/ru/LC_MESSAGES/basket.mo
share/locale/tr/LC_MESSAGES/basket.mo
share/locale/zh_CN/LC_MESSAGES/basket.mo
share/locale/zh_TW/LC_MESSAGES/basket.mo

9
misc/basket/distinfo Normal file
View File

@@ -0,0 +1,9 @@
$NetBSD: distinfo,v 1.4 2013/03/28 21:43:09 joerg Exp $
SHA1 (basket-1.0.2.tar.gz) = 8f227c45d84e3739750d39b32700b3329b8c3c84
RMD160 (basket-1.0.2.tar.gz) = 02e5a9bea054f0dc2aaa5c7f916a106dc970a1fd
Size (basket-1.0.2.tar.gz) = 6046068 bytes
SHA1 (patch-aa) = 204154819ad1d53ec8d8c2e7ff25c6f508e9b311
SHA1 (patch-src_backup.cpp) = 6f788a8ee4890a2c30ebc0ce669653d21938d581
SHA1 (patch-src_bnpview.cpp) = e55093b14a1563e0018a53c447e5e44d9f645466
SHA1 (patch-src_notefactory.h) = 349b8fcd86afc782e7501c92a3c7d7871cf56ba6

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-aa,v 1.1 2007/06/18 22:53:32 joerg Exp $
--- src/likeback.cpp.orig 2007-06-18 22:37:38.000000000 +0000
+++ src/likeback.cpp
@@ -48,6 +48,7 @@
#include <kdebug.h>
#include <pwd.h>
+#include <unistd.h>
#include <iostream>

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-src_backup.cpp,v 1.1 2011/11/25 22:07:34 joerg Exp $
--- src/backup.cpp.orig 2011-11-25 14:59:05.000000000 +0000
+++ src/backup.cpp
@@ -26,6 +26,7 @@
#include "tools.h"
#include "formatimporter.h" // To move a folder
+#include <cstdlib>
#include <qhbox.h>
#include <qvbox.h>
#include <qlayout.h>

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-src_bnpview.cpp,v 1.1 2011/11/25 22:07:34 joerg Exp $
--- src/bnpview.cpp.orig 2011-11-25 14:56:03.000000000 +0000
+++ src/bnpview.cpp
@@ -19,6 +19,7 @@
***************************************************************************/
/// NEW:
+#include <cstdlib>
#include <qwidgetstack.h>
#include <qregexp.h>

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-src_notefactory.h,v 1.1 2013/03/28 21:43:09 joerg Exp $
--- src/notefactory.h.orig 2013-03-28 12:33:12.000000000 +0000
+++ src/notefactory.h
@@ -32,8 +32,6 @@ class QColor;
class Basket;
class Note;
-enum NoteType::Id;
-
/** Factory class to create (new, drop, past) or load BasketIem, and eventuelly save them (?)
* @author Sébastien Laoût
*/

5
misc/bbappconf/DESCR Normal file
View File

@@ -0,0 +1,5 @@
bbappconf makes it possible to set some options for the windows blackbox
opens such as:
- on which desktop they should open
- if it should be displayed without titlebar
- if it should be sticky

34
misc/bbappconf/Makefile Normal file
View File

@@ -0,0 +1,34 @@
# $NetBSD: Makefile,v 1.19 2012/10/08 09:57:16 asau Exp $
#
DISTNAME= bbappconf-0.0.2
PKGREVISION= 1
CATEGORIES= misc x11 wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bbtools/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://bbtools.sourceforge.net/download.php?file=1
COMMENT= Configure the behaviour of an application under Blackbox
USE_LANGUAGES= c c++
USE_X11BASE= YES
GNU_CONFIGURE= YES
INSTALLATION_DIRS= ${PKGMANDIR}/man1
post-patch:
${SED} -e 's,@PREFIX@,${PREFIX},' ${WRKSRC}/data/bbappconf.1.tmp > \
${WRKSRC}/data/bbappconf.1
${SED} -e 's,@PREFIX@,${PREFIX},' ${WRKSRC}/data/README.bbappconf > \
${WRKSRC}/data/README.bbappconf.tmp
${MV} ${WRKSRC}/data/README.bbappconf.tmp ${WRKSRC}/data/README.bbappconf
post-install:
${INSTALL_MAN} ${WRKSRC}/data/bbappconf.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

6
misc/bbappconf/PLIST Normal file
View File

@@ -0,0 +1,6 @@
@comment $NetBSD: PLIST,v 1.4 2009/06/14 20:52:11 joerg Exp $
bin/bbappconf
man/man1/bbappconf.1
share/bbtools/README.bbappconf
share/bbtools/bbappconf.bb
share/bbtools/bbappconf.nobb

9
misc/bbappconf/distinfo Normal file
View File

@@ -0,0 +1,9 @@
$NetBSD: distinfo,v 1.4 2005/02/24 11:02:50 agc Exp $
SHA1 (bbappconf-0.0.2.tar.gz) = 13b5746f7977eea1c1175ec39ceec66926151f18
RMD160 (bbappconf-0.0.2.tar.gz) = 040e735e37394efb8d748fa63c01a4c46a4aa59f
Size (bbappconf-0.0.2.tar.gz) = 80107 bytes
SHA1 (patch-aa) = f730864931ec633ffa54e51a42b2d6dfbb127929
SHA1 (patch-ab) = a8d8875d2454c54ac42796b326e494edf2ea9162
SHA1 (patch-ac) = efdb5217518e3814910a85ecf37c66b45bda46d8
SHA1 (patch-ad) = 64f1b680c8065e99d88c205635b105fde8e56284

View File

@@ -0,0 +1,22 @@
$NetBSD: patch-aa,v 1.1.1.1 2002/08/04 16:24:22 jschauma Exp $
--- data/README.bbappconf.orig Sun Aug 4 11:50:44 2002
+++ data/README.bbappconf Sun Aug 4 11:51:29 2002
@@ -4,7 +4,7 @@
Configuration options can be changed in bbappconf.bb.
Most likely you want to change some of these options.
-The global configuration file can be found in $datadir/bbtools/bbappconf.bb
+The global configuration file can be found in @PREFIX@/share/bbtools/bbappconf.bb
A local configuration can be made by copying the bbappconf.bb file to
$HOME/.bbtools/bbappconf.bb and editing it.
@@ -28,7 +28,7 @@
After you have identified an application window you can tell bbappconf what
to do with it:
-bbappconf.x.stick: true or flase
+bbappconf.x.stick: true or false
bbappconf.x.decorless: true or false
bbappconf.x.startOnWorkspace: 1..number of workspaces

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-ab,v 1.2 2002/12/18 04:34:42 jschauma Exp $
--- data/bbappconf.bb.orig Tue Dec 17 23:11:37 2002
+++ data/bbappconf.bb Tue Dec 17 23:12:21 2002
@@ -19,7 +19,7 @@
!bbappconf.1.maxHoriz: false
!bbappconf.1.startOnWorkspace:
-! start xterm with "xterm -name workspace2"
+! start xterm with "xterm -name Workspace2"
!bbappconf.2.classHint.class: XTerm
!bbappconf.2.classHint.name: Workspace2
!bbappconf.2.Stick: true

View File

@@ -0,0 +1,117 @@
$NetBSD: patch-ac,v 1.1.1.1 2002/08/04 16:24:22 jschauma Exp $
--- /dev/null Sun Aug 4 11:24:41 2002
+++ data/bbappconf.1.tmp Sun Aug 4 11:52:41 2002
@@ -0,0 +1,112 @@
+.TH BBAPPCONF 1 "August 04, 2002" bbappconf "bbtools"
+.SH NAME
+bbappconf \- configure applications for blackbox
+
+.SH SYNOPSIS
+.B bbappconf
+[\fIOPTIONS\fR]
+
+.SH DESCRIPTION
+\fBbbappconf\fR is a tool to configure the behaviour of certain aspects of
+an application under the Blackbox window manager.
+
+.SH USAGE
+By default \fBbbappconf\fR reads the Blackbox style-file as defined in
+\fI$HOME/.blackboxrc\fR and copies as much of the style as possible. The
+result is an application which looks a lot like the toolbar.
+
+The \fI-geometry\fR is given as +x+y or -x-y (or combination)
+where -x-y is the (x,y) distance of the right bottom of screen
+to the right bottom of \fBbbappconf\fR.
+
+So \fI-geometry -0-0\fR puts the application in the lower right corner of the
+screen.
+
+.SH OPTIONS
+A summary of the options supported by \fBbbappconf\fR is included below.
+
+.TP
+\fB\-c[onfig]\fR \fIfilename\fR
+use alternate config file
+.TP
+.B \-d[ecorated]
+Show 'normal' decorated window
+.TP
+\fB\-display\fR \fIdisplay name\fR
+X server to connect to
+.TP
+\fB\-geom[etry]\fR \fIgeometry\fR
+Set geometry of window
+.TP
+\fB\-h[elp]\fR
+Show summary of options and exit.
+.TP
+\fB\-n[obb]\fR
+fall back on default configuration
+.TP
+\fB\-s[hape]\fR
+Don't display groundplate
+.TP
+\fB\-v[ersion]\fR
+Display version number
+.TP
+\fB\-w[ithdrawn]\fR
+Place bbtool in the Slit
+
+.SH CONFIGURATION
+To be able to do something with windows we first have to identify them.
+In bbappconf this is done using the X-Windows class hints.
+
+A class hints consists of the application name and class.
+Normally all windows of an application have the same class, different windows
+of an application can have different names.
+
+You can tell bbappconf to indentify a windows as follows:
+.br
+bbappconf.x.classHint.class: class
+.br
+bbappconf.x.classHint.name: name
+
+You should at least define one of these, if both are defined both should
+match. If you want to find out the class/name of a window, use xprop, it will
+show you: WM_CLASS(STRING) = "name", "class"
+
+After you have identified an application window you can tell bbappconf what
+to do with it:
+.TP
+.I bbappconf.x.stick:
+true or false -- makes the window stick on all your desktops.
+.TP
+.I bbappconf.x.decorless:
+true or false -- removes all decorations from a window, like titlebars.
+.TP
+.I bbappconf.x.startOnWorkspace:
+1..number of workspaces -- tells \fBbbappconf\fR to start a window on a certain workspace.
+
+.SH EXAMPLES
+The configuration file shows some examples.
+
+.SH FILES
+.SS "Under Blackbox"
+.nf
+\fI@PREFIX@/share/bbtools/bbappconf.bb\fR the global configuration file
+\fI$HOME/.bbtools/bbappconf.bb\fR a local configuration file
+
+.SS "Under other Window managers"
+.nf
+\fI@PREFIX@/share/bbtools/bbappconf.nobb\fR the global configuration file
+\fI$HOME/.bbtools/bbappconf.nobb\fR a local configuration file
+
+.SH VERSION
+0.0.1-peak3
+
+.SH HISTORY
+\fBbbappconf\fR first appeared on the internet on October 17th, 2000
+
+.SH "SEE ALSO"
+.BR blackbox(1)
+
+.SH AUTHOR
+John Kennis <jkennis@chello.nl> - bbappconf
+.br
+Jan Schaumann <jschauma@netmeister.org> - this man page

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-ad,v 1.1 2002/12/18 04:34:42 jschauma Exp $
--- resource.cc.orig Tue Dec 17 23:18:55 2002
+++ resource.cc Tue Dec 17 23:18:41 2002
@@ -23,6 +23,7 @@
#include "blackboxstyle.hh"
Resource::Resource(ToolWindow *toolwindow): BaseResource(toolwindow) {
+ frame.font = NULL;
Load();
}

2
misc/bbdb/DESCR Normal file
View File

@@ -0,0 +1,2 @@
The Insidious Big Brother DataBase is an emacs-based contact manager
that integrates itself into your mail and news clients.

50
misc/bbdb/Makefile Normal file
View File

@@ -0,0 +1,50 @@
# $NetBSD: Makefile,v 1.29 2013/04/06 20:27:25 rodent Exp $
#
DISTNAME= bbdb-2.35
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
PKGREVISION= 1
CATEGORIES= mail misc news
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bbdb/}
MAINTAINER= minoura@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/bbdb/
COMMENT= Insidious Big Brother DataBase, a rolodex-like database Emacs program
# bbdb is included in xemacs-packages
EMACS_VERSIONS_ACCEPTED= emacs24 emacs24nox emacs23 emacs23nox \
emacs22 emacs22nox emacs21 emacs21nox \
emacs20
CONFLICTS+= xemacs-packages-[0-9]*
USE_PKGLOCALEDIR= yes
CONFIGURE_ARGS+= --enable-rmail
GNU_CONFIGURE= yes
BUILD_TARGET= all mhe
USE_TOOLS+= makeinfo
INFO_FILES= yes
LISPDIR= ${EMACS_LISPPREFIX}/bbdb
INSTALLATION_DIRS= ${EMACS_INFOPREFIX}
MAKE_JOBS_SAFE= no
.include "../../editors/emacs/modules.mk"
post-extract:
${RM} -rf ${WRKSRC}/lisp/*.elc
.if ${EMACS_FLAVOR} == "xemacs"
CONFIGURE_ARGS+= --with-emacs=xemacs
CONFIGURE_ARGS+= --with-package-dir=${PREFIX}/lib/xemacs/site-packages
INSTALL_TARGET= install-pkg
.else
do-install:
${MKDIR} ${DESTDIR}${LISPDIR}
${INSTALL_DATA} ${WRKSRC}/lisp/*.el ${DESTDIR}${LISPDIR}
${INSTALL_DATA} ${WRKSRC}/lisp/*.elc ${DESTDIR}${LISPDIR}
cd ${WRKSRC}/texinfo; for f in bbdb.info bbdb.info-[0-9]*; do \
${TEST} ! -f "$$f" || \
${INSTALL_DATA} "$$f" ${DESTDIR}${PREFIX}/${PKGINFODIR};\
done
.endif
.include "../../mk/bsd.pkg.mk"

42
misc/bbdb/PLIST Normal file
View File

@@ -0,0 +1,42 @@
@comment $NetBSD: PLIST,v 1.6 2009/06/14 18:07:18 joerg Exp $
${EMACS_INFOPREFIX}/bbdb.info
${FOR_emacs}${EMACS_LISPPREFIX}/bbdb/bbdb-autoloads.el
${EMACS_LISPPREFIX}/bbdb/bbdb-com.el
${EMACS_LISPPREFIX}/bbdb/bbdb-com.elc
${EMACS_LISPPREFIX}/bbdb/bbdb-ftp.el
${EMACS_LISPPREFIX}/bbdb/bbdb-ftp.elc
${EMACS_LISPPREFIX}/bbdb/bbdb-gnus.el
${EMACS_LISPPREFIX}/bbdb/bbdb-gnus.elc
${EMACS_LISPPREFIX}/bbdb/bbdb-gui.el
${EMACS_LISPPREFIX}/bbdb/bbdb-gui.elc
${EMACS_LISPPREFIX}/bbdb/bbdb-hooks.el
${EMACS_LISPPREFIX}/bbdb/bbdb-hooks.elc
${EMACS_LISPPREFIX}/bbdb/bbdb-merge.el
${EMACS_LISPPREFIX}/bbdb/bbdb-merge.elc
${EMACS_LISPPREFIX}/bbdb/bbdb-mhe.el
${EMACS_LISPPREFIX}/bbdb/bbdb-mhe.elc
${EMACS_LISPPREFIX}/bbdb/bbdb-migrate.el
${EMACS_LISPPREFIX}/bbdb/bbdb-migrate.elc
${EMACS_LISPPREFIX}/bbdb/bbdb-print.el
${EMACS_LISPPREFIX}/bbdb/bbdb-print.elc
${EMACS_LISPPREFIX}/bbdb/bbdb-reportmail.el
${FOR_xemacs214}${EMACS_LISPPREFIX}/bbdb/bbdb-reportmail.elc
${FOR_xemacs215}${EMACS_LISPPREFIX}/bbdb/bbdb-reportmail.elc
${EMACS_LISPPREFIX}/bbdb/bbdb-rmail.el
${EMACS_LISPPREFIX}/bbdb/bbdb-rmail.elc
${EMACS_LISPPREFIX}/bbdb/bbdb-sc.el
${EMACS_LISPPREFIX}/bbdb/bbdb-sc.elc
${EMACS_LISPPREFIX}/bbdb/bbdb-snarf.el
${EMACS_LISPPREFIX}/bbdb/bbdb-snarf.elc
${EMACS_LISPPREFIX}/bbdb/bbdb-srv.el
${FOR_xemacs214}${EMACS_LISPPREFIX}/bbdb/bbdb-srv.elc
${FOR_xemacs215}${EMACS_LISPPREFIX}/bbdb/bbdb-srv.elc
${FOR_emacs}${EMACS_LISPPREFIX}/bbdb/bbdb-vm.el
${EMACS_LISPPREFIX}/bbdb/bbdb-w3.el
${EMACS_LISPPREFIX}/bbdb/bbdb-w3.elc
${EMACS_LISPPREFIX}/bbdb/bbdb-whois.el
${EMACS_LISPPREFIX}/bbdb/bbdb-whois.elc
${EMACS_LISPPREFIX}/bbdb/bbdb-xemacs.el
${EMACS_LISPPREFIX}/bbdb/bbdb-xemacs.elc
${EMACS_LISPPREFIX}/bbdb/bbdb.el
${EMACS_LISPPREFIX}/bbdb/bbdb.elc

25
misc/bbdb/buildlink3.mk Normal file
View File

@@ -0,0 +1,25 @@
# $NetBSD: buildlink3.mk,v 1.3 2009/03/20 19:25:00 joerg Exp $
#
.include "../../editors/emacs/modules.mk"
.if ${EMACS_FLAVOR} == "emacs"
BUILDLINK_TREE+= bbdb
.if !defined(BBDB_BUILDLINK3_MK)
BBDB_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.bbdb+= ${EMACS_PKGNAME_PREFIX}bbdb>=2
BUILDLINK_PKGSRCDIR.bbdb?= ../../misc/bbdb
BUILDLINK_CONTENTS_FILTER.bbdb= ${EGREP} '.*\.el$$|.*\.elc$$'
.else
# XEmacs has bbdb in xemacs-packages
EMACS_MODULES+= base
.endif
.endif # BBDB_BUILDLINK3_MK
BUILDLINK_TREE+= -bbdb

7
misc/bbdb/distinfo Normal file
View File

@@ -0,0 +1,7 @@
$NetBSD: distinfo,v 1.5 2011/10/12 00:42:59 minskim Exp $
SHA1 (bbdb-2.35.tar.gz) = 5fc27ed404e7de1628494a706da96504398ffd20
RMD160 (bbdb-2.35.tar.gz) = ea212acd00c18b9a8c3a8b1aa4b1c5727ea3a55c
Size (bbdb-2.35.tar.gz) = 767464 bytes
SHA1 (patch-aa) = 4b9942a4b1f8e2675cdaca67777c80d6490d01ac
SHA1 (patch-lisp_bbdb-mhe.el) = c5b83ce06528db10d0f468d2d10d73ccb6dc453e

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-aa,v 1.1 2008/11/19 13:03:37 obache Exp $
Fixes dependency for parallel build.
--- lisp/Makefile.in.orig 2002-01-07 09:00:08.000000000 +0000
+++ lisp/Makefile.in
@@ -114,7 +114,7 @@ bbdb.elc: bbdb.el
bbdb-com.elc: bbdb.elc bbdb-com.el
bbdb-ftp.elc: bbdb.elc bbdb-ftp.el
bbdb-gui.elc: bbdb.elc bbdb-gui.el
-bbdb-merge.elc: bbdb-merge.el
+bbdb-merge.elc: bbdb.elc bbdb-merge.el
bbdb-migrate.elc: bbdb.elc bbdb-migrate.el
bbdb-print.elc: bbdb.elc bbdb-print.el
bbdb-snarf.elc: bbdb.elc bbdb-snarf.el

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-lisp_bbdb-mhe.el,v 1.1 2011/10/11 19:30:40 minskim Exp $
Make bbdb build with emacs-24.
--- lisp/bbdb-mhe.el.orig 2001-08-31 15:07:47.000000000 +0000
+++ lisp/bbdb-mhe.el
@@ -37,7 +37,7 @@
(defmacro bbdb/mh-cache-key (message)
"Return a (numeric) key for MESSAGE"
- (`(let* ((attrs (file-attributes (, message)))
+ ( ` (let* ((attrs (file-attributes (, message)))
(status-time (nth 6 attrs))
(status-time-2 (cdr status-time))
(inode (nth 10 attrs)))

6
misc/bbweather/DESCR Normal file
View File

@@ -0,0 +1,6 @@
bbweather is a tool which displays the current weather conditions in an
decorated window, simulating the look of the Blackbox toolbar (Blackbox is a
Windowmanager for X11). This tool is heavily based on "bbdate" by John
Kennis. Furthermore, bbweather was inspired by wmWeather by Michael G.
Henderson, from where the perl-script to fetch the weather-conditions from
your local station originated.

30
misc/bbweather/Makefile Normal file
View File

@@ -0,0 +1,30 @@
# $NetBSD: Makefile,v 1.26 2013/05/31 12:41:26 wiz Exp $
#
DISTNAME= bbweather-0.6.2
PKGREVISION= 3
CATEGORIES= misc
MASTER_SITES= http://www.netmeister.org/apps/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.netmeister.org/apps/bbweather/
COMMENT= Show current weather conditions
DEPENDS+= wget>=1.7:../../net/wget
GNU_CONFIGURE= YES
REPLACE_PERL= GrabWeather
USE_LANGUAGES= c c++
USE_TOOLS+= gunzip perl:run
post-install:
cd ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 && ${GUNZIP_CMD} GrabWeather.1.gz
cd ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 && ${GUNZIP_CMD} bbweather.1.gz
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

16
misc/bbweather/PLIST Normal file
View File

@@ -0,0 +1,16 @@
@comment $NetBSD: PLIST,v 1.5 2009/06/14 20:52:11 joerg Exp $
bin/GrabWeather
bin/bbweather
man/man1/GrabWeather.1
man/man1/bbweather.1
share/bbtools/README.bbweather
share/bbtools/bbtoolsrc.in
share/bbtools/bbweather.conf
share/bbtools/bbweather.nobb
share/bbtools/bbweather.style
share/doc/html/bbweather/index-1.html
share/doc/html/bbweather/index-2.html
share/doc/html/bbweather/index-3.html
share/doc/html/bbweather/index-4.html
share/doc/html/bbweather/index-5.html
share/doc/html/bbweather/index.html

5
misc/bbweather/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.7 2005/02/24 11:02:50 agc Exp $
SHA1 (bbweather-0.6.2.tar.bz2) = bdb3359876434a6d698a70a975312ca29b2116c4
RMD160 (bbweather-0.6.2.tar.bz2) = 3a93b7597af12f4001c3b61495e93ed079867cd4
Size (bbweather-0.6.2.tar.bz2) = 80487 bytes

7
misc/blccc/DESCR Normal file
View File

@@ -0,0 +1,7 @@
This is a rewrite of the master control program for Blinkenlights.
The first implementation used to be a GTK+ application that allowed
previewing of movies and run-time modification of the playlist using
a graphical user interface. The need for a way to control
the Blinkenlights remotely arose, so this new implementation runs as
a daemon controllable via telnet connections. This software was used
for the Blinkenlights installation at the end of September 2001.

32
misc/blccc/Makefile Normal file
View File

@@ -0,0 +1,32 @@
# $NetBSD: Makefile,v 1.32 2013/06/06 12:54:45 wiz Exp $
#
DISTNAME= blccc-1.99
PKGREVISION= 22
CATEGORIES= misc
MASTER_SITES= http://sven.gimp.org/blinkenlights/
MAINTAINER= salo@NetBSD.org
HOMEPAGE= http://www.blinkenlights.de/
COMMENT= Blinkenlights Chaos Control Center
USE_TOOLS+= pkg-config
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
SHLIBTOOL_OVERRIDE= # empty
EGDIR= ${PREFIX}/share/examples/blccc
INSTALLATION_DIRS= ${EGDIR}/movies ${EGDIR}/on-demand
.include "../../devel/blib/buildlink3.mk"
post-install:
for f in config.xml loveletters.xml playlist.default.xml \
movies/bushfire-test.gif movies/bushfire_60frames.gif \
movies/camel.blm movies/the_fly.blm on-demand/4467.blm; \
do \
${INSTALL_DATA} ${WRKSRC}/examples/$${f} ${DESTDIR}${EGDIR}/$${f};\
done
.include "../../mk/bsd.pkg.mk"

12
misc/blccc/PLIST Normal file
View File

@@ -0,0 +1,12 @@
@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:07:18 joerg Exp $
bin/blccc
lib/blccc/modules/libtest.la
share/blccc/playlist.dtd
share/examples/blccc/config.xml
share/examples/blccc/loveletters.xml
share/examples/blccc/movies/bushfire-test.gif
share/examples/blccc/movies/bushfire_60frames.gif
share/examples/blccc/movies/camel.blm
share/examples/blccc/movies/the_fly.blm
share/examples/blccc/on-demand/4467.blm
share/examples/blccc/playlist.default.xml

5
misc/blccc/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2005/02/24 11:02:50 agc Exp $
SHA1 (blccc-1.99.tar.gz) = f703442a2f11a5fb6dd0da83bdb262c1cadc386a
RMD160 (blccc-1.99.tar.gz) = 45c4c3ea9cd637cbc201eb96fa121bc613ddbcf4
Size (blccc-1.99.tar.gz) = 239507 bytes

19
misc/bottlerocket/DESCR Normal file
View File

@@ -0,0 +1,19 @@
What is BottleRocket?
BottleRocket is a command-line interface for Unix systems to use the
FireCracker kit. It is easy to use, has all of the major (non-gui)
functionality of the Windows interface, is easy to call from scripts
and the backend code is made to be easily linked into other programs.
What is the X10 FireCracker kit?
The X10 Firecracker kit is a simple wireless home automation system,
consisting of a lamp module, an appliance module/radio receiver, a
hand held wireless transmitter and a wireless transmitter that plugs
into a standard RS-232 serial port. Using either the handheld
transmitter or the serial port transmitter, a user can turn on or off
any of up to 256 appliances, and brighten/dim any of those that happen
to be lamps and plugged into the special lamp modules. Each appliance
to be controlled must be plugged into its own module, and each module
is set (by turning dials on the front) to a unique address by which it
is identified.

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.14 2012/10/08 09:57:17 asau Exp $
DISTNAME= bottlerocket-0.04c
PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://mlug.missouri.edu/~tymm/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mlug.missouri.edu/~tymm/
COMMENT= Home Automation Software for the X10 FireCracker kit
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
BUILD_TARGET= br
X10_PORT?= ${DEFAULT_SERIAL_DEVICE}
CONFIGURE_ARGS+=--with-x10port=${X10_PORT:Q}
BUILD_DEFS+= X10_PORT
.include "../../mk/bsd.pkg.mk"

2
misc/bottlerocket/PLIST Normal file
View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:27:36 zuntum Exp $
bin/br

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.4 2010/02/04 05:08:12 dholland Exp $
SHA1 (bottlerocket-0.04c.tar.gz) = 70f4877cea17653ae8e21d93c1a620c7ddeeeb69
RMD160 (bottlerocket-0.04c.tar.gz) = d1db2caa29faf599132e7c7f6036a7d170778718
Size (bottlerocket-0.04c.tar.gz) = 40533 bytes
SHA1 (patch-aa) = c4702360736c12e63534554ae191ac19dcedf03f

View File

@@ -0,0 +1,24 @@
$NetBSD: patch-aa,v 1.2 2010/02/04 05:08:12 dholland Exp $
--- Makefile.in.orig 1999-07-17 19:03:14.000000000 +0000
+++ Makefile.in
@@ -23,7 +23,7 @@ includedir = @includedir@
CFLAGS = @CFLAGS@
-CFLAGS += -I. -Wall -O2 -DX10_PORTNAME=\"@X10PORT@\"
+CFLAGS += -I. -Wall -DX10_PORTNAME=\"@X10PORT@\"
DEFS=@DEFS@
LIBS=@LIBS@
INSTALL= @INSTALL@
@@ -49,8 +49,8 @@ br_cmd.o: ${srcdir}/br_cmd.c ${srcdir}/b
${CC} ${CFLAGS} ${DEFS} -c ${srcdir}/br_cmd.c
install: br
- ${INSTALL} -d -m 755 ${bindir}
- ${INSTALL} -m 555 br ${bindir}
+ ${INSTALL} -d -m 755 ${DESTDIR}${bindir}
+ ${INSTALL} -m 555 br ${DESTDIR}${bindir}
clean:
-rm -f *.o br

5
misc/brs/DESCR Normal file
View File

@@ -0,0 +1,5 @@
Bible Retrieval System (BRS) consists of a textual database of the
Authorized ("King James") Version of the Old and New Testaments, a set
of libraries for finding and retrieving text, and a program ("bible")
which uses the libraries to retrieve Bible passages given references
on the command line or from standard input.

23
misc/brs/Makefile Normal file
View File

@@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.11 2012/10/08 09:57:17 asau Exp $
#
DISTNAME= brs.4.00.l1
PKGNAME= brs-4.0
PKGREVISION= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/religion/}
MAINTAINER= bcv@hub3.net
HOMEPAGE= http://bible.theverge.com/brs.html
COMMENT= Interactive King James Version Bible
WRKSRC= ${WRKDIR}/bible
BUILD_TARGET= bible
SUBST_CLASSES+= man
SUBST_STAGE.man= post-patch
SUBST_FILES.man= bible.1
SUBST_SED.man= -e s,/usr/local/lib,${PREFIX}/libdata/${PKGBASE},
BUILDLINK_TRANSFORM+= rm:-fwritable-strings # gcc4 doesn't know it.
.include "../../mk/bsd.pkg.mk"

5
misc/brs/PLIST Normal file
View File

@@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.2 2004/08/16 11:54:20 salo Exp $
bin/bible
libdata/brs/bible.data
libdata/brs/bible.data.conc
man/man1/bible.1

11
misc/brs/distinfo Normal file
View File

@@ -0,0 +1,11 @@
$NetBSD: distinfo,v 1.6 2012/07/03 17:39:53 joerg Exp $
SHA1 (brs.4.00.l1.tar.gz) = 12406ad5738caeb828e0773a45290ed5e098940a
RMD160 (brs.4.00.l1.tar.gz) = 1445c754ffd16cbb00cb27003b748a46c7aadbe0
Size (brs.4.00.l1.tar.gz) = 2651253 bytes
SHA1 (patch-aa) = 8d224d526a5b8a8712b03fc2b06e1882cff9d321
SHA1 (patch-ab) = fa5cfa52605b7b3f6b50f30c5405cb2106b2bd11
SHA1 (patch-ac) = 1b6aca04c879d5e5011f36d8cfd0f59379c339f5
SHA1 (patch-ad) = 33cac111acad1f727aee01bf50ec5893f21fe60e
SHA1 (patch-bible.c) = 631c58cb6bcf5be81de7f601b3decbb374842c4c
SHA1 (patch-brl.c) = 04a185efd0675a105a9d7c8602af8477d5d69eb2

71
misc/brs/patches/patch-aa Normal file
View File

@@ -0,0 +1,71 @@
$NetBSD: patch-aa,v 1.4 2012/07/03 17:39:53 joerg Exp $
--- Makefile.orig 1994-12-15 01:53:00.000000000 +0000
+++ Makefile
@@ -46,16 +46,16 @@ DATA = $(PROGRAM).data
NINSTPKG = $(PROGRAM).pkg
# where to install this stuff
-DEST = /usr
+DEST = ${DESTDIR}$(PREFIX)
#DEST = $(HOME)/local
DESTBIN = $(DEST)/bin
-DESTLIB = $(DEST)/lib
+DESTLIB = $(DEST)/libdata/brs
DESTMAN = $(DEST)/man
DESTMAN1 = $(DESTMAN)/man1
# I use environment variables for these...
#CFLAGS = -g
-CFLAGS = -O2 -fwritable-strings -DDESTLIB=\"$(DESTLIB)\"
+CFLAGS += -fwritable-strings -DDESTLIB=\"$(DESTLIB)\"
# release directories. Nobody should care about this but me
FTPHOME = /mnt/ftp
@@ -66,7 +66,7 @@ NINSTPKGDIR = $(NINSTDIR)/packages
# This is only used by the author when making a new release ftp-able.
INSTALL = .do cp
-LD = cc
+LD = $(CC)
MAKEFILE = Makefile
@@ -398,31 +398,12 @@ ninstall: $(NINSTPKG)
# The "install" target could be of general use. That's why there are
# no explicit dependencies here. They just confuse things...
install:
- @if [ ! -r $(DEST) ]; then mkdir $(DEST); fi
- @echo Installing $(PROGRAM) in $(DESTBIN)
- @-strip $(PROGRAM)
- @if [ ! -r $(DESTBIN) ]; then mkdir $(DESTBIN); fi
- @if [ $(DESTBIN) != . ]; then \
- ((cd $(DESTBIN);rm -f $(PROGRAM)); \
- cp $(PROGRAM) $(DESTBIN)); \
- chown bin $(DESTBIN)/$(PROGRAM); \
- chgrp bin $(DESTBIN)/$(PROGRAM); \
- chmod 755 $(DESTBIN)/$(PROGRAM); fi
- @echo Installing $(DATA) and $(DATA).conc in $(DESTLIB)
- @if [ ! -r $(DESTLIB) ]; then mkdir $(DESTLIB); fi
- @if [ $(DESTLIB) != . ]; then \
- cp $(DATA) $(DATA).conc $(DESTLIB); \
- chown bin $(DESTLIB)/$(DATA) $(DESTLIB)/$(DATA).conc; \
- chgrp bin $(DESTLIB)/$(DATA) $(DESTLIB)/$(DATA).conc; \
- chmod 644 $(DESTLIB)/$(DATA) $(DESTLIB)/$(DATA).conc; fi
- @if [ ! -r $(DESTMAN) ]; then mkdir $(DESTMAN); fi
- @echo Installing $(MAN) in $(DESTMAN1)
- @if [ ! -r $(DESTMAN1) ]; then mkdir $(DESTMAN1); fi
- @if [ $(DESTMAN1) != . ]; then \
- cp $(MAN) $(DESTMAN1)/$(MAN); \
- chown bin $(DESTMAN1)/$(MAN); \
- chgrp bin $(DESTMAN1)/$(MAN); \
- chmod 644 $(DESTMAN1)/$(MAN); fi
+ $(BSD_INSTALL_PROGRAM_DIR) $(DESTBIN)
+ $(BSD_INSTALL_PROGRAM) $(PROGRAM) $(DESTBIN)/
+ $(BSD_INSTALL_DATA_DIR) $(DESTLIB)
+ $(BSD_INSTALL_DATA) $(DATA) $(DATA).conc $(DESTLIB)/
+ $(BSD_INSTALL_MAN_DIR) $(DESTMAN1)
+ $(BSD_INSTALL_MAN) $(MAN) $(DESTMAN1)/
uninstall:; @echo Un-installing $(PROGRAM), $(DATA) and $(MAN)
rm -f $(DESTBIN)/$(PROGRAM)

47
misc/brs/patches/patch-ab Normal file
View File

@@ -0,0 +1,47 @@
$NetBSD: patch-ab,v 1.2 2012/07/03 17:39:53 joerg Exp $
--- bible.1.orig 1994-12-12 19:05:28.000000000 +0000
+++ bible.1
@@ -96,7 +96,7 @@ kilobytes.
.I Bible\^
normally searches for the text data file first in the current directory,
and then in
-.BR /usr/local/lib .
+.BR /usr/pkg/libdata/brs .
The
.B \-p
option may be used to change the search path.
@@ -314,17 +314,17 @@ and
Miscellaneous program control commands:
.TP 15 "\w'\-t\ prefix\ \ 'u"
-.B \?, ?h, ?help
+.B ?, ?h, ?help
Prints help text.
.TP
-.B \?f
+.B ?f
Toggles output formatting modes.
.TP
-.BI \?w file
+.BI ?w file
Begin writing program output to a file. If file exists, output is
appended to what's there already.
.TP
-.B \?w
+.B ?w
Stop writing to a file.
.TP
.B \>, \<
@@ -369,9 +369,9 @@ whole book as one might hope. Similarly
results in a range of Matthew 1:1 to Revelation 1:1, instead of extending
all the way to Revelation 22:21.
.SH FILES
-/usr/local/lib/bible.data
+/usr/pkg/libdata/brs/bible.data
.br
-/usr/local/lib/bible.data.conc
+/usr/pkg/libdata/brs/bible.data.conc
.SH SEE ALSO
Rev3:20
.SH AUTHOR

87
misc/brs/patches/patch-ac Normal file
View File

@@ -0,0 +1,87 @@
$NetBSD: patch-ac,v 1.2 2012/07/03 17:39:53 joerg Exp $
--- tsl.c.orig 1994-12-12 03:55:31.000000000 +0000
+++ tsl.c
@@ -97,3 +97,5 @@
#include <stdio.h>
-#include <varargs.h>
+#include <stdarg.h>
+#include <stdlib.h>
+#include <string.h>
/* #include <search.h> */
@@ -111,4 +113,2 @@ static char rcs_ident[]="@(#)$Header: ts
-char *malloc();
-char *strtok();
@@ -123,2 +123,5 @@ file_ptr_t *tsl_wtable=NULL; /* Table of
+tsl_textread( long start, long vsize, char *vb );
+cmp_decompress( char *inb, char *outb, int insize );
+
/* buffer structures.
@@ -147,3 +150,4 @@ int tsl_maxbuffusage=0x100000; /* Max bu
-tsl_error( fatal, va_alist )
+void
+tsl_error(int fatal, ...)
/*----------------------------------------------------------------------
@@ -156,4 +160,2 @@ tsl_error( fatal, va_alist )
| fatal TRUE if the error should cause an exit.
-| va_alist Variable argument list for printing the error
-| report.
|
@@ -163,5 +165,2 @@ tsl_error( fatal, va_alist )
\*----------------------------------------------------------------------*/
-
-int fatal;
-va_dcl
{
@@ -170,3 +169,3 @@ va_dcl
- va_start(ap);
+ va_start(ap, fatal);
@@ -182,3 +181,3 @@ va_dcl
-tsl_scan_concordance( target, sbuf, range_start, range_end )
+tsl_scan_concordance( char *target, ref_t *sbuf, ref_t range_start, ref_t range_end )
/*----------------------------------------------------------------------
@@ -205,6 +204,2 @@ tsl_scan_concordance( target, sbuf, rang
-char *target;
-ref_t *sbuf;
-ref_t range_start;
-ref_t range_end;
{
@@ -322,3 +317,3 @@ ref_t range_end;
-int tsl_gettext( vn, vc, vb, vbsize )
+int tsl_gettext( int vn, int vc, char *vb, int vbsize )
/*----------------------------------------------------------------------
@@ -341,5 +336,2 @@ int tsl_gettext( vn, vc, vb, vbsize )
-int vn, vc;
-char *vb;
-int vbsize;
{
@@ -384,3 +376,3 @@ int vn, vc;
-tsl_textread( start, vsize, vb )
+tsl_textread( long start, long vsize, char *vb )
/*----------------------------------------------------------------------
@@ -407,4 +399,2 @@ tsl_textread( start, vsize, vb )
-long start, vsize;
-char *vb;
{
@@ -628,3 +618,3 @@ int memlimit;
tsl_firstbuffer.prev = NULL;
- tsl_firstbuffer.win = NULL;
+ tsl_firstbuffer.win = 0;
tsl_firstbuffer.bufferp = NULL;
@@ -632,3 +622,3 @@ int memlimit;
tsl_lastbuffer.next = NULL;
- tsl_lastbuffer.win = NULL;
+ tsl_lastbuffer.win = 0;
tsl_lastbuffer.bufferp = NULL;

42
misc/brs/patches/patch-ad Normal file
View File

@@ -0,0 +1,42 @@
$NetBSD: patch-ad,v 1.2 2012/07/03 17:39:53 joerg Exp $
--- compresslib.c.orig 1989-09-15 03:34:02.000000000 +0000
+++ compresslib.c
@@ -43,7 +43,7 @@
|
\*----------------------------------------------------------------------*/
-
+#include <string.h>
#define min(a,b) ((a>b) ? b : a)
@@ -112,7 +112,7 @@
#ifdef PBITS /* Preferred BITS for this memory size */
# ifndef BITS
# define BITS PBITS
-# endif BITS
+# endif /* BITS */
#endif /* PBITS */
#if BITS == 16
@@ -360,7 +360,7 @@ char_type *inb;
-cmp_decompress( inb, outb, insize )
+cmp_decompress( char_type *inb, char_type *outb, int insize )
/*----------------------------------------------------------------------
| NAME:
| cmp_decompress
@@ -392,10 +392,6 @@ cmp_decompress( inb, outb, insize )
| worked from stdin to stdout.
|
\*----------------------------------------------------------------------*/
-
-char_type *inb;
-char_type *outb;
-int insize;
{
register char_type *stackp;
register int finchar;

View File

@@ -0,0 +1,48 @@
$NetBSD: patch-bible.c,v 1.1 2012/07/03 17:39:53 joerg Exp $
--- bible.c.orig 1994-12-12 19:30:47.000000000 +0000
+++ bible.c
@@ -136,2 +136,3 @@
+#include <string.h>
#include <ctype.h>
@@ -153,2 +154,3 @@ static char rcs_ident[]="@(#)$Header: bi
+void cmd_list(void);
@@ -195,3 +197,4 @@ char help_text[]="\n\
-
+tsl_scan_concordance( char *target, ref_t *sbuf, ref_t range_start, ref_t range_end );
+brl_init( char *dfname, char *dfpath, int memlimit );
@@ -248,3 +251,3 @@ ref_t *buf;
-
+void
cmd_ANDconcordance( word )
@@ -305,3 +308,3 @@ char *word;
-
+void
cmd_ORconcordance( word )
@@ -369,3 +372,3 @@ char *word;
-
+void
cmd_concordance( word )
@@ -424,3 +427,3 @@ cmd_help()
-
+void
cmd_inrange( range )
@@ -493,3 +496,3 @@ char *range;
-
+void
cmd_list()
@@ -594,3 +597,3 @@ int verbose;
-
+void
cmd_view()

View File

@@ -0,0 +1,42 @@
$NetBSD: patch-brl.c,v 1.1 2012/07/03 17:39:53 joerg Exp $
--- brl.c.orig 1994-12-12 19:15:01.000000000 +0000
+++ brl.c
@@ -140,7 +140,7 @@
|
\*----------------------------------------------------------------------*/
-
+#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include "tsl.h"
@@ -289,6 +289,10 @@ char *bookabbrvstr[] = { "Gen",
"BAD"
};
+tsl_init(char *dfname, char *path, int memlimit);
+int tsl_printtext( int vn, int vc );
+void tsl_error(int fatal, ...);
+int tsl_gettext( int vn, int vc, char *vb, int vbsize );
ref_t brl_cur_vnum; /* Current context. */
@@ -1118,7 +1122,7 @@ ref_t *absversep;
-brl_init( dfname, dfpath, memlimit )
+brl_init( char *dfname, char *dfpath, int memlimit )
/*----------------------------------------------------------------------
| NAME:
| brl_init
@@ -1137,8 +1141,6 @@ brl_init( dfname, dfpath, memlimit )
|
\*----------------------------------------------------------------------*/
-int memlimit;
-char *dfname, *dfpath;
{
if (dfname == NULL)
dfname = "bible.data";

11
misc/bsdiff/DESCR Normal file
View File

@@ -0,0 +1,11 @@
Bsdiff and bspatch are tools for building and applying patches to binary
files. By using suffix sorting (specifically, Larsson and Sadakane's
qsufsort) and taking advantage of how executable files change, bsdiff
routinely produces binary patches 50-80% smaller than those produced by
Xdelta, and 15% smaller than those produced by .RTPatch (a $2750/seat
commercial patch tool).
If n is the size of the old file and m is the size of the new file, bsdiff
runs in O((n+m) log n) time; on a 200MHz Pentium Pro, building a binary
patch for a 4MB file takes about 90 seconds. bspatch runs in O(n+m) time;
on the same machine, applying that patch takes about two seconds.

21
misc/bsdiff/Makefile Normal file
View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.12 2012/10/08 09:57:17 asau Exp $
#
DISTNAME= bsdiff-4.3
CATEGORIES= misc
MASTER_SITES= http://www.daemonology.net/bsdiff/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.daemonology.net/bsdiff/
COMMENT= Size efficient binary diff and patch tools
USE_TOOLS+= bzip2:run
MAKE_ENV+= BZIP2=${BZIP2}
MAKE_ENV+= INSTALL=${TOOLS_PATH.install:Q}
INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

5
misc/bsdiff/PLIST Normal file
View File

@@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/30 17:34:45 cjep Exp $
bin/bsdiff
bin/bspatch
man/man1/bsdiff.1
man/man1/bspatch.1

5
misc/bsdiff/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.4 2006/11/20 07:30:35 cjep Exp $
SHA1 (bsdiff-4.3.tar.gz) = 0c0a89d604fc55ef2b5e69cd18372b2972edd8b8
RMD160 (bsdiff-4.3.tar.gz) = 27bb255b5dd5aa56d3a076dac9ca76d238a79a04
Size (bsdiff-4.3.tar.gz) = 5740 bytes

4
misc/bsdstats/DESCR Normal file
View File

@@ -0,0 +1,4 @@
BSD-Stats is collecting statistics about *BSD installations (and flavours) and
the hardware used for running those, to demonstrate to hardware and software
vendors out there that *BSD should be viewed as a serious operating system,
not just as a hobbyist system, for support (ie. hardware drivers) purposes.

14
misc/bsdstats/MESSAGE Normal file
View File

@@ -0,0 +1,14 @@
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2010/03/12 00:13:40 morr Exp $
Add the following line to your /etc/monthly.local:
${PREFIX}/bin/300.statistics > /dev/null
And add the following lines to your /etc/rc.conf:
monthly_statistics_enable="YES" # needed for bsdstats to work at all
monthly_statistics_report_devices="YES" # optionally report devices too
monthly_statistics_report_ports="YES" # optionally report installed ports
===========================================================================

Some files were not shown because too many files have changed in this diff Show More