summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-05-25Initial import of tex-glossaries, version 1.0:jmmv4-0/+63
The glossaries package supports acronyms and multiple glossaries. New entries are defined to have a name and description (and optionally an associated symbol). Plural forms can also be specified. New glossary styles can be defined, and preambles and postambles can be specified. There is provision for loading a database of terms: only terms used in the text will be added to the relevant glossary.
2007-05-25Initial import of tex-xkeyval, version 2.5f:jmmv4-0/+65
This package is an extension of the keyval package and offers additional macros for setting keys and declaring and setting class or package options. The package allows the programmer to specify a prefix to the name of the macros it defines for keys, and to define families of key definitions; these all help use in documents where several packages define their own sets of keys.
2007-05-25tonights updatesmarkd2-3/+6
2007-05-25Add p5-CGI-Application-Plugin-(DBH,ValidateRM}markd1-1/+3
2007-05-25Initial import p5-CGI-Application-Plugin-ValidateRM version 2.1markd4-0/+29
CGI::Application::Plugin::ValidateRM helps to validate web forms when using the CGI::Application framework and the Data::FormValidator module.
2007-05-25Initial import p5-CGI-Application-Plugin-DBH version 4.00markd4-0/+31
CGI::Application::Plugin::DBH adds easy access to a DBI database handle to your CGI::Application modules. Lazy loading is used to prevent a database connection from being made if the "dbh" method is not called during the request. In other words, the database connection is not created until it is actually needed.
2007-05-25Update HTML-FillInForm to 1.06markd2-7/+6
1.06 - October 13th, 2005 Distinguish between selects with and without the multiple attribute set (Alexander Hartmaier) Added warnings to PREREQ_PM 1.05 - December 19th, 2004 Added new tests in 19_extra.t (Vsevolod (Simon) Ilyushchenko) as part of Phalanx Make it clearer that doesn't have a CGI.pm dependency.
2007-05-25Update docutils to 0.4markd3-20/+122
Components: * Added an S5/HTML writer and the rst2s5.py front end: multi-platform, multi-browser HTML slide shows. * The newlatex2e writer is nearing completion. * Added a DocTree reader, publish_doctree and publish_from_doctree convenience functions, for document tree extraction and reprocessing. reStructuredText: * Added directives: "container" (generic block-level container), "default-role" (role used for `backtick` syntax), "title" (document title metadata), and "date" (generate the current local date, for substitution definitions). * Length units are now supported for image sizes. * Added standard definition files for special characters etc. Internationalization: * Added Japanese and Simplified Chinese language mappings, and support for double-width CJK-characters in tables and section titles. Documentation: * Added a guide for distributors (package maintainers) and a guide for developers. General: * Added significant Emacs support for reST. * Added a --strip-comments option. * --embed-stylesheet is now the default for the HTML writer (rather than --link-stylesheet).
2007-05-25Explicitly disable python supportmarkd1-1/+3
2007-05-25Pass PAM location to configure script.obache1-1/+2
Pointed out in PR 36386 by Ondrej Tuma.
2007-05-25+samba-3.0.25ataca1-2/+2
2007-05-25Note PKGREVISION bump of cgoban-javarh1-1/+2
2007-05-25Don't use the java executable directly in the cgoban-java script. Use therh1-2/+10
corresponding wrapper script instead to make sure environment variables and limits are set correctly. Fixes PR pkg/33373 by jfranz at bsdprojects dot net. Bump PKGREVISION.
2007-05-25Replace sun15 with sun6 to match reality.rh2-29/+29
2007-05-25Make it explicit that this is a Socks 4/5 proxy as suggested by lukem@rh2-10/+8
Remove me as maintainer (I haven't been maintaining this for some time now)
2007-05-24Added support for installation to DESTDIR.heinz1-11/+13
2007-05-24Updated devel/m4 to 1.4.9nb1dmcmahill1-1/+2
2007-05-24Fix a division bug when negative numbers are involved. Bump pkgrev.dmcmahill3-2/+24
2007-05-24Added devel/ucpp version 1.3.obache1-1/+2
2007-05-24Added ucpp.obache1-1/+2
2007-05-24Import ucpp version 1.3.obache5-0/+58
Based on PR 31480 by Jeroen Ruigrok van der Werven, fixed manual page installation path. ucpp is a C preprocessor and lexer. It has the following goals: - Strict conformance to the C99 standard (with switches to disable some extensions and mimic C90 behaviour) - Low memory consumption - Possibility to use the code as a lexer (that outputs tokens directly)
2007-05-24Don't add LIBEXPAT to DPADD, it doesn't exist in all cases... andxtraeme2-7/+7
the pkgsrc version is used anyway.
2007-05-24Honor PKGMANDIR.jlam1-2/+2
2007-05-24Updated x11/x11vnc to 0.9.1.obache1-1/+2
2007-05-24Update x11vnc to 0.9.1.obache3-7/+11
New in the 0.9.1 x11vnc release: A new Unix username identification scheme is provided when SSL client certificates are used to authenticate VNC viewers. The username is extracted from the 'Subject' section of the cert. The option is "-users sslpeer=" which, like "-users unixpw=" already does, will cause a switch to the Unix user. This is useful for the -find and -create options that try to find an existing X session associated with the user or create a new one. The UltraVNC Java Viewer has been modified to support SSL connections. Some bugs were also fixed and some improvements added. A patch file and a compiled jar file (UltraViewerSSL.jar and SignedUltraViewerSSL.jar in the classes/ssl directory) are provided in the x11vnc package. For the -user option groups are now handled better by using initgroups(3), or if finer control is needed one can use: "-users user1.group1,..." When SSL client certification is being used and external login programs are being used the env. var. RFB_SSL_CLIENT_CERT is set to the clients certificate. Set X11VNC_SSLPEER_CN to use the Common Name instead of the certificate email address to find the unix username. miscellaneous new features and changes: The -wait and -defer defaults were lowered from 30 to 20 milliseconds, set the values explicitly if this increases the load too much for your liking. In -create mode where a Xvfb session is started, mwm was added as a session type. setpgrp(2) is used for the spawned process if available. The XKEYBOARD extension is enabled (+kb, but it doesn't seem to always work). TrueColor is forced to be the default visual (recent Xvfb seem to choose DirectColor, this is likely a bug) One can also force creating a new Xvfb by setting the env. var. X11VNC_FINDDISPLAY_ALWAYS_FAILS (not exactly clear what this would be used for). The WAITBG env. var. enables -display WAIT:... to take place in the background. One can specify the X11VNC_SKIP_DISPLAY env. var. for a list of displays to exclude in the FINDDISPLAY action. This can also be specified via nd=... as a -unixpw login option. setsid() or setpgrp() is called for the external command spawned by the -gone option (since it may be long lived, e.g. a screen locker). The script "onetimekey" utility is provided in the classes/ssl subdirectory that allows a (very long) string representing a Client SSL certificate to be provided by the authenticating client, or via https cgi script (e.g. after a web login). Some bugs were fixed in the libvncserver implementation of UltraVNC file transfer.
2007-05-24Sync with the recent silc-client update.salo2-8/+9
2007-05-24Add ruby-syntax.minskim2-2/+4
2007-05-24Import ruby-syntax.minskim4-0/+41
Syntax is a lexical analysis framework. It supports pluggable syntax modules, and comes with modules for Ruby, XML, and YAML. It means you can use Syntax to take a body of text representing instructions in some syntax (like Ruby), and break that text into tokens. You could conceivably use it to count the number of classes in a system, or the number of lines of code per method. But Syntax was written specifically with syntax highlighting in mind.
2007-05-24Replaced printf(1) with echo(1), since printf is not available in therillig1-8/+8
top-level directory of pkgsrc.
2007-05-24If more than one location for a topic is found, print an empty linerillig1-1/+3
between them. Up to now, "bmake help topic=configure" looked rather compressed.
2007-05-24Fixed pkglint warnings and file permissions. PKGREVISION++rillig2-13/+15
2007-05-24Added the patch from PR 36383, which fixes a type name clash on NetBSD.rillig2-1/+46
2007-05-24Get this to build on solaris-2.9/sparc. Verified that it didn't breakdmcmahill2-1/+25
NetBSD.
2007-05-23Squelch a pkglint warning.wiz1-2/+2
2007-05-23Remove some more outdated/broken mirror sites.wiz1-10/+2
From Zafer Aydogan.
2007-05-23The distfile is not GNU mirrors (only older versions are).wiz1-2/+4
Remove MASTER_SITE_GNU from MASTER_SITES and two other places. From Zafer Aydogan.
2007-05-23Remove oaf dependency here too. Bump PKGREVISION.wiz1-3/+2
2007-05-23+p5-DBD-SQLite2kristerw1-1/+2
2007-05-23Fix path to self in BUILDLINK_PKGSRCDIR.libopensyncseb1-2/+2
2007-05-23Updated to version 2.84.heinz2-6/+6
Pkgsrc changes: - none Changes since version 2.83: =========================== 2.84 (May 10, 2007) Update discovery hostname.
2007-05-23Entab.schmonz1-11/+11
2007-05-23Add a --universal switch to enable building Universal binaries onschmonz1-7/+14
Mac OS X (off by default).
2007-05-23simplify previoustnn1-5/+4
2007-05-23non-current make(1) doesn't support -V.tnn2-4/+6
Provide a target for printing PKGSRCDIR. PKGREVISION++
2007-05-23Fixed a SunPro error message and some pkglint warnings.rillig3-4/+20
2007-05-23Update to KDE 3.5.7markd1-4/+4
2007-05-23Add libopensyncmarkd1-1/+2
2007-05-23kde 3.5.7 updatemarkd1-1/+88
2007-05-23add libopensyncmarkd1-1/+2
2007-05-23Update to KDE 3.5.7markd123-595/+1244