Work-in-progress packages for pkgsrc, the portable package system from NetBSD [mirror]
Find a file
Ryo ONODERA f50c54b1d8 Update to 0.5.1rc1
* Compiled but not working properly for me.
  vmlinux kernel that is built from openrisc.net Linux git repository
  does not boot.
  Infinite(?) ERR: 8-bit program load out of memory area: [hexnumer].

* Linux/openrisc does not for me, so network support code is not verified.

* For the record, 0.2.0 also does not works for me.

Changelog:
New in release 0.5.1rc1
=======================

New features (shouldn't be there during a release cycle, but prompted by debug
needs elsewhere in the tool chain).

New option --trace provides a one line dump of instruction executed and any
register or memory location changed after each instruction.

A new configuration option "use_nmi" is added to the programmable interrupt
controller (PIC). This causes interrupt lines 0 and 1 to be non-maskable, but
only in the sense that the corresponding bits in PICMR are hard-wired to 1.

New config setting for memory initialization "exitnops" fills memory with
"l.nop 1", which will cause the simulator to exit. Good for tracking pointer
corruption.

New l.nop opcodes to turn instruction tracing on and off. Good for debugging
applications.

New l.nop opcode to return a random number. Good for applications (like the
Linux kernel) which need access to the host entropy to ensure randomness.

New l.nop opcode to identify that this is an Or1ksim session.  Allows
applications to determine if they are running on Or1ksim or hardware.

No bugs are fixed.

The following bugs are outstanding
* Bug 1973: Or1ksim needs PIC tests.
* But 1931: Or1ksim needs test for l.nop opcodes.
* Bug 1823: Configuration file error line numbers are wrong.
* Bug 1822: ATA configuration is broken. Documented in user guide.
* Bug 1758: Memory controller issues. Workaround in the user guide.


New in release 0.5.0rc3
=======================

No bugs are fixed.

The following bugs are outstanding
* Bug 1823: Configuration file error line numbers are wrong.
* Bug 1822: ATA configuration is broken. Documented in user guide.
* Bug 1758: Memory controller issues. Workaround in the user guide.


New in release 0.5.0rc2
=======================

No new features. This is purely bug fixes post-0.5.0rc1.

The following bugs are fixed.
* Bug 1847: Build issues with RSP server (duplicate of 1815).
* Bug 1846: Casting errors.
* Bug 1824: Memory controller issue (marked as duplicate of Bug 1758).
* Bug 1816: Error message when target not set is obscure (duplicate of 1813).
* Bug 1815: Build errors with RSP server.
* Bug 1813: "make check" fails before installation.

The following bugs are outstanding
* Bug 1823: Configuration file error line numbers are wrong.
* Bug 1822: ATA configuration is broken. Documented in user guide.
* Bug 1758: Memory controller issues. Workaround in the user guide.


New in release 0.5.0rc1
=======================

The floating point implementation is now based on John Hauser's "softfloat"
package, ensuring rigorous compliance with the IEEE 754-2008 standard.

The library interface is extended to allow registers and memory to be written
directly and processor stalled and unstalled. This is to allow direct
integration as a simulator in GDB.

Some of the existing library interface functions have different prototypes.

The "include" feature of configuration files (which never worked, but no one
ever noticed) is dropped.

If the configuration file is not found in the local directory, it is searched
for in the ${HOME}/.or1ksim directory, then (for backwards compatibility) the
${HOME}/.or1k directory.

If no simulation file is specified, then sim.cfg is not searched for as a
default.

New options are added -q|--quiet, -V|--verbose, -m|--memory and
--report-memory-errors. The semantics of --nosrv and --src otpions are changed.

There is a configuration option to collect statistics on instruction execution
in binary form.

In previous versions, Bus exceptions were unique in that they produced an
error message on standard output. The default is now for this exception to be
handled silently, unless requested by --report-memory-errors.

The following feature requests have been accepted.
* Feature  393: Integrate Or1ksim in GDB.

The following bugs are fixed.
* Bug 1821: Reference configuration file has defective debug section.
* Bug 1817: Reference configuration file missing from distribution.
* Bug 1795: GDB breakpoints do not work with the instruction cache.

The following bugs are either cannot be reproduced or will not be fixed.

The following bugs are outstanding
* Bug 1824: Memory controller issue (probably the same as Bug 1758).
* Bug 1823: Configuration file error line numbers are wrong.
* Bug 1822: ATA section in configuration file is broken.
* Bug 1816: Error message when target not set is obscure.
* Bug 1813: "make check" fails before installation.
* Bug 1758: Memory controller issues. Workaround in the user guide.


New in release 0.4.0
====================

No new features or bugs. This is the full release based on 0.4.0rc2.


New in release 0.4.0rc2
=======================

No new features are provided, pending full release of 0.4.0.

The configuration options --enable-arith-flag and --enable-ov-flag have been
removed, since they were the source of bugs, notably Bugs 1782, 1783 and 1784.

The configuration option --enable-unsigned-xori has been added to allow a
conditional solution to Bug 1790.

The following bugs are fixed.
* Bug 1770: l.div does not set carry or give correct exception.
* Bug 1771: l.add* do not correctly set the overflow flag.
* Bug 1772: l.fl1 not implemented.
* Bug 1773: l.maci not correctly implemented.
* Bug 1774: l.mulu not implemented.
* Bug 1775: l.jalr and l.jr don't trigger alignment exceptions.
* Bug 1776: l.addic is not implemented.
* Bug 1777: l.macrc not correctly implemented.
* Bug 1778: l.ror and l.rori are not implemented.
* Bug 1779: l.mtspr implementation is incorrect.
* Bug 1782: Or1ksim setting of overflow flag is wrong.
* Bug 1783: Or1ksim definition of overflow is wrong.
* Bug 1784: Or1ksim does not trigger overflow exceptions.
* Bug 1790: l.xori implementation is incorrect.

The following bugs are either cannot be reproduced or will not be fixed.

The following bugs are outstanding
* Bug 1758: Memory controller issues. Workaround in the user guide.


New in release 0.4.0rc1
=======================

The following new features are provided.
* testbench now renamed testsuite and fully integrated using DejaGNU.
  "make check" now works correctly if the OpenRISC toolchain is installed.
* New configuration flag --enable-all-tests to enable building of incomplete
  tests with "make check".
* The library offers an interface via modelled JTAG
* Single precision floating point is available.

The user guide is updated.

The following feature requests have been accepted.
* Feature  413: ORFPX32 single precision floating point now supported.
* Feature  469: Icache tags now intialized as invalid.
* Feature 1673: Or1ksim now builds on Mac OS X.
* Feature 1678: download, patch and build dirs removed from SVN.

The following feature requests have been rejected.
* Feature  399: Writeable SR_LEE bit will not be provided.
* Feature  409: Separate ELF loader library already exists in binutils.
* Feature  586: Ignoring HW breakpoints is already possible.

The following bugs are fixed.
* Bug  534: Test suite fixed (see above).
* Bug 1710: mprofile now handles mode args correctly.
* Bug 1723: PS2 keyboard error message clearer if RX file won't open.
* Bug 1733: Or1ksim now accepts ELF image when working through RSP.
* Bug 1767: l.lws is not recognized as an opcode.

The following bugs are either cannot be reproduced or will not be fixed.

The following bugs are outstanding
* Bug 1758: Memory controller issues. Workaround in the user guide.


New in release 0.3.0
====================

* No new features or bugs. This is the full release based on rc3.

New in release 0.3.0rc3
=======================

* Bug 376 fixed: 32 interrupts now supported
* Bug 377 fixed: Level triggered interrupts now work correctly
* Bug 378 fixed: xterm UART now works with RSP
* Bug 379 fixed: RSP performance improved
* Bug 380 fixed: GDB 6.8 stepi now works through Or1ksim JTAG interface
* Bug 398 fixed: Lack of support for LEE bit in SR documented
* Bug 415 fixed: NPC behavior on writing optionally matches real HW
* Bug 418 fixed: All library up calls are host-endian

* Feature 395 added: Boot from 0xf0000000 now enabled.
* Feature 408 added: Image file may be NULL for or1ksim_init.
* Feature 410 added: RSP now clears sigval on unstalling the processor.
* Feature 417 added: Or1ksim prints out its version on startup.

New in release 0.3.0rc2
=======================

* A number of bug fixes
* Updates to user guide

New in release 0.3.0rc1
=======================

* Numerous bug fixes (see the OpenRISC tracker and the ChangeLog file)
* User Guide
* Consistent coding style and file naming throughout
* Support for external SystemC models
2013-10-14 13:00:04 +00:00
389-ds-base
a2ps-sharatype
acpiclient
acpid
adamem
adjustmtu
adms
admsmb
adobe-source-sans-pro-ttf-otf LICENSE=open-font-license -> ofl-v1.1 2013-04-08 02:20:18 +00:00
ae-fonts-decorative
aegis-devel print/ghostscript was moved to print/ghostscript-agl. Adjust paths. 2013-04-21 18:04:04 +00:00
aeneas
aespipe
afflib
agile Remove version 25 from PYTHON_VERSIONS_ACCEPTED as it has been removed 2013-08-03 21:13:42 +00:00
aida
aircrack-ng add missing file to PLIST 2013-09-06 14:34:01 +00:00
airsnort
alac_decoder
alberta
alex Update to 3.1.0 2013-09-17 21:27:00 +00:00
alive
alsa-plugins
alsa-utils
alt-ergo
am-utils Update to am-utils 6.2rc1. 2013-08-30 14:56:45 +00:00
am-utils-git Import am-utils-6.2nb20130830 as wip/am-utils-git. 2013-08-30 15:03:43 +00:00
amavis-logwatch Amavis log reporting utility. 2013-07-01 11:44:42 +00:00
amaya Fix very minor one char typo (on comment). 2013-04-21 15:10:05 +00:00
analizo
and
ann
ansible right, forgot to commit the distinfo, here it is 2013-02-06 00:57:58 +00:00
ansible-dev resulting distinfo. 2013-02-06 11:26:05 +00:00
anthy-dic-jis34
antlr3-c Fix library name. 2013-03-07 11:54:12 +00:00
aoeui
aoi
aokell
aols-freetds
aols-openssl
aols-postgres
aolserver
aolserver4
ap-bunzip2
ap-choke
ap-chxj
ap-evasive
ap-macro
ap-ometer
ap2-auth-imap
ap2-auth-pam
ap2-encoding
ap2-evasive
ap2-jk2
ap2-layout
ap2-limitipconn
ap2-macro
ap2-passenger Update Passenger to 4.0.14. 2013-09-05 10:55:51 +00:00
ap2-xsendfile Fix Apache dependencies. 2013-02-21 13:26:24 +00:00
ap2-zeroconf
ap22-authz-ldap Update to 0.30: 2013-06-04 13:54:52 +00:00
ap22-layout
apache-commons-beanutils
apache-commons-codec
apache-commons-collections
apache-commons-configuration
apache-commons-dbcp
apache-commons-digester
apache-commons-io
apache-commons-lang
apache-commons-logging
apache-commons-pool
apache-log4j
apache-velocity
apachebench2
ape Import ape-3.5.1 as wip/ape. 2013-08-14 01:26:14 +00:00
apel-git Wrong line as \'BUILD_TARGET= build\' was included, resulting almost empty package, sorry. 2013-10-04 14:33:23 +00:00
apstget
apvlv
ar7
arabeyes-qr-ttf
arandr
aravis
arcem-current
archimedes
argouml
argtable2
ariamaestosa Removed entry from INSTALLATION_DIRS. Perhaps, will fix failure in latest 2013-05-04 01:41:49 +00:00
arista
arla-3.99.14
armadillo Clean up 2013-03-24 22:04:38 +00:00
armagetronad
arora Update HOMEPAGE URLs. 2013-02-12 18:35:01 +00:00
arpdig
arphic-ukai-ttf LICENSE=arphic-public 2013-04-19 11:27:28 +00:00
arphic-uming-ttf LICENSE=arphic-public 2013-04-19 11:27:28 +00:00
artemis
ascii2binary
aspell-dictionaries Updated to reflect recent changes to package names and imports. Bump 2013-04-10 00:28:36 +00:00
aten
atftp
ati-xfree86-bin
ati-xfree86-bin-unstable
atlas Rebase work to ATLAS 3.11.11 2013-09-14 23:46:50 +00:00
atompaw
atool Unbreak build. 2013-06-16 13:28:20 +00:00
atque
auctex-current
audacious
audacious-plugins
audacity-devel
audiere
audio-mml
audit-system
auto-complete-current Update PLIST for latest version. 2013-04-01 14:48:41 +00:00
auto-complete-mode
autoproject
autopsy Unbreak build (partially) 2013-09-03 17:40:00 +00:00
autoq3d
autossh Unbreak packaging. 2013-03-30 07:06:51 +00:00
avida2
avifile-devel
avr-binutils Adding more for COMMIT_MSG. 2013-08-06 03:31:39 +00:00
avr-gcc Picked up AVR related info from gcc-4.7/changes.html. 2013-10-14 06:29:57 +00:00
avr-gdb Add make test result of NetBSD/amd64 6.1 avr-gdb-7.6.1. 2013-10-02 01:38:22 +00:00
avr-libc pkgsrc: 2013-07-06 10:16:25 +00:00
avrdude Remove redundent line, CONF_FILES_PERMScovers CONF_FILES function. Only one is necessary. 2013-10-10 05:12:27 +00:00
awflwm
axe
axel Unbreak packaging. 2013-03-23 08:37:36 +00:00
azureus
backintime
backplane
bagel
bakery
baler
banshee Update to 2.6.1: 2013-08-28 10:02:21 +00:00
bashdb
bastard
beads
beast
bibliographer Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
bicho
bigdft
bind10
bind10-devel
bindgraph
biopython Fix PKGNAME to make dependencies resolve. 2013-02-24 14:56:45 +00:00
bioruby
BitchX improve the pkg build. 2013-06-13 09:51:05 +00:00
bkchem Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
blam Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
bleachbit
blink Updated to latest stable. No changes in pkgsrc. No updated ChangeLog in 2013-08-12 04:08:40 +00:00
blueproxy
bluez-gnome
bluez-hcidump
bluez-hciemu
bluez-libs
bluez-utils
bmap
bmp-docklet
bnr2 Unbreak packaging. 2013-03-23 08:37:36 +00:00
boa
bochs-snapshot
bogomips
boinc Add TODO to mention security vulnerability SA53192. 2013-05-03 20:03:56 +00:00
boinc-client
boinc-lib
bonnie++-current
boo Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
boost-test-suite
boost-threadpool
bouml
bowtie Simplify installation commands. 2013-09-01 16:23:40 +00:00
Box2D
bpmcounter
bridge-utils
briquolo
brltty
bscript
bsdbuild
bsfilter
bsh
bsnmp
bss
bsvc
btscanner
bub-n-bros
bunny
busybox
bwm-ng
bwping
c-news
c2hs
cabal-install Cabal-1.16.0 is now part of GHC. 2013-02-23 13:44:22 +00:00
cacti-plugin-aggregate Import cacti-plugin-aggregate-0.75 as wip/cacti-plugin-aggregate. 2013-07-23 16:37:56 +00:00
cacti-plugin-hostinfo
cacti-plugin-monitor Curl is not necessary to fetch the distfiles. 2013-02-20 08:25:09 +00:00
cacti-plugin-realtime Curl is not necessary to fetch the distfiles. 2013-02-20 08:25:09 +00:00
cacti-plugin-rrdclean Import cacti-plugin-rrdclean-0.41 as wip/cacti-plugin-rrdclean. 2013-07-23 16:39:01 +00:00
cacti-plugin-settings Curl is not necessary to fetch the distfiles. 2013-02-20 08:25:09 +00:00
cacti-plugin-thold update to v0.5.0 2013-07-23 08:09:52 +00:00
cacti-plugin-tools
cacti-plugin-weathermap Updated to version 0.97a 2013-02-18 09:55:06 +00:00
cacti-spine forgot some cleaning 2013-07-29 09:01:01 +00:00
cairo-dock Import cairo-dock-3.2.1 as wip/cairo-dock. 2013-07-15 20:14:21 +00:00
cairo-dock-plugins Import cairo-dock-plugins-3.2.1 as wip/cairo-dock-plugins. 2013-07-15 20:27:37 +00:00
cairo-java
calcurse
calligra
callweaver wip/spandsp seems now in comms/spandsp. 2013-07-08 05:10:00 +00:00
calypso Update for recent changes. 2013-09-27 07:53:04 +00:00
canna
canna-canuum
canna-dict
canna-lib
canna-server
carnival
cartago
castget
cb2bib
ccrypt
cddlib
cde
cdogs
cdpr
cedet CVE-2012-0035 was resolved by pdated to 1.0.1, 2013-04-24 11:14:46 +00:00
celery Updated to latest version. From ChangeLog: 2013-08-12 01:33:18 +00:00
cfengine
cgit Finish git rename from scmgit to git. 2013-09-09 14:05:30 +00:00
cglib
cgnslib
cgterm
chbg
chems
chicken
Chinput
chmlib/patches
choosefont *** empty log message *** 2013-05-10 13:20:49 +00:00
chora Update HOMEPAGE URLs. 2013-02-12 18:35:01 +00:00
chromium
chrsh
cinelerra wip/libuuid was removed; use devel/libuuid instead. 2013-04-21 17:37:43 +00:00
cinelerra-cv wip/libuuid was removed; use devel/libuuid instead. 2013-05-01 20:03:28 +00:00
circe2
ciwiki
cl-alexandria
cl-anaphora
cl-babel
cl-bordeaux-threads
cl-cffi
cl-fad
cl-flexi-streams
cl-portable-clx
cl-ppcre
cl-ppcre-unicode
cl-split-sequence
cl-trivial-features
cl-trivial-gray-streams
cl-unicode
cl-who
clamassassin
clang
classgen
classic-mac-font-pack
claws-mail-fancy
clfswm
clhep
clips
clisp
clisp-asdf
cloc
clockspeed
clustalx
clustershell
cm-unicode-ttf LICENSE=open-font-license -> ofl-v1.1 2013-04-08 02:20:18 +00:00
cmetrics
codeblocks
coldfire
collectd Fix configure by removing stray m4 macro brackets. 2013-08-09 09:19:13 +00:00
collectd5
collectd5-rrdtool
colorize
com_err
common-mml
commoncpp2
compare
compiz-boxmenu
contacts use MASTER_SITE_GNOME. 2013-06-16 09:19:06 +00:00
converttomp3
cops
copytape
couchdb-glib Update couchdb-glib to 0.7.4. On the pkgsrc side: passes pkglint (mostly) 2013-04-18 01:25:26 +00:00
courierpassd
cowpatty Remove pkg-config from USE_TOOLS. Not necessary. 2013-05-24 11:59:58 +00:00
coxeter
cpdup
cpm Update maintainer's address 2013-04-14 20:05:24 +00:00
cpqarrayd Import cpqarrayd-2.3 as wip/cpqarrayd. (Not buildable yet.) 2013-05-25 09:31:12 +00:00
crabemu Fix hardcoded FONT_PATH in src/sdl/config.c via the SUBST framework. 2013-03-29 10:52:29 +00:00
crawl-stone-soup more suggestions from Terho Uotila 2013-07-13 17:27:01 +00:00
creal
cream
crm114
crossroads-io
crrcsim
crush-tools Needs gm4 to build 2013-07-26 12:06:56 +00:00
cryptcat
csmith
csoap
csp2b
cspchecker
csstidy Unbreak packaging. 2013-03-21 17:34:50 +00:00
csv-mode
cubature
cup
cutecom
cvc3
cvs-syncmail
cvs2darcs
cvs20hg
cvsanaly Finish git rename from scmgit to git. 2013-09-09 14:05:30 +00:00
cvsnt
cvsproxy
cvstrac
cvsup-mirror
cwebx
cxfreeze
cycle updated INSTALLATION_DIRS so pkg installs again. 2013-04-17 13:25:35 +00:00
cygwin
cygwin-binutils
d-feet
d4x
daphne
darcnes-svgalib
darcs
darcs-to-git Finish git rename from scmgit to git. 2013-09-09 14:05:30 +00:00
dasm
datapipe Unbreak packaging. 2013-03-21 17:34:50 +00:00
dates small DESCR change. 2013-06-19 08:51:35 +00:00
davical-current Updates toward 1.1.2 release. 2013-07-17 15:10:48 +00:00
db1
dbf
dbmail Update to dbmail-3.1.5. No changelog summary but lots of bugfixes were 2013-09-06 15:11:01 +00:00
dbus-explorer Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
ddate
deadbeef
debian_base
debian_glib
debian_gtk
debian_linux
debian_x11
debugger-git
dee
deforaos-accessories
deforaos-asm
deforaos-browser using hicolor-icon-theme. 2013-08-22 08:50:05 +00:00
deforaos-camera Build with Gtk+ 3 by default 2013-03-04 23:15:40 +00:00
deforaos-configure
deforaos-cpp
deforaos-desktop Added deforaos-terminal and updated deforaos-browser, deforaos-camera and 2013-03-05 00:56:41 +00:00
deforaos-editor
deforaos-framer
deforaos-init
deforaos-keyboard
deforaos-libdesktop
deforaos-libsystem
deforaos-locker
deforaos-mailer using hicolor-icon-theme. 2013-08-22 08:50:05 +00:00
deforaos-mixer
deforaos-panel using hicolor-icon-theme. 2013-08-22 08:50:05 +00:00
deforaos-pdfviewer
deforaos-phone using hicolor-icon-theme. 2013-08-22 08:50:05 +00:00
deforaos-player Updated DeforaOS Player to version 0.1.5 (building with Gtk+ 3 by default) 2013-03-05 00:49:20 +00:00
deforaos-probe
deforaos-surfer using hicolor-icon-theme. 2013-08-22 08:50:05 +00:00
deforaos-terminal Fixed build with Gtk+ 3 2013-03-05 01:07:05 +00:00
deforaos-todo using hicolor-icon-theme. 2013-08-22 08:50:05 +00:00
depsolver
deskcribe
desktop-data-model
desmume BUILDLINK_DEPMETHOD.libSoundTouch+=build and include its buildlink3.mk 2013-04-16 11:38:21 +00:00
despotify
detachtty
dfbpoint
dfbsee
dfu-util Fixed most build issues on MacOS X (Lion) 2013-07-27 18:32:50 +00:00
dhcpd-snmp Import dhcpd-snmp-0.2 as wip/dhcpd-snmp. 2013-02-18 08:22:56 +00:00
di
diablo
dicom3tools
dict-est-rus
dict-freedict-eng-ara
dict-freedict-eng-fra
digitemp
ding Update for aspell name change. 2013-04-21 17:54:56 +00:00
dionysus Unbreak packaging (WIP) 2013-03-30 07:04:33 +00:00
dir2ogg
directfb
discident-glib
dispred
distbb-current
distella
ditz-commander
diveintopython
djplay -tap-plugins; Imported to audio/ 2013-07-02 12:06:51 +00:00
djview4
dk-milter
dlpoly-classic Clean up 2013-03-22 00:38:01 +00:00
dmapd
dmd
dmd-bin
dmt-ux
dmxproto
dnrd
dns2tcp
dnswalk
docbook-xsl-ko
docbook2X
dokuwiki Version bump to 20130510 2013-06-25 10:04:45 +00:00
dolfin "test" portability. 2013-09-01 17:24:38 +00:00
dolphin Cg-compiler was moved to lang/. 2013-07-02 01:33:27 +00:00
doorman
dotproject
dovecot-antispam
downtimed
doxygen-depend
dpic
dragbox
dri
dropbox
drow
drpython Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
drumpiler
dscan Import dscan-0.1 as wip/dscan. 2013-05-07 10:21:54 +00:00
dsh
dspam
dssi Set BUILDLINK_DEPMETHOD.libdssicompat=build, but still doesn't fix the 2013-02-27 11:34:17 +00:00
duali-data
duff
dumb
dune-common
dune-geometry
dune-istl
duplo
dvbsnoop
dvd2xvid
dvegas
dwepcrack
dxmake
dzen2
e-uae
e00pg
e2fsprogs
e3
e16keyedit
e16menuedit
e17 Update enlightenment e17 to version 0.17.4. 2013-09-15 17:31:16 +00:00
e_dbus Update Enlightenment libraries to version 1.7.8. 2013-09-15 17:22:35 +00:00
easymesh
eboard-extras
ecasound
ecb
eciadsl-usermode
ecl
eclipse
ecore Update Enlightenment libraries to version 1.7.8. 2013-09-15 17:22:35 +00:00
edb
edelib
edje Update Enlightenment libraries to version 1.7.8. 2013-09-15 17:22:35 +00:00
eet Update Enlightenment libraries to version 1.7.8. 2013-09-15 17:22:35 +00:00
efltk
efreet Update Enlightenment libraries to version 1.7.8. 2013-09-15 17:22:35 +00:00
eic
eina Update Enlightenment libraries to version 1.7.8. 2013-09-15 17:22:35 +00:00
Eina Use libnotify, it's new enough. 2013-08-21 11:44:14 +00:00
eio Update Enlightenment libraries to version 1.7.8. 2013-09-15 17:22:35 +00:00
ejourn
ekg2
electricsheep
electricsheep-svn Update for new svn locations on SourceForge. 2013-08-21 09:37:53 +00:00
electrum Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
elementary Update Enlightenment libraries to version 1.7.8. 2013-09-15 17:22:35 +00:00
elementary-icon-theme
elinks-libmm
elinks-snapshot
elk
emacs-current Upstream fixed giflib 4 or 5 issue. Removing patches 2013-10-10 14:34:38 +00:00
emacs-current-nox11
emacs-ditz
emacs-pr-el
emacs-rc
emacs-session
emacs-w3m-current Add w3m-load.elc onto PLIST, due to upstream change 2013-10-04 14:43:52 +00:00
emboss
emboss-base
emboss-domainatrix
emboss-emnu
emboss-hmmer
emboss-java
emboss-meme
emboss-mse
emboss-phylip
emboss-topo
embryo Update Enlightenment libraries to version 1.7.8. 2013-09-15 17:22:35 +00:00
emelfm2
emerald
emerald-themes
emesene
emirror
emovix
enet
engauge-digitizer
enigma2000
enigmail
ent
entrance
eor
eot
epeg
epsilon
erc
eric4
erlang15 Exclude older versions from valid dependencies 2013-07-30 07:54:14 +00:00
es40
es40-firmware
esdl Hand in maintainership. 2013-04-13 07:58:29 +00:00
esmart
espeak
ethtool
ETL
etoile
etoile-core
etoile-services
euca2ools version bump to 2.1.3 and fetching correct archive. 2013-06-13 11:40:35 +00:00
evas Update Enlightenment libraries to version 1.7.8. 2013-09-15 17:22:35 +00:00
evas-gif
evas-software-x11
evas-xpm
evas_generic_loaders Update Enlightenment libraries to version 1.7.8. 2013-09-15 17:22:35 +00:00
eventlib Updated to latest release, 0.1.3. No NEWS/ChangeLog. More/better/faster? 2013-07-02 01:29:36 +00:00
eventlog
ever-note-mode
evilvte
evolution-couchdb
evolution-rss
ewl
exact-image
exhume
expiretable
ezbounce
ezstream
faast
fail2ban
fakenes
fakeroot
fala
farsi-ttf
fasm
fasta
fastbit
fastjet
fastrpc
fbida Updated to latest version (2.09). Added workaround for missing files 2013-04-04 18:10:05 +00:00
fbpager
fbpanel
fceux Updated to latest revision. Here's a decent changelog: 2013-05-08 00:55:14 +00:00
fcgiwrap Fix build (needs pkg-config). 2013-10-09 12:18:36 +00:00
fdm
feynedit
feynhiggs
ffmpeg-current add 'x11' option (enables x11grab format) 2013-05-10 16:51:09 +00:00
fftjet
fftw-mpich Import fftw-mpich-3.3 as wip/fftw-mpich. 2013-06-23 18:22:25 +00:00
fftw-openmpi Remove mpich code, which was migrated to new pkg fftw-mpich 2013-06-23 18:25:04 +00:00
fftw2-openmpi Correct openmpi dep in buildlink3.mk 2013-06-23 18:31:35 +00:00
ficl
filepp
filerunner i messed up given the strange situation not mine. 2013-03-21 01:00:57 +00:00
firebird
fireflysung-ttf
firefox Sync to pkgsrc/www/firefox 21.0nb1 for further debug/update/testing. 2013-05-24 03:28:02 +00:00
firefox-bin
firefox-wrapper
firefox3-bin
firehose
flam3-svn Update for new svn locations on SourceForge. 2013-08-21 09:37:53 +00:00
flare-engine LICENSE=open-font-license -> ofl-v1.1 2013-04-08 02:20:18 +00:00
flare-game LICENSE=open-font-license -> ofl-v1.1 2013-04-08 02:20:18 +00:00
flasm
flc
fldigi Sync (ham/fldigi/Makefile) of following commit 2013-09-13 02:26:14 +00:00
flexdump
flimp
flimsel Needs devel/libtldl apparently. 2013-03-24 02:18:51 +00:00
flpsed
fluxbox Update to 1.3.5 version. 2013-03-26 10:09:53 +00:00
fluxspace
flv2mpeg4
flvmeta
flvstreamer
flyback
fnord
fnteditfs
font-bitstream-speedo Import font-bitstream-speedo-1.0.2 as wip/font-bitstream-speedo. 2013-05-18 21:35:39 +00:00
fontedit
FontManager
fonttosfnt
fortunes-it
foxtrotgps Added a patch to avoid instant crash on startup, due to incorrect threading 2013-04-29 20:46:19 +00:00
fprobe
fragrouter
freecell Unbreak packaging. 2013-03-23 08:37:36 +00:00
freedict-tools-xsl
freedup
freedup16
freefem++
freej
freevo
freevrrpd
fribid
fricas Back to Subversion. Catch up. 2013-05-27 23:19:32 +00:00
frobby
froggymicroblog Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
fs2open Update to fs2_open 3.7.0. 2013-09-08 20:21:09 +00:00
fslsfonts
fstobdf
ftgl
ftpd-tls
ftpsesame
fuse-google-drive
fuse-smbfs
fusefs-btfs
fusefs-sshfs
fuzzy-el-current
fvcom2
fvcool
fvwm-crystal
fvwm1-tch
fvwm265
fxrays
g21k-binutils
g95 Import g95-0.93nb2 as wip/g95, 2013-06-21 07:38:51 +00:00
galib
galoisfieldarth
gambas2
gambc
gambit Import gambit-13.1.0 as wip/gambit. 2013-09-06 23:12:05 +00:00
gaphor
gappa
garcon
gauche-dbd-pg
gauche-fastcgi
gauche-pib
gcc42
gcc43
gcc48snapshot Snapshot 20130808. 2013-08-11 10:43:42 +00:00
gcc49snapshot Do not use gethostbyname_r on NetBSD. 2013-10-03 09:13:47 +00:00
gconf-cleaner
gdal
gdal-docs
gdal-grass
gdb Add make test result of NetBSD/amd64 6.1 gcc-4.5.3 gdb-7.6.1), -- Too bad, again. why ? 2013-10-02 04:35:33 +00:00
gde
gDesklets
gDesklets-rssgrab
gDesklets-starterbar
gdmap
gdvb
geant
gearmand fix some pkglint nits 2013-10-03 00:44:55 +00:00
gecko-sharp Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
gecode
gemrb Update to 0.8.0.1 (0.8.0 with a fix for an embarrassing bug): 2013-05-27 06:59:03 +00:00
genus2reduction Update HOMEPAGE URLs. 2013-02-12 18:35:01 +00:00
gerris
get_iplayer Update to 2.82 and fix swfurl. Contributed by Patrick Welche. 2013-07-06 14:17:50 +00:00
getdp Import getdp-2.4.1 as wip/getdp. 2013-09-02 21:05:56 +00:00
gf2x
gfa
gfan
gfontview
gforge
gforth
ggz-gtk-client
ggz-gtk-games
ggz-server
ghc Upstream update to ghc-7.6.2 with additional support for NetBSD/amd64 2013-02-23 12:24:06 +00:00
ghc-core
ghostpcl-urwfonts-ttf
ghostscript-cidfonts Adjust with renaming ghostscript to ghostscript-gpl 2013-04-03 03:23:27 +00:00
ghostscript-cidfonts-ryumin Adjust with renaming ghostscript to ghostscript-gpl 2013-04-03 02:34:22 +00:00
ghostscript-gpl (1) Revert patch-ah to print/ghostscript-gpl (of 9.05) 2013-04-08 02:21:51 +00:00
giggle Finish git rename from scmgit to git. 2013-09-09 14:05:30 +00:00
gimmie Update HOMEPAGE URLs. 2013-02-12 18:35:01 +00:00
gin
girara [wip/girara] Update to version 0.1.6 2013-06-26 18:27:54 +00:00
git
gitg Update to 0.2.7. 2013-08-20 11:23:07 +00:00
givaro
gjots2
gjs
gksu
gl
glade2-nognome
glfw
glib-java
glib2 Fix patch path 2013-02-08 18:25:23 +00:00
glibc
glide3
glimmerm
glista
glkloader
glkterm
globulation2
glsl
glu
glulxe
glut
glw
glx-utils
glyr Updated to latest release. Package relies on github commit history and 2013-05-17 11:34:09 +00:00
gmc2mid
gmm
gmp-ecm
gmpc-lyricsplugin
gmpc-wikipedia
gmrender-resurrect-git Import gmrender-resurrect-0.0.7nb20130828 as wip/gmrender-resurrect-git. 2013-08-28 20:03:17 +00:00
gmrun
gnocchi
gnochm
gnokii Updated this package to latest release. Added options.mk file for all 2013-02-28 11:24:15 +00:00
gnomad2
gnome-activity-journal
gnome-alsamixer
gnome-bluetooth Masked package. 2013-02-25 01:39:41 +00:00
gnome-clipboard-daemon
gnome-do Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
gnome-jabber use MASTER_SITE_GNOME. 2013-06-19 12:12:21 +00:00
gnome-js-common use MASTER_SITE_GNOME. 2013-06-19 13:15:52 +00:00
gnome-keyring-sharp Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
gnome-librest
gnome-paint
gnomebaker
gnomeradio
gnormalize
gnubg
GNUMail-pgp
gnump3d
gnunet
gnupoc-makesis
gnupod Drop maintainership. 2013-02-02 13:20:14 +00:00
go Re-add go to stage for the 1.2 release, expected for December 1. 2013-09-29 16:10:27 +00:00
goattracker
godura
google-perftools
googlecl
GoogleEarth Update to previous stable: 5.2.1.1588. Requires qt4 emulation module. 2013-03-30 12:00:16 +00:00
googlesharing
gosmore
gpac-devel
gpak
gplbasic
gps
gpsdrive
gpx2shp
grandr
granule
graphmonkey Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
grass
grass-gully
grass-JockeyRidge
grass-Maas
grass-Slovakia
grass-Spearfish
grass-Spearfish-imagery
grass-WakeCounty
graveman
gretl
grip
grisbi Unbreak packaging. 2013-02-14 18:55:23 +00:00
groku
groovy
grsync
grub2-current Update to latest bazaar trunk. 2013-09-09 09:47:45 +00:00
GSCommander
gsdpdf
gsmartcontrol added use of bash. 2013-06-09 14:12:51 +00:00
gst-inspector
gst-plugins0.10-farsight
gstat
gstreamer-plugins
gsview
gtg
gtimelog
gtk-gnutella-current
gtk-grdc
gtk-imonc
gtk-qt-engine
gtk-server
gtk-theme-switch
gtk2-engines-dwerg
gtk2-engines-flat
gtk2-engines-galaxy
gtk2-engines-magicchicken
gtk2-engines-qt
gtk2-theme-pack
gtk2hs-buildtools
gtkaml
gtkfontsel
gtkglextmm
gtkglk
gtkhotkey
gtksourcecompletion
gts
gtuxnes
gtypist
guichan
guile-scsh
guile2
guilerxspencer
guitone
gune
gupnp-ui
gurlchecker
gvariant
gwget
gwhois
gwibber
gwsmhg
gwyddion
gxconsole
gxmms2
gyp
h323plus Import h323plus-1.20.2 as wip/h323plus. 2013-07-17 12:52:44 +00:00
h8300-elf-binutils Import cross-h8300-elf-binutils-2.23.2 as wip/h8300-elf-binutils. 2013-06-16 21:13:08 +00:00
habak
haddock
hanazono-ttf LICENSE=open-font-license -> ofl-v1.1 2013-04-08 02:20:18 +00:00
happy Update to 1.19 2013-09-17 21:15:03 +00:00
hasciicam
haserl
haskell-mode
hawk
hawknl
haydar-fonts
haze
hdevtools hdevtools is a backend for text editor plugins, to allow for things such as 2013-07-30 21:24:39 +00:00
hdhomerun_config
hdparm
heimdall
hengband
hepmc
hepmcvisual
heroes
herwig
hgsubversion
hgview
higan Adding required patches. No idea HTF this didn't happen on import. 2013-02-11 13:38:29 +00:00
higgsbounds
hijra sysutils/py-notify/buildlink3.mk no longer exists. Use DEPENDS instead. 2013-04-05 11:20:50 +00:00
hitori use MASTER_SITE_GNOME, version bump to 0.2.6 and use USE_PKGLOCALEDIR. 2013-06-19 11:15:14 +00:00
hlint Update to 1.8.53 2013-09-24 23:58:39 +00:00
homebank
hpoj
hs-aeson Update to 0.6.2.1 2013-10-14 06:18:06 +00:00
hs-ansi-terminal Upstream update to ansi-terminal-0.6 2013-03-02 09:56:07 +00:00
hs-ansi-wl-pprint Upstream update to ansi-wl-pprint-0.6.6 2013-03-02 10:37:16 +00:00
hs-arrow-list
hs-ascii
hs-attempt
hs-attoparsec Upstream update to attoparsec-0.10.4.0 2013-02-23 14:34:04 +00:00
hs-base-unicode-symbols
hs-base64-bytestring Update to 1.0.0.1 2013-08-21 18:47:59 +00:00
hs-basic-prelude The premise of basic-prelude is that there are a lot of very commonly 2013-08-17 09:09:41 +00:00
hs-bifunctors Update to 4.1.0.1 2013-10-14 10:48:50 +00:00
hs-binary-strict
hs-bindings-audiofile
hs-bindings-DSL
hs-bindings-EsounD
hs-bindings-librrd
hs-blaze-builder Update to 0.3.1.1 2013-05-05 23:53:08 +00:00
hs-blaze-html Update to 0.6.1.1 2013-08-22 19:54:54 +00:00
hs-blaze-markup Core modules of a blazingly fast markup combinator library for the Haskell 2013-08-22 19:46:22 +00:00
hs-blaze-textual Upstream update to blaze-textual-0.2.0.8 2013-03-06 15:13:21 +00:00
hs-Boolean Some classes for generalized boolean operations. Starting with 0.1.0, this 2013-05-24 22:01:52 +00:00
hs-bytestring-trie
hs-cabal-query
hs-cairo
hs-case-insensitive Upstream update to case-insensitive-1.0 2013-02-23 14:56:36 +00:00
hs-categories Import categories-1.0.6 as wip/hs-categories. 2013-09-05 20:46:37 +00:00
hs-cautious-file This patch does not need for now. 2013-05-01 12:59:16 +00:00
hs-cereal Update to 0.4.0.0 2013-09-28 01:02:27 +00:00
hs-cgi Update to 3001.1.8.4 2013-05-05 22:09:01 +00:00
hs-chalkboard
hs-chalkboard-viewer
hs-chunks
hs-citeproc-hs citeproc-hs is a library for rendering bibliographic reference citations 2013-08-22 22:02:06 +00:00
hs-cmdargs This library provides an easy way to define command line parsers. 2013-07-29 20:09:58 +00:00
hs-collections-api
hs-collections-base-instances
hs-colorize-haskell
hs-comonad Update to 4.0 2013-10-14 10:37:34 +00:00
hs-comonad-transformers Update to 3.1 2013-08-31 06:56:55 +00:00
hs-comonads-fd Import comonads-fd-3.0.3 as wip/hs-comonads-fd. 2013-08-31 07:09:06 +00:00
hs-concrete-typerep Update to 0.1.0.2 2013-02-20 11:52:21 +00:00
hs-conduit Update to 1.0.8 2013-10-13 08:28:03 +00:00
hs-ConfigFile
hs-containers-unicode-symbols
hs-contravariant Update to 0.4.4 2013-08-31 05:26:28 +00:00
hs-control-monad-failure
hs-convertible
hs-convertible-ascii
hs-convertible-text
hs-core
hs-cpphs Update to 1.17.1 2013-08-18 18:39:27 +00:00
hs-crypto-api Update to 0.12.2.2 2013-09-08 07:36:43 +00:00
hs-cryptohash A collection of crypto hashes, with a practical incremental and one-pass, 2013-04-21 09:30:24 +00:00
hs-curl Upstream update to curl-1.3.8 2013-10-01 01:41:18 +00:00
hs-data-accessor
hs-data-accessor-monads-fd
hs-data-accessor-mtl
hs-data-accessor-template Update to 0.2.1.10 2013-02-28 22:11:17 +00:00
hs-data-default Update to 0.5.3 2013-09-18 00:03:29 +00:00
hs-data-default-class Import data-default-class-0.0.1 as wip/hs-data-default-class. 2013-09-17 23:37:03 +00:00
hs-data-default-instances-base Import data-default-instances-base-0.0.1 as wip/hs-data-default-instances-base. 2013-09-17 23:41:54 +00:00
hs-data-default-instances-containers Import data-default-instances-containers-0.0.1 as wip/hs-data-default-instances-containers. 2013-09-17 23:46:33 +00:00
hs-data-default-instances-dlist Import data-default-instances-dlist-0.0.1 as wip/hs-data-default-instances-dlist. 2013-09-17 23:51:01 +00:00
hs-data-default-instances-old-locale Import data-default-instances-old-locale-0.0.1 as wip/hs-data-default-instances-old-locale. 2013-09-17 23:55:58 +00:00
hs-dataenc
hs-dependent-sum
hs-derive Update to 2.5.13 2013-09-06 20:29:06 +00:00
hs-Diff
hs-digest Update to 0.0.1.2 2013-03-05 22:48:06 +00:00
hs-distributive Update to 0.3.2 2013-10-14 10:32:25 +00:00
hs-dlist
hs-double-conversion Upstream update to double-conversion-0.2.0.6 2013-03-06 15:08:32 +00:00
hs-dyre
hs-entropy Update to 0.2.2.2 2013-09-08 08:50:58 +00:00
hs-event-list
hs-executable-path
hs-explicit-exception
hs-explicit-iomodes Update to 0.6.0.5 2013-04-16 10:06:58 +00:00
hs-extensible-exceptions Import hs-extensible-exceptions-0.1.1.4 as wip/hs-extensible-exceptions. 2013-03-02 10:48:16 +00:00
hs-failure Upstream update to failure-0.2.0.1 2013-02-23 14:59:56 +00:00
hs-fclabels
hs-filemanip
hs-fingertree
hs-generic-deriving Update to 1.6.2 2013-09-28 01:39:17 +00:00
hs-ghc-mtl Update to 1.0.1.2 2013-04-18 20:42:25 +00:00
hs-ghc-paths Update to 0.1.0.9 2013-03-08 21:17:02 +00:00
hs-ghc-syb-utils
hs-gio
hs-glib
hs-GLURaw
hs-GLUT
hs-gnuplot
hs-groupoids Import groupoids-3.0.1.1 as wip/hs-groupoids. 2013-08-31 08:19:57 +00:00
hs-gtk
hs-hashable Upstream update to hashable-1.2.0.5 2013-02-23 14:53:28 +00:00
hs-hashed-storage
hs-hashed-storage3
hs-hashmap
hs-haskeline Update to 0.7.0.3 2013-09-02 23:21:31 +00:00
hs-haskell-lexer
hs-haskell-src
hs-haskell-src-exts Update to 1.14.0 2013-08-21 13:08:12 +00:00
hs-haskelldb
hs-haskelldb-hdbc
hs-haskelldb-hdbc-sqlite3
hs-haskore
hs-HCL
hs-HDBC
hs-HDBC-sqlite3
hs-highlighting-kate highlighting-kate is a syntax highlighting library with support for nearly 2013-08-22 20:12:30 +00:00
hs-hinstaller
hs-hint Update to 0.3.3.7 2013-09-02 21:55:42 +00:00
hs-HList
hs-hopenssl
hs-hostname
hs-hothasktags hothasktags generates ctags files for Haskell, with knowledge of import lists 2013-03-09 03:44:31 +00:00
hs-hscolour
hs-HSH
hs-HsHyperEstraier
hs-hslogger
hs-hslogger-template
hs-hslua Import hslua-0.3.6.1 as wip/hs-hslua. 2013-09-16 21:06:34 +00:00
hs-HsOpenSSL
hs-HsSVN Upstream update to HsSVN-0.4.3.3 2013-09-30 16:34:36 +00:00
hs-html Makefile: added LICENSE 2013-08-17 07:20:38 +00:00
hs-HTTP add LICENSE 2013-04-13 08:54:01 +00:00
hs-HUnit Upstream update to HUnit-1.2.5.2 2013-09-30 22:57:11 +00:00
hs-hxt Upstream update to hxt-9.3.1.1 2013-10-01 01:34:26 +00:00
hs-hxt-charproperties Upstream update to hxt-charproperties-9.1.1.1 2013-09-30 23:01:22 +00:00
hs-hxt-curl Import hs-hxt-curl-9.1.1 as wip/hs-hxt-curl. 2013-10-01 01:47:42 +00:00
hs-hxt-regex-xmlschema Upstream update to hxt-regex-xmlschema-9.1.0 2013-09-30 23:05:23 +00:00
hs-hxt-relaxng
hs-hxt-tagsoup Import hs-hxt-tagsoup-9.1.1 as wip/hs-hxt-tagsoup. 2013-10-01 03:14:27 +00:00
hs-hxt-unicode Upstream update to hxt-unicode 2013-09-30 23:08:00 +00:00
hs-hxt-xpath Upstream update to hxt-xpath-9.1.2.1 2013-10-01 09:33:21 +00:00
hs-hxt-xslt Import hs-hxt-xslt-9.1.1 as wip/hs-hxt-xslt. 2013-10-01 09:47:54 +00:00
hs-iconv
hs-io-storage
hs-irc
hs-json JSON (JavaScript Object Notation) is a lightweight data-interchange format. 2013-08-21 16:45:22 +00:00
hs-largeword Upstream update to largeword-1.0.4 2013-02-26 14:15:24 +00:00
hs-lazy-io The library provides some basic but useful lazy IO functions. Keep in mind 2013-05-21 22:19:51 +00:00
hs-lens Update to 3.9.1 2013-09-08 18:31:22 +00:00
hs-lifted-base lifted-base exports IO operations from the base library lifted to any 2013-08-17 08:00:20 +00:00
hs-Lucu nb2: workaround for breakage on recent libraries 2013-10-01 14:20:17 +00:00
hs-magic
hs-markov-chain
hs-MemoTrie MemoTrie provides a basis for memoized functions over some domains, using 2013-05-24 21:46:56 +00:00
hs-midi
hs-mime
hs-MissingH
hs-mmap
hs-mmap4
hs-mmorph Import mmorph-1.0.0 as wip/hs-mmorph. 2013-09-16 23:03:58 +00:00
hs-monad-control Update to 0.3.2.1 2013-04-24 22:01:40 +00:00
hs-monad-peel
hs-MonadCatchIO-mtl
hs-MonadCatchIO-transformers Update to 0.3.0.0 2013-04-21 19:27:32 +00:00
hs-monads-fd
hs-monads-tf Monad classes using type families, with instances for various monad 2013-04-18 21:22:38 +00:00
hs-monoid-transformer
hs-mtl
hs-nats Update to 0.1.2 2013-09-17 20:09:32 +00:00
hs-network Update to 2.4.2.0 2013-10-09 11:16:19 +00:00
hs-network-bytestring
hs-non-negative
hs-numeric-prelude
hs-numeric-quest
hs-NumInstances Instances of numeric classes for functions and tuples. Import 2013-04-25 13:48:40 +00:00
hs-ObjectName
hs-OpenGL
hs-OpenGLRaw
hs-pandoc-types Update to 1.12.2.3 2013-10-12 23:51:28 +00:00
hs-pango
hs-parallel Update to 3.2.0.3 2013-05-01 21:59:44 +00:00
hs-parallel-io This package provides combinators for sequencing IO actions onto a thread 2013-08-16 03:19:25 +00:00
hs-parseargs
hs-parsec
hs-pathtype
hs-pcre-light
hs-pointed
hs-pointedlist
hs-pointedlist03
hs-primitive Update to 0.5.1.0 2013-09-25 13:09:44 +00:00
hs-profunctor-extras Import profunctor-extras-3.3.3.1 as wip/hs-profunctor-extras. 2013-08-31 08:33:03 +00:00
hs-profunctors Update to 4.0.1 2013-10-14 10:54:17 +00:00
hs-punycode
hs-pureMD5 Update to 2.1.2.1 2013-04-16 11:21:33 +00:00
hs-QIO The Quantum IO Monad is a library for defining quantum computations in Haskell 2013-02-21 20:04:31 +00:00
hs-QuickCheck Update to 2.6 2013-09-02 12:07:48 +00:00
hs-quickcheck-instances Update to 0.3.2 2013-04-25 23:07:53 +00:00
hs-QuickCheck1
hs-random
hs-ReadArgs ReadArgs provides the readArgs IO action, which lets you tell the compiler 2013-08-17 09:03:37 +00:00
hs-readline
hs-reflection This package provides an implementation of the ideas presented in the paper 2013-05-22 19:12:42 +00:00
hs-regex-base
hs-regex-compat Update to 0.95.1 2013-06-05 22:11:21 +00:00
hs-regex-posix Upstream update to regex-posix-0.95.2 2013-03-02 10:58:52 +00:00
hs-regex-tdfa
hs-regional-pointers
hs-regions
hs-resourcet Update to 0.4.9 2013-10-13 08:23:39 +00:00
hs-rosezipper
hs-rosezipper1
hs-safer-file-handles
hs-semigroupoid-extras Import semigroupoid-extras-3.0.1 as wip/hs-semigroupoid-extras 2013-08-31 08:26:59 +00:00
hs-semigroupoids Update to 4.0 2013-10-14 10:42:40 +00:00
hs-semigroups Update to 0.11 2013-09-17 20:29:26 +00:00
hs-SHA
hs-split Update to 0.2.2 2013-08-17 20:02:53 +00:00
hs-StateVar
hs-stm Changes in version 2.4.2 2013-03-09 22:32:47 +00:00
hs-storable-record
hs-storablevector
hs-stream-fusion
hs-strict
hs-strict-io This library is a thin layer on top standard IO modules like System.IO and 2013-05-01 19:48:23 +00:00
hs-stringable Import stringable-0.1.2 as wip/hs-stringable. 2013-09-16 21:17:11 +00:00
hs-stringsearch
hs-stringtable-atom
hs-syb Upstream update to syb-0.3.7 2013-03-02 13:23:36 +00:00
hs-system-filepath High-level, byte-based file and directory path manipulations 2013-08-17 08:12:34 +00:00
hs-tagged Update to 0.4.5 2013-04-16 11:51:45 +00:00
hs-tagsoup Update to 0.13 2013-09-19 10:29:19 +00:00
hs-tar
hs-temporary The functions for creating temporary files and directories in the base 2013-08-22 23:11:16 +00:00
hs-Tensor
hs-terminfo
hs-test-framework Upstream update to test-framework-0.8 2013-03-02 11:24:03 +00:00
hs-test-framework-hunit Upstream update to test-framework-hunit-0.3.0 2013-03-02 11:22:54 +00:00
hs-test-framework-quickcheck2 Upstream update to test-framework-quickcheck2-0.3.0.1 2013-03-02 11:28:48 +00:00
hs-texmath Update to 0.6.4 2013-08-28 08:55:11 +00:00
hs-text Update to 0.11.3.1 2013-09-14 00:27:20 +00:00
hs-text-icu
hs-tfp
hs-time-http nb1: workaround for a breakage on recent libraries 2013-10-01 10:12:25 +00:00
hs-time-w3c
hs-timezone-olson A parser and renderer for binary Olson timezone files whose format is 2013-04-05 21:36:03 +00:00
hs-timezone-series This package endows Data.Time, from the time package, with several data 2013-04-05 21:30:15 +00:00
hs-transformers
hs-transformers-abort
hs-transformers-base
hs-transformers-compat This package includes backported versions of types that were added to 2013-04-19 13:12:55 +00:00
hs-uconv
hs-uniplate Update to 1.6.11 2013-08-15 04:38:03 +00:00
hs-unix-compat Update to 0.4.1.1 2013-04-25 22:34:23 +00:00
hs-unordered-containers Update to 0.2.3.3 2013-09-27 13:50:59 +00:00
hs-utf8-string
hs-utility-ht
hs-vault Update to 0.3.0.2 2013-09-12 20:11:38 +00:00
hs-vector Update to 0.10.9.0 2013-09-25 13:13:13 +00:00
hs-vector-bytestring Relax build-depends 2013-02-23 15:58:07 +00:00
hs-vector-space vector-space provides classes and generic operations for vector spaces and 2013-05-24 22:16:19 +00:00
hs-vector-th-unbox Import hs-vector-th-unbox-0.2.0.1 as wip/hs-vector-th-unbox. 2013-02-27 12:24:06 +00:00
hs-void Update to 0.6.1 2013-09-16 22:40:38 +00:00
hs-vte
hs-vty
hs-x11 Add several missing dependencies to hs-x11 2013-07-22 19:50:08 +00:00
hs-x11-extras
hs-x11-xft
hs-xdg-basedir
hs-xhtml add buildlink3.mk, for wip/hs-cgi 2013-04-13 08:37:49 +00:00
hs-xml Update to 1.3.13 2013-08-21 17:12:22 +00:00
hs-xmobar Update to 0.18 2013-06-05 22:20:22 +00:00
hs-yaml Update to 0.8.5.1 2013-10-13 08:31:30 +00:00
hs-zip-archive Update to 0.1.3.4 2013-08-21 20:42:22 +00:00
hs-zlib Update to 0.5.4.1 2013-02-28 21:31:45 +00:00
ht2html
html2latex
httrack removed not needed patchfile part. 2013-07-09 14:18:12 +00:00
hu-go
hunspell-dictionaries meta-package for hunspell spell checker dictionaries. 2013-06-12 11:36:35 +00:00
hunspell-uk_UA Ukraine dictionary for hunspell. 2013-06-12 11:31:45 +00:00
hydrogen-current
hyena Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
hylafax
hylafax-devel
hyperrogue
hztool
i3
i3-devel
i3lock
i3status
icecast
icecat
ices
ices-vorbis
icmpchat
idled
ifstat fixed a totally wrong placed option regarding disabling snmp. 2013-03-30 08:12:28 +00:00
igal
igowin
igraph
iisemulator
ilbc-rfc3951
ile
ilohamail
imagination
imonc
info2man *** empty log message *** 2013-05-25 13:05:56 +00:00
innotop Update innotop to 1.9.1 2013-09-09 14:09:55 +00:00
interbase-docs
interchange Add new security issue from SA54263 2013-08-05 04:34:50 +00:00
io
io-base
io-blowfish
io-cgi
io-continuedfraction
io-contracts
io-distributedobjects
io-editline
io-fnmatch
io-lzo
io-md5
io-random
io-range
io-rational
io-regex
io-securesocket
io-sha1
io-socket
io-sqldatabase
io-sqlite3
io-syslog
io-systemcall
io-thread
io-user
io-vm
io-zlib
ion3
ipamjfont Unbreak packaging. 2013-03-23 08:37:36 +00:00
ipax0208font-ttf
ipfm
ipmitools
ipsvd Unbreak packaging. 2013-03-23 08:37:36 +00:00
iptables
iptstate
ironpython Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
irrlicht
irrxml
ised
islamic-menus
ispell-dictionaries ispell-en_GB name was changed to ispell-british in pkgsrc; update DEPENDS. 2013-06-02 07:35:59 +00:00
itask-ng Just comment out the file which does not exist (e17/buildlink3.mk). 2013-07-08 05:57:54 +00:00
iText Revert previous, pkgsrc commit for license rename was reverted too. 2013-03-04 21:58:38 +00:00
iTextXML Revert previous, pkgsrc commit for license rename was reverted too. 2013-03-04 21:58:38 +00:00
itools
ja-freewnn-cvs Debugging with buildlinking from editors/mule. 2013-10-14 12:47:17 +00:00
ja-freewnn-lib Convert CVS version to (Alpha) Release version. 2013-08-07 08:13:31 +00:00
ja-freewnn-server
ja-ptex
jabberd
jabberd-aim
jabberd2
jabref
jacorb-lib
jad
jakarta-log4j
jakarta-oro
jakarta-struts SA54919 2013-09-25 09:35:41 +00:00
jalview
jamaica
jason
java-asm
java-basicplayer
java-bcel
java-BigDecimal
java-charva
java-crimson
java-frozenbubble
java-getopt
java-gnucrypto
java-gnujaf
java-gnujaxp
java-iText-RUPS Revert previous, pkgsrc commit for license rename was reverted too. 2013-03-04 21:58:38 +00:00
java-jbluez
java-jep
java-jlayer
java-jspeex
java-mp3spi
java-muse
java-swingwt
java-swt
java-tritonus-share
java-vorbisspi
java-xmlrpc
jbmgen
jc
jdk15
jdk16
jemboss-standalone
jgloss
jlibtool
jmol
joomla
jp2a
jpgtn
jpicedt
jruby
jsl Substantially re-work the NetBSD_All.mk which started out as a naive 2013-04-04 13:33:19 +00:00
jumpnbump
junit
jupp
just
jython
kacst-ttf
kaffe
kaffe-x11
kahakai
kahua
kannel-gateway
kapital
katapult
kawa
kBuild
kgrab
kgraphviewer
khal-git Use setuptools via egg.mk and adapt package. Use REPLACE_PYTHON on some files. 2013-09-03 18:43:10 +00:00
kicad
kile
kino
kissme
klamav
kmymoney-devel
kmymoney-svn
kmymoney4
knutclient
koffice
koha
korelib
kpanta
kplayer Reset maintainer. 2013-03-30 07:07:52 +00:00
krusader
ktjet
kuickshow
kvirc
kxmleditor
kyotocabinet
kyototycoon
kyra2
kytea Updated to latest release, 0.4.6. Added buildlink3.mk file (which groonga 2013-08-01 01:51:25 +00:00
l2tpd
LabPlot
labyrinth
lambertw
lapack340 Change Maintainer to pkgsrc-users. 2013-03-21 12:05:43 +00:00
lasi
last-exit Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
last.fm
lastfm-sharp Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
lat Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
lbt
lbxproxy Import lbxproxy-1.0.3 as wip/lbxproxy. 2013-05-18 15:08:52 +00:00
lcalc
lcdproc
lcrack
ldapbrowser
ldapdns
ldapuseradd Drop note on PKG_DESTDIR_SUPPORT. 2013-04-13 21:26:43 +00:00
lde
ldtp
ledger Update 2.6.1 -> 2.6.3 2013-10-05 14:32:12 +00:00
leim-current
leo Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
leveldb Update leveldb to version 1.12.0. Major changes: 2013-07-26 14:10:27 +00:00
lhapdf
lhs2tex
libalkimia
libanimal
libargp
libassa
libavc1394
libbacon Fix paths in libbacon, libpare, twintk 2013-08-14 01:33:35 +00:00
libbfio Updated to latest release, 20130609. Fix dependencies in buildlink3.mk. 2013-06-09 22:10:25 +00:00
libbrahe
libbs2b Import libbs2b-3.1.0 as wip/libbs2b. 2013-03-09 15:24:49 +00:00
libbsd
libbtctl
libburn Update to 1.3.0.01. 2013-07-12 17:09:00 +00:00
libcaca Add the latest development version of graphics/libcaca. 2013-04-09 07:48:05 +00:00
libcdata Add static option by default. 2013-06-08 13:07:45 +00:00
libcerror Updated to latest release, 20130609. From ChangeLog: 2013-06-09 21:26:40 +00:00
libcfile Import libcfile-20130609 as wip/libcfile. 2013-06-09 21:56:24 +00:00
libcgi Use gmake to build examples. make and bmake may not be there. 2013-03-11 01:39:44 +00:00
libcli
libclocale Updated to latest release, 20130609. From ChangeLog: 2013-06-09 21:33:51 +00:00
libcm
libcmis
libcmt
libcnotify Updated to latest release, 20130609. From ChangeLog: 2013-06-09 21:31:16 +00:00
libconfuse Import libconfuse-2.7 as wip/libconfuse. 2013-10-08 02:02:04 +00:00
libcouchbase ## 2.1.2 (2013-08-27) 2013-09-09 13:06:10 +00:00
libcpath Updated to latest release, 20130609. Fix buildlink3.mk to pull in all 2013-06-09 22:01:57 +00:00
libcpu
libcsplit Update to latest release, 20130609. From ChangeLog: 2013-06-09 21:39:35 +00:00
libcuba
libdbglog
libdbusmenu
libdialog
libdisasm
libdjconsole
libdmx Update to 1.1.3: 2013-05-29 22:37:59 +00:00
libdoozer Remove (again!) superfluous PKG_DESTDIR_SUPPORT. 2013-02-18 00:31:27 +00:00
libdshconfig
libdsk Import libdsk-1.3.3 as wip/libdsk. 2013-03-21 17:59:53 +00:00
libdssialsacompat
libecc
libee
libeio Change PKGVERSION to 1.0pre4.18. Fix buildlink3 typo. 2013-09-05 10:42:33 +00:00
libepc Reduce dependencies to what the package says it needs. 2013-04-22 04:30:10 +00:00
libestr Update libestr to 0.1.5. 2013-09-11 09:58:26 +00:00
libfm
libfplll
libfs
libftdi1 Add libconfuse buildlink. 2013-10-08 02:04:30 +00:00
libgadu
libgda-bdb
libgda-ldap
libgda-mdb just small cleanup. 2013-06-25 13:46:20 +00:00
libgda-odbc
libgda-sqlite3
libgda-xbase
libgda4 mdb provider builds and is usable again. 2013-06-25 14:19:41 +00:00
libGenome
libghemical
libginac
libgit2
libglade-java
libgme
libgnome-java
libgrass5
libgrss Easy management of RSS/Atom/Pie feeds. 2013-06-18 07:16:46 +00:00
libgtask
libgtk-java
libgtkhtml-java
libgtksourceviewmm
libgtkstylus
libgxim
libgzstream
libharu
libhid Add DragonFly support. 2013-10-10 00:13:41 +00:00
libhttpd
libifstat fixed a misplaced option regarding disabling snmp 2013-03-30 08:17:43 +00:00
libindicator Import libindicator-12.10.1 as wip/libindicator. 2013-07-15 20:26:25 +00:00
libinotify
libinstpatch
libipctdata
libisoburn Update to 1.3.0. 2013-07-12 17:06:45 +00:00
libisofs Update to 1.3.0. 2013-07-12 17:06:45 +00:00
libitl
libjdksmidi
libjingle
liblbxutil Import liblbxutil-1.1.0 as wip/liblbxutil. 2013-05-18 14:44:13 +00:00
liblingoteach
liblo
liblognorm Update liblognorm to 0.3.7. 2013-09-11 09:59:39 +00:00
libmpg123
libmusclecard
libncl
libnestedsums
libneural
libnfo
libode
liboglappth
libopenmodeller
libopensync-dev Import libopensync-dev-0.39 as wip/libopensync-dev. 2013-02-24 13:41:21 +00:00
libopensync-plugin-moto
libopensync-plugin-palm
libosmocore
libowl-av
libpafe
libpano12
libpar2
libpare Fix paths in libbacon, libpare, twintk 2013-08-14 01:33:35 +00:00
libparsifal
libpcap-latest
libpsurface
libpthread-stubs
libpusb
libraw1394
libre Use SUBST to fix PREFIX in installed file. 2013-06-11 00:10:35 +00:00
libreoffice
libreoffice-devel
libscscp
libsidplay2
libslab
libsnappy
libsocialweb added locales. 2013-06-24 18:41:04 +00:00
libSoundTouch
libspt
libstacktrace
libtextcat
libtlen2
libtogl
libtorrent-rasterbar
libuna Update to latest release 20130609. Build with bundled libcfile to resolve 2013-06-09 21:49:15 +00:00
libvalhalla
libvc
libvg
libwbxml2-patched
libXaw3d Import libXaw3d-1.6.2 as wip/libXaw3d. 2013-05-21 02:36:54 +00:00
libxc
libxfce4gui
libxfce4ui
libxfce4util
libXprintAppUtil Adding buildlink3.mk file for this package. Will be used by xphelloworld. 2013-05-20 23:34:45 +00:00
libzdb Version 2.12 2013-09-06 14:48:03 +00:00
libzn-poly
lidia
light-desktop print/ghostscript was moved to print/ghostscript-agl. Adjust paths. 2013-04-21 18:04:04 +00:00
lightdm Make this build again, against gobject-introspection-1.36.0. 2013-05-06 09:09:15 +00:00
lightdm-gtk-greeter
lighttpd Import lighttpd-1.4.32nb4 as wip/lighttpd. 2013-03-26 15:10:43 +00:00
lilypond-devel Update to 2.17.28: changes undocumented. 2013-10-14 09:44:47 +00:00
lilyterm Version 0.9.9.4, it is a hotfix version of 0.9.9.3. 2013-03-03 19:46:48 +00:00
linbox
lingoteach-lesson
lingoteach-ui
links-hacked
links1
linphone Removing libexosip. It was imported into net/. 2013-07-16 02:17:21 +00:00
linux-acl
linux-attr
linux-ch
linux-chprofessional
linux-hotplug
linux-kbd
linux-kernel
linux-kernel-headers
linux-makedev
linux-module-init-tools
linux-modutils
linux-modutils-old
linux-nfs-utils
linux-wlan-ng
linux24-kernel
linux24-kernel-headers
linuxdcpp
linuxigd
linuxigd-current
linuxtv-dvb-apps
lire
lissac
lives
lldpd Trying to use options framework for snmp and xml support (json scheduled in 2013-05-01 17:24:19 +00:00
llvm Catch up. Set LICENSE to modified-bsd AND mit (third-party parts); 2013-05-04 14:49:47 +00:00
lmdbg-current
lmfit
lmtp2nntp
logfmon-devel
logwatch remove CVS dirs, so them do not end up in pkginstall. 2013-07-01 12:25:16 +00:00
lorder
lpdsrv
lrslib
lsw
lsyncd Update to version 2.1.5 2013-07-18 12:40:15 +00:00
ltrace
lua-BitOp Make cp call portable 2013-02-06 14:27:06 +00:00
lua-lbn Install README which has a cheatsheet of bn functions. 2013-03-19 05:01:44 +00:00
lua-pgsql
luasocket
lucene
lwc
lxappearance
lxde-common
lxlauncher
lxmenu-data
lxmusic
lxpanel
lxrandr
lxsession-edit
lxshortcut
lxtask
lxterminal
lzs-lkm
m4ri
mac-robber
macaulay2
macro11 Import macro11-2013.2 as wip/macro11. 2013-07-22 17:01:46 +00:00
magit-git Import magit-1.2.0.50nb20130621 as wip/magit-git. 2013-06-21 01:20:26 +00:00
mago
mailfilter
majordomo-devel
makedict
malaga
maloc
man
man-db
manatee
manifold
map-browse
mapnik
marathon-scenarios
marathon-tempus-irae
marsyas
mashpodder
matanza
mathopd
matiec
mawk-libc
mawk-onig
mawk-rxspencer
mawk-tre
mawk-uxre
maxima Catch up. 2013-10-09 19:02:17 +00:00
mc-mp
mcabber
mcats
mcats-iodbc
mce
mcl Import mcl-12-135 as wip/mcl. 2013-09-01 20:46:00 +00:00
mcpp
mcwm
mdadm
mdbtools PLIST.odbc missed 2 files. 2013-06-09 12:02:51 +00:00
mediawiki-mode
meep Add MESSAGE file 2013-06-25 13:09:49 +00:00
meep-mpi
meep-openmpi Add MESSAGE file 2013-06-25 13:09:49 +00:00
memdump
memgrep
menumaker
Mesa
MesaLib Add missing files at recent import. 2013-06-21 15:42:59 +00:00
meta-tracker use pkg-build-options.mk in options.mk. 2013-06-25 14:29:02 +00:00
metalog
metasploit
metatheme
metis
mg-lsh
mic-paren
microblog-purple
microcom
microtetris
mid2gmc
milter-greylist-devel
mime-support
mimedefang
min12xxw
mingw-w64-binutils
mingw-w64-crt
mingw-w64-gcc Fix build problem saying: 2013-02-11 00:39:27 +00:00
mingw-w64-headers
mingw-w64-libgcc
mini18n Updated to latest release. Updated MASTER_SITES; Regenerated PLIST to 2013-02-17 19:41:06 +00:00
minisat2
miniupnpc Updated to current code. Added patch to include strings.h for NetBSD. 2013-06-08 15:01:16 +00:00
minuit2
miracl
mirage
miro
mixer.tk
mixmaster
mixnet
mixxx Hand in maintainership. 2013-04-13 07:58:29 +00:00
mk discard previous change at comment. 2013-09-27 12:59:19 +00:00
mkcabal
mkcomposecache Import mkcomposecache-1.2.1 as wip/mkcomposecache. 2013-05-18 13:22:23 +00:00
mkdep
mksend
mlmmj Update mlmmj to 1.2.18.0 the new homepage 2013-07-10 16:14:23 +00:00
mlocate
mlton-svn
mmdb
mmm-mode
mnogosearch Mention SA52401 2013-03-02 09:34:01 +00:00
modplugplay
modular-xorg-server Sync with pkgsrc proper to prepare another update. 2013-08-16 11:47:35 +00:00
modular-xorg-xephyr
moe
moeclock
MoleInvasion
molmol
monajat sysutils/py-notify/buildlink3.mk no longer exists. Use DEPENDS instead. 2013-04-05 11:20:50 +00:00
mongodb Update mongodb to 2.4.6 2013-08-28 16:52:42 +00:00
monkey-bubble
mono-zeroconf MAKE_JOBS_SAFE=N0 and LICENSE=mit. 2013-06-26 12:18:25 +00:00
monodevelop Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
monotone-cvsimport
moonlight Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
mop
mopac7
mopher Upgrade to 0.4.1. 2013-04-13 02:44:40 +00:00
moregroupware
moto4lin
mozldap
mozplugger
mp3chop Update maintainer's address 2013-04-14 20:05:24 +00:00
mpb Prevent picking up wrong sh (bash). 2013-09-01 17:10:37 +00:00
mpb-openmpi Prevent picking up wrong sh (bash). 2013-09-01 17:10:37 +00:00
mpc-el
mpg123-0.65
mpg123-nightly
mpgedit
mpi-ch Update for MPI-3. 2013-03-17 16:29:46 +00:00
mpibzip2
mplabs
mplayer
mplayer-mt
mplayer-share
mplayer-snapshot
mplayer-snapshot-share
mplus-bitmap-fonts
mplus-outline-fonts
mppdec
mpq-tools
msworkbench
mtd-utils destdir suppert. 2013-06-13 12:00:42 +00:00
mtf
mtop
mtpaint
mtr-current fix distinfo after update 2013-09-06 10:51:36 +00:00
mtrack
mu
mu-cite
mu-conference
muine Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
multisync
multisync-backup
multisync-ldap
multisync-opie
multisync-palm
multisync-syncml
multisync-syncml-moto
mumble Does not build, pkgsrc contains celt>=0.12, this needs celt-0.7. 2013-04-17 16:41:35 +00:00
munin-common
munin-master Make pod2man happy by setting encoding for files with UTF-8 characters. 2013-07-17 20:34:36 +00:00
munin-node Make pod2man happy by setting encoding for files with UTF-8 characters. 2013-07-17 12:04:04 +00:00
mupdf Import mupdf-1.3 as wip/mupdf. 2013-10-13 09:47:13 +00:00
mupen64
mupen64-base
mupen64-plugin-input
mupen64-plugin-rsp
mupen64-plugin-sound
mupen64-plugin-video
mupen64plus Update to latest release. Add speex PKG_OPTION. GlideHQ plugin is 2013-07-06 23:00:13 +00:00
mupen64plus-extraplugins Import mupen64plus-extraplugins-2.0.0 as wip/mupen64plus-extraplugins. 2013-07-07 12:48:15 +00:00
muscle-cflexplugin
muscle-mcardplugin
muscle-pam
muscle-pkcs11
muscletool
musepack
musescore
mutt-ng
muttprint
muttvcquery
mvsis
mwf-designer Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
mxallowd
myfitter
mysql++
mysql-docs
mysql-proxy MySQL 5.0 was removed 2013-10-04 15:33:55 +00:00
mysql-sphinxse
mysqltcl
mythtv
nag
naqsh-ttf
natali
naturaldocs
nautilus-dropbox
nautilus-image-converter
nautilus-open-terminal use MASTER_SITE_GNOME. 2013-06-19 12:12:21 +00:00
nautilus-search-tool
nautilus-sound-converter
nauty
navi2ch-current
navigatrix
nbfc
ncbi
ncbi-bin
ncbi-c++-lib
ncbi-lib
ncp
ncurses-devel
neb-cd512
neb-hdtoolbox
necpp-git Import necpp-git as wip/necpp-git. 2013-07-20 17:34:15 +00:00
nehe-opengl-tutorials
nemo Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
nestopia Updating patchsums. 2013-02-11 13:47:36 +00:00
nestra
net-quanta
net-tools
netatalk CONF_FILES handling was unappropriate (pkgsrc proper version was OK). 2013-10-06 12:41:20 +00:00
netbsd-awk
netbsd-icon-theme
netbsd-light-desktop-artwork
netbsd-light-desktop-default-settings
netbsd-make
netclasses
netkit-base
netkit-routed
netkit-telnet
netkit-tftp
netlogo
netrik
netwib
netwmpager
netwox
netx
newsbeuter You can't depend on both ncurses and ncursesw. Should hopefully fix 2013-06-11 13:41:20 +00:00
nginx
nhc98
nicotine+
nightfall
nih-current We need latest psu>=0.60; No need for MANDIR= in MAKE_ENV 2013-02-09 20:12:08 +00:00
ninja-ide Import ninja-ide-2.3 as wip/ninja-ide. 2013-09-09 19:42:40 +00:00
ninka Revert previous, pkgsrc commit for license rename was reverted too. 2013-03-04 21:58:38 +00:00
nios2
nios2-binutils
nios2-gcc
njb-sharp Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
nnrpd
nodau
node wip/lockf -> sysutils/lockf 2013-06-02 07:38:10 +00:00
nodm Import nodm-0.7 as wip/nodm. 2013-04-07 20:54:18 +00:00
noip
noiptun
nomadio
noor
nos-tun
nostromo Fix clang build error in libmy/strb64d by using clearer style 2013-09-15 08:36:06 +00:00
notify-sharp Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
notmuch Update notmuch to version 0.15.2 which is significantly more recent. 2013-07-30 21:58:50 +00:00
nsc2ke
nsd4-svn
nsp
nspr Add TODO, stating LICENSE= issue and the names of patches. 2013-06-10 02:41:29 +00:00
nss-pam-ldapd
nullpop
nuppelvideo
nuttcp
nvidia-freebsd
nx-client-bin
nzbget
objfw objfw: Build static library as well. 2013-09-30 20:40:15 +00:00
objfw-git objfw-git: Build static library as well. 2013-09-30 20:34:58 +00:00
obmenu
ocamlgraph
ocamlweb
oclock Import oclock-1.0.3 as wip/oclock. 2013-05-18 13:39:58 +00:00
octave
ode
ogmrip
ogre
olsrd
omega
omniORB
oneloop
oolite
oops
oorexx
opam Import opam-1.0.0 as wip/opam. 2013-03-21 20:09:45 +00:00
opax
opd
open21xx
openal-soft
openaxiom Request GCC 4.7 at least since C++11 is needed. 2013-08-24 19:42:36 +00:00
openbgpd
openbgpd-as4byte
openbsc
openbsd-input-usbtablet
openca
opencascade
openconnect
opendchub
opendesktop-fonts
opendnssec
OpenGLUT
openlogos
openmpi Add hacks for Linux and Darwin to support Fortran 90 and improve the 2013-06-21 17:07:52 +00:00
openmpi163 Add temp patch from openmpi-prefixed for rogue -R in mpi wrappers 2013-06-26 21:04:35 +00:00
openmx-openmpi Canonicalize rpath 2013-06-22 15:54:28 +00:00
opennurbs Import opennurbs-20121024 as wip/opennurbs. 2013-03-03 21:15:03 +00:00
openscep
opensips
opensmtpd Update to OpenSMTPD 5.3.3p1 2013-06-04 20:33:36 +00:00
opentracker-current
openttd-opengfx
openttd-openmsx
openttd-opensfx
openvrml
openxcom Import openxcom-0.9nb1 as wip/openxcom. 2013-08-20 19:38:30 +00:00
oqtplayer
or1ksim Update to 0.5.1rc1 2013-10-14 13:00:04 +00:00
orbifolder
org-caldav-git Import org-caldav-0.0nb20130912 as wip/org-caldav-git. 2013-09-12 18:01:46 +00:00
orion
oslc
osmo
osmose
ossp-ex Import ossp-ex-1.0.6 as wip/ossp-ex. 2013-08-22 11:11:45 +00:00
ossp-l2 Import ossp-l2-0.9.13 as wip/ossp-l2. 2013-08-22 11:12:34 +00:00
ossp-sa Import ossp-sa-1.2.6 as wip/ossp-sa. 2013-08-22 11:13:22 +00:00
ossp-str Import ossp-str-0.9.12 as wip/ossp-str. 2013-08-25 08:16:03 +00:00
ossp-val Import ossp-val-0.9.4 as wip/ossp-val. 2013-08-22 11:14:08 +00:00
ossp-var Import ossp-var-1.1.3 as wip/ossp-var. 2013-08-22 11:14:58 +00:00
othman
outguess
overgod
owl
oww-nox11
oxim
oxim-filter
oxim-setup
ozymandns
p2kmoto
p3nfs
p4
p4api
p4d
p5-Aceperl Update to 1.92. 2013-05-17 18:06:16 +00:00
p5-AI-NeuralNet-Simple
p5-AI-Prolog This package does not need PLIST. 2013-03-30 19:57:59 +00:00
p5-Algorithm-Cluster Not MAKE_JOBS_SAFE. 2013-02-14 18:56:25 +00:00
p5-Algorithm-Combinatorics
p5-Apache-AuthenNTLM
p5-Apache2-ModSSL Unbreak build by updating to 0.08. 2013-02-14 19:19:18 +00:00
p5-App-cpanminus
p5-Arch
p5-Astro-SpaceTrack
p5-AxKit
p5-B-Deobfuscate
p5-biblatex-biber
p5-Bit-Vector-Minimal Update p5-Bit-Vector-Minimal to 1.3. 2013-03-30 20:52:24 +00:00
p5-Business-ISMN
p5-Business-ISSN
p5-Cache-Mmap Update p5-Cache-Mmap to 0.11. 2013-04-02 06:59:29 +00:00
p5-Catalyst-Engine-Apache
p5-Catalyst-Log-Log4perl
p5-Catalyst-Model-CDBI
p5-Catalyst-Model-DBIC
p5-Catalyst-Model-DBIC-Plain
p5-Catalyst-Model-LDAP
p5-Catalyst-Plugin-Authentication-CDBI
p5-Catalyst-Plugin-Authentication-Store-Htpasswd
p5-Catalyst-Plugin-Authorization-ACL
p5-Catalyst-Plugin-Cache-FileCache
p5-Catalyst-Plugin-DefaultEnd Update p5-Catalyst-Plugin-DefaultEnd to 0.08. 2013-04-03 01:27:02 +00:00
p5-Catalyst-Plugin-Email
p5-Catalyst-Plugin-FillInForm
p5-Catalyst-Plugin-FormValidator
p5-Catalyst-Plugin-HTML-Widget
p5-Catalyst-Plugin-Pluggable
p5-Catalyst-Plugin-Prototype
p5-Catalyst-Plugin-Session-FastMmap
p5-Catalyst-Plugin-Session-State-URI
p5-Catalyst-Plugin-Session-Store-CDBI
p5-Catalyst-Plugin-Session-Store-DBI
p5-Catalyst-Plugin-Singleton
p5-Catalyst-Plugin-Static
p5-Catalyst-Plugin-SubRequest
p5-Catalyst-Plugin-Unicode-Encoding
p5-Catalyst-Plugin-XMLRPC
p5-CGI-Application-Dispatch Update p5-CGI-Application-Dispatch to 3.12. 2013-05-07 14:11:37 +00:00
p5-CGI-Application-Plugin-AutoRunmode
p5-CGI-Application-Plugin-ConfigAuto
p5-CGI-Application-Plugin-DevPopup Update p5-CGI-Application-Plugin-DevPopup to 1.08. 2013-03-27 11:54:45 +00:00
p5-CGI-Application-Plugin-ErrorPage
p5-CGI-Application-Plugin-FillInForm
p5-CGI-Application-Plugin-Forward
p5-CGI-Application-Plugin-LogDispatch
p5-CGI-Application-Plugin-Redirect
p5-CGI-Application-Plugin-Session
p5-CGI-Application-Plugin-Stream
p5-CGI-Application-Plugin-TT Update p5-CGI-Application-Plugin-TT to 1.05. 2013-04-12 15:18:51 +00:00
p5-CGI-Application-Plugin-ViewCode
p5-CGI-Application-Server
p5-CGI-Application-Standard-Config
p5-CGI-Untaint
p5-CGI-Untaint-date
p5-CGI-Untaint-email
p5-Class-Date
p5-Class-DBI-AsForm
p5-Class-DBI-FromForm Update p5-Class-DBI-FromForm to 0.04. 2013-04-16 07:26:33 +00:00
p5-Class-DBI-Loader Update p5-Class-DBI-Loader to 0.34. 2013-03-30 05:16:54 +00:00
p5-Class-DBI-Loader-Relationship
p5-Class-DBI-Pager
p5-Class-DBI-Plugin-RetrieveAll Update Class-DBI-Plugin-RetrieveAll to 1.04. 2013-04-02 08:03:09 +00:00
p5-Class-DBI-Plugin-Type
p5-Class-DBI-SQLite
p5-Class-DBI-Sweet Update p5-Class-DBI-Sweet to 0.11. 2013-04-13 07:01:04 +00:00
p5-Class-Virtual Update p5-Class-Virtual to 0.06. 2013-04-05 06:28:20 +00:00
p5-Config-Simple
p5-CPANPLUS
p5-Crypt-CAST5
p5-Crypt-Serpent
p5-Dancer
p5-Dancer-Plugin-Database
p5-Data-ObjectDriver
p5-Data-Properties
p5-Data-Random Update p5-Data-Random to 0.08. 2013-04-17 02:10:49 +00:00
p5-Data-Types
p5-Date-Range Update p5-Date-Range to 1.41. 2013-04-21 10:19:45 +00:00
p5-DBIx-Easy Update p5-DBIx-Easy to 0.19. 2013-04-22 05:29:56 +00:00
p5-DBIx-Simple
p5-Devel-Profiler
p5-Email-AddressParser
p5-Encode-compat
p5-Encode-IMAPUTF7 Update to 1.05. Changes: 2013-04-21 13:51:17 +00:00
p5-Exception-Base Update p5-Exception-Base to 0.2401. 2013-05-15 06:01:24 +00:00
p5-Exception-Class-TryCatch
p5-Exporter-Tidy
p5-File-Map Fix DEPENDS. 2013-04-13 08:55:38 +00:00
p5-File-ShareDir-Install
p5-Frontier-RPC
p5-Getopt-GUI-Long
p5-GPS-Garmin
p5-Gtk2-Spell
p5-Hash-AsObject
p5-HTML-CalendarMonthSimple
p5-HTML-GenerateUtil Update p5-HTML-GenerateUtil to 1.11. 2013-03-30 20:53:30 +00:00
p5-HTML-Latex
p5-HTML-TableContentParser
p5-HTML-TagCloud Update p5-HTML-TagCloud to 0.37. 2013-04-18 01:00:08 +00:00
p5-HTML-WebMake Update HOMEPAGE and MASTER_SITES. 2013-05-07 14:42:58 +00:00
p5-HTML-Widget
p5-HTTP-BrowserDetect Update p5-HTTP-BrowserDetect to 1.50. 2013-04-19 04:39:17 +00:00
p5-HTTP-Exception Add p5-HTTP-Exception, which is required to update 2013-05-04 02:41:59 +00:00
p5-Image-EXIF
p5-Imager Update p5-Imager to 0.97. >2 years worth of changes, see changelog: 2013-07-17 12:31:08 +00:00
p5-IO-Lambda Update p5-IO-Lambda to 1.23. 2013-04-03 01:43:52 +00:00
p5-IO-Socket-Socks
p5-JavaScript-SpiderMonkey
p5-KyotoCabinet
p5-Libencode-Arabic
p5-Lingua-PT-Stemmer
p5-Lingua-Stem Update p5-Lingua-Stem to 0.84. 2013-04-09 07:40:26 +00:00
p5-Lingua-Stem-Fr
p5-Lingua-Stem-It Update p5-Lingua-Stem-It to 0.02. 2013-04-08 14:33:36 +00:00
p5-Lingua-Stem-Ru
p5-Lingua-Stem-Snowball-Da
p5-Lingua-Stem-Snowball-No Update p5-Lingua-Stem-Snowball-No to 1.2. 2013-03-26 02:15:35 +00:00
p5-Lingua-Stem-Snowball-Se Fix path to REPLACE_PERL script. 2013-03-26 02:19:34 +00:00
p5-Lingua-StopWords Update p5-Lingua-StopWords to 0.09. 2013-04-04 07:00:46 +00:00
p5-Lingua-Translate
p5-Log-Dispatch-Array
p5-LWP-Protocol-socks
p5-MasonX-Apache2Handler
p5-Math-FixedPrecision
p5-Math-Gauss
p5-Math-IntervalSearch
p5-Maypole
p5-MediaWiki-API
p5-Metadata
p5-MKDoc-XML
p5-MMapDB Update p5-MMapDB to 0.15. 2013-04-25 02:11:21 +00:00
p5-Module-Pluggable-Fast Update p5-Module-Pluggable-Fast 0.19. 2013-04-06 02:26:04 +00:00
p5-Module-Pluggable-Ordered Update p5-Module-Pluggable-Ordered to 1.5. 2013-04-07 09:41:25 +00:00
p5-Module-Starter-Plugin-CGIApp
p5-MongoDB
p5-mozldap
p5-Net-DBus-GLib
p5-Net-Delicious
p5-Net-IP-Match-Regexp
p5-Net-PcapUtils
p5-Net-SenderBase
p5-Net-SMTP-TLS
p5-Net-Syslog
p5-Net-Twitter-Lite Update p5-Net-Twitter-Lite to 0.12003. 2013-04-30 02:29:43 +00:00
p5-Net-UPnP
p5-Net-Whois-RIPE
p5-News-Newsrc
p5-NNTPClient
p5-PDL
p5-PerlIO-Layers Add p5-PerlIO-Layers. 2013-04-13 08:39:13 +00:00
p5-Petal
p5-Plucene Update to 1.25. 2013-05-17 18:00:08 +00:00
p5-Plucene-Plugin-Analyzer-SnowballAnalyzer
p5-PluceneSimple
p5-Pod-Constants
p5-Pod-Xhtml
p5-POD2-IT
p5-POSIX-strptime
p5-Proc-Fork Update p5-Proc-Fork to 0.802. 2013-04-26 02:13:51 +00:00
p5-Publican Update DEPENDS that were imported into HEAD. 2013-07-06 16:40:25 +00:00
p5-qt3 Documentation wasn't installed any more; apparently due to change in Makefile 2013-02-16 15:21:22 +00:00
p5-Quota
p5-RTF-Writer
p5-spf-policyd
p5-Spread
p5-Startup
p5-String-Similarity
p5-Sub-Recursive
p5-Sub-WrapPackages
p5-Syntax-Highlight-Perl-Improved
p5-Sys-CPU Perl 5 module for getting CPU information. 2013-06-30 13:43:59 +00:00
p5-Sys-MemInfo Perl 5 module for getting memory information. 2013-06-30 13:39:57 +00:00
p5-Sys-Syslog Replace whitespaces with a tab. 2013-04-20 23:11:13 +00:00
p5-Task-Catalyst
p5-Template-Plugin-Class
p5-Term-Encoding
p5-Test-Assertions-TestScript
p5-Test-Unit-Lite Add p5-Test-Unit-Lite, which is required to update wip/p5-Exception-Base. 2013-05-15 03:30:11 +00:00
p5-Test-WWW-Mechanize-CGIApp
p5-Test-XML
p5-Text-ASCIITable Update p5-Text-ASCIITable to 0.20. 2013-04-18 10:49:54 +00:00
p5-Text-CHM
p5-Text-Context
p5-Text-EtText
p5-Text-German
p5-Text-Hatena
p5-Text-Quote
p5-Text-Trim
p5-Text-VimColor
p5-TheSchwartz
p5-Tie-Cycle
p5-Tie-DB_Lock
p5-Time-Piece-Range
p5-Tk-TableMatrix
p5-Unicode-CheckUTF8
p5-URI-Find-Rule
p5-URI-Title Update p5-URI-Title to 1.86. 2013-04-02 07:41:13 +00:00
p5-WebService-Audioscrobbler
p5-WebService-CIA
p5-WWW-YouTube-VideoURI
p5-XML-DOM-XPath
p5-XML-DT Update p5-XML-DT to 0.63. 2013-05-14 02:26:40 +00:00
p5-XML-DTDParser
p5-XML-RSS-LibXML
p5-XML-Writer-Simple
packman
pagetools
pal
palp
pam-pkcs11 Fix homepage and download link, to keep up with upstream churn. 2013-03-16 14:55:33 +00:00
pam-pop3
pam-pwdfile
pan2-git Fix gnome-common dependency. 2013-07-13 10:27:20 +00:00
panda
pandoc Update to 1.12.0.2 2013-09-21 08:06:22 +00:00
paperbox
paraview Update to version 4.0.1 2013-07-22 12:19:55 +00:00
parcellite
parted wip/libuuid was removed; use devel/libuuid instead. 2013-05-01 20:17:42 +00:00
partonevolution
pasmo
passepartout
paxmirabilis Update paxmirabilis to 20120606. 2013-06-08 11:36:04 +00:00
pbbuttonsd
pcmanfm
pcp
pcsx
pcsx-df
pcsx2 Cg-compiler was moved to lang/. 2013-07-02 01:33:27 +00:00
pcsxr
pdb2ldif
pdf2svg
pdfedit small version bump to 0.3.2 and build fix. 2013-06-21 14:32:17 +00:00
pdfminer
pdfmod Fix packaging problem on systems without /bin/bash. 2013-08-20 11:11:53 +00:00
pdfshuffler Import py27-pdfshuffler-0.6.0 as wip/pdfshuffler. 2013-10-09 09:49:04 +00:00
pdftk
pdnsd
pdq
pdsh Apparently lib location changes if perl is made available 2013-04-29 13:41:12 +00:00
pear-Base Basic functionality that all eZ Components need. 2013-07-14 11:33:32 +00:00
pear-CakePHP_CodeSniffer CodeSniffer rules for checking code against the CakePHP coding standards. 2013-07-14 12:47:21 +00:00
pear-channel-cakephp various pear channels. 2013-07-14 11:12:19 +00:00
pear-channel-ezc various pear channels. 2013-07-14 11:12:19 +00:00
pear-channel-horde
pear-channel-pdepend various pear channels. 2013-07-14 11:12:19 +00:00
pear-channel-pearhub pear channel pearhub.org. 2013-09-25 06:16:21 +00:00
pear-channel-phpmd various pear channels. 2013-07-14 11:12:19 +00:00
pear-channel-phpunit
pear-channel-swiftmailer Swift mailer pear channel. 2013-08-15 09:21:27 +00:00
pear-channel-symfony various pear channels. 2013-07-14 11:12:19 +00:00
pear-channel-theseer various pear channels. 2013-07-14 11:12:19 +00:00
pear-ConsoleTools Tools to build applications that run on a computer console. 2013-07-14 11:35:35 +00:00
pear-Crypt_Blowfish Two-way blowfish encryption. 2013-08-15 09:12:52 +00:00
pear-DB_DataObject
pear-fDOMDocument Extension to PHP's standard DOM to add methods and exceptions 2013-07-14 11:21:13 +00:00
pear-File_Iterator Filters files based on a list of suffixes. 2013-07-14 12:21:30 +00:00
pear-Finder Symfony2 Finder Component. 2013-07-14 11:41:23 +00:00
pear-FinderFacade Convenience wrapper for Symfony's Finder component. 2013-07-14 12:24:24 +00:00
pear-FPDF Unofficial PEAR packaged FPDF-library. 2013-09-25 06:18:35 +00:00
pear-Horde_ActiveSync
pear-Horde_Alarm
pear-Horde_Auth
pear-Horde_Autoloader
pear-Horde_Browser
pear-Horde_Cache
pear-Horde_Cli
pear-Horde_Compress
pear-Horde_Constraint
pear-Horde_Controller
pear-Horde_Data
pear-Horde_Date
pear-Horde_Db
pear-Horde_Exception
pear-Horde_Group
pear-Horde_History
pear-Horde_Icalendar
pear-Horde_Injector
pear-Horde_Lock
pear-Horde_Log
pear-Horde_Mime
pear-Horde_Nls
pear-Horde_Stream_Filter
pear-Horde_Stream_Wrapper
pear-Horde_Support
pear-Horde_Text_Flowed
pear-Horde_Translation
pear-Horde_Url
pear-Horde_Util
pear-HTML_Table
pear-HTTP_Client
pear-HTTP_Request2
pear-Math_BigInteger
pear-Net_URL2
pear-PHP_CodeCoverage Collection, processing, and rendering for PHP code coverage. 2013-07-14 12:30:42 +00:00
pear-PHP_CodeSniffer Detects PHP, JavaScript and CSS violations of coding standards. 2013-07-14 11:56:11 +00:00
pear-PHP_Depend PHP_Depend design quality metrics for PHP packages. 2013-07-14 11:27:51 +00:00
pear-PHP_Invoker Utility class for invoking callables with a timeout. 2013-07-14 12:18:56 +00:00
pear-PHP_PMD PHP Mess Detector. 2013-07-14 11:30:14 +00:00
pear-PHP_Timer Utility class for timing. 2013-07-14 12:13:26 +00:00
pear-PHP_TokenStream Wrapper around PHP's tokenizer extension. 2013-07-14 12:15:55 +00:00
pear-phpcpd Copy/Paste Detector (CPD) for PHP code. 2013-07-14 12:36:14 +00:00
pear-phpdcd Dead Code Detector (DCD) for PHP code. 2013-07-14 12:40:13 +00:00
pear-phploc A tool for quickly measuring the size of a project. 2013-07-14 12:43:02 +00:00
pear-PHPUnit_MockObject Mock Object library for PHPUnit. 2013-07-14 12:27:29 +00:00
pear-Swift Free Feature-rich PHP Mailer. 2013-08-15 09:24:40 +00:00
pear-Text_Template Simple template engine. 2013-07-14 12:10:24 +00:00
pear-Version Library that helps with managing the version number of Git-hosted PHP projects. 2013-07-14 12:01:04 +00:00
pear-XML_Parser
pear-Yaml Symfony2 Yaml Component. 2013-07-14 11:43:34 +00:00
pelican Changed MASTER_SITE. It had some consequences. 2013-08-06 14:39:51 +00:00
pessulus
petsc
pev
pfe
pgp6
pgpool2 Add dependency on postgresql*-server. 2013-05-27 15:00:50 +00:00
phantomjs Update phantomjs to 1.9.1. 2013-06-18 11:02:22 +00:00
phonon-backend-xine
php-doc
php-doc-br
php-doc-de
php-doc-en
php-doc-es
php-doc-fr
php-doc-ja
php-doc-pl
php-doc-ro
php-doc-ru
php-doc-tr
php-doc-zh
php-dtrace
php-ffmpeg Apply upstream fixes to build correctly against newer ffmpeg. 2013-02-22 10:48:45 +00:00
php-gtk2
php-http Update to 1.7.6 2013-09-09 14:11:23 +00:00
php-igbinary
php-imagick Needs pkg-config - uses Wand-config to find the path to IM includes. 2013-03-26 12:45:45 +00:00
php-memcached Update php-memcached to 2.1.0 2013-06-04 13:04:54 +00:00
php-mongo
php-oauth Update php-oauth to 1.2.3. 2013-06-04 13:07:16 +00:00
php-recode
php-rrd update to 1.1.1 2013-09-06 10:56:11 +00:00
php-ssh2 Update to 0.12. 2013-09-09 14:36:30 +00:00
php-suhosin
php-tclink
php-tidy
php-xcache
PHPUnit version bump to 3.7.22 2013-07-14 12:59:00 +00:00
picasm
picocom
picosat UPDATE version 2013-09-21 15:51:50 +00:00
picprog
pidgin-festival replace obsolete macro. 2013-06-14 13:37:56 +00:00
pidgin-guifications
pidgin-rhythmbox
pidgin-sipe Update to latest release. Add msgfmt, msgmerge, and xgettext to USE_TOOLS. 2013-07-06 16:56:24 +00:00
pidgin-status-to-twitter
pidgin-twitterstatus ${DESTDIR}${PREFIX} iso ${DESTDIR}/${PREFIX}. 2013-06-19 13:47:19 +00:00
piedock Fix build with png-1.6. 2013-02-16 11:16:33 +00:00
pike
pike-core
pike-gdbm
pike-Gettext
pike-Gz
pike-mime
pike-Pipe
pike-Regexp-PCRE
pilemc-svn
pinball
pinkpony
pizza
pjproject Updated to latest release, 2.1. pkgsrc changes: Improve DESCR. Install to 2013-06-12 11:31:26 +00:00
pkg_conflicts
pkg_fake Use Mt for email addresses. 2013-07-20 21:50:16 +00:00
pkg_get
pkg_rmleaves Hand in maintainership. 2013-04-13 07:58:29 +00:00
pkg_summary-utils paexec >=0.17.0 is required 2013-02-09 11:50:14 +00:00
pkgconf update wip/pkgconf to 0.9.2 2013-08-19 09:18:06 +00:00
pkgin 20130502 2013-05-02 11:14:00 +00:00
pkgmanager
pkgsrc-status-dependencies Import pkgsrc-status-dependencies-1.0 as wip/pkgsrc-status-dependencies. 2013-10-11 11:48:24 +00:00
plasti
plconfig Unbreak packaging. 2013-03-21 17:34:50 +00:00
plod
plplot
plugger
pmars
pmk
png2ico
pngnq
pnmcurve
pocketsphinx Import pocketsphinx-0.8 as wip/pocketsphinx. 2013-09-24 11:03:17 +00:00
pointfree Upstream update to pointfree-1.0.4.3 2013-02-26 12:28:25 +00:00
pointless print/ghostscript was moved to print/ghostscript-agl. Adjust paths. 2013-04-21 18:04:04 +00:00
polarssl11
polipo
polylib
polymul
pop-before-smtp
pop3.proxy
popup-el-current
portaudio Fix alsa option. This is the only roadblock for import to HEAD as portaudio2. 2013-05-09 00:31:38 +00:00
postal2-mpdemo-bin
postfix-logwatch Postfix log reporting utility. 2013-07-01 11:41:44 +00:00
postoffice
postr
pound
povray
PPower4
ppp
ppr
premake
probcons
probe
procps
progreiserfs
protobuf-c
prover9
proxychains
proxyknife
proxymngr Import proxymngr-1.0.3 as wip/proxymngr. 2013-05-18 15:23:09 +00:00
prozilla
prpltwtr
prtunnel
psh
psybnc
pt-ttf LICENSE=open-font-license -> ofl-v1.1 2013-04-08 02:20:18 +00:00
ptpd Fix PLIST subst 2013-06-18 12:24:27 +00:00
pts
ptunnel
pudb
pulseaudio (1) Sync to audio/pulseaudio 2.1 (nb3) 2013-04-07 09:49:43 +00:00
pure Update pure to 0.56. 2013-03-27 00:53:26 +00:00
purple-translate
pxlib Had this update sitting around and forgot about it - updated to latest 2013-03-03 17:27:53 +00:00
pxview
py-addons
py-aerocalc
py-aesthete
py-agio
py-aipy
py-albatross
py-algebraic
py-algopy UPDATE PACKAGE 2013-08-31 22:13:21 +00:00
py-altgraph
py-amqplib Update to latest release. This is ready for import after the freeze and 2013-09-21 12:13:58 +00:00
py-anfft
py-antlr3 Import py27-antlr3-3.1.3 as wip/py-antlr3. 2013-03-08 01:49:41 +00:00
py-aopython
py-arabic
py-arxiv2bib
py-asciidata
py-asciimathml
py-ase
py-aspects
py-aspell
py-aspyct
py-astropy Import py27-astropy-0.2.4 as wip/py-astropy. 2013-09-09 01:03:30 +00:00
py-astropysics
py-async
py-atpy
py-Beaker
py-behaviour
py-bidict
py-bigfloat
py-bip
py-biskit Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-bitarray
py-bitstring
py-booktype
py-bottleneck
py-bravo
py-Brenda
py-brian Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-bsddb
py-buildbot
py-buildslave
py-bytecodeassembler
py-CalDAVClientLibrary Fix for python != 2.7 2013-10-13 13:21:23 +00:00
py-CalendarServer Import py27-CalendarServer-4.2 as wip/py-CalendarServer. 2013-10-12 13:41:43 +00:00
py-calverter
py-captcha
py-carbon
py-cclib
py-ccuracy
py-cdecimal
py-chaco
py-chaintipy
py-chaos Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-chealpy
py-chebpy
py-chm
py-cinfony Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-cjson blink will use this. 2013-06-07 20:12:14 +00:00
py-clics
py-Climate
py-clnum
py-clonedigger Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-codepy
py-cogent
py-colorpy
py-complexsystems
py-configobj Source site requires https download- fetch using curl. 2013-09-19 04:59:10 +00:00
py-constraint
py-construct
py-control Import py27-control-0.6c as wip/py-control. 2013-09-12 20:18:57 +00:00
py-corebio
py-corrfitter Import py27-corrfitter-3.6 as wip/py-corrfitter. 2013-08-31 20:27:22 +00:00
py-cosmolopy
py-couchdb
py-country Import py27-country-0.19 as wip/py-country. 2013-09-01 18:39:45 +00:00
py-cracklib Import py-cracklib-2.9.0 as wip/py-cracklib. 2013-09-17 13:49:55 +00:00
py-cryptoidlib
py-csa
py-cscope
py-cse Import py27-cse-1.42 as wip/py-cse. 2013-09-07 21:35:24 +00:00
py-csp
py-cvf
py-CVSToys
py-cvxopt
py-cxnet Import py27-cxnet-0.3 as wip/py-cxnet. 2013-08-19 19:58:09 +00:00
py-cythongsl
py-dana
py-datarray
py-datatree
py-dbglog
py-dbutils
py-debacl Import py27-debacl-0.2.0 as wip/py-debacl. 2013-09-09 00:09:38 +00:00
py-decimalpy Import py27-decimalpy-0.101 as wip/py-decimalpy. 2013-07-31 02:19:21 +00:00
py-decoratortools
py-delny
py-descartes
py-dexml
py-dexy Import py27-dexy-0.9.9.5 as wip/py-dexy. 2013-09-13 23:41:42 +00:00
py-dexy_viewer UPDATE MAKEFILE and DESCR 2013-09-05 01:20:36 +00:00
py-dicom Import py27-dicom-0.9.8 as wip/py-dicom. 2013-09-07 20:52:37 +00:00
py-diffpy-structure
py-diffpy_pdffit2 Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-digraphtools
py-DirectoryStorage
py-distutils-extra
py-divisi2
py-divmod-axiom
py-divmod-epsilon
py-divmod-mantissa
py-divmod-vertex
py-django-audiofield
py-django-diario
py-django-gitrevision
py-django-helmholtz
py-django-nose
py-django-quran
py-django-uuidfield
py-djangopypi2
py-djvulibre
py-djvusmooth
py-DNS
py-dolo
py-dreampie
py-duali
py-ecdsa
py-ecspy
py-EditObj2 Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-ejson Needs py-dateutil. 2013-06-07 23:16:10 +00:00
py-embedc
py-emmsa
py-EMpy
py-enre
py-epigrass Import py27-epigrass-2.3.1 as wip/py-epigrass. 2013-09-07 19:53:40 +00:00
py-errorhandler
py-etk-docking
py-event
py-eventlet Updated to latest release. From NEWS: 2013-06-07 21:32:11 +00:00
py-extremes
py-eyed3
py-ezPyCrypto
py-fastaudio
py-fatiando
py-fdm
py-feedgenerator MASTER_SITE redirects to HTTPS 2013-08-06 06:39:37 +00:00
py-feyn
py-ffc Clean up 2013-03-24 20:42:27 +00:00
py-fftw
py-fiat Path to distfile changed on master site 2013-03-23 13:41:02 +00:00
py-figleaf
py-fipy
py-fitsarray
py-Fnorb
py-Fnorb-docs
py-formex
py-forthon
py-fs
py-fuzzpy
py-fwarp
py-fyzz
py-gaphas
py-gcalendarsync
py-gccxml
py-generateDS
py-genesis
py-Genetic
py-gettext-tools
py-gevent Fix pkglint warnings 2013-05-12 20:34:00 +00:00
py-ghalatawi
py-gist
py-git
py-gitdb
py-glespy Import py27-glespy-0.1.5 as wip/py-glespy. 2013-09-20 10:05:36 +00:00
py-gnm
py-gpaw
py-graphite-web
py-graphmin
py-graphpath
py-greenlet
py-griddata
py-grpy UPDATE VERSION 2013-09-16 18:48:07 +00:00
py-gsl
py-gtk2-docs
py-gts
py-gunicorn Import py27-gunicorn-0.17.4 as wip/py-gunicorn. 2013-06-30 17:21:42 +00:00
py-guppy Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-h5py UPDATE VERSION 2013-09-10 23:13:30 +00:00
py-hamilton Import py27-hamilton-0.1.0 as wip/py-hamilton. 2013-09-12 20:26:38 +00:00
py-hcluster
py-helio Import py27-helio-1.0.0b1 as wip/py-helio. 2013-09-13 23:32:19 +00:00
py-hfk Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-igraph
py-imgSeek Drop maintainership. 2013-02-02 13:20:14 +00:00
py-Impacket
py-inflection Import py27-inflection-0.2.0 as wip/py-inflection. 2013-09-05 00:39:14 +00:00
py-instant Remove swig2, used for updating devel/swig2. 2013-06-14 18:43:01 +00:00
py-iowait
py-ipaddr
py-ipython Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-irco Import py27-irco-0.5 as wip/py-irco. 2013-09-20 10:48:16 +00:00
py-isodate
py-jabber-aimt
py-jabber-icqt
py-jabber-msnt
py-jabber-palaver
py-jabber-proxy65
py-jabber-punjab
py-jabber-yahoo-transport
py-jabberbot
py-joblib
py-jokosher Needs rarian. Likely fixes error in kristerw's bulk build. Also, fix 2013-03-24 13:01:22 +00:00
py-jsonrequester
py-jswebkit
py-julio
py-kaa-base
py-kaa-imlib2
py-kaa-metadata
py-kcs11
py-keyczar
py-keyring
py-khayyam
py-kivy
py-knockknock
py-kyra
py-lapack
py-larry
py-lazr.uri
py-lib
py-libmc
py-libmpdclient2
py-libopensync-plugin
py-libtextcat
py-libtorrent-rasterbar
py-libtunepimp
py-liveplots
py-logan Updated to latest release. No ChangeLog in distfile. Enjoy. 2013-09-21 12:19:34 +00:00
py-loggly make mps to correct patch checksum. 2013-06-19 14:12:22 +00:00
py-logilab-database
py-logilab-mtconverter
py-logilab-pigg
py-logtools
py-louie
py-lsqfit Import py27-lsqfit-4.5.1 as wip/py-lsqfit. 2013-08-31 20:23:39 +00:00
py-lxmlproc
py-magic
py-magnitude
py-mark Revert previous, pkgsrc commit for license rename was reverted too. 2013-03-04 21:58:38 +00:00
py-mcint
py-mcview
py-mdanalysis Don't accept python 3, biopython doesn't support it yet. 2013-02-24 18:08:09 +00:00
py-mdp
py-mdptoolbox Import py27-mdptoolbox-4.0a2 as wip/py-mdptoolbox. 2013-07-26 20:30:45 +00:00
py-memcached
py-metrics
py-mlstats
py-mmLib
py-mocker
py-modargs Import py27-modargs-1.7 as wip/py-modargs. 2013-09-05 00:51:14 +00:00
py-model-builder
py-mois
py-mongo CVE-2013-2132 2013-06-06 11:56:57 +00:00
py-mox Import py27-mox-0.5.3 as wip/py-mox. 2013-04-13 13:39:12 +00:00
py-mpi4py Import py27-mpi4py-1.3.1 as wip/py-mpi4py. 2013-09-10 21:19:44 +00:00
py-mpop
py-multichain_mcmc
py-mwavepy
py-mysqldb-docs
py-mystic Import py27-mystic-0.2a1 as wip/py-mystic. 2013-09-06 21:24:10 +00:00
py-naftawayh
py-ncomb
py-netcdf
py-neurolab SET LICENSE 2013-08-31 21:33:51 +00:00
py-neuronpy
py-nibabel fuse support 2013-09-07 21:12:26 +00:00
py-nipy Import py27-nipy-0.3.0 as wip/py-nipy. 2013-09-13 18:52:52 +00:00
py-nipy-data Import py27-nipy-data-0.2 as wip/py-nipy-data. 2013-09-13 18:56:59 +00:00
py-nltk UPDATE VERSION 2013-09-01 18:16:31 +00:00
py-nodepy
py-nose-senario
py-notify-dev Import py27-notify-0.3.1-dev as wip/py-notify-dev. 2013-03-27 15:04:27 +00:00
py-ntch
py-numdifftools
py-numpydoc
py-nzmath
py-oak
py-oasa
py-oct2py
py-omniORBpy
py-ontopy
py-OpenAL
py-openastro
py-openopt
py-openpyxl Import py27-openpyxl-1.6.2 as wip/py-openpyxl. 2013-07-26 20:10:33 +00:00
py-opentmm
py-openxmllib
py-operators Don't allow python 3, py-fftw doesn't support it yet. 2013-02-24 18:05:31 +00:00
py-orm
py-osd
py-p4
py-paegan
py-paida Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-pandas
py-papy Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-papyon
py-papyros
py-paragram
py-pcapy
py-peak-rules
py-pebl
py-percol Import py27-percol-0.0.3nb20130911 as wip/py-percol. 2013-09-11 05:10:05 +00:00
py-pint Import py27-pint-0.3.1 as wip/py-pint. 2013-09-15 20:35:02 +00:00
py-piquant
py-pkginfo
py-plex
py-plink
py-plucker
py-ply
py-pmi
py-pp
py-prayertime
py-prioritized-methods
py-processing
py-prody
py-professor
py-prop
py-psychopy
py-ptrace Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-pulp
py-pweave
py-Py2Play Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-pyaiml
py-pyamf
py-pyamg
py-pycifrw
py-pydec
py-pydelay
py-pydot
py-pyec
py-pyecm
py-pyentropy
py-pyevolve
py-pyexiv2
py-pyfaces
py-pyflation
py-pygi
py-pygit2
py-pygr
py-pygraphviz
py-pylith
py-pylons
py-pymbolic Import py27-pymbolic-2013.3.5 as wip/py-pymbolic. 2013-09-20 09:55:29 +00:00
py-pymc
py-pymigemo Import py27-pymigemo-0.4 as wip/py-pymigemo. 2013-09-11 03:36:33 +00:00
py-pymvpa
py-pynn Import py27-pynn-0.7.5 as wip/py-pynn. 2013-09-20 10:12:02 +00:00
py-PyPE
py-pypedal
py-pyphant
py-pypol
py-pyqu
py-pyquante
py-pyrit Import py27-pyrit-0.4.0 as wip/py-pyrit. 2013-05-24 04:17:19 +00:00
py-pysal
py-pysb UPDATE VERSION 2013-09-12 18:31:08 +00:00
py-pyslha
py-pysph
py-pysphere Remove version 25 from PYTHON_VERSIONS_ACCEPTED as it has been removed 2013-08-03 21:13:42 +00:00
py-pyswisseph
py-pythia
py-pythics
py-python-application Fix ${EGGFILE}. 2013-07-02 10:26:44 +00:00
py-python-gnutls Fix ${EGG_FILE}. 2013-07-02 10:28:49 +00:00
py-PythonDirector
py-PythonMagick
py-pytkgen Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-pytools Import py27-pytools-2013.5.6 as wip/py-pytools. 2013-09-20 09:50:35 +00:00
py-pyvib2 Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-qecalc
py-qit
py-qitensor
py-qmath
py-quaternionarray
py-quepy Import py27-quepy-0.2 as wip/py-quepy. 2013-09-10 23:29:24 +00:00
py-qutip
py-qutrub
py-raphrase
py-rcsparse
py-rdf
py-rdflib Fix PLIST. Add TODO. 2013-04-10 08:59:02 +00:00
py-rdflib-django
py-redis-py UPDATE VERSION 2.7.5 to 2.8.0 2013-09-07 13:54:45 +00:00
py-regex
py-remctl
py-report UPDATE PKGNAME 2013-09-07 21:30:30 +00:00
py-repositoryhandler Finish git rename from scmgit to git. 2013-09-09 14:05:30 +00:00
py-repoze.tm2
py-restkit
py-rlcompleter2 Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-rogues
py-ropemode
py-rpncalc
py-rpyc
py-ruffus
py-RXP
py-sage
py-sasa Import py27-sasa-0.1.3 as wip/py-sasa. 2013-09-01 18:20:57 +00:00
py-scikits-bvp_solver
py-scikits_ann
py-scikits_bvp1lg
py-scikits_datasmooth
py-scikits_hydroclimpy
py-scikits_image
py-scikits_learn
py-scikits_optimization
py-scikits_samplerate
py-scikits_scattpy
py-scikits_statsmodels
py-scikits_talkbox
py-scikits_timeseries
py-scikits_vectorplot
py-scimath dd TODO. 2013-04-10 09:03:11 +00:00
py-sciproc
py-scitools
py-scrapy
py-scrobbler
py-sdt_metrics
py-se
py-selenium
py-sempy set license-> gnu-gpl-v3 2013-07-26 21:25:58 +00:00
py-serial
py-setupdocs
py-setuptools_git
py-sexy
py-sfepy
py-shapely
py-shedskin
py-shtoom +LICENSE=gnu-lgpl-v2.1 2013-06-11 11:29:28 +00:00
py-siginterrupt
py-simplegeneric
py-simpleparse-mxtexttools
py-six MASTER_SITE redirects to HTTPS 2013-08-06 06:39:37 +00:00
py-slowaes
py-smmap
py-smop
py-snmp
py-sofa
py-Soya
py-spambayes
py-sparce
py-spark
py-sparqlwrapper
py-spatialdata
py-spectral
py-speex
py-spfpm
py-sppy Import py27-sppy-0.6.3 as wip/py-sppy. 2013-10-12 16:31:36 +00:00
py-spyse
py-SQLObject
py-sqlsoup Import py27-sqlsoup-0.9.0 as wip/py-sqlsoup. 2013-09-07 14:22:18 +00:00
py-srpy
py-ssh2
py-sshpt
py-statgrap
py-stem
py-storm
py-strategies Import py27-strategies-0.1.2 as wip/py-strategies. 2013-09-12 19:33:15 +00:00
py-sumatra Finish git rename from scmgit to git. 2013-09-09 14:05:30 +00:00
py-sunpy Import py27-sunpy-0.3.0 as wip/py-sunpy. 2013-09-06 18:35:09 +00:00
py-swarmsdk
py-swiginac
py-symath Import py27-symath-0.1.20 as wip/py-symath. 2013-07-26 21:46:56 +00:00
py-symboltype
py-symeig
py-sympycore
py-t3m
py-tablib-garetjax Import py27-tablib-garetjax-0.9.12 as wip/py-tablib-garetjax. 2013-09-20 10:45:21 +00:00
py-tagger Drop maintainership. 2013-02-02 13:20:14 +00:00
py-taglib
py-tappy Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-tashaphyne
py-tasphyne
py-teafiles
py-telepathy
py-teng
py-texml
py-theano
py-thermopy
py-tkinter-help Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-topkapi
py-tornado
py-toscawidgets
py-tracks
py-traits
py-traitsgui
py-tranquil
py-transaction
py-ttk Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-turbojson
py-twisted-kqueue
py-txamqp
py-txdbus Import py27-txdbus-1.0.5 as wip/py-txdbus. 2013-08-31 21:59:04 +00:00
py-ufl Remove swig2, used for updating devel/swig2. 2013-06-14 18:43:01 +00:00
py-uncertainties
py-utilib_common
py-utilib_component_app
py-utilib_component_config
py-utilib_component_core
py-utilib_component_executables
py-utilib_component_loader
py-utilib_enum
py-utilib_excel
py-utilib_math
py-utilib_misc
py-utilib_ply
py-uuid
py-van.testing
py-viper Bump version, fix man prefix and buildlink 2013-03-23 14:58:26 +00:00
py-visionegg Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
py-visionegg-contrib
py-visionegg-demos
py-visionegg-docs
py-vo
py-w3lib
py-wadllib
py-wafo
py-wahcade Improved patch comment. 2013-03-09 21:03:09 +00:00
py-wally
py-weave
py-weberror
py-webflash
py-webhelpers
py-webkit
py-webob Fix pkglint warnings 2013-05-12 20:36:25 +00:00
py-whisper
py-wifite Import py27-wifite-2.0r85 as wip/py-wifite. 2013-05-26 01:53:39 +00:00
py-willow
py-workerpool
py-wsgi-intercept
py-wsgiref
py-wxWidgets-unicode
py-xdgapp
py-xdress Import py27-xdress-0.2 as wip/py-xdress. 2013-09-07 18:56:45 +00:00
py-xlutils
py-xlwt
py-xmiparser
py-xmpppy
py-xsdb
py-yaml
py-yapgvb
py-yapps2
py-yellowhiggs
py-yenc Import py27-yenc-0.3 as wip/py-yenc. 2013-08-23 20:54:49 +00:00
py-yt
py-zeitgeist
py-zipline
PyBabelFish
pydance Update maintainer's address 2013-04-14 20:05:24 +00:00
pydb Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
pylint Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
pynfo
pypanel
pypod Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
pysite
pythia6
pythoncad
Pythonol
pythontoolkit
pywm
pyzor
q3-urbanterror
qcdloop
qdevelop
qemu-neo1973
qemu-neo1973-images
qhacc
qico
qinx
qmc2 Import qmc2-0.38 as wip/qmc2. 2013-03-04 17:33:01 +00:00
qmpdclient
qn-x11
qrint
qrq
qt4-gstreamer Import qt4-gstreamer-0.10.2 as wip/qt4-gstreamer. 2013-05-12 01:12:32 +00:00
qt5 Finished adding PKG_OPTIONS. Build fails here: 2013-05-12 13:18:11 +00:00
qtcreator
qtnotifydaemon Buildlink with qt4-libs. See if this fixes the error in the bulk builds. 2013-02-17 21:07:51 +00:00
qtre
quantlib
qucs
quickfix
quickie
quodlibet
qvamps
R-biganalytics Move LICENSE right below COMMENT, that's where it usually should be. 2013-03-19 01:22:55 +00:00
R-bigmemory Move LICENSE right below COMMENT, that's where it usually should be. 2013-03-19 01:22:55 +00:00
R-bigmemory.sri Move LICENSE right below COMMENT, that's where it usually should be. 2013-03-19 01:22:55 +00:00
R-bigtabulate Move LICENSE right below COMMENT, that's where it usually should be. 2013-03-19 01:22:55 +00:00
R-BiocGenerics Move LICENSE right below COMMENT, that's where it usually should be. 2013-03-19 01:22:55 +00:00
R-bnlearn Update bnlearn to version 3.4. Major changes: 2013-10-09 14:20:21 +00:00
R-C50 Move LICENSE right below COMMENT, that's where it usually should be. 2013-03-19 01:22:55 +00:00
R-digest
R-doParallel Move LICENSE right below COMMENT, that's where it usually should be. 2013-03-19 01:22:55 +00:00
R-entropy Move LICENSE right below COMMENT, that's where it usually should be. 2013-03-19 01:22:55 +00:00
R-foreach Move LICENSE right below COMMENT, that's where it usually should be. 2013-03-19 01:22:55 +00:00
R-gmp Move LICENSE right below COMMENT, that's where it usually should be. 2013-03-19 01:22:55 +00:00
R-graph Move LICENSE right below COMMENT, that's where it usually should be. 2013-03-19 01:22:55 +00:00
R-gsl Move LICENSE right below COMMENT, that's where it usually should be. 2013-03-19 01:22:55 +00:00
R-iterators Move LICENSE right below COMMENT, that's where it usually should be. 2013-03-19 01:22:55 +00:00
R-mclust Move LICENSE right below COMMENT, that's where it usually should be. 2013-03-19 01:22:55 +00:00
R-MySQL Switch to bl3 version of the PREFIX. 2013-03-19 01:38:40 +00:00
R-rgdal
R-Rgraphviz Switch to bl3 version of the PREFIX. 2013-03-19 01:38:40 +00:00
R-Rserve
R-VGAM Update VGAM to version 0.9.1. 2013-06-12 17:37:31 +00:00
r8s
rabbitmq-c Update rabbitmq-c to 0.4.1. 2013-09-13 10:54:03 +00:00
radare
radiotray sysutils/py-notify/buildlink3.mk no longer exists. Use DEPENDS instead. 2013-04-05 11:20:50 +00:00
ranmacgen
rapidxml Add buildlink3.mk file, setting BUILDLINK_DEPMETHOD.rapidxml?= build 2013-06-02 12:27:25 +00:00
rar4
rast
raster3d
ratpoints
ratproxy
rc.d.Interix
rc.subr
rdup
re2
readseq
realtimebattle
realvnc
recoll When pressing "Start Indexing now", it fails. On the console it says: 2013-04-16 14:52:28 +00:00
recutils
redfang
reduze
regexxer
reinteract
rejik Update maintainer's address 2013-04-14 20:05:24 +00:00
rekall
relaydb
remctl
resid-builder
residualvm Update to 0.1.1: 2013-02-11 13:44:12 +00:00
resin
retroarch Cg-compiler was moved to lang/. 2013-07-02 11:02:45 +00:00
revelation Initial import of revelation-0.4.14: 2013-09-17 15:23:50 +00:00
ReZound
rhapsody
riak Finish git rename from scmgit to git. 2013-09-09 14:05:30 +00:00
ripe-rpsl-objectlibrary
ripit
ripole
ristretto
rnc-mode
rolo
rootcheck
rope
rosegarden-current
roundcube-skin-mvision2
roxterm
rpcemu
rpcemu-devel
rpki-svn
rsget
rsound
rss-glib Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
rst-mode
rstart Import rstart-1.0.5 as wip/rstart. 2013-05-18 15:34:55 +00:00
rstudio Revert previous, pkgsrc commit for license rename was reverted too. 2013-03-04 21:58:38 +00:00
rsyslog5
rsyslog6
rsyslog7 Import rsyslog-7.4.4 as wip/rsyslog7. 2013-09-11 10:01:56 +00:00
rte
rthread
rtpbreak
rubinius
rubrica2
ruby-actionmessenger
ruby-bdb
ruby-diaspora Update path to redis. 2013-06-14 07:36:56 +00:00
ruby-ditz Fix breakage on ruby193 2013-02-23 06:34:11 +00:00
ruby-dnssd
ruby-easyjour
ruby-GalleryAdministrator
ruby-git Finish git rename from scmgit to git. 2013-09-09 14:05:30 +00:00
ruby-passenger Update Passenger to 4.0.14. 2013-09-05 10:55:51 +00:00
ruby-teamocil
ruby-trollop
ruby-xmpp4r
ruby-yaml_waml
runit Disable static linking on SunOS 2013-06-11 12:47:32 +00:00
rygel
s3cmd
s3funnel
sabnzbdplus Added SMF environment PATH to find required binaries. 2013-10-02 11:47:48 +00:00
safekeep Import safekeep-1.4.2 as wip/safekeep. 2013-06-02 22:30:23 +00:00
sais Import sais-20060509 as wip/sais. 2013-09-02 19:06:35 +00:00
sais-demo-data Import sais-demo-data-20051111 as wip/sais-demo-data. 2013-09-02 19:05:24 +00:00
samba Add problem on NetBSD/amd64 5.1 (undefined symbol). 2013-07-04 22:46:49 +00:00
samhain
sandy add pkg sandy to wip until freeze is over and it can go into editors 2013-03-21 01:05:35 +00:00
sara
sarf
sbcl Remove patch that is no longer needed. 2013-10-10 13:55:57 +00:00
scantailor
scare
schismtracker
schur
scimark
scite
scm
scmail
scorched3d
scourge
scr2png
scratchpad
scrc More todo, as broken now. 2013-02-13 12:23:11 +00:00
scrollz Added efence PKG_OPTION to build with electric-fence support. 2013-04-20 23:32:22 +00:00
scsh-install-lib
scummvm-nightly
scx
sdd
sdict-tools
SDL-doc
SDL-doc-html
SDL-doc-ps
SDL-intro
SDL-intro-cn
SDL-intro-de
SDL-intro-es
SDL-intro-fr
SDL-intro-it
SDL-intro-jp
SDL-intro-pt
SDL-intro-ru
SDL2 Update to latest revision. More/better/faster. Shared library name change 2013-08-12 01:25:19 +00:00
SDL2_mixer Bump PKGREVISION due to shared library name change in SDL2. 2013-08-12 01:26:33 +00:00
SDL2_ttf Bump PKGREVISION due to shared library name change in SDL2. 2013-08-12 01:26:33 +00:00
seagull Import seagull-1.8.2 as wip/seagull. 2013-09-02 19:08:24 +00:00
sector-decomposition
seeks
semanticscuttle
send-pr
sendmailX
serendipity Make Serendipity work on architectures other than alpha. Also, update to 2013-10-01 20:52:48 +00:00
serlook
service
seturgent
sflphoned ccrtp was imported to net/. Adjust paths. 2013-04-21 17:47:48 +00:00
sfml+
sgmltools-lite
shaarli Correct error in patch. 2013-04-25 17:26:48 +00:00
shadow
shaper
sharif-univ-ttf
shed
shell-fm
shoutcast
showfont Updated to latest release. Set LICENSE=x11, but there are more. Not clear 2013-05-18 15:42:39 +00:00
showmesh
shttpd
shunt
sic
sickbeard Added SMF instructions for SUNOS. 2013-10-02 11:50:24 +00:00
siege Update siege to 2.78. 2013-04-03 11:27:27 +00:00
Siesta Update paths for dependencies that have been imported from wip into pkgsrc. 2013-08-03 20:58:23 +00:00
sil-scheherazade-ttf LICENSE=open-font-license -> ofl-v1.1 2013-04-08 02:20:18 +00:00
silky
silo
silvertree
sim-kde
sim-qt
simpa
simple-scan
simplec
simulavr clang flags as resize unresolved reference, 2013-09-15 16:45:16 +00:00
simulavr-git automake-1.14 problem (no src/Makefile.in) passed. Interim fix. 2013-09-20 06:57:01 +00:00
singular
sipbomber
sipp
siproxd build again using libtool 2.x. 2013-04-20 19:07:39 +00:00
siptoolbox
sipwitch Use libnotify, it's new enough. 2013-08-21 11:44:14 +00:00
sis
siscone
sjg-mk-files
slackpkg2pkgsrc
slashem
slate
sleuthkit
sleuthkit.dev
slideml
slim
slime
sloccount
slrn-devel
slrn-pl
slune
sm-change_ldappass
sm-change_qldforward
sm-compatibility
smc
smpeg2 Import smpeg2-2.0.0 as wip/smpeg2. 2013-06-30 22:58:21 +00:00
smplayer
smproxy
smstools Drop maintainership. 2013-02-02 13:20:14 +00:00
smtp-gated
smtp.proxy
smtprc
smtprc-gui
smtpscan
smw
snark
snes9express
snotes
socklog
socnetv
softflowd
soil Import soil-20080707 as wip/soil. 2013-03-10 13:58:14 +00:00
songwrite2
soqt
spade
spai
spamassassin-cvs Remove "heinz@NetBSD.org" as maintainer. 2013-03-02 10:43:36 +00:00
spamd-devel
spatt
spawnfcgi
spe
spectrum Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. 2013-06-04 07:45:21 +00:00
spectrwm Import spectrwm-2.3.0 as wip/spectrwm. Submitted by Michael Danilov. 2013-07-31 19:54:12 +00:00
speedx
spfmilter
sphinx3 Import sphinx3-0.8 as wip/sphinx3. 2013-09-24 11:13:53 +00:00
sphinxbase Add missing bison and libiconv dependencies. 2013-09-25 08:52:33 +00:00
sphinxsearch Update sphinxsearch to 2.0.8. 2013-05-31 20:45:13 +00:00
sphinxtrain Import sphinxtrain-1.0.8 as wip/sphinxtrain. 2013-09-24 11:06:11 +00:00
spidermonkey185
splix
spyder Update package 2013-08-13 00:22:30 +00:00
squidview
squirrelmail-avelsieve
squirrelmail-chg_sasl_passwd
squirrelmail-compatibility
squirrelmail-vlogin
srecord
srvx
sselp
ssid
ssu
st Import st-0.4.1 as wip/st. 2013-08-14 12:49:19 +00:00
stardict
stardict-tools
StepTalk
stfl
stksolver
stmpclean
stonx
stumpwm
stunnel3
subversion17-base
sudo
sudoscript
suitesparse
sun-j2me
sunterlib
superchic
supermodel
supertux
surf
suse100_32_glut
suse100_32_SDL
suse100_devel
suse100_gdb
suse100_glut
suse100_gmp4
suse100_SDL
suse121_32_libgcrypt Import suse32_libgcrypt-12.1 as wip/suse121_32_libgcrypt. 2013-02-19 22:43:12 +00:00
suse121_32_libgpg-error Import suse32_libgpg-error-12.1 as wip/suse121_32_libgpg-error. 2013-02-19 22:41:46 +00:00
suse121_libgcrypt Import suse_libgcrypt-12.1 as wip/suse121_libgcrypt. 2013-02-19 22:42:28 +00:00
suse121_libgpg-error Import suse_libgpg-error-12.1 as wip/suse121_libgpg-error. 2013-02-19 22:41:04 +00:00
svgalib
svrcore
swami
swarp
swfmill
swftools Fix build with giflib-5.x. 2013-07-06 22:24:16 +00:00
swift Update to 2.0. 2013-07-07 11:42:58 +00:00
swisseph Updated to latest version. Patches applied upstream. Removing. 2013-08-12 01:40:12 +00:00
sword
sxemacs
sxid
sxiv Add missing giflib dependency. 2013-10-11 06:37:26 +00:00
sylfilter Update to sylfilter-0.8. 2013-10-05 21:14:19 +00:00
symbolic++
symmetrica
symon Mention Amanda lead for pkg division 2013-05-10 22:05:46 +00:00
sympol
sympow
syn68k
sync-server-dependencies Import py27-sync-server-dependencies-1.0 as wip/sync-server-dependencies. 2013-09-27 15:47:18 +00:00
synce-dynamite
synce-kde
synce-orange
synfig
synfigstudio
sysjail
sysklogd
syslog-ng2
sysstat
sysvinit
syx
t-coffee
t-gnus
ta-lib
tabbed
tac_plus-libradius
taglib-sharp bump to 2.0.3.7 2013-06-26 15:35:33 +00:00
tagtool
talksoup
talloc
tamago-anthy One line was wrong resulting archive was not properly created. 2013-02-12 14:35:43 +00:00
tardy
task
taskcoach
tasks use MASTER_SITE_GNOME. 2013-06-16 09:19:06 +00:00
tc-git I don't know the actual reason, but the files added in 2013-04-09 01:03:46 +00:00
tc-hasida-table Add dependency on ghostscript. 2013-06-14 00:57:33 +00:00
tc-svn
tcc
tcc-devel
tcl-curl
tcl-iwidgets
tcl-tclOO
tcl86
tcmplex-panteltje
tcpspy
tcptrack
tcptunnel Import tcptunnel-0.7 as wip/tcptunnel. 2013-06-03 02:20:00 +00:00
tcpxtract
tctool
tde
teamspeak
teco
teeworlds
teeworlds-client
teeworlds-server
telepathy-butterfly
telepathy-logger
tendra
tendra.org-sid
teng
tengwar-ttf
tenmado
tenshi
Terminal
termit
tetrinet
tex-abntex
tex-arabxtex
tex-arabxtex-doc
tex-feynmf
tex-feynmf-doc
texlive
texlive-bin
texlive-texmf-base
texlive-texmf-minimal
TextEdit
tftp-hpa
thabit-ttf LICENSE=open-font-license -> ofl-v1.1 2013-04-08 02:20:18 +00:00
thcrut
theama *** empty log message *** 2013-06-06 08:44:10 +00:00
thepeg
thwab
tigervnc
tilda
tinyca2
tinycobol
tinyfugue-beta
tinylogin
tinyxml [wip/tinyxml] Force the use of STL in tinyxml.h 2013-06-20 21:46:07 +00:00
tipp10
tk-tkimg
tk85-itk
tk86
tkhtml3
tkpng
tktile
tleenx2
tleenx3
tmuni-ttf
tmva
tmw
tnt
tome
tome2
tops-bin
tor-dev update tor from 0.2.4.11-alpha to 0.2.4.17-rc 2013-09-11 22:09:06 +00:00
torcs
tortunnel
tpp
tqsllib
tr2latex
trac
trac-plugins-AccountManager
trac-plugins-AuthOpenId
trac-plugins-excelviewer
trac-plugins-FullBlog
trac-plugins-FullBlogNotification
trac-plugins-GitPlugin Finish git rename from scmgit to git. 2013-09-09 14:05:30 +00:00
trac-plugins-GraphViz Adapt to new upstream repo layout, and move to latest revision. 2013-02-21 19:03:03 +00:00
trac-plugins-MasterTickets Adjust upstream version, which changed due to the bug in git-package 2013-02-21 19:05:40 +00:00
trac-plugins-RoadmapHours
trac-plugins-screenshots
trac-plugins-SensitiveTickets Catch up to upstream svn repo reorg. 2013-02-21 19:18:03 +00:00
trac-plugins-spamfilter
trac-plugins-TimingAndEstimation
trackballs
trayer
trayion
treetool
treeview
triangle
tripwire2
truecrypt
trustedQSL Fix PLIST 2013-09-30 02:20:25 +00:00
tscreen
tsh
tsm
tsm62 Mention amd64 support. 2013-03-25 16:21:55 +00:00
ttf-indic-fonts
ttr
ttyload
ttysnoop
ttytter
tuareg-mode
tumble
tutos
tuxanci
tuxanci-server
tuxguitar
tuxtype2
tvmet
tw_cli
twinkle ccrtp and libzrtpcpp were imported to net/. Adjust paths. 2013-04-17 01:00:50 +00:00
twintk Fix paths in libbacon, libpare, twintk 2013-08-14 01:33:35 +00:00
twitim
twitmail
twittering-mode No need of explicit BUILD_DEPENDS for git, git-package.mk will take care. 2013-09-09 14:51:58 +00:00
txt2tags
typespeed
Typewriter
typhoon
u-boot
uade Fixed install to use DESTDIR. Added bin/uade123 to PLIST. Bump PKGREVISION. 2013-02-17 21:19:26 +00:00
ubit
uclibc
udhcp
udp-ping
uebimiau
ufc Remove swig2, used for updating devel/swig2. 2013-06-14 18:43:01 +00:00
uffizi
uget Import uget-1.10.3 as wip/uget. 2013-03-03 17:55:48 +00:00
uim-chewing
ukncbtl
umix
umurmur
unagi
unarchiver-clt Import unar-1.7 as wip/unarchiver-clt. 2013-07-11 19:33:17 +00:00
undo-tree
unix2tcp
unmo3
unnethack Add missing patch-sys_autoconf_Makefile.doc. 2013-02-16 12:21:11 +00:00
unpaper
unrealtournament-server
unzip Nothing to do, just wait for a proper release -- this is a beta version. 2013-05-31 13:46:15 +00:00
uprof Removed .else block for the doc option. This might have been making the 2013-03-28 21:25:06 +00:00
ups-monitor Display UPS information in real time. 2013-06-09 12:08:39 +00:00
uptimed upgrade to 0.3.17 2013-05-10 08:20:04 +00:00
uqwk
uschedule Unbreak packaging. 2013-03-21 17:34:50 +00:00
using-mpi
ussp-push
util-linux
v8 update path to libexecinfo. 2013-05-01 20:25:28 +00:00
vacuum
vagalume
vale-current
vamp
vamps
vba-m Upstream was stupid and deleted all the distfiles. This explains the 2013-02-03 23:24:56 +00:00
vche
vdesk
vee
vidalia
vidalia-devel
vidrioclock
vidriolib
viewer
viewglob
vimb Update to vimb-0.1.10. 2013-10-13 21:01:15 +00:00
vimprobable2 Update to vimprobable2-1.3.0. 2013-06-09 12:35:59 +00:00
vimrc-mode
virtualbox + SA53858 2013-06-28 09:52:16 +00:00
virtualjaguar
virus
vis
vista-fonts Delint. 2013-03-21 17:35:58 +00:00
vkeybd
vlevel Defining WRKSRC is superfluous. Add lib/ladspa to INSTALLATION_DIRS and 2013-04-13 14:43:19 +00:00
vm-pop3d
vmsbackup
vncselector
vpnc-script
vpnc-svn vpmc_script has seen updates, sync patch. 2013-03-18 20:49:19 +00:00
vpr
vreng
wackamole Needs flex to build 2013-07-26 11:58:45 +00:00
wang-ttf
wbox
webbrowser Remove jb-wip reference 2013-08-15 17:47:58 +00:00
webcleaner
webkit-sharp Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
weland Use mono2 instead of (unstable) mono (3). 2013-06-17 12:45:10 +00:00
WEPCrack
weplab
west
which
why
wicd
wimon-devel
wine
wings
winwrangler
wireless-tools
wise2
wkf
wkhtmltopdf
wl-current Remove utf8.el{,c}. Related upstream log is following. (But 2013-10-04 14:52:41 +00:00
wmc2d Revert previous, pkgsrc commit for license rename was reverted too. 2013-03-04 21:58:38 +00:00
wmii-devel
wmitime
wmname
wmnetload
wmsupermon
wmswallow
wmx
wmx-gnome
wordcut
wordpress-mu
wordwarvi
workrave
wpro
wput Added patch to fix gnutls includes detection during build. Move libiconv 2013-04-13 16:03:57 +00:00
wqy-microhei-ttf
wqy-zenhei-ttf
wrcs
writrecogn
wsmake
wtf
wvstreams
wxGTK-contrib-unicode
wxGTK-unicode
wxMaxima
x264-devel
xace
xalan-c Remove (again!) superfluous PKG_DESTDIR_SUPPORT. 2013-02-18 00:31:27 +00:00
xalan-c-1.10 Remove (again!) superfluous PKG_DESTDIR_SUPPORT. 2013-02-18 00:31:27 +00:00
xar
xaralx-bin Hand in maintainership. 2013-04-13 07:58:29 +00:00
xbase version bump. 2013-06-12 16:59:52 +00:00
xbelmark
xbmc
xbnbt
xbsql
xchat2-tcl
xcmsdb Import xcmsdb-1.0.4 as wip/xcmsdb. 2013-05-18 15:50:48 +00:00
xcursor-themes Update to 1.0.4: 2013-07-17 21:51:07 +00:00
xdbedizzy Import xdbedizzy-1.1.0 as wip/xdbedizzy. 2013-05-19 00:04:04 +00:00
xdebug PHP extension for debugging. 2013-07-14 11:48:35 +00:00
xdiskusage
xdotool
xebece
xedit MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults 2013-07-02 10:33:24 +00:00
xerces-c-2.8.0 Remove (again!) superfluous PKG_DESTDIR_SUPPORT. 2013-02-18 00:31:27 +00:00
xesam-glib
xf86-input-elographics Fix driver man suffix for SunOS. 2013-06-09 12:48:36 +00:00
xf86-input-fpit Fix driver man suffix for SunOS. 2013-06-09 12:48:36 +00:00
xf86-input-hyperpen Fix driver man suffix for SunOS. 2013-06-09 12:48:36 +00:00
xf86-input-joystick Fix driver man suffix for SunOS. 2013-06-09 12:48:36 +00:00
xf86-input-mutouch Fix driver man suffix for SunOS. 2013-06-09 12:48:36 +00:00
xf86-input-synaptics
xf86-video-geode
xf86-video-intel-old Revert to before my commit, sorry. 2013-05-29 13:59:37 +00:00
xf86-video-modesetting Date: Wed Jun 12 14:11:53 2013 +0200 2013-06-18 13:35:23 +00:00
xf86-video-nouveau Fix driver man suffix for SunOS. 2013-06-09 12:48:36 +00:00
xf86-video-nv-current Fix driver man suffix for SunOS. 2013-06-09 12:48:36 +00:00
xf86-video-qxl Fix driver man suffix for SunOS. 2013-06-09 12:48:36 +00:00
xf86-video-suncg6 Fix driver man suffix for SunOS. 2013-06-09 12:48:36 +00:00
xf86-video-suntcx Fix driver man suffix for SunOS. 2013-06-09 12:48:36 +00:00
xf86-video-voodoo Fix driver man suffix for SunOS. 2013-06-09 12:48:36 +00:00
xf86dga Import xf86dga-1.0.3 as wip/xf86dga. 2013-05-19 02:31:14 +00:00
xf86rushproto
xfce4-appfinder
xfce4-desktop
xfce4-dev-tools
xfce4-exo
xfce4-fsguard-plugin
xfce4-icon-theme
xfce4-mailwatch-plugin
xfce4-mixer
xfce4-mount-plugin
xfce4-mousepad
xfce4-notes-plugin
xfce4-orage
xfce4-panel
xfce4-quicklauncher-plugin
xfce4-radio-plugin
xfce4-screenshooter-plugin
xfce4-session
xfce4-settings
xfce4-taskmanager
xfce4-terminal Correct MASTER_SITES, from John D. Baker. 2013-08-20 19:57:12 +00:00
xfce4-thunar
xfce4-thunar-archive
xfce4-thunar-media-tags
xfce4-thunar-vcs Finish git rename from scmgit to git. 2013-09-09 14:05:30 +00:00
xfce4-tumbler
xfce4-utils
xfce4-wm
xfce4-wm-themes
xfce48 I'm not the maintainer for xfce48. 2013-08-20 20:04:01 +00:00
xfconf
xfs
xfsinfo Import xfsinfo-1.0.4 as wip/xfsinfo. 2013-05-19 03:10:37 +00:00
xgfe
xgobi
xhkeys1
xine-plugin
xinetd
xiphos
xmail
xmakemol
xmds
xmh MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults 2013-07-02 10:41:11 +00:00
xmim
xml-light
xmlformat-docs
xmlformat-perl
xmlformat-ruby
xmlsysinfo
xmms-skin-AdamAmp
xmms-skin-Chaos
xmms-skin-CherryBest
xmms-skin-Cobalt
xmms-skin-CoolBlue
xmms-skin-Cracked
xmms-skin-Eclipse
xmms-skin-Fire
xmms-skin-HelixSawfish
xmms-skin-LinuxDotCom
xmms-skin-m2n
xmms-skin-MarbleX
xmms-skin-maXMMS
xmms-skin-nixamp
xmms-skin-NoerdAmp-SE
xmms-skin-Plume
xmms-skin-Sword
xmms-skin-UltrafinaSEM
xmms-skin-VegetalBlues
xmms-skin-WinampX
xmms-skins
xmms2
xmonad
xmonad-contrib Update to 0.11.2 for CVE-2013-1436 2013-08-27 13:44:48 +00:00
xmoto
xombrero
xoo
xpde
xpdq
xphelloworld Import xphelloworld-1.0.1 as wip/xphelloworld. 2013-05-21 00:21:07 +00:00
xpi-quick_locale_switcher
xpilot-ng
xplore
xpr Import xpr-1.0.4 as wip/xpr. 2013-05-21 00:45:46 +00:00
xrdp
xrootconsole
xrx Import xrx-1.0.4 as wip/xrx. 2013-05-21 01:28:51 +00:00
xspd
xspdapp
xspread
xtags
xtrace
xtraceroute
xtrap Import xtrap-1.0.2 as wip/xtrap. 2013-05-21 02:04:09 +00:00
xtreemfs-client
xtreemfs-server
xtrlock
xvmware
xwelltris
xwindiff
xxdiff Hand in maintainership. 2013-04-13 07:58:29 +00:00
yafray
yajl
yakuake
yaml-cpp Import yaml-cpp-0.5.1 as wip/yaml-cpp. 2013-08-19 19:30:55 +00:00
yaml-mode
yateclient Updated to latest release. No updated ChangeLog in distro. Added CONF_FILE, 2013-08-12 02:51:45 +00:00
yauap
yaupspe
yelp-tools use MASTER_SITE_GNOME and version bump to 3.6.1 2013-06-19 11:26:04 +00:00
yersinia
yi
yoda Import yoda-1.0.2 as wip/yoda. 2013-09-03 22:04:53 +00:00
yp-tools
ypbind-mt
ypserv
zabbix
zapping
zathura Unbreak build (partially) 2013-09-03 17:40:00 +00:00
zathura-poppler [wip/zathura-popler] Update to 0.2.3 2013-06-26 18:46:24 +00:00
zinf
ziparchive
zipios
znc python31 (removed) => python32. 2013-04-29 10:52:37 +00:00
zookeeper-client
zookeeper-server Update zookeeper to 3.4.5 2013-05-24 09:26:35 +00:00
zvbi
import-package.sh
Makefile Deleting texmaker. editors/texmaker updated. 2013-10-14 04:53:20 +00:00
TODO + bleachbit-0.9.6. 2013-10-11 16:20:06 +00:00