Mostly whitespace and blank line fixing. Some files also got minor

formatting corrections as well as other corrections.
This commit is contained in:
Blue Rats 2012-11-23 22:33:25 +00:00 committed by Thomas Klausner
parent 3781ebb90b
commit b279d62a40
115 changed files with 339 additions and 385 deletions

View File

@ -1,3 +1,2 @@
'hash' digests of arbitrary R objects using the md5, sha-1, sha-256 and crc32 algorithms
permitting easy comparison of R objects.
"Hash" digests of arbitrary R objects using the md5, sha-1, sha-256 and crc32
algorithms permitting easy comparison of R objects.

View File

@ -1,3 +1,3 @@
Commons-Digester converts XML to a Java object by a set of mapping rules.
A rich set of predefined rules is available for your use.
You can also create your own rules
Commons-Digester converts XML to a Java object by a set of mapping rules. A rich
set of predefined rules is available for your use. You can also create your own
rules.

View File

@ -1,9 +1,9 @@
Velocity is a Java-based template engine. It permits anyone to use the simple
yet powerful template language to reference objects defined in Java code.
When Velocity is used for web development, Web designers can work in parallel
with Java programmers to develop web sites according to
the Model-View-Controller (MVC) model, meaning that web page designers can focus
solely on creating a site that looks good, and programmers can focus solely on
writing top-notch code. Velocity separates Java code from the web pages,
making the web site more maintainable over the long run and providing a viable
alternative to Java Server Pages (JSPs) or PHP.
yet powerful template language to reference objects defined in Java code. When
Velocity is used for web development, Web designers can work in parallel with
Java programmers to develop web sites according to the Model-View-Controller
(MVC) model, meaning that web page designers can focus solely on creating a site
that looks good, and programmers can focus solely on writing top-notch code.
Velocity separates Java code from the web pages, making the web site more
maintainable over the long run and providing a viable alternative to Java Server
Pages (JSPs) or PHP.

View File

@ -1,7 +1,7 @@
# $NetBSD: options.mk,v 1.1.1.1 2011/08/05 10:20:22 jihbed Exp $
# $NetBSD: options.mk,v 1.2 2012/11/23 22:33:26 othyro Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.aravis
PKG_SUPPORTED_OPTIONS= cairo gstreamer
PKG_SUPPORTED_OPTIONS= cairo gstreamer
PKG_SUGGESTED_OPTIONS= cairo gstreamer
.include "../../mk/bsd.options.mk"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2012/09/24 18:26:52 asau Exp $
# $NetBSD: Makefile,v 1.4 2012/11/23 22:33:26 othyro Exp $
CANNA_MODULE= lib
@ -25,6 +25,6 @@ post-configure:
post-install:
.for f in forcpp kpdic
${RM} ${DESTDIR}${PREFIX}/bin/${f}
.endfor
.endfor
.include "../../mk/bsd.pkg.mk"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2012/10/03 16:02:56 asau Exp $
# $NetBSD: Makefile,v 1.4 2012/11/23 22:33:26 othyro Exp $
#
# CDE - The Common Desktop Environment
DISTNAME= cde-2.2.0b
@ -20,7 +20,7 @@ DEPENDS+= libSM-[0-9]*:../../x11/libSM
DEPENDS+= libICE-[0-9]*:../../x11/libICE
DEPENDS+= libXp-[0-9]*:../../x11/libXp
GIT_REPOSITORIES= cdesktopenv-code
GIT_REPOSITORIES= cdesktopenv-code
GIT_REPO.cdesktopenv-code = git://git.code.sf.net/p/cdesktopenv/code
WRKSRC=$(WRKDIR)/code/cde

View File

@ -1,2 +1 @@
Beam Spectra for Simulating Linear Collider Physics

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2012/09/24 18:26:53 asau Exp $
# $NetBSD: Makefile,v 1.8 2012/11/23 22:33:28 othyro Exp $
#
DISTNAME= ciwiki-1.7.0.1
@ -27,7 +27,7 @@ DOCFILES= AUTHORS \
ChangeLog \
INSTALL \
NEWS \
README \
README
NEWDOCFILES= BUGS \
CIWIKI_ON_USBDRIVE \

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2012/11/14 00:16:02 othyro Exp $
# $NetBSD: Makefile,v 1.6 2012/11/23 22:33:29 othyro Exp $
#
DISTNAME= cloc-1.55
@ -8,7 +8,7 @@ EXTRACT_SUFX= .pl
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://cloc.sourceforge.net/
COMMENT= Statistics utility to count lines of code
COMMENT= Statistics utility to count lines of code
LICENSE= gnu-gpl-v2
DEPENDS+= p5-Getopt-Long>=2.38:../../devel/p5-Getopt-Long

View File

@ -1,7 +1,7 @@
The UCL common multimedia library implements a number of algorithms
and protocols needed by a number of our applications. It compiles
standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD,
MacOSX) and on Windows 95/98/NT/XP.
The UCL common multimedia library implements a number of algorithms and
protocols needed by a number of our applications. It compiles standalone on a
range of Unix systems (Solaris, Linux, Irix, FreeBSD, MacOSX) and on Windows
95/98/NT/XP.
The following protocols/algorithms are included in the library:
@ -14,4 +14,4 @@ The following protocols/algorithms are included in the library:
* RTP
* MBus
* SAP
* SDP
* SDP

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2012/11/13 19:33:44 othyro Exp $
# $NetBSD: Makefile,v 1.4 2012/11/23 22:33:29 othyro Exp $
#
DISTNAME= csmith-2.1.0
@ -15,6 +15,7 @@ USE_TOOLS+= gm4 gmake perl
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
REPLACE_PERL+= scripts/compiler_test.pl scripts/launchn.pl scripts/test_csmith.pl \
REPLACE_PERL+= scripts/compiler_test.pl scripts/launchn.pl
REPLACE_PERL+= scripts/test_csmith.pl
.include "../../mk/bsd.pkg.mk"

View File

@ -1,2 +1 @@
$NetBSD: distinfo,v 1.1.1.1 2010/02/10 16:33:59 phonohawk Exp $
$NetBSD: distinfo,v 1.2 2012/11/23 22:33:29 othyro Exp $

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2012/11/13 23:20:30 othyro Exp $
# $NetBSD: Makefile,v 1.4 2012/11/23 22:33:29 othyro Exp $
#
DISTNAME= elementary-icon-theme-2.7.1
@ -20,7 +20,7 @@ USE_TOOLS+= pax
post-extract:
${CHMOD} a-x ${WRKSRC}/elementary/apps/48/internet-mail.svg
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/icons
cd ${WRKSRC} && pax -rw -pe . ${DESTDIR}${PREFIX}/share/icons/

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2012/09/28 22:07:32 asau Exp $
# $NetBSD: Makefile,v 1.8 2012/11/23 22:33:29 othyro Exp $
#
DISTNAME= emacs-nox11-24.0.90
@ -71,4 +71,3 @@ pre-configure:
.include "../../wip/mk/git-package.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.61 2012/10/23 10:31:55 thomasklausner Exp $
# $NetBSD: Makefile,v 1.62 2012/11/23 22:33:30 othyro Exp $
#
.include "version.mk"
DISTNAME= emacs-${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}
#PKGNAME= emacs-24.0.50
PKGREVISION= ${_GIT_PKGVERSION:S/.//g}
PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= #
@ -57,11 +57,11 @@ FILESDIR= ${.CURDIR}/../../editors/emacs/files
# Check some related libraries for inclusion.
MESALIB_VERSION!= \
(${PKG_INFO} -e MesaLib || ${ECHO} "0") | \
${SED} -e 's/MesaLib-//'
${SED} -e 's/MesaLib-//'
GL_VERSION!= \
(${PKG_INFO} -e gl || ${ECHO} "0") | \
${SED} -e 's/gl-//'
${SED} -e 's/gl-//'
post-extract:
# set auto-load for send-pr library

View File

@ -1,2 +1 @@
$NetBSD: distinfo,v 1.1.1.1 2011/05/11 05:06:58 phonohawk Exp $
$NetBSD: distinfo,v 1.2 2012/11/23 22:33:30 othyro Exp $

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2012/09/28 22:07:33 asau Exp $
# $NetBSD: Makefile,v 1.12 2012/11/23 22:33:30 othyro Exp $
DISTNAME= emacs-w3m-1.4.50
PKGNAME= emacs-w3m-1.4.50
@ -46,7 +46,7 @@ SUBST_SED.fix-icondir+= -e 's|images/w3m|w3m|g'
EMACS_BUILDLINK=
EMACS_VERSIONS_ACCEPTED= emacs22 emacs22nox emacs21 emacs21nox emacs20 \
xemacs215 xemacs214 \
emacs23 emacs24
emacs23 emacs24
EVAL_PREFIX+= W3MPREFIX=w3m

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.12 2012/09/28 22:07:33 asau Exp $
# $NetBSD: Makefile.common,v 1.13 2012/11/23 22:33:30 othyro Exp $
# used by wip/emboss-domainatrix/Makefile
# used by wip/emboss-emnu/Makefile
# used by wip/emboss-hmmer/Makefile
@ -35,4 +35,3 @@ AUTO_MKDIRS= yes
.include "../../mk/jpeg.buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.thunderbird,v 1.3 2010/05/06 02:38:34 khorben Exp $
# $NetBSD: Makefile.thunderbird,v 1.4 2012/11/23 22:33:30 othyro Exp $
#
CONFIGURE_ARGS+= --disable-tests --disable-debug
@ -19,7 +19,7 @@ build-enigmail-prerequisites:
cd ${WRKSRC}/mozilla/xpcom/obsolete && env ${MAKE_ENV} ${MAKE_PROGRAM}
#HACK= MOZ_OPTIMIZE=1 MODULE_OPTIMIZE_FLAGS=-O0\ -fno-elide-constructors
HACK=
HACK= #
build-enigmail:
cd ${ENIGMAIL_WRKSRC} && env ${MAKE_ENV} ${MAKE_PROGRAM} ${HACK}
cd ${ENIGMAIL_WRKSRC} && env ${MAKE_ENV} ${MAKE_PROGRAM} ${HACK} xpi

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2012/09/28 22:07:34 asau Exp $
# $NetBSD: Makefile,v 1.6 2012/11/23 22:33:31 othyro Exp $
DISTNAME= # cvs package
PKGNAME= es40-0.18
@ -29,7 +29,7 @@ CONFIGURE_ENV+= ac_cv_func__strdup=no
BUILD_ENV+= es40_cfg_LDADD=Exception.o
# off_t is always 64 bits on NetBSD
CFLAGS.NetBSD+= -Doff64_t=off_t -Dftello64=ftello -Dfseeko64=fseeko
CFLAGS.NetBSD+= -Doff64_t=off_t -Dftello64=ftello -Dfseeko64=fseeko
INSTALLATION_DIRS= share/es40 share/examples/es40

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2010/12/26 05:01:22 davesainty Exp $
# $NetBSD: Makefile,v 1.15 2012/11/23 22:33:31 othyro Exp $
#
DISTNAME= esmart-0.9.0.042
@ -20,7 +20,7 @@ USE_TOOLS= gmake pkg-config automake autoconf autoheader aclocal
CONFIGURE_ARGS= --with-edje-cc=${PREFIX}/bin/edje_cc
pre-configure:
cd ${WRKSRC} && ${SH} autogen.sh
cd ${WRKSRC} && ${SH} autogen.sh
.include "../../wip/ecore/buildlink3.mk"
.include "../../devel/eina/buildlink3.mk"

View File

@ -4,4 +4,4 @@ v1.6 with encrypted rtmp and swf verification support removed. This tool
provides free interoperability with the previously undocumented adobe RTMP
protocol so widely in use on the internet today. It was developed entirely by
reverse engineering methods and without access to any proprietary or
restrictive-license protocol specifications.
restrictive-license protocol specifications.

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2012/09/28 23:21:49 asau Exp $
# $NetBSD: Makefile,v 1.4 2012/11/23 22:33:33 othyro Exp $
#
DISTNAME= freedup-1.6-2-src
@ -28,7 +28,7 @@ SUBST_SED.fix-paths= -e 's,/usr/bin/,${PREFIX}/bin/g,g'
ONLY_FOR_PLATFORM=DragonFly-*-* \
NetBSD-[5-9]*-i386 \
NetBSD-[5-9]*-x86_64 \
NetBSD-[5-9]*-amd64
NetBSD-[5-9]*-amd64
post-extract:
cd ${WRKSRC} && rm symharden

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2012/09/28 23:21:49 asau Exp $
# $NetBSD: Makefile,v 1.3 2012/11/23 22:33:35 othyro Exp $
DISTNAME= fribid-1.0.0
PKGNAME= fribid-1.0.0
@ -22,4 +22,3 @@ HAS_CONFIGURE= yes
.include "../../x11/gtk2/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,3 +1,3 @@
Fuse-google-drive is a fuse filesystem wrapper for Google Drive released under GPLv2.
It is currently alpha software, so do not trust it for anything important.
Fuse-google-drive is a fuse filesystem wrapper for Google Drive released under
GPLv2. It is currently alpha software, so do not trust it for anything
important.

View File

@ -4,4 +4,4 @@ polynomials over a specified Galois field.The library is optimised to run in one
of two modes, normal or LUT mode. In the LUT mode performance is increased
dramatically at the cost of large consumption of memory. The library can be used
in but not limited to such fields as cryptography, error correcting codes and
computational analysis.
computational analysis.

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2012/09/29 00:50:33 asau Exp $
# $NetBSD: Makefile,v 1.7 2012/11/23 22:33:36 othyro Exp $
#
DISTNAME= gambc-${GAMBC_DIST_VERSION}
@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --disable-gcc-opts
INFO_FILES= yes
MAKE_FILE= makefile
BUILD_TARGET+= bootstrap all doc
BUILD_TARGET+= bootstrap all doc
TEST_TARGET= check
LDFLAGS += -L${WRKSRC}/lib -L${WRKSRC}/gsi -L${WRKSRC}/gsc
CHECK_PORTABILITY_SKIP= prebuilt/*/*

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2012/11/14 00:16:05 othyro Exp $
# $NetBSD: Makefile,v 1.19 2012/11/23 22:33:36 othyro Exp $
GCC_VERSION= 4.7.0
DISTNAME= gcc-${GCC_VERSION}
@ -99,7 +99,7 @@ LANGS+= java
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
DISTFILES+= ecj-4.5.jar
SITES.ecj-4.5.jar= \
ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/java/
ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/java/
REPLACE_PYTHON= ${WRKSRC}/libjava/contrib/aot-compile.in
REPLACE_PYTHON+= ${WRKSRC}/libjava/contrib/aot-compile-rpm.in

View File

@ -1,8 +1,8 @@
# $NetBSD: options.mk,v 1.4 2012/03/17 15:39:44 keckhardt Exp $
# $NetBSD: options.mk,v 1.5 2012/11/23 22:33:36 othyro Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gcc47
PKG_SUPPORTED_OPTIONS= nls gcc-quadmath
PKG_SUGGESTED_OPTIONS= gcc-quadmath
PKG_SUGGESTED_OPTIONS= gcc-quadmath
.if ${OPSYS} == "NetBSD"
PKG_SUGGESTED_OPTIONS+= nls
.endif
@ -21,9 +21,8 @@ CONFIGURE_ARGS+= --disable-nls
.endif
###
### quadmath
### quadmath
###
.if empty(PKG_OPTIONS:Mgcc-quadmath)
CONFIGURE_ARGS+= --disable-libquadmath --disable-libquadmath-support
.endif

View File

@ -1,10 +1,15 @@
Gfan is a software package for computing Groebner fans and tropical varieties. These are polyhedral fans associated to polynomial
ideals. The maximal cones of a Groebner fan are in bijection with the marked reduced Groebner bases of its defining ideal. The
software computes all marked reduced Groebner bases of an ideal. Their union is a universal Groebner basis. The tropical variety of
a polynomial ideal is a certain subcomplex of the Groebner fan. Gfan contains algorithms for computing this complex for general
ideals and specialized algorithms for tropical curves, tropical hypersurfaces and tropical varieties of prime ideals. In addition to the
above core functions the package contains many tools which are useful in the study of Groebner bases, initial ideals and tropical
geometry. Among these are an interactive traversal program for Groebner fans and programs for graphical renderings.
Gfan is a software package for computing Groebner fans and tropical varieties.
These are polyhedral fans associated to polynomial ideals. The maximal cones of
a Groebner fan are in bijection with the marked reduced Groebner bases of its
defining ideal. The software computes all marked reduced Groebner bases of an
ideal. Their union is a universal Groebner basis. The tropical variety of a
polynomial ideal is a certain subcomplex of the Groebner fan. Gfan contains
algorithms for computing this complex for general ideals and specialized
algorithms for tropical curves, tropical hypersurfaces and tropical varieties of
prime ideals. In addition to the above core functions the package contains many
tools which are useful in the study of Groebner bases, initial ideals and
tropical geometry. Among these are an interactive traversal program for Groebner
fans and programs for graphical renderings.
For ordinary Groebner basis computations Gfan is not competitive in speed compared to programs such as CoCoA, Singular and
Macaulay2.
For ordinary Groebner basis computations Gfan is not competitive in speed
compared to programs such as CoCoA, Singular and Macaulay2.

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2009/10/11 10:44:38 thomasklausner Exp $
@comment $NetBSD: PLIST,v 1.3 2012/11/23 22:33:38 othyro Exp $
lib/ggz/ggz.ccheckers
lib/ggz/ggz.chess
lib/ggz/ggz.combat
@ -109,4 +109,3 @@ share/locale/de/LC_MESSAGES/hastings.mo
share/locale/de/LC_MESSAGES/reversi.mo
share/locale/de/LC_MESSAGES/spades.mo
share/locale/de/LC_MESSAGES/tictactoe.mo

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2012/09/29 00:50:34 asau Exp $
# $NetBSD: Makefile,v 1.4 2012/11/23 22:33:38 othyro Exp $
#
DISTNAME= urwfonts-8.71
@ -79,7 +79,7 @@ do-install:
.for fontfile in ${INSTALL_FONTS}
${INSTALL_DATA} ${WRKSRC}/${fontfile} ${DESTDIR}${FONTDIR}
.endfor
.for fontfile in ${EXTRAFONT}
.for fontfile in ${EXTRAFONT}
${INSTALL_DATA} ${EXTRAFONTDIR}/${fontfile} ${DESTDIR}${FONTDIR}
.endfor
.for docfile in ${INSTALL_DOCS}

View File

@ -1,8 +1,7 @@
Gnocchi calculates complexity on a per function basis. Instead of
trying to parse C++ code Gnocchi reads the coverage information
produced by GCC. If code is compiled with -fprofile-arcs or
-ftest-coverage (depending on compiler version) GCC creates a .gcno
file for every object file. Please refer to you GCC manual for
details.
Gnocchi calculates complexity on a per function basis. Instead of trying to
parse C++ code Gnocchi reads the coverage information produced by GCC. If code
is compiled with -fprofile-arcs or -ftest-coverage (depending on compiler
version) GCC creates a .gcno file for every object file. Please refer to you GCC
manual for details.
Gnocchi calculates cyclomatic and the NPATH complexity measures.

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2012/09/29 00:50:36 asau Exp $
# $NetBSD: Makefile,v 1.8 2012/11/23 22:33:39 othyro Exp $
#
DISTNAME= gnome-keyring-sharp-1.0.0
@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc.gnome@gmail.com
#http://andrew.jorgensenfamily.us/2008/08/gnome-keyring-sharp/
HOMEPAGE= http://ftp.novell.com/pub/mono/sources/gnome-keyring-sharp/
HOMEPAGE= http://ftp.novell.com/pub/mono/sources/gnome-keyring-sharp/
COMMENT= Mono implementation of libgnome-keyring
GNU_CONFIGURE= yes

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2012/11/14 00:16:08 othyro Exp $
# $NetBSD: Makefile,v 1.11 2012/11/23 22:33:39 othyro Exp $
#
DISTNAME= grsync-0.9.3
@ -23,4 +23,3 @@ REPLACE_BASH+= src/grsync-batch
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.14.0
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2012/09/29 00:50:41 asau Exp $
# $NetBSD: Makefile,v 1.7 2012/11/23 22:33:39 othyro Exp $
#
DISTNAME= guitone-0.8.99.0
@ -15,10 +15,10 @@ COMMENT= Graphical Monotone VCS Tool
###
### XXX A Darwin build needs special handling; feel free to add
### Darwin support should the mood strike you.
### Darwin support should the mood strike you.
###
NOT_FOR_PLATFORM= Darwin-*-*
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
@ -35,7 +35,7 @@ do-install:
${DESTDIR}${PREFIX}/bin/guitone
${INSTALL_DATA} ${WRKSRC}/res/icons/guitone.png \
${DESTDIR}${PREFIX}/share/pixmaps/guitone.png
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2012/11/14 00:16:09 othyro Exp $
# $NetBSD: Makefile,v 1.4 2012/11/23 22:33:39 othyro Exp $
#
DISTNAME= HepMCVisual-1.1.6
@ -8,7 +8,7 @@ MASTER_SITES= http://www.hepforge.org/archive/hepmcvisual/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://projects.hepforge.org/hepmcvisual/
COMMENT= Interactive Browser for HepMC events
COMMENT= Interactive Browser for HepMC events
#LICENSE= # TODO: (see mk/license.mk)
WRKSRC= ${WRKDIR}/HepMCVisual

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.40 2012/09/29 17:05:56 asau Exp $
# $NetBSD: Makefile,v 1.41 2012/11/23 22:33:39 othyro Exp $
#
DISTNAME= hplip-3.12.4
@ -15,7 +15,7 @@ CONFLICTS+= hpijs-[0-9]*
FILES_SUBST+= CUPS_USER=${CUPS_USER}
FILES_SUBST+= CUPS_GROUP=${CUPS_GROUP}
PKG_GROUPS_VARS+= CUPS_GROUP
PKG_GROUPS_VARS+= CUPS_GROUP
PKG_USERS_VARS+= CUPS_USER
BUILD_DEFS+= CUPS_USER CUPS_GROUP VARBASE

View File

@ -6,4 +6,3 @@ means to access its functions. The available tools are:
* idate: Multi method Hijri/Gregorian date converter.
* ipraytime: Prayer times and Qibla calculator and schedule table generator.
* ireminder: Prayer time reminder Perl script.

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2012/11/12 16:51:36 othyro Exp $
# $NetBSD: Makefile,v 1.8 2012/11/23 22:33:39 othyro Exp $
#
VERSION= 2.5.2b1
@ -11,7 +11,7 @@ EXTRACT_SUFX= .jar
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://www.jython.org/
COMMENT= Python for the Java Platform
LICENSE= python-software-foundation
LICENSE= python-software-foundation
WRKSRC= ${WRKDIR}/jython_installer-2.5.2b1.jar

View File

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2010/09/21 04:59:22 gregschenzel Exp $
$NetBSD: distinfo,v 1.2 2012/11/23 22:33:39 othyro Exp $
SHA1 (ldapuseradd-0.9.2.tar.bz2) = 0033eb27364a12462c15e37d0fd7df2b00acd6ae
RMD160 (ldapuseradd-0.9.2.tar.bz2) = ea59cbf15042541a457139da42767d45b324be13
@ -7,4 +7,3 @@ SHA1 (patch-aa) = 75d5a2a40cad901aedd60e76530a83f2251b897d
SHA1 (patch-ab) = 7435e092ec9f62c66da36e85094d56100d05d672
SHA1 (patch-ac) = 3a20b0f6407dd54d108b60e1670bff5db36fafe0
SHA1 (patch-ad) = 0c034c4d618a528cf6932ec1bad2d3b421704af9

View File

@ -1,7 +1,7 @@
A heterogeneous C library of interesting numeric functions
A heterogeneous C library of interesting numeric functions.
This library provides:
This library provides:
* a function for rounding floating point values to a specific number
of digits
* several pseudo-random number generators, including the Mersenne
@ -9,6 +9,6 @@ A heterogeneous C library of interesting numeric functions
* least common multiple and greatest common denominator functions
* a few trigonometry functions for finding the inversions of hyperbolic
sine, cosine, and tangent
This library is also used by libevocosm, which is in turn the
foundation for Acovea, used to determine optimal compiler optimizations
This library is also used by libevocosm, which is in turn the foundation for
Acovea, used to determine optimal compiler optimizations.

View File

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.4 2012/06/10 10:16:22 noud4 Exp $
# $NetBSD: options.mk,v 1.5 2012/11/23 22:33:39 othyro Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libgda4 # XXX libgda4, to have mk.conf options on a per libgda basis.
PKG_SUPPORTED_OPTIONS= bdb jdbc ldap mdb mysql postgres web
@ -104,7 +104,7 @@ PLIST.web= yes
# various
#CONFIGURE_ARGS+= --enable-introspection=yes # XXX
#CONFIGURE_ARGS+= --enable-introspection=yes # XXX
#.include "../../devel/gobject-introspection/buildlink3.mk"
.if !empty(PKG_OPTIONS:Mjson)
@ -149,4 +149,3 @@ DEPENDS+= p5-XML-Parser>=:../../textproc/p5-XML-Parser
.include "../../x11/gtksourceview2/buildlink3.mk"
.include "../../net/libsoup24/buildlink3.mk"
.include "../../security/gnome-keyring/buildlink3.mk"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2012/10/03 09:10:39 asau Exp $
# $NetBSD: Makefile,v 1.5 2012/11/23 22:33:39 othyro Exp $
#
DISTNAME= libgksu1.2-1.3.7
@ -74,4 +74,3 @@ post-patch:
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2012/10/03 09:10:40 asau Exp $
# $NetBSD: Makefile,v 1.3 2012/11/23 22:33:39 othyro Exp $
#
DISTNAME= libopensync-plugin-palm-0.22
@ -19,4 +19,3 @@ GNU_CONFIGURE= yes
.include "../../comms/libopensync/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,4 +1,4 @@
Since SUNOS has presented slab allocation theroy, many OSs have changed
their own memory allocator into slab. But it requires kernel-layer
interfaces such as page supply etc. So this library improves slab's
algorithm and brings the interfaces of slab into application layer:
Since SUNOS has presented slab allocation theroy, many OSs have changed their
own memory allocator into slab. But it requires kernel-layer interfaces such as
page supply etc. So this library improves slab's algorithm and brings the
interfaces of slab into application layer.

View File

@ -1,4 +1,4 @@
Togl is a Tk widget for OpenGL rendering. Togl was originally based on OGLTK,
Togl is a Tk widget for OpenGL rendering. Togl was originally based on OGLTK,
by Benjamin Bederson at the University of New Mexico. Togl's main features are:
* unifies Microsoft Windows, X11 (Linux/IRIX/...), and Mac OS X

View File

@ -1,3 +1,3 @@
LightDM is a cross-desktop display manager that aims is to be the
standard display manager for the X.org X server. This also provides
the LightDM client library allowing multiple GUIs and plugin support.
LightDM is a cross-desktop display manager that aims is to be the standard
display manager for the X.org X server. This also provides the LightDM client
library allowing multiple GUIs and plugin support.

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2012/10/03 09:10:42 asau Exp $
# $NetBSD: Makefile,v 1.6 2012/11/23 22:33:40 othyro Exp $
#
DISTNAME= lmtp2nntp-1.4.1
@ -14,7 +14,7 @@ GNU_CONFIGURE= yes
# XXX: LIBS in CONFIGURE_ENV confuse subsequent configure script.
# XXX: main configure rewrite LIBS before call subsequent configure script,
# XXX: it contains unwanted variables, so will be failed to test links.
# XXX: LIBS passed with CONFIGURE_ARGS will be passed to sub configure AS-IS.
# XXX: LIBS passed with CONFIGURE_ARGS will be passed to sub configure AS-IS.
CONFIGURE_ARGS+= LIBS=${LIBS:M*:Q}
MAKE_JOBS_SAFE= no

View File

@ -1,2 +1 @@
$NetBSD: distinfo,v 1.1 2012/07/07 13:19:05 genolopolis Exp $
$NetBSD: distinfo,v 1.2 2012/11/23 22:33:40 othyro Exp $

View File

@ -1,3 +1,3 @@
This package provides files required to build freedesktop.org
menu spec-compliant desktop menus for LXDE. The files are originally
taken from gnome-menus, and some minor modifications were made.
This package provides files required to build freedesktop.org menu
spec-compliant desktop menus for LXDE. The files are originally taken from
gnome-menus, and some minor modifications were made.

View File

@ -1,5 +1,4 @@
LXTask is a lightweight and desktop-independent task manager derived from
xfce4-taskmanager with all dependencies on xfce removed, new features,
and some improvement of the user interface. It displays CPU use
percentage, memory usage, and information about running processes.
xfce4-taskmanager with all dependencies on xfce removed, new features, and some
improvement of the user interface. It displays CPU use percentage, memory usage,
and information about running processes.

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2012/10/03 14:19:06 asau Exp $
# $NetBSD: Makefile,v 1.10 2012/11/23 22:33:42 othyro Exp $
#
DISTNAME= mixer.tk-0.4
@ -6,7 +6,7 @@ CATEGORIES= audio
MASTER_SITES= http://gnorw.net/netbsd/
MAINTAINER= jaka.jejcic@gmail.com
HOMEPAGE=
HOMEPAGE= http://gnorw.net/netbsd/mixer.tk-0.4/
COMMENT= Tcl/Tk audio mixer using mixerctl utility
NO_CONFIGURE= yes
@ -19,4 +19,3 @@ do-install:
.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.2 2009/10/12 18:33:17 fulviociriaco Exp $
# $NetBSD: buildlink3.mk,v 1.3 2012/11/23 22:33:44 othyro Exp $
BUILDLINK_DEPMETHOD.mlton?= build
@ -11,8 +11,8 @@ BUILDLINK_API_DEPENDS.mlton+= mlton-*
BUILDLINK_PKGSRCDIR.mlton?= ../../wip/mlton-svn
BUILDLINK_INCDIRS.mlton= lib/mlton/include
BUILDLINK_LIBDIRS.mlton= lib/mlton/self
#BUILDLINK_CONTENTS_FILTER.mlton= ${EGREP} '.*\.a$$|.*\.h$$'
#BUILDLINK_CONTENTS_FILTER.mlton= ${EGREP} '.*\.a$$|.*\.h$$'
.include "../../devel/gmp/buildlink3.mk"
.endif # MLTON_BUILDLINK3_MK
BUILDLINK_TREE+= -mlton
BUILDLINK_TREE+= -mlton

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.20 2012/10/03 15:09:57 asau Exp $
# $NetBSD: Makefile,v 1.21 2012/11/23 22:33:47 othyro Exp $
DISTNAME= moregroupware-0.7.2
PKGREVISION= 3
@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=moregroupware/}
DISTFILES= moregroupware-core-0.7.2${EXTRACT_SUFX} \
moregroupware-docs-0.7.2${EXTRACT_SUFX} \
moregroupware-addons-0.7.2${EXTRACT_SUFX} \
moregroupware-scripts-0.7.2${EXTRACT_SUFX} \
moregroupware-scripts-0.7.2${EXTRACT_SUFX}
MAINTAINER= pih@xbase.dk
HOMEPAGE= http://www.moregroupware.de/

View File

@ -1,19 +1,16 @@
MPlayer is a movie player for LINUX (runs on many other Unices,
and non-x86 CPUs). It plays most MPEG, VOB, AVI, VIVO, ASF/WMV,
QT/MOV, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ files, supported
by many native, XAnim, and Win32 DLL codecs. You can watch VideoCD,
SVCD, DVD, 3ivx, and even DivX movies too. The another big feature
of mplayer is the wide range of supported output drivers. It works
with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, DirectFB, but
you can use GGI and SDL (and this way all their drivers) and some
lowlevel card-specific drivers (for Matrox, 3Dfx, and Radeon) too!
Most of them support software or hardware scaling, so you can
enjoy movies in fullscreen. It also sports nice big antialiased
shaded subtitles (10 supported types) with european/ISO 8859-1,
2 (hungarian, english, czech, etc), cyrillic, korean fonts, and
OSD.
MPlayer is a movie player for LINUX (runs on many other Unices, and non-x86
CPUs). It plays most MPEG, VOB, AVI, VIVO, ASF/WMV, QT/MOV, FLI, RM,
NuppelVideo, yuv4mpeg, FILM, RoQ files, supported by many native, XAnim, and
Win32 DLL codecs. You can watch VideoCD, SVCD, DVD, 3ivx, and even DivX movies
too. The another big feature of mplayer is the wide range of supported output
drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, DirectFB,
but you can use GGI and SDL (and this way all their drivers) and some lowlevel
card-specific drivers (for Matrox, 3Dfx, and Radeon) too! Most of them support
software or hardware scaling, so you can enjoy movies in fullscreen. It also
sports nice big antialiased shaded subtitles (10 supported types) with
european/ISO 8859-1, 2 (hungarian, english, czech, etc), cyrillic, korean fonts,
and OSD.
This version uses experimental multithreaded FFmpeg-mt branch,
which allows you to use multiple cores/CPU. To enable threading
run mplayer -lavdopts threads=N file.mkv where N is the number of
threads you want to use.
This version uses experimental multithreaded FFmpeg-mt branch, which allows you
to use multiple cores/CPU. To enable threading run `mplayer -lavdopts threads=N
file.mkv' where N is the number of threads you want to use.

View File

@ -1,8 +1,8 @@
# $NetBSD: options.mk,v 1.1.1.1 2010/11/05 16:01:32 ggergely Exp $
# $NetBSD: options.mk,v 1.2 2012/11/23 22:33:47 othyro Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mumble
PKG_SUPPORTED_OPTIONS= dbus alsa portaudio pulseaudio oss bonjour
PKG_SUGGESTED_OPTIONS= dbus portaudio bonjour
PKG_SUPPORTED_OPTIONS= dbus alsa portaudio pulseaudio oss bonjour
PKG_SUGGESTED_OPTIONS= dbus portaudio bonjour
.include "../../mk/bsd.prefs.mk"
.include "../../mk/bsd.options.mk"

View File

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.3 2006/08/15 09:00:39 christian_gall Exp $
# $NetBSD: options.mk,v 1.4 2012/11/23 22:33:47 othyro Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.muttng
PKG_SUPPORTED_OPTIONS= ssl gpgme sasl2 idn esmtp hcache gssapi debug curses nntp
@ -60,4 +60,3 @@ CONFIGURE_ARGS+= --enable-hcache --with-bdb --without-qdbm --without-gdbm
CONFIGURE_ARGS+= --enable-nntp
.include "../../databases/db4/buildlink3.mk"
.endif

View File

@ -1,2 +1 @@
$NetBSD: distinfo,v 1.1.1.1 2011/08/14 08:20:06 phonohawk Exp $
$NetBSD: distinfo,v 1.2 2012/11/23 22:33:47 othyro Exp $

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2012/10/03 18:15:31 asau Exp $
# $NetBSD: Makefile,v 1.6 2012/11/23 22:33:47 othyro Exp $
#
DISTNAME= nbfc-0.1
@ -12,7 +12,7 @@ COMMENT= Nbfc - the "new brainfuck compiler"
WRKSRC= ${WRKDIR}/nbfc-0.1
USE_TOOLS+= gmake yacc
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nbfc ${DESTDIR}${PREFIX}/bin

View File

@ -1,2 +1 @@
$NetBSD: distinfo,v 1.2 2005/09/28 06:41:31 rillig Exp $
$NetBSD: distinfo,v 1.3 2012/11/23 22:33:47 othyro Exp $

View File

@ -1,10 +1,10 @@
# $NetBSD: options.mk,v 1.1.1.1 2010/05/10 23:34:11 jihbed Exp $
# $NetBSD: options.mk,v 1.2 2012/11/23 22:33:47 othyro Exp $
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.nsp
PKG_SUPPORTED_OPTIONS= tk
PKG_SUGGESTED_OPTIONS=
PKG_SUGGESTED_OPTIONS= # blank
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mgtk)

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2012/10/03 21:32:46 asau Exp $
# $NetBSD: Makefile,v 1.5 2012/11/23 22:33:47 othyro Exp $
DISTNAME= pax-3.4
PKGNAME= o${DISTNAME}
@ -18,4 +18,3 @@ PKG_DESTDIR_SUPPORT= none
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"

View File

@ -1,5 +1,5 @@
===========================================================================
$NetBSD: MESSAGE,v 1.5 2010/11/25 21:23:52 pettai Exp $
$NetBSD: MESSAGE,v 1.6 2012/11/23 22:33:47 othyro Exp $
For latest information about configurating OpenDNSSEC, see:
http://www.opendnssec.org/documentation/using-opendnssec/
@ -13,9 +13,9 @@ Migration:
1) Run ods-ksmutil setup again. This will remove _all_ the current
information from the kasp database and start you off again with a fresh
environment.
If that is not an option, or you want to try something else then:
2) run one of the migration scripts
enforcer/utils/migrate_keyshare_mysql.pl
or

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2012/11/13 23:20:30 othyro Exp $
# $NetBSD: Makefile,v 1.5 2012/11/23 22:33:47 othyro Exp $
#
DISTNAME= osmo-0.2.10
@ -18,12 +18,12 @@ USE_TOOLS= gmake msgfmt pkg-config
# TODO: consider following?
# * Libtar library, version >= 1.2.10
# * Libgringotts library, version >= 1.2.1
# * Libgringotts library, version >= 1.2.1
# * Libsyncml library, version >= 0.4.0
# workaround problem in po Makefile
post-build:
.for m in bg ca cs da de el en_GB es fi fr hu it ja lt nl pl pt ru sv tr uk zh_CN
.for m in bg ca cs da de el en_GB es fi fr hu it ja lt nl pl pt ru sv tr uk zh_CN
${TOOLS_CMD.msgfmt} -c ${WRKSRC}/po/$m.po -o ${WRKSRC}/po/$m.mo
.endfor

View File

@ -1,2 +1 @@
CGI::Application::Plugin::ViewCode - View the source of the running application

View File

@ -1,8 +1,6 @@
HTML::CalendarMonthSimple was written by Gregor Mosheh
<stigmata@blackangel.net> Frankly, the major inspiration was the
difficulty and unnecessary complexity of HTML::CalendarMonth. (Laziness
is a virtue.)
HTML::CalendarMonthSimple was written by Gregor Mosheh <stigmata@blackangel.net>
Frankly, the major inspiration was the difficulty and unnecessary complexity of
HTML::CalendarMonth. (Laziness is a virtue.)
This would have been extremely difficult if not for Date::Calc.
(See pkgsrc/devel/p5-Date-Calc).

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2012/10/04 18:42:21 asau Exp $
# $NetBSD: Makefile,v 1.5 2012/11/23 22:33:50 othyro Exp $
#
DISTNAME= Math-FixedPrecision-0.21
@ -18,4 +18,3 @@ PERL5_PACKLIST= auto/Math/FixedPrecision/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,13 +1,16 @@
Test::Assertions::TestScript provides a base for writing test scripts.
It performs some common actions such as setting up the @INC path
and parsing command-line options, specifically:
Test::Assertions::TestScript provides a base for writing test scripts. It
performs some common actions such as setting up the @INC path and parsing
command-line options, specifically:
* The lib and t/lib directories are added to @INC.
* The current directory is changed to the directory the script is in.
* Test script command-line options are parsed. (See "COMMAND-LINE OPTIONS")
* The test set of functions from Test::Assertions are
imported into your test script.
Test::Assertions::TestScript makes certain assumptions about
the filesystem layout of your project:
* The test set of functions from Test::Assertions are imported into your test
script.
Test::Assertions::TestScript makes certain assumptions about the filesystem
layout of your project:
* Modules that you are testing are in the lib directory of your project.
* There may also be a t/lib directory for any modules written
for the test process.
* There may also be a t/lib directory for any modules written for the test
process.

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2012/10/05 11:12:56 asau Exp $
# $NetBSD: Makefile,v 1.6 2012/11/23 22:33:51 othyro Exp $
#
MODNAME= xcache
@ -6,7 +6,7 @@ PECL_VERSION= 1.3.1
PKGNAME= ${MODNAME}-${PECL_VERSION}
CATEGORIES= www
MASTER_SITES= http://xcache.lighttpd.net/pub/Releases/${PECL_VERSION}/
EXTRACT_SUFX= .tar.gz # required, because ../../lang/php/ext.mk
EXTRACT_SUFX= .tar.gz # required, because ../../lang/php/ext.mk
# overrides it with .tgz
# Original Maintainer (since dec 2010)

View File

@ -1,9 +1,9 @@
Polymul is a self-contained C++ template library for efficient multiplication
of multivariate polynomials. It is intended for low order polynomials of a few
variables, but is in principle limited only by the compiler's maximum template
recursion depth.Polynomials can be created over any scalar type, such as
recursion depth.Polynomials can be created over any scalar type, such as
integers or floating point numbers.
In addition to normal polynomial multiplication the library can also do truncated (Taylor series)
multiplication, as well as linear changes of coordinates. Polynomials can also be evaluated at arbitrary
points
In addition to normal polynomial multiplication the library can also do
truncated (Taylor series) multiplication, as well as linear changes of
coordinates. Polynomials can also be evaluated at arbitrary points.

View File

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.2 2012/10/23 10:28:55 thomasklausner Exp $
# $NetBSD: options.mk,v 1.3 2012/11/23 22:33:54 othyro Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pulseaudio
PKG_SUPPORTED_OPTIONS= avahi x11
@ -28,4 +28,3 @@ PLIST.x11= yes
.else
CONFIGURE_ARGS+= --disable-x11
.endif

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2012/10/06 17:13:26 asau Exp $
# $NetBSD: Makefile,v 1.14 2012/11/23 22:33:55 othyro Exp $
#
DISTNAME= PyPE1.8.2
@ -30,7 +30,7 @@ do-install:
${DESTDIR}${PREFIX}/${PYSITELIB}/pype/readme.txt
${INSTALL_DATA} ${FILESDIR}/__init__.py \
${DESTDIR}${PREFIX}/${PYSITELIB}/pype/__init__.py
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/pype.py ${DESTDIR}${PREFIX}/bin/pype.py-${PYVERSSUFFIX}
.include "../../lang/python/application.mk"

View File

@ -1,12 +1,11 @@
Aspects.py is a lightweight approach to aspect oriented programming
(AOP) in Python. Aspects.py is a lightweight and low-level library for
intercepting function calls. Functions and methods (also in Python standard
library and third party code) can be wrapped so that when they are called, the
wrap is invoked first. Depending on the wrap, the execution of the original
function can be omitted, or the function can be called arbitrarily many
times. Wraps are able to modify the call arguments and the return values
of wrapped functions and handle exceptions. There can be many wraps on
the same function. The wraps can be enabled, disabled and removed in any order
In the terminology of aspect-oriented programming, the library allows
applying advices (wraps) to call join points of methods and
functions in around fashion.
Aspects.py is a lightweight approach to aspect oriented programming (AOP) in
Python. Aspects.py is a lightweight and low-level library for intercepting
function calls. Functions and methods (also in Python standard library and third
party code) can be wrapped so that when they are called, the wrap is invoked
first. Depending on the wrap, the execution of the original function can be
omitted, or the function can be called arbitrarily many times. Wraps are able to
modify the call arguments and the return values of wrapped functions and handle
exceptions. There can be many wraps on the same function. The wraps can be
enabled, disabled and removed in any order In the terminology of aspect-oriented
programming, the library allows applying advices (wraps) to call join points of
methods and functions in around fashion.

View File

@ -1,12 +1,10 @@
The bigfloat package is a Python package providing arbitrary-precision
correctly-rounded binary floating-point arithmetic.
Features
correctly-rounded binary floating-point arithmetic. Features:
* correct rounding on all operations; precisely defined semantics compatible
with the IEEE 754-2008 standard.
with the IEEE 754-2008 standard.
* support for mixed-type operations with Python integers and floats
* support for emulating IEEE 754 arithmetic in any of the IEEE binary interchange
formats described in IEEE 754-2008. Infinities, NaNs, signed zeros,
and subnormals are all supported.
* support for emulating IEEE 754 arithmetic in any of the IEEE binary
interchange formats described in IEEE 754-2008. Infinities, NaNs, signed
zeros, and subnormals are all supported.
* easy control of rounding modes and precisions, via Python's 'with' statement.

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2012/10/12 20:32:05 asau Exp $
# $NetBSD: Makefile,v 1.4 2012/11/23 22:33:56 othyro Exp $
#
DISTNAME= CLICS-src-0.1.0
@ -20,7 +20,7 @@ USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
PYDISTUTILSPKG= yes
INSTALLATION_DIRS=
INSTALLATION_DIRS= # blank
.include "../../lang/python/extension.mk"
.include "../../x11/py-wxWidgets/buildlink3.mk"

View File

@ -1,5 +1,5 @@
Some tools for working with directed acyclic graphs, partial orders and
topological sorting with Python
Some tools for working with directed acyclic graphs, partial orders and
topological sorting with Python.
digraphtools was written as a lightweight way of using DAGs and partial
ordering to represent, sort and traverse dependency trees
digraphtools was written as a lightweight way of using DAGs and partial ordering
to represent, sort and traverse dependency trees.

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2012/11/12 16:26:45 othyro Exp $
# $NetBSD: Makefile,v 1.6 2012/11/23 22:33:57 othyro Exp $
#
DISTNAME= embedc-0.22
@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyembedc/}
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://pyembedc.sourceforge.net/
COMMENT= Python module for embedding C/C++
COMMENT= Python module for embedding C/C++
LICENSE= artistic
USE_LANGUAGES= # none

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2012/11/12 16:26:47 othyro Exp $
# $NetBSD: Makefile,v 1.5 2012/11/23 22:33:57 othyro Exp $
#
DISTNAME= pygts-0.3.1
@ -25,7 +25,7 @@ do-test:
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/gts.html ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README.developers ${DESTDIR}${DOCDIR}
.include "../../lang/python/extension.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../wip/gts/buildlink3.mk"

View File

@ -1,15 +1,14 @@
Guppy-PE is a programming environment providing object and heap memory sizing,
profiling and analysis. It includes a prototypical specification language that can be
used to formally specify aspects of Python programs and generate tests and
documentation from a common source.
profiling and analysis. It includes a prototypical specification language that
can be used to formally specify aspects of Python programs and generate tests
and documentation from a common source.
Modules which constitute the environment:
- Heapy: debugging and optimization regarding memory related issues
in Python programs
- GSL (Guppy Specification Language): describes aspects of a system,
especially its API, in a way that can be automatically converted
to tests as well as to documents
- Guppy: umbrella package combining Heapy and GSL with support
utilities such as the Glue module that keeps things together
- Heapy: debugging and optimization regarding memory related issues in Python
programs
- GSL (Guppy Specification Language): describes aspects of a system, especially
its API, in a way that can be automatically converted to tests as well as to
documents
- Guppy: umbrella package combining Heapy and GSL with support utilities such as
the Glue module that keeps things together

View File

@ -1,34 +1,30 @@
PLY is a 100% Python implementation of the common parsing tools lex
and yacc. Here are a few highlights:
PLY is a 100% Python implementation of the common parsing tools lex and yacc.
Here are a few highlights:
- PLY is very closely modeled after traditional lex/yacc.
If you know how to use these tools in C, you will find PLY
to be similar.
- PLY is very closely modeled after traditional lex/yacc. If you know how to
use these tools in C, you will find PLY to be similar.
- PLY provides *very* extensive error reporting and diagnostic
information to assist in parser construction. The original
implementation was developed for instructional purposes. As
a result, the system tries to identify the most common types
of errors made by novice users.
- PLY provides *very* extensive error reporting and diagnostic information to
assist in parser construction. The original implementation was developed
for instructional purposes. As a result, the system tries to identify the
most common types of errors made by novice users.
- PLY provides full support for empty productions, error recovery,
precedence specifiers, and moderately ambiguous grammars.
- PLY provides full support for empty productions, error recovery, precedence
specifiers, and moderately ambiguous grammars.
- Parsing is based on LR-parsing which is fast, memory efficient,
better suited to large grammars, and which has a number of nice
properties when dealing with syntax errors and other parsing problems.
Currently, PLY builds its parsing tables using the LALR(1)
algorithm used in yacc.
- Parsing is based on LR-parsing which is fast, memory efficient, better
suited to large grammars, and which has a number of nice properties when
dealing with syntax errors and other parsing problems. Currently, PLY builds
its parsing tables using the LALR(1) algorithm used in yacc.
- PLY uses Python introspection features to build lexers and parsers.
This greatly simplifies the task of parser construction since it reduces
the number of files and eliminates the need to run a separate lex/yacc
tool before running your program.
- PLY uses Python introspection features to build lexers and parsers. This
greatly simplifies the task of parser construction since it reduces the
number of files and eliminates the need to run a separate lex/yacc tool
before running your program.
- PLY can be used to build parsers for "real" programming languages.
Although it is not ultra-fast due to its Python implementation,
PLY can be used to parse grammars consisting of several hundred
rules (as might be found for a language like C). The lexer and LR
parser are also reasonably efficient when parsing typically
sized programs. People have used PLY to build parsers for
C, C++, ADA, and other real programming languages.
- PLY can be used to build parsers for "real" programming languages. Although
it is not ultra-fast due to its Python implementation, PLY can be used to
parse grammars consisting of several hundred rules (as might be found for a
language like C). The lexer and LR parser are also reasonably efficient
when parsing typically sized programs. People have used PLY to build
parsers for C, C++, ADA, and other real programming languages.

View File

@ -1 +1 @@
A Python Library for Discrete Exterior Calculus
A Python Library for Discrete Exterior Calculus.

View File

@ -6,9 +6,13 @@ The Adobe Integrated Runtime and Adobe Flash Player use AMF to communicate
between an application and a remote server. AMF encodes remote procedure calls
(RPC) into a compact binary representation that can be transferred over
HTTP/HTTPS or the RTMP/RTMPS protocol. Objects and data values are serialized
into this binary format, which increases performance, allowing
applications to load data up to 10 times faster than with text-based formats such as XML or SOAP.
into this binary format, which increases performance, allowing applications to
load data up to 10 times faster than with text-based formats such as XML or
SOAP.
AMF3, the default serialization for ActionScript 3.0, provides various advantages over AMF0, which is used for ActionScript 1.0 and
2.0. AMF3 sends data over the network more efficiently than AMF0. AMF3 supports sending int and uint objects as integers and
supports data types that are available only in ActionScript 3.0, such as ByteArray, ArrayCollection, ObjectProxy and IExternalizable.
AMF3, the default serialization for ActionScript 3.0, provides various
advantages over AMF0, which is used for ActionScript 1.0 and 2.0. AMF3 sends
data over the network more efficiently than AMF0. AMF3 supports sending int and
uint objects as integers and supports data types that are available only in
ActionScript 3.0, such as ByteArray, ArrayCollection, ObjectProxy and
IExternalizable.

View File

@ -1,2 +1 @@
$NetBSD: distinfo,v 1.1.1.1 2011/05/09 20:43:28 jihbed Exp $
$NetBSD: distinfo,v 1.2 2012/11/23 22:33:58 othyro Exp $

View File

@ -1,2 +1 @@
Python dynamic bindings based on GObject-Introspection
Python dynamic bindings based on GObject-Introspection.

View File

@ -1,13 +1,12 @@
Web interface for the Arabic verb conjugator Qutrub.
The purpose of this software is to simplify automating conjugation for Arabic ve
rbs. This software is part of the Arabic spellchecker project, focused on studyi
ng the behavior of Arabic verbs, to be able to identify the conjugated verbs and
its root, and thus be able to spell check it or search for it.
Qutrub conjugate a verb with minimal input (vocalized verb, the future mark), an
d conjugate it in a generic way. It don't use classified models of verb conjugat
ion.
Qutrub detect the verb class and conjugate it in the appropriate form.
Qutrub offers many features:
-Conjugation for past, future, imperative and passive voice.
-Suggestion for trilateral verbs
Web interface for the Arabic verb conjugator Qutrub. The purpose of this
software is to simplify automating conjugation for Arabic verbs. This software
is part of the Arabic spellchecker project, focused on studying the behavior of
Arabic verbs, to be able to identify the conjugated verbs and its root, and thus
be able to spell check it or search for it. Qutrub conjugates a verb with
minimal input (vocalized verb, the future mark), and conjugates it in a generic
way. It doesn't use classified models of verb conjugation. Qutrub detects the
verb class and conjugates it in the appropriate form. Qutrub offers many
features:
-Conjugation for past, future, imperative and passive voices.
-Suggestion for trilateral verbs.

View File

@ -1,2 +1 @@
$NetBSD: distinfo,v 1.1.1.1 2011/03/22 08:19:47 jihbed Exp $
$NetBSD: distinfo,v 1.2 2012/11/23 22:33:58 othyro Exp $

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2006/10/29 08:32:54 shattered Exp $
# $NetBSD: Makefile,v 1.6 2012/11/23 22:33:58 othyro Exp $
#
DISTNAME= pysnmp-3.4.2
@ -20,4 +20,3 @@ do-install:
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,5 +1,4 @@
C++/Python module for specifying variations in fields over a domain
(typically parameters for boundary conditions or physical properties
over a simulation domain. The module also supports conversions
between coordinate systems, using Proj.4 for conversions between
geographic coordinate systems
C++/Python module for specifying variations in fields over a domain (typically
parameters for boundary conditions or physical properties over a simulation
domain. The module also supports conversions between coordinate systems, using
Proj.4 for conversions between geographic coordinate systems.

View File

@ -1,3 +1,4 @@
TeXML is an XML vocabulary for TeX. The processor transforms the TeXML markup
into the TeX markup, escaping special and out-of-encoding characters.
The intended audience is developers who automatically generate [La]TeX or ConTeXt files.
into the TeX markup, escaping special and out-of-encoding characters. The
intended audience is developers who automatically generate [La]TeX or ConTeXt
files.

View File

@ -1 +1 @@
Python template plugin for TurboGears that supports json
Python template plugin for TurboGears that supports json.

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2012/11/14 00:16:16 othyro Exp $
# $NetBSD: Makefile,v 1.6 2012/11/23 22:33:59 othyro Exp $
#
DISTNAME= xmiparser-1.5
@ -12,7 +12,7 @@ HOMEPAGE= http://pypi.python.org/pypi/xmiparser/
COMMENT= XMI Parser (API for the UML XML representation specified by OMG)
LICENSE= gnu-gpl-v2
DEPENDS+= zope3-[0-9]*:../../www/zope3
DEPENDS+= zope3-[0-9]*:../../www/zope3
USE_LANGUAGES= # none

View File

@ -1,5 +1,5 @@
Yapps (Yet Another Python Parser System) is an easy to use parser generator that
is written in Python and generates Python code. Although there are several
is written in Python and generates Python code. Although there are several
parser generators already available for Python, I had different goals, including
learning about recursive descent parsers. Yapps is simple, is easy to use, and
produces human-readable parsers. It is not the fastest, most powerful, or most

View File

@ -1,2 +1,2 @@
yellowhiggs provides an interface with Higgs production cross section
and branching ratio data in the CERN
yellowhiggs provides an interface with Higgs production cross section and
branching ratio data in the CERN.

View File

@ -1,5 +1,4 @@
Raw photo loader plugin for the GIMP. This plugin calls dcraw (in
pkgsrc/graphics/dcraw) to convert a digital camera raw file to ppm,
and then loads the image into the GIMP. This plugin does not load
EXIF data from the raw file into the GIMP.
Raw photo loader plugin for the GIMP. This plugin calls dcraw (in
pkgsrc/graphics/dcraw) to convert a digital camera raw file to ppm, and then
loads the image into the GIMP. This plugin does not load EXIF data from the raw
file into the GIMP.

View File

@ -1,4 +1,3 @@
REJIK is a redirector_program for Squid proxy. It looks up incoming
URLs in one or more 'ban lists' and replaces them with a reference to
empty GIF image, null JavaScript code, etc.
REJIK is a redirector_program for Squid proxy. It looks up incoming URLs in one
or more 'ban lists' and replaces them with a reference to empty GIF image, null
JavaScript code, etc.

View File

@ -1,11 +1,11 @@
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2012/02/18 15:17:30 shattered Exp $
$NetBSD: MESSAGE,v 1.2 2012/11/23 22:34:02 othyro Exp $
The 'ban lists' are not provided with this package. Up-to-date lists are
available to members of DBL project.
MVPS HOSTS file from http://winhelp2002.mvps.org/ can alse be used, after
postprocessing:
postprocessing:
awk '/^127/ && !/localhost/ { print $2 }' HOSTS

View File

@ -1,2 +1 @@
$NetBSD: distinfo,v 1.2 2009/03/10 11:02:50 thomasklausner Exp $
$NetBSD: distinfo,v 1.3 2012/11/23 22:34:02 othyro Exp $

View File

@ -1,17 +1,15 @@
# $NetBSD: Makefile,v 1.3 2012/10/07 14:53:43 asau Exp $
# $NetBSD: Makefile,v 1.4 2012/11/23 22:34:02 othyro Exp $
#
VERS= 0.9.3
DISTNAME= rope-${VERS}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
#PKGREVISION=
CATEGORIES= devel
MASTER_SITES= http://pypi.python.org/packages/source/r/rope/
EXTRACT_SUFX= .tar.gz
MAINTAINER= helgoman@users.sourceforge.net
HOMEPAGE= http://rope.sourceforge.net/
COMMENT= Rope is a python refactoring library
LICENSE= gnu-gpl-v2
VERS= 0.9.3
DISTNAME= rope-${VERS}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://pypi.python.org/packages/source/r/rope/
MAINTAINER= helgoman@users.sourceforge.net
HOMEPAGE= http://rope.sourceforge.net/
COMMENT= Rope is a python refactoring library
LICENSE= gnu-gpl-v2
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2012/10/07 14:53:44 asau Exp $
# $NetBSD: Makefile,v 1.14 2012/11/23 22:34:02 othyro Exp $
VERSION= 1.2.4
DATERELEASE= 20110705
DISTNAME= rubinius-${VERSION}-${DATERELEASE}
@ -8,8 +8,7 @@ MASTER_SITES= http://asset.rubini.us/
MAINTAINER= ober@NetBSD.org
HOMEPAGE= http://rubini.us/
COMMENT= Rubinius is an implementation of the Ruby programming language
EXTRACT_SUFX= .tar.gz
LICENSE= modified-bsd
LICENSE= modified-bsd
.include "../../mk/bsd.prefs.mk"
@ -48,4 +47,3 @@ PLIST_SUBST+= RUBY_NAME=${RUBY_NAME}
.include "../../devel/readline/buildlink3.mk"
.include "../../lang/ruby/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

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